From 03e2894d22b0692b77a5f281f4a1fa04e326a96b Mon Sep 17 00:00:00 2001 From: ttt161 Date: Tue, 10 Jun 2025 15:10:50 +0300 Subject: [PATCH 1/3] update prod profile --- rebar.config | 1 + 1 file changed, 1 insertion(+) diff --git a/rebar.config b/rebar.config index 7d4e8e3..41c6939 100644 --- a/rebar.config +++ b/rebar.config @@ -76,6 +76,7 @@ {tools, load}, % log formatter {logger_logstash_formatter, load}, + {canal, load}, % main app {machinegun, permanent} ]}, From e8f4447deae07a0c0ff5ed2663de685d63e93acb Mon Sep 17 00:00:00 2001 From: ttt161 Date: Wed, 11 Jun 2025 09:34:58 +0300 Subject: [PATCH 2/3] debug canal --- rebar.config | 3 ++- rebar.lock | 12 ++++++++---- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/rebar.config b/rebar.config index 41c6939..d6abc9f 100644 --- a/rebar.config +++ b/rebar.config @@ -51,7 +51,8 @@ {deps, [ {genlib, {git, "https://github.com/valitydev/genlib", {tag, "v1.1.0"}}}, - {progressor, {git, "https://github.com/valitydev/progressor.git", {tag, "v1.0.1"}}}, + {canal, {git, "https://github.com/valitydev/canal", {branch, "ft/pass-httpc-opts"}}}, + {progressor, {git, "https://github.com/valitydev/progressor.git", {tag, "v1.0.2"}}}, % 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 dfa7e3f..b47e23c 100644 --- a/rebar.lock +++ b/rebar.lock @@ -5,8 +5,8 @@ {<<"cache">>,{pkg,<<"cache">>,<<"2.3.3">>},1}, {<<"canal">>, {git,"https://github.com/valitydev/canal", - {ref,"621d3821cd0a6036fee75d8e3b2d17167f3268e4"}}, - 2}, + {ref,"61c91d122dae4c7dba5e67b55831f0dd97e2cbe2"}}, + 0}, {<<"certifi">>,{pkg,<<"certifi">>,<<"2.8.0">>},2}, {<<"cg_mon">>, {git,"https://github.com/valitydev/cg_mon", @@ -36,9 +36,13 @@ {<<"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}, + {<<"jsone">>,{pkg,<<"jsone">>,<<"1.8.0">>},1}, {<<"jsx">>,{pkg,<<"jsx">>,<<"3.1.0">>},1}, {<<"kafka_protocol">>,{pkg,<<"kafka_protocol">>,<<"4.0.1">>},1}, {<<"metrics">>,{pkg,<<"metrics">>,<<"1.0.1">>},2}, @@ -63,7 +67,7 @@ 0}, {<<"progressor">>, {git,"https://github.com/valitydev/progressor.git", - {ref,"6df2e447a867434ad45bfc3540c4681e10105e02"}}, + {ref,"4c44615f712ae8992ff1a654f227def9f44c8aa7"}}, 0}, {<<"prometheus">>,{pkg,<<"prometheus">>,<<"4.11.0">>},0}, {<<"prometheus_cowboy">>,{pkg,<<"prometheus_cowboy">>,<<"0.1.9">>},0}, From 631c63f801f99047628d0b5f33c9654975720b11 Mon Sep 17 00:00:00 2001 From: ttt161 Date: Mon, 16 Jun 2025 09:16:41 +0300 Subject: [PATCH 3/3] bump progressor --- rebar.config | 3 +-- rebar.lock | 10 +++++----- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/rebar.config b/rebar.config index d6abc9f..5859e4a 100644 --- a/rebar.config +++ b/rebar.config @@ -51,8 +51,7 @@ {deps, [ {genlib, {git, "https://github.com/valitydev/genlib", {tag, "v1.1.0"}}}, - {canal, {git, "https://github.com/valitydev/canal", {branch, "ft/pass-httpc-opts"}}}, - {progressor, {git, "https://github.com/valitydev/progressor.git", {tag, "v1.0.2"}}}, + {progressor, {git, "https://github.com/valitydev/progressor.git", {tag, "v1.0.3"}}}, % 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 b47e23c..87f9c99 100644 --- a/rebar.lock +++ b/rebar.lock @@ -5,8 +5,8 @@ {<<"cache">>,{pkg,<<"cache">>,<<"2.3.3">>},1}, {<<"canal">>, {git,"https://github.com/valitydev/canal", - {ref,"61c91d122dae4c7dba5e67b55831f0dd97e2cbe2"}}, - 0}, + {ref,"89faedce3b054bcca7cc31ca64d2ead8a9402305"}}, + 2}, {<<"certifi">>,{pkg,<<"certifi">>,<<"2.8.0">>},2}, {<<"cg_mon">>, {git,"https://github.com/valitydev/cg_mon", @@ -19,7 +19,7 @@ {<<"ctx">>,{pkg,<<"ctx">>,<<"0.6.0">>},2}, {<<"epg_connector">>, {git,"https://github.com/valitydev/epg_connector.git", - {ref,"dd93e27c00d492169e8a7bfc38976b911c6e7d05"}}, + {ref,"4c35b8dc26955e589323c64bd1dd0c9abe1e3c13"}}, 1}, {<<"epgsql">>, {git,"https://github.com/epgsql/epgsql.git", @@ -42,7 +42,7 @@ 2}, {<<"hpack">>,{pkg,<<"hpack_erl">>,<<"0.3.0">>},3}, {<<"idna">>,{pkg,<<"idna">>,<<"6.1.1">>},2}, - {<<"jsone">>,{pkg,<<"jsone">>,<<"1.8.0">>},1}, + {<<"jsone">>,{pkg,<<"jsone">>,<<"1.8.0">>},3}, {<<"jsx">>,{pkg,<<"jsx">>,<<"3.1.0">>},1}, {<<"kafka_protocol">>,{pkg,<<"kafka_protocol">>,<<"4.0.1">>},1}, {<<"metrics">>,{pkg,<<"metrics">>,<<"1.0.1">>},2}, @@ -67,7 +67,7 @@ 0}, {<<"progressor">>, {git,"https://github.com/valitydev/progressor.git", - {ref,"4c44615f712ae8992ff1a654f227def9f44c8aa7"}}, + {ref,"8ce69f723b8dce8ac4d0b66ef63af6d4a5d4a309"}}, 0}, {<<"prometheus">>,{pkg,<<"prometheus">>,<<"4.11.0">>},0}, {<<"prometheus_cowboy">>,{pkg,<<"prometheus_cowboy">>,<<"0.1.9">>},0},