Skip to content

Commit 8940d6a

Browse files
ttt161ttt161
andauthored
bump progressor-1.0.19 (#191)
* bump progressor-1_0_19 * bump progressor --------- Co-authored-by: ttt161 <losto@nix>
1 parent c6a5241 commit 8940d6a

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

apps/hg_progressor/src/hg_progressor.erl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,8 @@ marshal(history_range, Range) ->
262262
limit = maps:get(limit, Range, undefined),
263263
direction = maps:get(direction, Range, forward)
264264
};
265+
marshal(status, {<<"init">>, _Detail}) ->
266+
{'working', #mg_stateproc_MachineStatusWorking{}};
265267
marshal(status, {<<"running">>, _Detail}) ->
266268
{'working', #mg_stateproc_MachineStatusWorking{}};
267269
marshal(status, {<<"error">>, Detail}) ->

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
{fault_detector_proto, {git, "https://github.com/valitydev/fault-detector-proto.git", {branch, "master"}}},
4343
{limiter_proto, {git, "https://github.com/valitydev/limiter-proto.git", {tag, "v2.1.0"}}},
4444
{herd, {git, "https://github.com/wgnet/herd.git", {tag, "1.3.4"}}},
45-
{progressor, {git, "https://github.com/valitydev/progressor.git", {tag, "v1.0.17"}}},
45+
{progressor, {git, "https://github.com/valitydev/progressor.git", {tag, "v1.0.19"}}},
4646
{prometheus, "4.11.0"},
4747
{prometheus_cowboy, "0.1.9"},
4848

rebar.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
0},
3636
{<<"epg_connector">>,
3737
{git,"https://github.com/valitydev/epg_connector.git",
38-
{ref,"af35200fa1c63e7afeaa90cad862944c194b2686"}},
38+
{ref,"939a0d4ab3f7561a79b45381bbe13029d9263006"}},
3939
1},
4040
{<<"epgsql">>,
4141
{git,"https://github.com/epgsql/epgsql.git",
@@ -100,7 +100,7 @@
100100
0},
101101
{<<"progressor">>,
102102
{git,"https://github.com/valitydev/progressor.git",
103-
{ref,"564336e9068923948ea0cf3ee4caab438bb4d98e"}},
103+
{ref,"27e9fc7a4c37ca903883676aa1409034c7b3ea9e"}},
104104
0},
105105
{<<"prometheus">>,{pkg,<<"prometheus">>,<<"4.11.0">>},0},
106106
{<<"prometheus_cowboy">>,{pkg,<<"prometheus_cowboy">>,<<"0.1.9">>},0},

0 commit comments

Comments
 (0)