From 65bb997524fa95faf1693e7270ebcfe430f4cddb Mon Sep 17 00:00:00 2001 From: Viorel Cojocaru Date: Sat, 22 Mar 2025 12:28:24 +0100 Subject: [PATCH 01/12] chore: Update agent --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 72050004..5cf7653c 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -19,7 +19,7 @@ jobs: # Send webpack stats and build information to RelativeCI - name: Send webpack stats to RelativeCI - uses: relative-ci/agent-action@v2.1.13 + uses: relative-ci/agent-action@87100ee765683073145ca00d31d23d2ffd4566c9 with: webpackStatsFile: ./artifacts/webpack-stats.json key: ${{ secrets.RELATIVE_CI_KEY }} From 44df6537afcc5409cbb23100992b64a0cb3a9724 Mon Sep 17 00:00:00 2001 From: Viorel Cojocaru Date: Sun, 23 Mar 2025 10:32:46 +0100 Subject: [PATCH 02/12] FIXUP: agent --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 5cf7653c..fcd54941 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -19,7 +19,7 @@ jobs: # Send webpack stats and build information to RelativeCI - name: Send webpack stats to RelativeCI - uses: relative-ci/agent-action@87100ee765683073145ca00d31d23d2ffd4566c9 + uses: relative-ci/agent-action@89a0c1d41ee8e24ac262ec7b94baa30276ef5847 with: webpackStatsFile: ./artifacts/webpack-stats.json key: ${{ secrets.RELATIVE_CI_KEY }} From 55c6f76c79edf481ab554a8c5433bc7bed50b7f1 Mon Sep 17 00:00:00 2001 From: Viorel Cojocaru Date: Sun, 23 Mar 2025 10:33:11 +0100 Subject: [PATCH 03/12] build: Add debug --- .github/workflows/build.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index fcd54941..332a7505 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -24,3 +24,5 @@ jobs: webpackStatsFile: ./artifacts/webpack-stats.json key: ${{ secrets.RELATIVE_CI_KEY }} token: ${{ secrets.GITHUB_TOKEN }} + env: + DEBUG: relative-ci:agent From 505e48cfa23b1304651eec3d845a80a56608ea27 Mon Sep 17 00:00:00 2001 From: Viorel Cojocaru Date: Sun, 23 Mar 2025 10:37:34 +0100 Subject: [PATCH 04/12] build: Add debug --- .github/workflows/build.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 332a7505..71fa45c2 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -7,6 +7,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + + - uses: hmarr/debug-action@v3 + - uses: actions/setup-node@v4 with: node-version-file: '.nvmrc' From 9ba9b7d53ffbf352d838ee39f72299c3166bb530 Mon Sep 17 00:00:00 2001 From: Viorel Cojocaru Date: Sun, 23 Mar 2025 10:48:43 +0100 Subject: [PATCH 05/12] build: Output event file --- .github/workflows/build.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 71fa45c2..5db69353 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -10,6 +10,8 @@ jobs: - uses: hmarr/debug-action@v3 + - run: cat $GITHUB_EVENT_PATH + - uses: actions/setup-node@v4 with: node-version-file: '.nvmrc' From 23cb75f55eb0fb30c181d706ccb127bc866e36b7 Mon Sep 17 00:00:00 2001 From: Viorel Cojocaru Date: Sun, 23 Mar 2025 14:43:54 +0100 Subject: [PATCH 06/12] FIXUP: agent --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 5db69353..005f5cc5 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -24,7 +24,7 @@ jobs: # Send webpack stats and build information to RelativeCI - name: Send webpack stats to RelativeCI - uses: relative-ci/agent-action@89a0c1d41ee8e24ac262ec7b94baa30276ef5847 + uses: relative-ci/agent-action@36536029e761c6f274cbc860cd9cff93a6566c99 with: webpackStatsFile: ./artifacts/webpack-stats.json key: ${{ secrets.RELATIVE_CI_KEY }} From dee8af69fbb39b46864b4caa7dc57f63d9f16068 Mon Sep 17 00:00:00 2001 From: Viorel Cojocaru Date: Sat, 5 Apr 2025 17:44:01 +0200 Subject: [PATCH 07/12] FIXUP: agent --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 005f5cc5..6aae7e25 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -24,7 +24,7 @@ jobs: # Send webpack stats and build information to RelativeCI - name: Send webpack stats to RelativeCI - uses: relative-ci/agent-action@36536029e761c6f274cbc860cd9cff93a6566c99 + uses: relative-ci/agent-action@077cff4c8b714f6a04b8ae77b522efc0c07db567 with: webpackStatsFile: ./artifacts/webpack-stats.json key: ${{ secrets.RELATIVE_CI_KEY }} From 66d562f6b8e57d9d40c00bffdf1147294218f9f8 Mon Sep 17 00:00:00 2001 From: Viorel Cojocaru Date: Sat, 5 Apr 2025 17:46:42 +0200 Subject: [PATCH 08/12] build: Run on pull_request --- .github/workflows/build.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 6aae7e25..f71c7a1e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -1,6 +1,10 @@ name: Build -on: push +on: + push: + branches: + - master + pull_request: jobs: build: From 16eb13eabea64370b893dbdfd06c4466e3b06c37 Mon Sep 17 00:00:00 2001 From: Viorel Cojocaru Date: Sat, 5 Apr 2025 18:00:56 +0200 Subject: [PATCH 09/12] FIXUP: agent --- .github/workflows/build.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f71c7a1e..7a7bc9fe 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -28,10 +28,9 @@ jobs: # Send webpack stats and build information to RelativeCI - name: Send webpack stats to RelativeCI - uses: relative-ci/agent-action@077cff4c8b714f6a04b8ae77b522efc0c07db567 + uses: relative-ci/agent-action@810b7906ec36597a98a7ad88cf1aa328df2e7156 with: webpackStatsFile: ./artifacts/webpack-stats.json key: ${{ secrets.RELATIVE_CI_KEY }} token: ${{ secrets.GITHUB_TOKEN }} - env: - DEBUG: relative-ci:agent + debug: true From e6487938f9d81623eaeea706b75d76902376b6fd Mon Sep 17 00:00:00 2001 From: Viorel Cojocaru Date: Sat, 5 Apr 2025 18:12:10 +0200 Subject: [PATCH 10/12] build: Fetch last 2 commits: merge commit + real commit --- .github/workflows/build.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 7a7bc9fe..4d0ce2e1 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -11,6 +11,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + with: + - fetch-depth: 2 - uses: hmarr/debug-action@v3 From 86d1af705ed464030e91b1ef53bf2e2fade2ba2c Mon Sep 17 00:00:00 2001 From: Viorel Cojocaru Date: Sat, 5 Apr 2025 18:14:15 +0200 Subject: [PATCH 11/12] FIXUP --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 4d0ce2e1..7d3a0a66 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - - fetch-depth: 2 + fetch-depth: 2 - uses: hmarr/debug-action@v3 From a93e6453833a4bba070eed4fee88d22a63298f9a Mon Sep 17 00:00:00 2001 From: Viorel Cojocaru Date: Mon, 7 Apr 2025 22:16:48 +0200 Subject: [PATCH 12/12] FIXUP: agent@v5.0.0-rc.0 --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 7d3a0a66..ca5a39e5 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -30,7 +30,7 @@ jobs: # Send webpack stats and build information to RelativeCI - name: Send webpack stats to RelativeCI - uses: relative-ci/agent-action@810b7906ec36597a98a7ad88cf1aa328df2e7156 + uses: relative-ci/agent-action@agent-v5 with: webpackStatsFile: ./artifacts/webpack-stats.json key: ${{ secrets.RELATIVE_CI_KEY }}