@catladder/pipeline 2.7.4 → 2.7.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/constants.js +1 -1
- package/dist/pipeline/createMainPipeline.js +2 -2
- package/dist/rules/index.d.ts +3 -0
- package/dist/rules/index.js +7 -2
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/examples/__snapshots__/cloud-run-http2.test.ts.snap +8 -24
- package/examples/__snapshots__/cloud-run-memory-limit.test.ts.snap +8 -24
- package/examples/__snapshots__/cloud-run-meteor-with-worker.test.ts.snap +8 -24
- package/examples/__snapshots__/cloud-run-nextjs.test.ts.snap +8 -24
- package/examples/__snapshots__/cloud-run-no-cpu-throttling.test.ts.snap +8 -24
- package/examples/__snapshots__/cloud-run-no-service.test.ts.snap +8 -24
- package/examples/__snapshots__/cloud-run-non-public.test.ts.snap +8 -24
- package/examples/__snapshots__/cloud-run-post-stop-job.test.ts.snap +8 -24
- package/examples/__snapshots__/cloud-run-service-custom-vpc-connector.test.ts.snap +8 -24
- package/examples/__snapshots__/cloud-run-service-custom-vpc.test.ts.snap +8 -24
- package/examples/__snapshots__/cloud-run-service-gen2.test.ts.snap +8 -24
- package/examples/__snapshots__/cloud-run-service-increase-timout.test.ts.snap +8 -24
- package/examples/__snapshots__/cloud-run-service-with-volumes.test.ts.snap +8 -24
- package/examples/__snapshots__/cloud-run-storybook.test.ts.snap +5 -15
- package/examples/__snapshots__/cloud-run-with-ngnix.test.ts.snap +8 -24
- package/examples/__snapshots__/cloud-run-with-sql-reuse-db.test.ts.snap +16 -48
- package/examples/__snapshots__/cloud-run-with-sql.test.ts.snap +8 -24
- package/examples/__snapshots__/cloud-run-with-worker.test.ts.snap +8 -24
- package/examples/__snapshots__/custom-build-job-with-tests.test.ts.snap +8 -24
- package/examples/__snapshots__/custom-build-job.test.ts.snap +5 -15
- package/examples/__snapshots__/custom-deploy.test.ts.snap +7 -21
- package/examples/__snapshots__/custom-envs.test.ts.snap +15 -45
- package/examples/__snapshots__/custom-sbom-java.test.ts.snap +5 -15
- package/examples/__snapshots__/custom-verify-job.test.ts.snap +9 -27
- package/examples/__snapshots__/git-submodule.test.ts.snap +8 -24
- package/examples/__snapshots__/kubernetes-application-customization.test.ts.snap +9 -27
- package/examples/__snapshots__/kubernetes-with-cloud-sql.test.ts.snap +9 -27
- package/examples/__snapshots__/kubernetes-with-jobs.test.ts.snap +18 -54
- package/examples/__snapshots__/kubernetes-with-mongodb.test.ts.snap +9 -27
- package/examples/__snapshots__/local-dot-env.test.ts.snap +8 -24
- package/examples/__snapshots__/meteor-kubernetes.test.ts.snap +9 -27
- package/examples/__snapshots__/multiline-var.test.ts.snap +25 -75
- package/examples/__snapshots__/native-app.test.ts.snap +14 -42
- package/examples/__snapshots__/node-build-with-custom-image.test.ts.snap +8 -24
- package/examples/__snapshots__/node-build-with-docker-additions.test.ts.snap +8 -24
- package/examples/__snapshots__/rails-k8s-with-worker-dockerfile.test.ts.snap +8 -24
- package/examples/__snapshots__/rails-k8s-with-worker.test.ts.snap +8 -24
- package/examples/__snapshots__/referencing-other-vars.test.ts.snap +25 -75
- package/examples/__snapshots__/wait-for-other-deploy.test.ts.snap +12 -36
- package/examples/__snapshots__/workspace-api-www-turbo-cache.test.ts.snap +12 -36
- package/examples/__snapshots__/workspace-api-www.test.ts.snap +12 -36
- package/package.json +1 -1
- package/src/pipeline/createMainPipeline.ts +3 -4
- package/src/rules/index.ts +10 -1
|
@@ -103,15 +103,9 @@ api 🛡 audit:
|
|
|
103
103
|
- cd api
|
|
104
104
|
- yarn npm audit --environment production
|
|
105
105
|
rules:
|
|
106
|
-
-
|
|
107
|
-
|
|
108
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
|
109
|
-
- when: never
|
|
110
|
-
if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
|
|
111
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
|
112
|
-
- when: never
|
|
113
|
-
if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
|
|
114
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
|
106
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
107
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
108
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
115
109
|
- if: $CI_MERGE_REQUEST_ID
|
|
116
110
|
needs: []
|
|
117
111
|
retry: &a1
|
|
@@ -155,15 +149,9 @@ api 👮 lint:
|
|
|
155
149
|
paths:
|
|
156
150
|
- api/node_modules
|
|
157
151
|
rules:
|
|
158
|
-
-
|
|
159
|
-
|
|
160
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
|
161
|
-
- when: never
|
|
162
|
-
if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
|
|
163
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
|
164
|
-
- when: never
|
|
165
|
-
if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
|
|
166
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
|
152
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
153
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
154
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
167
155
|
- if: $CI_MERGE_REQUEST_ID
|
|
168
156
|
needs: []
|
|
169
157
|
retry: *a1
|
|
@@ -202,15 +190,9 @@ api 🧪 test:
|
|
|
202
190
|
paths:
|
|
203
191
|
- api/node_modules
|
|
204
192
|
rules:
|
|
205
|
-
-
|
|
206
|
-
|
|
207
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
|
208
|
-
- when: never
|
|
209
|
-
if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
|
|
210
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
|
211
|
-
- when: never
|
|
212
|
-
if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
|
|
213
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
|
193
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
194
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
195
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
214
196
|
- if: $CI_MERGE_REQUEST_ID
|
|
215
197
|
needs: []
|
|
216
198
|
retry: *a1
|
|
@@ -283,9 +265,7 @@ api 🧪 test:
|
|
|
283
265
|
when: always
|
|
284
266
|
reports: {}
|
|
285
267
|
rules:
|
|
286
|
-
-
|
|
287
|
-
if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
|
|
288
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
|
268
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
289
269
|
needs: []
|
|
290
270
|
retry: *a1
|
|
291
271
|
interruptible: true
|
|
@@ -301,9 +281,7 @@ api 🧪 test:
|
|
|
301
281
|
paths:
|
|
302
282
|
- __sbom.json
|
|
303
283
|
rules:
|
|
304
|
-
-
|
|
305
|
-
if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
|
|
306
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
|
284
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
307
285
|
needs: []
|
|
308
286
|
retry: *a1
|
|
309
287
|
interruptible: true
|
|
@@ -376,9 +354,7 @@ api 🧪 test:
|
|
|
376
354
|
when: always
|
|
377
355
|
reports: {}
|
|
378
356
|
rules:
|
|
379
|
-
-
|
|
380
|
-
if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
|
|
381
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
|
357
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
382
358
|
needs: []
|
|
383
359
|
retry: *a1
|
|
384
360
|
interruptible: true
|
|
@@ -394,9 +370,7 @@ api 🧪 test:
|
|
|
394
370
|
paths:
|
|
395
371
|
- __sbom.json
|
|
396
372
|
rules:
|
|
397
|
-
-
|
|
398
|
-
if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
|
|
399
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
|
373
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
400
374
|
needs: []
|
|
401
375
|
retry: *a1
|
|
402
376
|
interruptible: true
|
|
@@ -469,9 +443,7 @@ api 🧪 test:
|
|
|
469
443
|
when: always
|
|
470
444
|
reports: {}
|
|
471
445
|
rules:
|
|
472
|
-
-
|
|
473
|
-
if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
|
|
474
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
|
446
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
475
447
|
needs: []
|
|
476
448
|
retry: *a1
|
|
477
449
|
interruptible: true
|
|
@@ -487,9 +459,7 @@ api 🧪 test:
|
|
|
487
459
|
paths:
|
|
488
460
|
- __sbom.json
|
|
489
461
|
rules:
|
|
490
|
-
-
|
|
491
|
-
if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
|
|
492
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
|
462
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
493
463
|
needs: []
|
|
494
464
|
retry: *a1
|
|
495
465
|
interruptible: true
|
|
@@ -135,9 +135,7 @@ before_script:
|
|
|
135
135
|
when: always
|
|
136
136
|
reports: {}
|
|
137
137
|
rules:
|
|
138
|
-
-
|
|
139
|
-
if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
|
|
140
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
|
138
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
141
139
|
needs: []
|
|
142
140
|
retry: &a1
|
|
143
141
|
max: 2
|
|
@@ -183,9 +181,7 @@ before_script:
|
|
|
183
181
|
- docker push $DOCKER_CACHE_IMAGE
|
|
184
182
|
- collapseable_section_end "docker-push"
|
|
185
183
|
rules:
|
|
186
|
-
-
|
|
187
|
-
if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
|
|
188
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
|
184
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
189
185
|
needs:
|
|
190
186
|
- 'app 🔨 app | dev '
|
|
191
187
|
retry: *a1
|
|
@@ -203,9 +199,7 @@ before_script:
|
|
|
203
199
|
paths:
|
|
204
200
|
- __sbom.json
|
|
205
201
|
rules:
|
|
206
|
-
-
|
|
207
|
-
if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
|
|
208
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
|
202
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
209
203
|
needs: []
|
|
210
204
|
retry: *a1
|
|
211
205
|
interruptible: true
|
|
@@ -299,10 +293,8 @@ before_script:
|
|
|
299
293
|
reports:
|
|
300
294
|
dotenv: gitlab_environment.env
|
|
301
295
|
rules:
|
|
302
|
-
- when: never
|
|
303
|
-
if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
|
|
304
296
|
- when: on_success
|
|
305
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
|
297
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
306
298
|
needs:
|
|
307
299
|
- job: 'app 🔨 app | dev '
|
|
308
300
|
artifacts: false
|
|
@@ -339,10 +331,8 @@ before_script:
|
|
|
339
331
|
rules:
|
|
340
332
|
- if: $CI_COMMIT_BRANCH =~ /^[0-9]+\\.([0-9]+|x)\\.x$/
|
|
341
333
|
when: on_success
|
|
342
|
-
- when: never
|
|
343
|
-
if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
|
|
344
334
|
- when: manual
|
|
345
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
|
335
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
346
336
|
needs: []
|
|
347
337
|
retry: *a1
|
|
348
338
|
interruptible: true
|
|
@@ -89,9 +89,7 @@ www 🛡 audit:
|
|
|
89
89
|
- cd www
|
|
90
90
|
- yarn npm audit --environment production
|
|
91
91
|
rules:
|
|
92
|
-
-
|
|
93
|
-
if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
|
|
94
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
|
92
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
95
93
|
- if: $CI_MERGE_REQUEST_ID
|
|
96
94
|
needs: []
|
|
97
95
|
retry: &a1
|
|
@@ -135,9 +133,7 @@ www 👮 lint:
|
|
|
135
133
|
paths:
|
|
136
134
|
- www/node_modules
|
|
137
135
|
rules:
|
|
138
|
-
-
|
|
139
|
-
if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
|
|
140
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
|
136
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
141
137
|
- if: $CI_MERGE_REQUEST_ID
|
|
142
138
|
needs: []
|
|
143
139
|
retry: *a1
|
|
@@ -176,9 +172,7 @@ www 🧪 test:
|
|
|
176
172
|
paths:
|
|
177
173
|
- www/node_modules
|
|
178
174
|
rules:
|
|
179
|
-
-
|
|
180
|
-
if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
|
|
181
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
|
175
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
182
176
|
- if: $CI_MERGE_REQUEST_ID
|
|
183
177
|
needs: []
|
|
184
178
|
retry: *a1
|
|
@@ -259,9 +253,7 @@ www 🧪 test:
|
|
|
259
253
|
when: always
|
|
260
254
|
reports: {}
|
|
261
255
|
rules:
|
|
262
|
-
-
|
|
263
|
-
if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
|
|
264
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
|
256
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
265
257
|
needs: []
|
|
266
258
|
retry: *a1
|
|
267
259
|
interruptible: true
|
|
@@ -318,9 +310,7 @@ www 🧪 test:
|
|
|
318
310
|
paths:
|
|
319
311
|
- www/.yarn
|
|
320
312
|
rules:
|
|
321
|
-
-
|
|
322
|
-
if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
|
|
323
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
|
313
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
324
314
|
needs:
|
|
325
315
|
- 'www 🔨 app | dev '
|
|
326
316
|
retry: *a1
|
|
@@ -337,9 +327,7 @@ www 🧪 test:
|
|
|
337
327
|
paths:
|
|
338
328
|
- __sbom.json
|
|
339
329
|
rules:
|
|
340
|
-
-
|
|
341
|
-
if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
|
|
342
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
|
330
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
343
331
|
needs: []
|
|
344
332
|
retry: *a1
|
|
345
333
|
interruptible: true
|
|
@@ -433,10 +421,8 @@ www 🧪 test:
|
|
|
433
421
|
reports:
|
|
434
422
|
dotenv: gitlab_environment.env
|
|
435
423
|
rules:
|
|
436
|
-
- when: never
|
|
437
|
-
if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
|
|
438
424
|
- when: on_success
|
|
439
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
|
425
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
440
426
|
needs:
|
|
441
427
|
- job: www 👮 lint
|
|
442
428
|
artifacts: false
|
|
@@ -479,10 +465,8 @@ www 🧪 test:
|
|
|
479
465
|
rules:
|
|
480
466
|
- if: $CI_COMMIT_BRANCH =~ /^[0-9]+\\.([0-9]+|x)\\.x$/
|
|
481
467
|
when: on_success
|
|
482
|
-
- when: never
|
|
483
|
-
if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
|
|
484
468
|
- when: manual
|
|
485
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
|
469
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
486
470
|
needs: []
|
|
487
471
|
retry: *a1
|
|
488
472
|
interruptible: true
|
|
@@ -533,9 +517,7 @@ www 🧪 test:
|
|
|
533
517
|
- cypress/screenshots
|
|
534
518
|
- cypress/videos
|
|
535
519
|
rules:
|
|
536
|
-
-
|
|
537
|
-
if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
|
|
538
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
|
520
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
539
521
|
needs:
|
|
540
522
|
- job: 'www 🚀 Deploy | dev '
|
|
541
523
|
artifacts: false
|
|
@@ -90,9 +90,7 @@ app 🛡 audit:
|
|
|
90
90
|
- cd app
|
|
91
91
|
- yarn npm audit --environment production
|
|
92
92
|
rules:
|
|
93
|
-
-
|
|
94
|
-
if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
|
|
95
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
|
93
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
96
94
|
- if: $CI_MERGE_REQUEST_ID
|
|
97
95
|
needs: []
|
|
98
96
|
retry: &a1
|
|
@@ -136,9 +134,7 @@ app 👮 lint:
|
|
|
136
134
|
paths:
|
|
137
135
|
- app/node_modules
|
|
138
136
|
rules:
|
|
139
|
-
-
|
|
140
|
-
if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
|
|
141
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
|
137
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
142
138
|
- if: $CI_MERGE_REQUEST_ID
|
|
143
139
|
needs: []
|
|
144
140
|
retry: *a1
|
|
@@ -177,9 +173,7 @@ app 🧪 test:
|
|
|
177
173
|
paths:
|
|
178
174
|
- app/node_modules
|
|
179
175
|
rules:
|
|
180
|
-
-
|
|
181
|
-
if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
|
|
182
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
|
176
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
183
177
|
- if: $CI_MERGE_REQUEST_ID
|
|
184
178
|
needs: []
|
|
185
179
|
retry: *a1
|
|
@@ -260,9 +254,7 @@ app 🧪 test:
|
|
|
260
254
|
when: always
|
|
261
255
|
reports: {}
|
|
262
256
|
rules:
|
|
263
|
-
-
|
|
264
|
-
if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
|
|
265
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
|
257
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
266
258
|
needs: []
|
|
267
259
|
retry: *a1
|
|
268
260
|
interruptible: true
|
|
@@ -319,9 +311,7 @@ app 🧪 test:
|
|
|
319
311
|
paths:
|
|
320
312
|
- app/.yarn
|
|
321
313
|
rules:
|
|
322
|
-
-
|
|
323
|
-
if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
|
|
324
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
|
314
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
325
315
|
needs:
|
|
326
316
|
- 'app 🔨 app | dev '
|
|
327
317
|
retry: *a1
|
|
@@ -338,9 +328,7 @@ app 🧪 test:
|
|
|
338
328
|
paths:
|
|
339
329
|
- __sbom.json
|
|
340
330
|
rules:
|
|
341
|
-
-
|
|
342
|
-
if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
|
|
343
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
|
331
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
344
332
|
needs: []
|
|
345
333
|
retry: *a1
|
|
346
334
|
interruptible: true
|
|
@@ -434,10 +422,8 @@ app 🧪 test:
|
|
|
434
422
|
reports:
|
|
435
423
|
dotenv: gitlab_environment.env
|
|
436
424
|
rules:
|
|
437
|
-
- when: never
|
|
438
|
-
if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
|
|
439
425
|
- when: on_success
|
|
440
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
|
426
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
441
427
|
needs:
|
|
442
428
|
- job: app 👮 lint
|
|
443
429
|
artifacts: false
|
|
@@ -480,10 +466,8 @@ app 🧪 test:
|
|
|
480
466
|
rules:
|
|
481
467
|
- if: $CI_COMMIT_BRANCH =~ /^[0-9]+\\.([0-9]+|x)\\.x$/
|
|
482
468
|
when: on_success
|
|
483
|
-
- when: never
|
|
484
|
-
if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
|
|
485
469
|
- when: manual
|
|
486
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
|
470
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
487
471
|
needs: []
|
|
488
472
|
retry: *a1
|
|
489
473
|
interruptible: true
|
|
@@ -89,9 +89,7 @@ api 🛡 audit:
|
|
|
89
89
|
- cd api
|
|
90
90
|
- yarn npm audit --environment production
|
|
91
91
|
rules:
|
|
92
|
-
-
|
|
93
|
-
if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
|
|
94
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
|
92
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
95
93
|
- if: $CI_MERGE_REQUEST_ID
|
|
96
94
|
needs: []
|
|
97
95
|
retry: &a1
|
|
@@ -135,9 +133,7 @@ api 👮 lint:
|
|
|
135
133
|
paths:
|
|
136
134
|
- api/node_modules
|
|
137
135
|
rules:
|
|
138
|
-
-
|
|
139
|
-
if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
|
|
140
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
|
136
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
141
137
|
- if: $CI_MERGE_REQUEST_ID
|
|
142
138
|
needs: []
|
|
143
139
|
retry: *a1
|
|
@@ -176,9 +172,7 @@ api 🧪 test:
|
|
|
176
172
|
paths:
|
|
177
173
|
- api/node_modules
|
|
178
174
|
rules:
|
|
179
|
-
-
|
|
180
|
-
if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
|
|
181
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
|
175
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
182
176
|
- if: $CI_MERGE_REQUEST_ID
|
|
183
177
|
needs: []
|
|
184
178
|
retry: *a1
|
|
@@ -239,9 +233,7 @@ api 🧪 test:
|
|
|
239
233
|
when: always
|
|
240
234
|
reports: {}
|
|
241
235
|
rules:
|
|
242
|
-
-
|
|
243
|
-
if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
|
|
244
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
|
236
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
245
237
|
needs: []
|
|
246
238
|
retry: *a1
|
|
247
239
|
interruptible: true
|
|
@@ -298,9 +290,7 @@ api 🧪 test:
|
|
|
298
290
|
paths:
|
|
299
291
|
- api/.yarn
|
|
300
292
|
rules:
|
|
301
|
-
-
|
|
302
|
-
if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
|
|
303
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
|
293
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
304
294
|
needs:
|
|
305
295
|
- 'api 🔨 app | dev '
|
|
306
296
|
retry: *a1
|
|
@@ -317,9 +307,7 @@ api 🧪 test:
|
|
|
317
307
|
paths:
|
|
318
308
|
- __sbom.json
|
|
319
309
|
rules:
|
|
320
|
-
-
|
|
321
|
-
if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
|
|
322
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
|
310
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
323
311
|
needs: []
|
|
324
312
|
retry: *a1
|
|
325
313
|
interruptible: true
|
|
@@ -450,10 +438,8 @@ api 🧪 test:
|
|
|
450
438
|
reports:
|
|
451
439
|
dotenv: gitlab_environment.env
|
|
452
440
|
rules:
|
|
453
|
-
- when: never
|
|
454
|
-
if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
|
|
455
441
|
- when: on_success
|
|
456
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
|
442
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
457
443
|
needs:
|
|
458
444
|
- job: api 👮 lint
|
|
459
445
|
artifacts: false
|
|
@@ -514,10 +500,8 @@ api 🧪 test:
|
|
|
514
500
|
rules:
|
|
515
501
|
- if: $CI_COMMIT_BRANCH =~ /^[0-9]+\\.([0-9]+|x)\\.x$/
|
|
516
502
|
when: on_success
|
|
517
|
-
- when: never
|
|
518
|
-
if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
|
|
519
503
|
- when: manual
|
|
520
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
|
504
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
521
505
|
needs: []
|
|
522
506
|
retry: *a1
|
|
523
507
|
interruptible: true
|
|
@@ -562,10 +546,8 @@ api 🧪 test:
|
|
|
562
546
|
name: dev/api
|
|
563
547
|
action: access
|
|
564
548
|
rules:
|
|
565
|
-
- when: never
|
|
566
|
-
if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
|
|
567
549
|
- when: manual
|
|
568
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
|
550
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
569
551
|
needs: []
|
|
570
552
|
retry: *a1
|
|
571
553
|
interruptible: true
|
|
@@ -89,9 +89,7 @@ api 🛡 audit:
|
|
|
89
89
|
- cd api
|
|
90
90
|
- yarn npm audit --environment production
|
|
91
91
|
rules:
|
|
92
|
-
-
|
|
93
|
-
if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
|
|
94
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
|
92
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
95
93
|
- if: $CI_MERGE_REQUEST_ID
|
|
96
94
|
needs: []
|
|
97
95
|
retry: &a1
|
|
@@ -135,9 +133,7 @@ api 👮 lint:
|
|
|
135
133
|
paths:
|
|
136
134
|
- api/node_modules
|
|
137
135
|
rules:
|
|
138
|
-
-
|
|
139
|
-
if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
|
|
140
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
|
136
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
141
137
|
- if: $CI_MERGE_REQUEST_ID
|
|
142
138
|
needs: []
|
|
143
139
|
retry: *a1
|
|
@@ -176,9 +172,7 @@ api 🧪 test:
|
|
|
176
172
|
paths:
|
|
177
173
|
- api/node_modules
|
|
178
174
|
rules:
|
|
179
|
-
-
|
|
180
|
-
if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
|
|
181
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
|
175
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
182
176
|
- if: $CI_MERGE_REQUEST_ID
|
|
183
177
|
needs: []
|
|
184
178
|
retry: *a1
|
|
@@ -241,9 +235,7 @@ api 🧪 test:
|
|
|
241
235
|
when: always
|
|
242
236
|
reports: {}
|
|
243
237
|
rules:
|
|
244
|
-
-
|
|
245
|
-
if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
|
|
246
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
|
238
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
247
239
|
needs: []
|
|
248
240
|
retry: *a1
|
|
249
241
|
interruptible: true
|
|
@@ -300,9 +292,7 @@ api 🧪 test:
|
|
|
300
292
|
paths:
|
|
301
293
|
- api/.yarn
|
|
302
294
|
rules:
|
|
303
|
-
-
|
|
304
|
-
if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
|
|
305
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
|
295
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
306
296
|
needs:
|
|
307
297
|
- 'api 🔨 app | dev '
|
|
308
298
|
retry: *a1
|
|
@@ -319,9 +309,7 @@ api 🧪 test:
|
|
|
319
309
|
paths:
|
|
320
310
|
- __sbom.json
|
|
321
311
|
rules:
|
|
322
|
-
-
|
|
323
|
-
if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
|
|
324
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
|
312
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
325
313
|
needs: []
|
|
326
314
|
retry: *a1
|
|
327
315
|
interruptible: true
|
|
@@ -451,10 +439,8 @@ api 🧪 test:
|
|
|
451
439
|
reports:
|
|
452
440
|
dotenv: gitlab_environment.env
|
|
453
441
|
rules:
|
|
454
|
-
- when: never
|
|
455
|
-
if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
|
|
456
442
|
- when: on_success
|
|
457
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
|
443
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
458
444
|
needs:
|
|
459
445
|
- job: api 👮 lint
|
|
460
446
|
artifacts: false
|
|
@@ -517,10 +503,8 @@ api 🧪 test:
|
|
|
517
503
|
rules:
|
|
518
504
|
- if: $CI_COMMIT_BRANCH =~ /^[0-9]+\\.([0-9]+|x)\\.x$/
|
|
519
505
|
when: on_success
|
|
520
|
-
- when: never
|
|
521
|
-
if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
|
|
522
506
|
- when: manual
|
|
523
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
|
507
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
524
508
|
needs: []
|
|
525
509
|
retry: *a1
|
|
526
510
|
interruptible: true
|
|
@@ -567,10 +551,8 @@ api 🧪 test:
|
|
|
567
551
|
name: dev/api
|
|
568
552
|
action: access
|
|
569
553
|
rules:
|
|
570
|
-
- when: never
|
|
571
|
-
if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
|
|
572
554
|
- when: manual
|
|
573
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
|
555
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
574
556
|
needs: []
|
|
575
557
|
retry: *a1
|
|
576
558
|
interruptible: true
|