Skip to content

Commit e3f273e

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/dev' into stable
2 parents 1bd23a3 + 1b71853 commit e3f273e

File tree

123 files changed

+3989
-2460
lines changed

Some content is hidden

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

123 files changed

+3989
-2460
lines changed

.github/workflows/pullRequests.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# and run "github-actions-wac build" (or "ghawac build") to regenerate this file.
44
# For more information, run "github-actions-wac --help".
55
name: Pull Requests
6-
"on": pull_request
6+
'on': pull_request
77
concurrency:
88
group: pr-${{ github.event.pull_request.number }}
99
cancel-in-progress: true
@@ -19,7 +19,7 @@ jobs:
1919
- uses: webiny/action-conventional-commits@v1.3.0
2020
runs-on: ubuntu-latest
2121
env:
22-
NODE_OPTIONS: "--max_old_space_size=4096"
22+
NODE_OPTIONS: '--max_old_space_size=4096'
2323
YARN_ENABLE_IMMUTABLE_INSTALLS: false
2424
validateCommitsDev:
2525
name: Validate commit messages (dev branch, 'feat' commits not allowed)
@@ -34,7 +34,7 @@ jobs:
3434
allowed-commit-types: fix,docs,style,refactor,test,build,perf,ci,chore,revert,merge,wip
3535
runs-on: ubuntu-latest
3636
env:
37-
NODE_OPTIONS: "--max_old_space_size=4096"
37+
NODE_OPTIONS: '--max_old_space_size=4096'
3838
YARN_ENABLE_IMMUTABLE_INSTALLS: false
3939
constants:
4040
name: Create constants
@@ -87,7 +87,7 @@ jobs:
8787
$GITHUB_OUTPUT
8888
runs-on: ubuntu-latest
8989
env:
90-
NODE_OPTIONS: "--max_old_space_size=4096"
90+
NODE_OPTIONS: '--max_old_space_size=4096'
9191
YARN_ENABLE_IMMUTABLE_INSTALLS: false
9292
assignMilestone:
9393
name: Assign milestone
@@ -117,7 +117,7 @@ jobs:
117117
milestone: ${{ steps.get-milestone-to-assign.outputs.milestone }}
118118
runs-on: ubuntu-latest
119119
env:
120-
NODE_OPTIONS: "--max_old_space_size=4096"
120+
NODE_OPTIONS: '--max_old_space_size=4096'
121121
YARN_ENABLE_IMMUTABLE_INSTALLS: false
122122
build:
123123
name: Build
@@ -149,7 +149,7 @@ jobs:
149149
path: ${{ github.base_ref }}/.webiny/cached-packages
150150
key: ${{ needs.constants.outputs.run-cache-key }}
151151
env:
152-
NODE_OPTIONS: "--max_old_space_size=4096"
152+
NODE_OPTIONS: '--max_old_space_size=4096'
153153
YARN_ENABLE_IMMUTABLE_INSTALLS: false
154154
staticCodeAnalysis:
155155
needs:
@@ -187,7 +187,7 @@ jobs:
187187
working-directory: ${{ github.base_ref }}
188188
runs-on: ubuntu-latest
189189
env:
190-
NODE_OPTIONS: "--max_old_space_size=4096"
190+
NODE_OPTIONS: '--max_old_space_size=4096'
191191
YARN_ENABLE_IMMUTABLE_INSTALLS: false
192192
staticCodeAnalysisTs:
193193
name: Static code analysis (TypeScript)
@@ -213,7 +213,7 @@ jobs:
213213
run: yarn cy:ts
214214
working-directory: ${{ github.base_ref }}
215215
env:
216-
NODE_OPTIONS: "--max_old_space_size=4096"
216+
NODE_OPTIONS: '--max_old_space_size=4096'
217217
YARN_ENABLE_IMMUTABLE_INSTALLS: false
218218
jestTestsNoStorageConstants:
219219
needs:
@@ -241,7 +241,7 @@ jobs:
241241
echo '${{
242242
steps.list-packages-to-jest-test.outputs.packages-to-jest-test }}'
243243
env:
244-
NODE_OPTIONS: "--max_old_space_size=4096"
244+
NODE_OPTIONS: '--max_old_space_size=4096'
245245
YARN_ENABLE_IMMUTABLE_INSTALLS: false
246246
jestTestsNoStorageRun:
247247
needs:
@@ -262,7 +262,7 @@ jobs:
262262
}}
263263
runs-on: ${{ matrix.os }}
264264
env:
265-
NODE_OPTIONS: "--max_old_space_size=4096"
265+
NODE_OPTIONS: '--max_old_space_size=4096'
266266
YARN_ENABLE_IMMUTABLE_INSTALLS: false
267267
AWS_REGION: eu-central-1
268268
if: needs.jestTestsNoStorageConstants.outputs.packages-to-jest-test != '[]'
@@ -359,7 +359,7 @@ jobs:
359359
echo '${{
360360
steps.list-packages-to-jest-test.outputs.packages-to-jest-test }}'
361361
env:
362-
NODE_OPTIONS: "--max_old_space_size=4096"
362+
NODE_OPTIONS: '--max_old_space_size=4096'
363363
YARN_ENABLE_IMMUTABLE_INSTALLS: false
364364
jestTestsddbRun:
365365
needs:
@@ -379,7 +379,7 @@ jobs:
379379
fromJson(needs.jestTestsddbConstants.outputs.packages-to-jest-test) }}
380380
runs-on: ${{ matrix.os }}
381381
env:
382-
NODE_OPTIONS: "--max_old_space_size=4096"
382+
NODE_OPTIONS: '--max_old_space_size=4096'
383383
YARN_ENABLE_IMMUTABLE_INSTALLS: false
384384
AWS_REGION: eu-central-1
385385
if: needs.jestTestsddbConstants.outputs.packages-to-jest-test != '[]'
@@ -476,7 +476,7 @@ jobs:
476476
echo '${{
477477
steps.list-packages-to-jest-test.outputs.packages-to-jest-test }}'
478478
env:
479-
NODE_OPTIONS: "--max_old_space_size=4096"
479+
NODE_OPTIONS: '--max_old_space_size=4096'
480480
YARN_ENABLE_IMMUTABLE_INSTALLS: false
481481
jestTestsddb-esRun:
482482
needs:
@@ -497,7 +497,7 @@ jobs:
497497
}}
498498
runs-on: ${{ matrix.os }}
499499
env:
500-
NODE_OPTIONS: "--max_old_space_size=4096"
500+
NODE_OPTIONS: '--max_old_space_size=4096'
501501
YARN_ENABLE_IMMUTABLE_INSTALLS: false
502502
AWS_REGION: eu-central-1
503503
AWS_ELASTIC_SEARCH_DOMAIN_NAME: ${{ secrets.AWS_ELASTIC_SEARCH_DOMAIN_NAME }}
@@ -606,7 +606,7 @@ jobs:
606606
echo '${{
607607
steps.list-packages-to-jest-test.outputs.packages-to-jest-test }}'
608608
env:
609-
NODE_OPTIONS: "--max_old_space_size=4096"
609+
NODE_OPTIONS: '--max_old_space_size=4096'
610610
YARN_ENABLE_IMMUTABLE_INSTALLS: false
611611
jestTestsddb-osRun:
612612
needs:
@@ -627,7 +627,7 @@ jobs:
627627
}}
628628
runs-on: ${{ matrix.os }}
629629
env:
630-
NODE_OPTIONS: "--max_old_space_size=4096"
630+
NODE_OPTIONS: '--max_old_space_size=4096'
631631
YARN_ENABLE_IMMUTABLE_INSTALLS: false
632632
AWS_REGION: eu-central-1
633633
AWS_ELASTIC_SEARCH_DOMAIN_NAME: ${{ secrets.AWS_OPEN_SEARCH_DOMAIN_NAME }}

.github/workflows/pullRequestsCommandCypress.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
# and run "github-actions-wac build" (or "ghawac build") to regenerate this file.
44
# For more information, run "github-actions-wac --help".
55
name: Pull Requests Command - Cypress
6-
"on": issue_comment
6+
'on': issue_comment
77
env:
8-
NODE_OPTIONS: "--max_old_space_size=4096"
8+
NODE_OPTIONS: '--max_old_space_size=4096'
99
AWS_REGION: eu-central-1
1010
jobs:
1111
checkComment:
@@ -21,9 +21,9 @@ jobs:
2121
with:
2222
repo-token: ${{ secrets.GITHUB_TOKEN }}
2323
command: cypress
24-
reaction: "true"
24+
reaction: 'true'
2525
reaction-type: eyes
26-
allow-edits: "false"
26+
allow-edits: 'false'
2727
permission-level: write
2828
- name: Create comment
2929
uses: peter-evans/create-or-update-comment@v2
@@ -35,7 +35,7 @@ jobs:
3535
github.run_id }})). :sparkles:
3636
runs-on: ubuntu-latest
3737
env:
38-
NODE_OPTIONS: "--max_old_space_size=4096"
38+
NODE_OPTIONS: '--max_old_space_size=4096'
3939
YARN_ENABLE_IMMUTABLE_INSTALLS: false
4040
validateWorkflows:
4141
name: Validate workflows
@@ -51,7 +51,7 @@ jobs:
5151
needs: checkComment
5252
runs-on: ubuntu-latest
5353
env:
54-
NODE_OPTIONS: "--max_old_space_size=4096"
54+
NODE_OPTIONS: '--max_old_space_size=4096'
5555
YARN_ENABLE_IMMUTABLE_INSTALLS: false
5656
baseBranch:
5757
needs: checkComment
@@ -72,7 +72,7 @@ jobs:
7272
baseRefName -q .baseRefName)" >> $GITHUB_OUTPUT
7373
runs-on: ubuntu-latest
7474
env:
75-
NODE_OPTIONS: "--max_old_space_size=4096"
75+
NODE_OPTIONS: '--max_old_space_size=4096'
7676
YARN_ENABLE_IMMUTABLE_INSTALLS: false
7777
constants:
7878
needs: baseBranch
@@ -97,7 +97,7 @@ jobs:
9797
vars.RANDOM_CACHE_KEY_SUFFIX }}" >> $GITHUB_OUTPUT
9898
runs-on: ubuntu-latest
9999
env:
100-
NODE_OPTIONS: "--max_old_space_size=4096"
100+
NODE_OPTIONS: '--max_old_space_size=4096'
101101
YARN_ENABLE_IMMUTABLE_INSTALLS: false
102102
build:
103103
name: Build
@@ -136,7 +136,7 @@ jobs:
136136
path: ${{ needs.baseBranch.outputs.base-branch }}/.webiny/cached-packages
137137
key: ${{ needs.constants.outputs.run-cache-key }}
138138
env:
139-
NODE_OPTIONS: "--max_old_space_size=4096"
139+
NODE_OPTIONS: '--max_old_space_size=4096'
140140
YARN_ENABLE_IMMUTABLE_INSTALLS: false
141141
e2e-wby-cms-ddb-constants:
142142
needs:
@@ -172,7 +172,7 @@ jobs:
172172
github.run_id }}_ddb" >> $GITHUB_OUTPUT
173173
runs-on: ubuntu-latest
174174
env:
175-
NODE_OPTIONS: "--max_old_space_size=4096"
175+
NODE_OPTIONS: '--max_old_space_size=4096'
176176
YARN_ENABLE_IMMUTABLE_INSTALLS: false
177177
e2e-wby-cms-ddb-project-setup:
178178
needs:
@@ -184,7 +184,7 @@ jobs:
184184
cypress-config: ${{ steps.save-cypress-config.outputs.cypress-config }}
185185
environment: next
186186
env:
187-
NODE_OPTIONS: "--max_old_space_size=4096"
187+
NODE_OPTIONS: '--max_old_space_size=4096'
188188
YARN_ENABLE_IMMUTABLE_INSTALLS: false
189189
CYPRESS_MAILOSAUR_API_KEY: ${{ secrets.CYPRESS_MAILOSAUR_API_KEY }}
190190
PULUMI_CONFIG_PASSPHRASE: ${{ secrets.PULUMI_CONFIG_PASSPHRASE }}
@@ -328,7 +328,7 @@ jobs:
328328
}}
329329
environment: next
330330
env:
331-
NODE_OPTIONS: "--max_old_space_size=4096"
331+
NODE_OPTIONS: '--max_old_space_size=4096'
332332
YARN_ENABLE_IMMUTABLE_INSTALLS: false
333333
CYPRESS_MAILOSAUR_API_KEY: ${{ secrets.CYPRESS_MAILOSAUR_API_KEY }}
334334
PULUMI_CONFIG_PASSPHRASE: ${{ secrets.PULUMI_CONFIG_PASSPHRASE }}
@@ -404,7 +404,7 @@ jobs:
404404
github.run_id }}_ddb-es" >> $GITHUB_OUTPUT
405405
runs-on: ubuntu-latest
406406
env:
407-
NODE_OPTIONS: "--max_old_space_size=4096"
407+
NODE_OPTIONS: '--max_old_space_size=4096'
408408
YARN_ENABLE_IMMUTABLE_INSTALLS: false
409409
e2e-wby-cms-ddb-es-project-setup:
410410
needs:
@@ -416,7 +416,7 @@ jobs:
416416
cypress-config: ${{ steps.save-cypress-config.outputs.cypress-config }}
417417
environment: next
418418
env:
419-
NODE_OPTIONS: "--max_old_space_size=4096"
419+
NODE_OPTIONS: '--max_old_space_size=4096'
420420
YARN_ENABLE_IMMUTABLE_INSTALLS: false
421421
CYPRESS_MAILOSAUR_API_KEY: ${{ secrets.CYPRESS_MAILOSAUR_API_KEY }}
422422
PULUMI_CONFIG_PASSPHRASE: ${{ secrets.PULUMI_CONFIG_PASSPHRASE }}
@@ -564,7 +564,7 @@ jobs:
564564
}}
565565
environment: next
566566
env:
567-
NODE_OPTIONS: "--max_old_space_size=4096"
567+
NODE_OPTIONS: '--max_old_space_size=4096'
568568
YARN_ENABLE_IMMUTABLE_INSTALLS: false
569569
CYPRESS_MAILOSAUR_API_KEY: ${{ secrets.CYPRESS_MAILOSAUR_API_KEY }}
570570
PULUMI_CONFIG_PASSPHRASE: ${{ secrets.PULUMI_CONFIG_PASSPHRASE }}
@@ -644,7 +644,7 @@ jobs:
644644
github.run_id }}_ddb-os" >> $GITHUB_OUTPUT
645645
runs-on: ubuntu-latest
646646
env:
647-
NODE_OPTIONS: "--max_old_space_size=4096"
647+
NODE_OPTIONS: '--max_old_space_size=4096'
648648
YARN_ENABLE_IMMUTABLE_INSTALLS: false
649649
e2e-wby-cms-ddb-os-project-setup:
650650
needs:
@@ -656,7 +656,7 @@ jobs:
656656
cypress-config: ${{ steps.save-cypress-config.outputs.cypress-config }}
657657
environment: next
658658
env:
659-
NODE_OPTIONS: "--max_old_space_size=4096"
659+
NODE_OPTIONS: '--max_old_space_size=4096'
660660
YARN_ENABLE_IMMUTABLE_INSTALLS: false
661661
CYPRESS_MAILOSAUR_API_KEY: ${{ secrets.CYPRESS_MAILOSAUR_API_KEY }}
662662
PULUMI_CONFIG_PASSPHRASE: ${{ secrets.PULUMI_CONFIG_PASSPHRASE }}
@@ -804,7 +804,7 @@ jobs:
804804
}}
805805
environment: next
806806
env:
807-
NODE_OPTIONS: "--max_old_space_size=4096"
807+
NODE_OPTIONS: '--max_old_space_size=4096'
808808
YARN_ENABLE_IMMUTABLE_INSTALLS: false
809809
CYPRESS_MAILOSAUR_API_KEY: ${{ secrets.CYPRESS_MAILOSAUR_API_KEY }}
810810
PULUMI_CONFIG_PASSPHRASE: ${{ secrets.PULUMI_CONFIG_PASSPHRASE }}

0 commit comments

Comments
 (0)