From 2f1d3e6277187ca183d4bedde323d4f15759c216 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D0=B5=D0=BC?= Date: Mon, 30 Jun 2025 15:46:39 +0300 Subject: [PATCH 1/3] bumped proto --- rebar.config | 2 -- rebar.lock | 6 +----- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/rebar.config b/rebar.config index 0ba975a..f00a45c 100644 --- a/rebar.config +++ b/rebar.config @@ -44,7 +44,6 @@ % Production-only deps. % Defined here for the sake of rebar-locking. {recon, "2.5.2"}, - {iosetopts, {git, "https://github.com/valitydev/iosetopts.git", {ref, "edb445c"}}}, {logger_logstash_formatter, {git, "https://github.com/valitydev/logger_logstash_formatter.git", {branch, "master"}}}, {how_are_you, {git, "https://github.com/valitydev/how_are_you.git", {branch, "master"}}}, @@ -109,7 +108,6 @@ %% Relx configuration {relx, [ {release, {bouncer, "0.1.0"}, [ - iosetopts, % tools for introspection {recon, load}, % debugger diff --git a/rebar.lock b/rebar.lock index 5120419..ef56741 100644 --- a/rebar.lock +++ b/rebar.lock @@ -3,7 +3,7 @@ {<<"bear">>,{pkg,<<"bear">>,<<"0.9.0">>},2}, {<<"bouncer_proto">>, {git,"https://github.com/valitydev/bouncer-proto.git", - {ref,"b23c905db51915737fdab80c2a3af4c546b32799"}}, + {ref,"31866c36c049dc568d4bc795a641690db3cb20ab"}}, 0}, {<<"cache">>,{pkg,<<"cache">>,<<"2.3.3">>},1}, {<<"certifi">>,{pkg,<<"certifi">>,<<"2.8.0">>},2}, @@ -44,10 +44,6 @@ 0}, {<<"hpack">>,{pkg,<<"hpack_erl">>,<<"0.2.3">>},3}, {<<"idna">>,{pkg,<<"idna">>,<<"6.1.1">>},2}, - {<<"iosetopts">>, - {git,"https://github.com/valitydev/iosetopts.git", - {ref,"edb445c4a32b15a9b432dc66db5da4371ad71b69"}}, - 0}, {<<"jesse">>,{pkg,<<"jesse">>,<<"1.6.1">>},0}, {<<"jsx">>,{pkg,<<"jsx">>,<<"3.1.0">>},0}, {<<"logger_logstash_formatter">>, From 51fd75e131179a563823eb1308f1299b7600f842 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D0=B5=D0=BC?= Date: Tue, 1 Jul 2025 11:27:44 +0300 Subject: [PATCH 2/3] bumped wf --- .github/workflows/erlang-checks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/erlang-checks.yaml b/.github/workflows/erlang-checks.yaml index ce2b643..1cb05b4 100644 --- a/.github/workflows/erlang-checks.yaml +++ b/.github/workflows/erlang-checks.yaml @@ -30,7 +30,7 @@ jobs: run: name: Run checks needs: setup - uses: valitydev/erlang-workflows/.github/workflows/erlang-parallel-build.yml@v1.0.12 + uses: valitydev/erlang-workflows/.github/workflows/erlang-parallel-build.yml@v1 with: otp-version: ${{ needs.setup.outputs.otp-version }} rebar-version: ${{ needs.setup.outputs.rebar-version }} From 6f4471bd19fffa4b893b90a1a36721cb6df194ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D0=B5=D0=BC?= Date: Tue, 1 Jul 2025 11:34:07 +0300 Subject: [PATCH 3/3] turned off code cove --- .github/workflows/erlang-checks.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/erlang-checks.yaml b/.github/workflows/erlang-checks.yaml index 1cb05b4..397e828 100644 --- a/.github/workflows/erlang-checks.yaml +++ b/.github/workflows/erlang-checks.yaml @@ -37,3 +37,4 @@ jobs: use-thrift: true thrift-version: ${{ needs.setup.outputs.thrift-version }} run-ct-with-compose: true + upload-coverage: false