From e1bdf0e76f20b851673c44e7294849a838803937 Mon Sep 17 00:00:00 2001 From: ttt161 Date: Wed, 21 Jan 2026 17:58:02 +0300 Subject: [PATCH] bump progressor-1.0.19 --- apps/mg_progressor/src/mg_progressor.erl | 2 ++ rebar.config | 2 +- rebar.lock | 8 ++++++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/apps/mg_progressor/src/mg_progressor.erl b/apps/mg_progressor/src/mg_progressor.erl index 9451b72..e5f1ccc 100644 --- a/apps/mg_progressor/src/mg_progressor.erl +++ b/apps/mg_progressor/src/mg_progressor.erl @@ -160,6 +160,8 @@ marshal(history_range, Range) -> limit = maps:get(limit, Range, undefined), direction = maps:get(direction, Range, undefined) }; +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 3aaa821..2a6b9c2 100644 --- a/rebar.config +++ b/rebar.config @@ -51,7 +51,7 @@ {deps, [ {genlib, {git, "https://github.com/valitydev/genlib", {tag, "v1.1.0"}}}, - {progressor, {git, "https://github.com/valitydev/progressor.git", {tag, "v1.0.15"}}}, + {progressor, {git, "https://github.com/valitydev/progressor.git", {tag, "v1.0.19"}}}, % for configurator script {yamerl, {git, "https://github.com/valitydev/yamerl", {branch, master}}}, {cg_mon, {git, "https://github.com/valitydev/cg_mon", {branch, master}}} diff --git a/rebar.lock b/rebar.lock index fdf8755..d47553b 100644 --- a/rebar.lock +++ b/rebar.lock @@ -19,7 +19,7 @@ {<<"ctx">>,{pkg,<<"ctx">>,<<"0.6.0">>},2}, {<<"epg_connector">>, {git,"https://github.com/valitydev/epg_connector.git", - {ref,"af35200fa1c63e7afeaa90cad862944c194b2686"}}, + {ref,"939a0d4ab3f7561a79b45381bbe13029d9263006"}}, 1}, {<<"epgsql">>, {git,"https://github.com/epgsql/epgsql.git", @@ -36,6 +36,10 @@ {<<"gproc">>,{pkg,<<"gproc">>,<<"0.9.0">>},0}, {<<"grpcbox">>,{pkg,<<"grpcbox">>,<<"0.17.1">>},1}, {<<"hackney">>,{pkg,<<"hackney">>,<<"1.18.0">>},1}, + {<<"hamcrest">>, + {git,"https://github.com/basho/hamcrest-erlang.git", + {ref,"ad3dbab419762fc2d5821abb88b989da006b85c6"}}, + 2}, {<<"hpack">>,{pkg,<<"hpack_erl">>,<<"0.3.0">>},3}, {<<"idna">>,{pkg,<<"idna">>,<<"6.1.1">>},2}, {<<"jsone">>,{pkg,<<"jsone">>,<<"1.8.0">>},3}, @@ -63,7 +67,7 @@ 0}, {<<"progressor">>, {git,"https://github.com/valitydev/progressor.git", - {ref,"fdebffd0db07208faa452e0151491769949a5076"}}, + {ref,"27e9fc7a4c37ca903883676aa1409034c7b3ea9e"}}, 0}, {<<"prometheus">>,{pkg,<<"prometheus">>,<<"4.11.0">>},0}, {<<"prometheus_cowboy">>,{pkg,<<"prometheus_cowboy">>,<<"0.1.9">>},0},