From d07f9af0d34dcd035356d490d585eb98efa1b4da Mon Sep 17 00:00:00 2001 From: ttt161 Date: Wed, 21 Jan 2026 16:31:06 +0300 Subject: [PATCH 1/2] bump progressor-1_0_19 --- apps/hg_progressor/src/hg_progressor.erl | 2 ++ rebar.config | 3 ++- rebar.lock | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/apps/hg_progressor/src/hg_progressor.erl b/apps/hg_progressor/src/hg_progressor.erl index 2b07aac8..deb1c4eb 100644 --- a/apps/hg_progressor/src/hg_progressor.erl +++ b/apps/hg_progressor/src/hg_progressor.erl @@ -262,6 +262,8 @@ marshal(history_range, Range) -> limit = maps:get(limit, Range, undefined), direction = maps:get(direction, Range, forward) }; +marshal(status, {<<"init">>, _Detail}) -> + {'working', #mg_stateproc_MachineStatusWorking{}}; marshal(status, {<<"running">>, _Detail}) -> {'working', #mg_stateproc_MachineStatusWorking{}}; marshal(status, {<<"error">>, Detail}) -> diff --git a/rebar.config b/rebar.config index 55a3a8ed..9dac099b 100644 --- a/rebar.config +++ b/rebar.config @@ -42,7 +42,8 @@ {fault_detector_proto, {git, "https://github.com/valitydev/fault-detector-proto.git", {branch, "master"}}}, {limiter_proto, {git, "https://github.com/valitydev/limiter-proto.git", {tag, "v2.1.0"}}}, {herd, {git, "https://github.com/wgnet/herd.git", {tag, "1.3.4"}}}, - {progressor, {git, "https://github.com/valitydev/progressor.git", {tag, "v1.0.17"}}}, + %{progressor, {git, "https://github.com/valitydev/progressor.git", {tag, "v1.0.17"}}}, + {progressor, {git, "https://github.com/valitydev/progressor.git", {branch, "fx/expand-process-status-enumeration"}}}, {prometheus, "4.11.0"}, {prometheus_cowboy, "0.1.9"}, diff --git a/rebar.lock b/rebar.lock index fbb14cec..a6fb8189 100644 --- a/rebar.lock +++ b/rebar.lock @@ -35,7 +35,7 @@ 0}, {<<"epg_connector">>, {git,"https://github.com/valitydev/epg_connector.git", - {ref,"af35200fa1c63e7afeaa90cad862944c194b2686"}}, + {ref,"939a0d4ab3f7561a79b45381bbe13029d9263006"}}, 1}, {<<"epgsql">>, {git,"https://github.com/epgsql/epgsql.git", @@ -100,7 +100,7 @@ 0}, {<<"progressor">>, {git,"https://github.com/valitydev/progressor.git", - {ref,"564336e9068923948ea0cf3ee4caab438bb4d98e"}}, + {ref,"71055cd7f756fab436c7211bdfbd7d8bceac64cd"}}, 0}, {<<"prometheus">>,{pkg,<<"prometheus">>,<<"4.11.0">>},0}, {<<"prometheus_cowboy">>,{pkg,<<"prometheus_cowboy">>,<<"0.1.9">>},0}, From 01b82ec02e8bed1e63057074d8450a7210add9e9 Mon Sep 17 00:00:00 2001 From: ttt161 Date: Wed, 21 Jan 2026 16:58:46 +0300 Subject: [PATCH 2/2] bump progressor --- rebar.config | 3 +-- rebar.lock | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/rebar.config b/rebar.config index 9dac099b..16e0aa38 100644 --- a/rebar.config +++ b/rebar.config @@ -42,8 +42,7 @@ {fault_detector_proto, {git, "https://github.com/valitydev/fault-detector-proto.git", {branch, "master"}}}, {limiter_proto, {git, "https://github.com/valitydev/limiter-proto.git", {tag, "v2.1.0"}}}, {herd, {git, "https://github.com/wgnet/herd.git", {tag, "1.3.4"}}}, - %{progressor, {git, "https://github.com/valitydev/progressor.git", {tag, "v1.0.17"}}}, - {progressor, {git, "https://github.com/valitydev/progressor.git", {branch, "fx/expand-process-status-enumeration"}}}, + {progressor, {git, "https://github.com/valitydev/progressor.git", {tag, "v1.0.19"}}}, {prometheus, "4.11.0"}, {prometheus_cowboy, "0.1.9"}, diff --git a/rebar.lock b/rebar.lock index a6fb8189..f43a6ed0 100644 --- a/rebar.lock +++ b/rebar.lock @@ -100,7 +100,7 @@ 0}, {<<"progressor">>, {git,"https://github.com/valitydev/progressor.git", - {ref,"71055cd7f756fab436c7211bdfbd7d8bceac64cd"}}, + {ref,"27e9fc7a4c37ca903883676aa1409034c7b3ea9e"}}, 0}, {<<"prometheus">>,{pkg,<<"prometheus">>,<<"4.11.0">>},0}, {<<"prometheus_cowboy">>,{pkg,<<"prometheus_cowboy">>,<<"0.1.9">>},0},