Skip to content

Commit f0cceb1

Browse files
author
ttt161
committed
bump progressor
1 parent 96229b8 commit f0cceb1

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

apps/hg_progressor/src/hg_progressor.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ cleanup() ->
115115
customer,
116116
recurrent_paytools
117117
],
118-
lists:foreach(fun(NsID) -> progressor:cleanup(#{ns => NsID}) end, Namespaces).
118+
lists:foreach(fun(NsID) -> prg_test_utils:cleanup(#{ns => NsID}) end, Namespaces).
119119

120120
%-endif.
121121

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.1"}}},
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.23"}}},
45+
{progressor, {git, "https://github.com/valitydev/progressor.git", {branch, "ft/graceful-shutdown"}}},
4646
{prometheus, "4.11.0"},
4747
{prometheus_cowboy, "0.1.9"},
4848

rebar.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@
3737
{git,"https://github.com/valitydev/epg_connector.git",
3838
{ref,"939a0d4ab3f7561a79b45381bbe13029d9263006"}},
3939
1},
40+
{<<"epg_migrator">>,
41+
{git,"https://github.com/valitydev/epg_migrator.git",
42+
{ref,"8633c43fb4d022355c1498c0effa9ecf4098a67f"}},
43+
1},
4044
{<<"epgsql">>,
4145
{git,"https://github.com/epgsql/epgsql.git",
4246
{ref,"28e9f84c95065a51e92baeb37d2cf1687fc4b9ce"}},
@@ -50,6 +54,7 @@
5054
{git,"https://github.com/valitydev/erlang-health.git",
5155
{ref,"63d34ef9fb60afea953dad9828330f4198614800"}},
5256
0},
57+
{<<"erlydtl">>,{pkg,<<"erlydtl">>,<<"0.14.0">>},2},
5358
{<<"fault_detector_proto">>,
5459
{git,"https://github.com/valitydev/fault-detector-proto.git",
5560
{ref,"32f0b845052aa352539edade5b1efdd3c4e01371"}},
@@ -100,7 +105,7 @@
100105
0},
101106
{<<"progressor">>,
102107
{git,"https://github.com/valitydev/progressor.git",
103-
{ref,"c55edd1846eaa08774f0ddfd575cec06affc70ac"}},
108+
{ref,"3b6abfb2e6dd94e508646c67837f7d5993c0da42"}},
104109
0},
105110
{<<"prometheus">>,{pkg,<<"prometheus">>,<<"4.11.0">>},0},
106111
{<<"prometheus_cowboy">>,{pkg,<<"prometheus_cowboy">>,<<"0.1.9">>},0},
@@ -141,6 +146,7 @@
141146
{<<"cowlib">>, <<"0B9FF9C346629256C42EBE1EEB769A83C6CB771A6EE5960BD110AB0B9B872063">>},
142147
{<<"crc32cer">>, <<"B550DA6D615FEB72A882D15D020F8F7DEE72DFB2CB1BCDF3B1EE8DC2AFD68CFC">>},
143148
{<<"ctx">>, <<"8FF88B70E6400C4DF90142E7F130625B82086077A45364A78D208ED3ED53C7FE">>},
149+
{<<"erlydtl">>, <<"964B2DC84F8C17ACFAA69C59BA129EF26AC45D2BA898C3C6AD9B5BDC8BA13CED">>},
144150
{<<"gproc">>, <<"853CCB7805E9ADA25D227A157BA966F7B34508F386A3E7E21992B1B484230699">>},
145151
{<<"grpcbox">>, <<"6E040AB3EF16FE699FFB513B0EF8E2E896DA7B18931A1EF817143037C454BCCE">>},
146152
{<<"hackney">>, <<"C4443D960BB9FBA6D01161D01CD81173089686717D9490E5D3606644C48D121F">>},
@@ -175,6 +181,7 @@
175181
{<<"cowlib">>, <<"2B3E9DA0B21C4565751A6D4901C20D1B4CC25CBB7FD50D91D2AB6DD287BC86A9">>},
176182
{<<"crc32cer">>, <<"A39B8F0B1990AC1BF06C3A247FC6A178B740CDFC33C3B53688DC7DD6B1855942">>},
177183
{<<"ctx">>, <<"A14ED2D1B67723DBEBBE423B28D7615EB0BDCBA6FF28F2D1F1B0A7E1D4AA5FC2">>},
184+
{<<"erlydtl">>, <<"D80EC044CD8F58809C19D29AC5605BE09E955040911B644505E31E9DD8143431">>},
178185
{<<"gproc">>, <<"587E8AF698CCD3504CF4BA8D90F893EDE2B0F58CABB8A916E2BF9321DE3CF10B">>},
179186
{<<"grpcbox">>, <<"4A3B5D7111DAABC569DC9CBD9B202A3237D81C80BF97212FBC676832CB0CEB17">>},
180187
{<<"hackney">>, <<"9AFCDA620704D720DB8C6A3123E9848D09C87586DC1C10479C42627B905B5C5E">>},

0 commit comments

Comments
 (0)