Skip to content

Commit 5bef2af

Browse files
PyatakovStepan-Kirjakovprernaadev01DariyEnvisiondependabot[bot]
authored
feat: Release 3.5.0
Signed-off-by: Stepan Kiryakov <stepan.kiryakov@envisionblockchain.com> Signed-off-by: prernaadev01 <prernaa.agarwal@envisionblockchain.com> Signed-off-by: Dariy Miseldzhani <dariy.miseldzhani@envisionblockchain.com> Signed-off-by: Alexander Pyatakov <alex.pyatakov@envisionblockchain.com> Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: egorenvisionblockchain <egor.anikey@envisionblockchain.com> Signed-off-by: kirill-tolochko <kirill.tolochko@envisionblockchain.com> Signed-off-by: Celiant <nikita.nikishin@envisionblockchain.com> Signed-off-by: mykyta_yefruiev <efruev@gmail.com> Signed-off-by: Daniel Angelovski <daniel.angelovski@envisionblockchain.com> Signed-off-by: Daniel Swid <daniel.swid@hashgraph.com> Signed-off-by: Giuseppe Bertone <giuseppe.bertone@hashgraph.com> Signed-off-by: dima <nosid91@gmail.com> Signed-off-by: xeptagon-sachintha <sachinthal@xeptagon.com> Signed-off-by: Borys <boris.shkliar@envisionblockchain.com> Co-authored-by: Stepan Kiryakov <stepan.kiryakov@envisionblockchain.com> Co-authored-by: prernaadev01 <prernaa.agarwal@envisionblockchain.com> Co-authored-by: Dariy Miseldzhani <142525798+DariyEnvision@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: envision-ci-agent <envision-ci-agent@users.noreply.github.com> Co-authored-by: Celiant <nikita.nikishin@envisionblockchain.com> Co-authored-by: Ihar Tsykala <tsykalaihar@gmail.com> Co-authored-by: Ihar <igor.tsykala@envisionblockchain.com> Co-authored-by: egorenvisionblockchain <egor.anikey@envisionblockchain.com> Co-authored-by: Mykyta Yefruiev <efruev@gmail.com> Co-authored-by: ArthurMatsveyeu <arthur.matsveyeu@envisionblockchain.com> Co-authored-by: EnvBsh <143407631+EnvBsh@users.noreply.github.com> Co-authored-by: Daniel Angelovski <daniel.angelovski@envisionblockchain.com> Co-authored-by: Daniel Swid <275252+swidnikk@users.noreply.github.com> Co-authored-by: Giuseppe Bertone <giuseppe.bertone@hashgraph.com> Co-authored-by: Dima Redchyts <nosid91@gmail.com> Co-authored-by: mariana-andruk-envision <mariana.andruk@envisionblockchain.com> Co-authored-by: Gayanath Ranasinghe <121780980+gayanath8@users.noreply.github.com> Co-authored-by: xeptagon-sachintha <sachinthal@xeptagon.com> Co-authored-by: kirill-tolochko <kirill.tolochko@envisionblockchain.com>
1 parent eb36a2a commit 5bef2af

File tree

240 files changed

+4740
-1991
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

240 files changed

+4740
-1991
lines changed

.github/workflows/add-documentation-to-repo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
mongodb-version: [ 7.0.21 ]
1717
steps:
1818
- name: Harden Runner
19-
uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
19+
uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
2020
with:
2121
egress-policy: audit
2222

.github/workflows/api-after-commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
mongodb-version: [ 7.0.21 ]
2020
steps:
2121
- name: Harden Runner
22-
uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
22+
uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
2323
with:
2424
egress-policy: audit
2525

@@ -173,7 +173,7 @@ jobs:
173173
docker rm -f cypress-test-run || true
174174
175175
- name: Publish API Test Results
176-
uses: step-security/publish-unit-test-result-action@914f0f642c242f38335a491805adfc9bd64b1cbb # v2.21.1
176+
uses: step-security/publish-unit-test-result-action@7dff603bf17ef13dee847147bef8d7cd1728b566 # v2.22.0
177177
if: always()
178178
with:
179179
files: e2e-tests/cypress/test_results/**/*.xml

.github/workflows/api-manual.yml

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
type: string
88
description: Tags for API tests scope(s) (smoke, accounts, policies, etc.)
99
default: "all"
10+
report_name:
11+
type: string
12+
description: Cypress Report name
13+
default: "Guardian's Cypress Report"
1014

1115
jobs:
1216
buildAndTest:
@@ -23,7 +27,7 @@ jobs:
2327
mongodb-version: [7.0.21]
2428
steps:
2529
- name: Harden Runner
26-
uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
30+
uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
2731
with:
2832
egress-policy: audit
2933

@@ -164,6 +168,7 @@ jobs:
164168
-e CYPRESS_MGSIndexerAPIToken=${{ secrets.MGSIndexerAPIToken }} \
165169
-e CYPRESS_grepTags="preparing ${{ inputs.tags }}" \
166170
-e CYPRESS_grepFilterSpecs=true \
171+
-e ReportName="${{ inputs.report_name }}" \
167172
cypress-runner \
168173
--browser chrome
169174
@@ -172,13 +177,27 @@ jobs:
172177
run: |
173178
docker cp cypress-test-run:/e2e/cypress/test_results ./e2e-tests/cypress/test_results || true
174179
180+
- name: Copy cypress reports from Docker container
181+
if: always()
182+
run: |
183+
docker cp cypress-test-run:/e2e/cypress/reports ./e2e-tests/cypress/reports || true
184+
find e2e-tests/cypress/reports -type f || true
185+
175186
- name: Cleanup Docker resources
176187
if: always()
177188
run: |
178189
docker rm -f cypress-test-run || true
179190
180191
- name: Publish API Test Results
181-
uses: step-security/publish-unit-test-result-action@914f0f642c242f38335a491805adfc9bd64b1cbb # v2.21.1
192+
uses: step-security/publish-unit-test-result-action@7dff603bf17ef13dee847147bef8d7cd1728b566 # v2.22.0
182193
if: always()
183194
with:
184195
files: e2e-tests/cypress/test_results/**/*.xml
196+
197+
- name: Upload tests results
198+
uses: actions/upload-artifact@v4
199+
if: always()
200+
with:
201+
path: e2e-tests/cypress/reports/html/.jsons/**
202+
include-hidden-files: true
203+
retention-days: 1

.github/workflows/api-schedule-all.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
mongodb-version: [ 7.0.21 ]
1919
steps:
2020
- name: Harden Runner
21-
uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
21+
uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
2222
with:
2323
egress-policy: audit
2424

@@ -176,7 +176,7 @@ jobs:
176176
docker rm -f cypress-test-run || true
177177
178178
- name: Publish API Test Results
179-
uses: step-security/publish-unit-test-result-action@914f0f642c242f38335a491805adfc9bd64b1cbb # v2.21.1
179+
uses: step-security/publish-unit-test-result-action@7dff603bf17ef13dee847147bef8d7cd1728b566 # v2.22.0
180180
if: always()
181181
with:
182182
files: e2e-tests/cypress/test_results/**/*.xml

.github/workflows/api-schedule-vm0033.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
mongodb-version: [ 7.0.21 ]
1919
steps:
2020
- name: Harden Runner
21-
uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
21+
uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
2222
with:
2323
egress-policy: audit
2424

@@ -176,7 +176,7 @@ jobs:
176176
docker rm -f cypress-test-run || true
177177
178178
- name: Publish API Test Results
179-
uses: step-security/publish-unit-test-result-action@914f0f642c242f38335a491805adfc9bd64b1cbb # v2.21.1
179+
uses: step-security/publish-unit-test-result-action@7dff603bf17ef13dee847147bef8d7cd1728b566 # v2.22.0
180180
if: always()
181181
with:
182182
files: e2e-tests/cypress/test_results/**/*.xml

.github/workflows/flow-pull-request-formatting.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131
runs-on: guardian-linux-medium
3232
steps:
3333
- name: Harden Runner
34-
uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
34+
uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
3535
with:
3636
egress-policy: audit
3737

3838
- name: Check PR Title
39-
uses: step-security/conventional-pr-title-action@cb1c5657ccf4c42f5c0a6c0708cb8251b960d902 # v3.2.5
39+
uses: step-security/conventional-pr-title-action@bb2263ec311ca158e9ffa6bd9b997fb425402034 # v3.2.6
4040
env:
4141
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4242

@@ -46,7 +46,7 @@ jobs:
4646

4747
steps:
4848
- name: Harden Runner
49-
uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
49+
uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
5050
with:
5151
egress-policy: audit
5252

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
node-version: [ 20.19.5 ]
1414
steps:
1515
- name: Harden Runner
16-
uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
16+
uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
1717
with:
1818
egress-policy: audit
1919

@@ -131,7 +131,7 @@ jobs:
131131
OPERATOR_KEY: ${{ secrets.CI_HEDERA_PRIV_KEY }}
132132

133133
- name: Publish Unit Test Results
134-
uses: step-security/publish-unit-test-result-action@914f0f642c242f38335a491805adfc9bd64b1cbb # v2.21.1
134+
uses: step-security/publish-unit-test-result-action@7dff603bf17ef13dee847147bef8d7cd1728b566 # v2.22.0
135135
if: always()
136136
with:
137137
files: test_results/**/*.xml

0 commit comments

Comments
 (0)