projen 0.74.18 → 0.75.0
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/.jsii +218 -155
- package/docs/api/API.md +18 -2
- package/lib/awscdk/auto-discover.js +5 -5
- package/lib/awscdk/awscdk-app-java.js +1 -1
- package/lib/awscdk/awscdk-app-py.js +1 -1
- package/lib/awscdk/awscdk-app-ts.js +1 -1
- package/lib/awscdk/awscdk-construct.js +2 -2
- package/lib/awscdk/awscdk-deps-java.js +1 -1
- package/lib/awscdk/awscdk-deps-js.js +1 -1
- package/lib/awscdk/awscdk-deps-py.js +1 -1
- package/lib/awscdk/awscdk-deps.js +1 -1
- package/lib/awscdk/cdk-config.js +1 -1
- package/lib/awscdk/cdk-tasks.js +1 -1
- package/lib/awscdk/integration-test.js +1 -1
- package/lib/awscdk/lambda-extension.js +1 -1
- package/lib/awscdk/lambda-function.js +2 -2
- package/lib/build/build-workflow.js +1 -1
- package/lib/cdk/auto-discover-base.js +2 -2
- package/lib/cdk/construct-lib.js +1 -1
- package/lib/cdk/integration-test-base.js +1 -1
- package/lib/cdk/jsii-docgen.js +1 -1
- package/lib/cdk/jsii-project.js +1 -1
- package/lib/cdk8s/auto-discover.js +2 -2
- package/lib/cdk8s/cdk8s-app-py.js +1 -1
- package/lib/cdk8s/cdk8s-app-ts.js +1 -1
- package/lib/cdk8s/cdk8s-construct.js +1 -1
- package/lib/cdk8s/cdk8s-deps-py.js +1 -1
- package/lib/cdk8s/cdk8s-deps.js +1 -1
- package/lib/cdk8s/integration-test.js +1 -1
- package/lib/cdktf/cdktf-construct.js +1 -1
- package/lib/circleci/circleci.js +1 -1
- package/lib/component.js +1 -1
- package/lib/dependencies.js +1 -1
- package/lib/dev-env.js +1 -1
- package/lib/docker-compose/docker-compose-service.js +1 -1
- package/lib/docker-compose/docker-compose.js +1 -1
- package/lib/file.js +1 -1
- package/lib/gitattributes.js +1 -1
- package/lib/github/actions-provider.js +1 -1
- package/lib/github/auto-approve.js +1 -1
- package/lib/github/auto-merge.js +1 -1
- package/lib/github/dependabot.js +1 -1
- package/lib/github/github-credentials.js +1 -1
- package/lib/github/github-project.js +1 -1
- package/lib/github/github.js +1 -1
- package/lib/github/mergify.js +1 -1
- package/lib/github/pr-template.js +1 -1
- package/lib/github/pull-request-lint.js +1 -1
- package/lib/github/stale.js +1 -1
- package/lib/github/task-workflow.js +1 -1
- package/lib/github/workflow-actions.js +1 -1
- package/lib/github/workflow-jobs.js +1 -1
- package/lib/github/workflows.js +1 -1
- package/lib/gitlab/configuration-model.d.ts +15 -2
- package/lib/gitlab/configuration-model.js +12 -2
- package/lib/gitlab/configuration.js +1 -1
- package/lib/gitlab/gitlab-configuration.js +1 -1
- package/lib/gitlab/nested-configuration.js +1 -1
- package/lib/gitpod.js +1 -1
- package/lib/ignore-file.js +1 -1
- package/lib/ini.js +1 -1
- package/lib/java/java-project.js +1 -1
- package/lib/java/junit.js +1 -1
- package/lib/java/maven-compile.js +1 -1
- package/lib/java/maven-packaging.js +1 -1
- package/lib/java/maven-sample.js +1 -1
- package/lib/java/pom.js +1 -1
- package/lib/java/projenrc.js +1 -1
- package/lib/javascript/bundler.js +1 -1
- package/lib/javascript/eslint.js +1 -1
- package/lib/javascript/jest.js +4 -4
- package/lib/javascript/node-package.js +1 -1
- package/lib/javascript/node-project.js +1 -1
- package/lib/javascript/npm-config.js +1 -1
- package/lib/javascript/prettier.js +1 -1
- package/lib/javascript/projenrc.js +1 -1
- package/lib/javascript/typescript-config.js +2 -2
- package/lib/javascript/upgrade-dependencies.js +2 -2
- package/lib/json-patch.js +1 -1
- package/lib/json.js +1 -1
- package/lib/license.js +1 -1
- package/lib/logger.js +1 -1
- package/lib/makefile.js +1 -1
- package/lib/object-file.js +1 -1
- package/lib/project-build.js +1 -1
- package/lib/project.js +1 -1
- package/lib/projects.js +1 -1
- package/lib/projenrc-json.js +2 -2
- package/lib/projenrc.js +1 -1
- package/lib/python/pip.js +1 -1
- package/lib/python/poetry.js +2 -2
- package/lib/python/projenrc.js +1 -1
- package/lib/python/pytest-sample.js +1 -1
- package/lib/python/pytest.js +1 -1
- package/lib/python/python-project.js +1 -1
- package/lib/python/python-sample.js +1 -1
- package/lib/python/requirements-file.js +1 -1
- package/lib/python/setuppy.js +1 -1
- package/lib/python/setuptools.js +1 -1
- package/lib/python/venv.js +1 -1
- package/lib/readme.js +1 -1
- package/lib/release/publisher.js +1 -1
- package/lib/release/release-trigger.js +1 -1
- package/lib/release/release.js +1 -1
- package/lib/renovatebot.js +1 -1
- package/lib/run-task.js +1 -1894
- package/lib/sample-file.js +2 -2
- package/lib/semver.js +1 -1
- package/lib/source-code.js +1 -1
- package/lib/task-runtime.js +1 -1
- package/lib/task.js +1 -1
- package/lib/tasks.js +1 -1
- package/lib/testing.js +1 -1
- package/lib/textfile.js +1 -1
- package/lib/toml.js +1 -1
- package/lib/typescript/projenrc-ts.js +1 -1
- package/lib/typescript/projenrc.js +1 -1
- package/lib/typescript/typescript-typedoc.js +1 -1
- package/lib/typescript/typescript.js +3 -3
- package/lib/version.js +2 -2
- package/lib/vscode/devcontainer.js +1 -1
- package/lib/vscode/extensions.js +1 -1
- package/lib/vscode/launch-config.js +1 -1
- package/lib/vscode/settings.js +1 -1
- package/lib/vscode/vscode.js +1 -1
- package/lib/web/next.js +3 -3
- package/lib/web/postcss.js +1 -1
- package/lib/web/react.js +4 -4
- package/lib/web/tailwind.js +1 -1
- package/lib/xmlfile.js +1 -1
- package/lib/yaml.js +1 -1
- package/package.json +1 -1
package/.jsii
CHANGED
|
@@ -29806,7 +29806,7 @@
|
|
|
29806
29806
|
"kind": "enum",
|
|
29807
29807
|
"locationInModule": {
|
|
29808
29808
|
"filename": "src/gitlab/configuration-model.ts",
|
|
29809
|
-
"line":
|
|
29809
|
+
"line": 391
|
|
29810
29810
|
},
|
|
29811
29811
|
"members": [
|
|
29812
29812
|
{
|
|
@@ -29845,7 +29845,7 @@
|
|
|
29845
29845
|
"kind": "interface",
|
|
29846
29846
|
"locationInModule": {
|
|
29847
29847
|
"filename": "src/gitlab/configuration-model.ts",
|
|
29848
|
-
"line":
|
|
29848
|
+
"line": 280
|
|
29849
29849
|
},
|
|
29850
29850
|
"name": "AllowFailure",
|
|
29851
29851
|
"namespace": "gitlab",
|
|
@@ -29858,7 +29858,7 @@
|
|
|
29858
29858
|
"immutable": true,
|
|
29859
29859
|
"locationInModule": {
|
|
29860
29860
|
"filename": "src/gitlab/configuration-model.ts",
|
|
29861
|
-
"line":
|
|
29861
|
+
"line": 281
|
|
29862
29862
|
},
|
|
29863
29863
|
"name": "exitCodes",
|
|
29864
29864
|
"type": {
|
|
@@ -30063,7 +30063,7 @@
|
|
|
30063
30063
|
"kind": "interface",
|
|
30064
30064
|
"locationInModule": {
|
|
30065
30065
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30066
|
-
"line":
|
|
30066
|
+
"line": 507
|
|
30067
30067
|
},
|
|
30068
30068
|
"name": "Assets",
|
|
30069
30069
|
"namespace": "gitlab",
|
|
@@ -30077,7 +30077,7 @@
|
|
|
30077
30077
|
"immutable": true,
|
|
30078
30078
|
"locationInModule": {
|
|
30079
30079
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30080
|
-
"line":
|
|
30080
|
+
"line": 509
|
|
30081
30081
|
},
|
|
30082
30082
|
"name": "links",
|
|
30083
30083
|
"type": {
|
|
@@ -31285,7 +31285,7 @@
|
|
|
31285
31285
|
"kind": "enum",
|
|
31286
31286
|
"locationInModule": {
|
|
31287
31287
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31288
|
-
"line":
|
|
31288
|
+
"line": 452
|
|
31289
31289
|
},
|
|
31290
31290
|
"members": [
|
|
31291
31291
|
{
|
|
@@ -31363,7 +31363,7 @@
|
|
|
31363
31363
|
"kind": "enum",
|
|
31364
31364
|
"locationInModule": {
|
|
31365
31365
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31366
|
-
"line":
|
|
31366
|
+
"line": 401
|
|
31367
31367
|
},
|
|
31368
31368
|
"members": [
|
|
31369
31369
|
{
|
|
@@ -31412,7 +31412,7 @@
|
|
|
31412
31412
|
"kind": "interface",
|
|
31413
31413
|
"locationInModule": {
|
|
31414
31414
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31415
|
-
"line":
|
|
31415
|
+
"line": 560
|
|
31416
31416
|
},
|
|
31417
31417
|
"name": "Engine",
|
|
31418
31418
|
"namespace": "gitlab",
|
|
@@ -31426,7 +31426,7 @@
|
|
|
31426
31426
|
"immutable": true,
|
|
31427
31427
|
"locationInModule": {
|
|
31428
31428
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31429
|
-
"line":
|
|
31429
|
+
"line": 562
|
|
31430
31430
|
},
|
|
31431
31431
|
"name": "name",
|
|
31432
31432
|
"type": {
|
|
@@ -31442,7 +31442,7 @@
|
|
|
31442
31442
|
"immutable": true,
|
|
31443
31443
|
"locationInModule": {
|
|
31444
31444
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31445
|
-
"line":
|
|
31445
|
+
"line": 564
|
|
31446
31446
|
},
|
|
31447
31447
|
"name": "path",
|
|
31448
31448
|
"type": {
|
|
@@ -31463,7 +31463,7 @@
|
|
|
31463
31463
|
"kind": "interface",
|
|
31464
31464
|
"locationInModule": {
|
|
31465
31465
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31466
|
-
"line":
|
|
31466
|
+
"line": 369
|
|
31467
31467
|
},
|
|
31468
31468
|
"name": "Environment",
|
|
31469
31469
|
"namespace": "gitlab",
|
|
@@ -31477,7 +31477,7 @@
|
|
|
31477
31477
|
"immutable": true,
|
|
31478
31478
|
"locationInModule": {
|
|
31479
31479
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31480
|
-
"line":
|
|
31480
|
+
"line": 379
|
|
31481
31481
|
},
|
|
31482
31482
|
"name": "name",
|
|
31483
31483
|
"type": {
|
|
@@ -31494,7 +31494,7 @@
|
|
|
31494
31494
|
"immutable": true,
|
|
31495
31495
|
"locationInModule": {
|
|
31496
31496
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31497
|
-
"line":
|
|
31497
|
+
"line": 371
|
|
31498
31498
|
},
|
|
31499
31499
|
"name": "action",
|
|
31500
31500
|
"optional": true,
|
|
@@ -31512,7 +31512,7 @@
|
|
|
31512
31512
|
"immutable": true,
|
|
31513
31513
|
"locationInModule": {
|
|
31514
31514
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31515
|
-
"line":
|
|
31515
|
+
"line": 373
|
|
31516
31516
|
},
|
|
31517
31517
|
"name": "autoStopIn",
|
|
31518
31518
|
"optional": true,
|
|
@@ -31529,7 +31529,7 @@
|
|
|
31529
31529
|
"immutable": true,
|
|
31530
31530
|
"locationInModule": {
|
|
31531
31531
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31532
|
-
"line":
|
|
31532
|
+
"line": 375
|
|
31533
31533
|
},
|
|
31534
31534
|
"name": "deploymentTier",
|
|
31535
31535
|
"optional": true,
|
|
@@ -31547,7 +31547,7 @@
|
|
|
31547
31547
|
"immutable": true,
|
|
31548
31548
|
"locationInModule": {
|
|
31549
31549
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31550
|
-
"line":
|
|
31550
|
+
"line": 377
|
|
31551
31551
|
},
|
|
31552
31552
|
"name": "kubernetes",
|
|
31553
31553
|
"optional": true,
|
|
@@ -31564,7 +31564,7 @@
|
|
|
31564
31564
|
"immutable": true,
|
|
31565
31565
|
"locationInModule": {
|
|
31566
31566
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31567
|
-
"line":
|
|
31567
|
+
"line": 381
|
|
31568
31568
|
},
|
|
31569
31569
|
"name": "onStop",
|
|
31570
31570
|
"optional": true,
|
|
@@ -31581,7 +31581,7 @@
|
|
|
31581
31581
|
"immutable": true,
|
|
31582
31582
|
"locationInModule": {
|
|
31583
31583
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31584
|
-
"line":
|
|
31584
|
+
"line": 383
|
|
31585
31585
|
},
|
|
31586
31586
|
"name": "url",
|
|
31587
31587
|
"optional": true,
|
|
@@ -31603,7 +31603,7 @@
|
|
|
31603
31603
|
"kind": "interface",
|
|
31604
31604
|
"locationInModule": {
|
|
31605
31605
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31606
|
-
"line":
|
|
31606
|
+
"line": 421
|
|
31607
31607
|
},
|
|
31608
31608
|
"name": "Filter",
|
|
31609
31609
|
"namespace": "gitlab",
|
|
@@ -31617,7 +31617,7 @@
|
|
|
31617
31617
|
"immutable": true,
|
|
31618
31618
|
"locationInModule": {
|
|
31619
31619
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31620
|
-
"line":
|
|
31620
|
+
"line": 423
|
|
31621
31621
|
},
|
|
31622
31622
|
"name": "changes",
|
|
31623
31623
|
"optional": true,
|
|
@@ -31639,7 +31639,7 @@
|
|
|
31639
31639
|
"immutable": true,
|
|
31640
31640
|
"locationInModule": {
|
|
31641
31641
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31642
|
-
"line":
|
|
31642
|
+
"line": 425
|
|
31643
31643
|
},
|
|
31644
31644
|
"name": "kubernetes",
|
|
31645
31645
|
"optional": true,
|
|
@@ -31656,7 +31656,7 @@
|
|
|
31656
31656
|
"immutable": true,
|
|
31657
31657
|
"locationInModule": {
|
|
31658
31658
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31659
|
-
"line":
|
|
31659
|
+
"line": 427
|
|
31660
31660
|
},
|
|
31661
31661
|
"name": "refs",
|
|
31662
31662
|
"optional": true,
|
|
@@ -31679,7 +31679,7 @@
|
|
|
31679
31679
|
"immutable": true,
|
|
31680
31680
|
"locationInModule": {
|
|
31681
31681
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31682
|
-
"line":
|
|
31682
|
+
"line": 429
|
|
31683
31683
|
},
|
|
31684
31684
|
"name": "variables",
|
|
31685
31685
|
"optional": true,
|
|
@@ -31911,7 +31911,7 @@
|
|
|
31911
31911
|
"kind": "interface",
|
|
31912
31912
|
"locationInModule": {
|
|
31913
31913
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31914
|
-
"line":
|
|
31914
|
+
"line": 235
|
|
31915
31915
|
},
|
|
31916
31916
|
"name": "Include",
|
|
31917
31917
|
"namespace": "gitlab",
|
|
@@ -31926,7 +31926,7 @@
|
|
|
31926
31926
|
"immutable": true,
|
|
31927
31927
|
"locationInModule": {
|
|
31928
31928
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31929
|
-
"line":
|
|
31929
|
+
"line": 241
|
|
31930
31930
|
},
|
|
31931
31931
|
"name": "file",
|
|
31932
31932
|
"optional": true,
|
|
@@ -31949,7 +31949,7 @@
|
|
|
31949
31949
|
"immutable": true,
|
|
31950
31950
|
"locationInModule": {
|
|
31951
31951
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31952
|
-
"line":
|
|
31952
|
+
"line": 237
|
|
31953
31953
|
},
|
|
31954
31954
|
"name": "local",
|
|
31955
31955
|
"optional": true,
|
|
@@ -31966,7 +31966,7 @@
|
|
|
31966
31966
|
"immutable": true,
|
|
31967
31967
|
"locationInModule": {
|
|
31968
31968
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31969
|
-
"line":
|
|
31969
|
+
"line": 243
|
|
31970
31970
|
},
|
|
31971
31971
|
"name": "project",
|
|
31972
31972
|
"optional": true,
|
|
@@ -31983,7 +31983,7 @@
|
|
|
31983
31983
|
"immutable": true,
|
|
31984
31984
|
"locationInModule": {
|
|
31985
31985
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31986
|
-
"line":
|
|
31986
|
+
"line": 245
|
|
31987
31987
|
},
|
|
31988
31988
|
"name": "ref",
|
|
31989
31989
|
"optional": true,
|
|
@@ -32000,7 +32000,7 @@
|
|
|
32000
32000
|
"immutable": true,
|
|
32001
32001
|
"locationInModule": {
|
|
32002
32002
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32003
|
-
"line":
|
|
32003
|
+
"line": 249
|
|
32004
32004
|
},
|
|
32005
32005
|
"name": "remote",
|
|
32006
32006
|
"optional": true,
|
|
@@ -32017,7 +32017,7 @@
|
|
|
32017
32017
|
"immutable": true,
|
|
32018
32018
|
"locationInModule": {
|
|
32019
32019
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32020
|
-
"line":
|
|
32020
|
+
"line": 239
|
|
32021
32021
|
},
|
|
32022
32022
|
"name": "rules",
|
|
32023
32023
|
"optional": true,
|
|
@@ -32039,7 +32039,7 @@
|
|
|
32039
32039
|
"immutable": true,
|
|
32040
32040
|
"locationInModule": {
|
|
32041
32041
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32042
|
-
"line":
|
|
32042
|
+
"line": 247
|
|
32043
32043
|
},
|
|
32044
32044
|
"name": "template",
|
|
32045
32045
|
"optional": true,
|
|
@@ -32062,7 +32062,7 @@
|
|
|
32062
32062
|
"kind": "interface",
|
|
32063
32063
|
"locationInModule": {
|
|
32064
32064
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32065
|
-
"line":
|
|
32065
|
+
"line": 257
|
|
32066
32066
|
},
|
|
32067
32067
|
"name": "IncludeRule",
|
|
32068
32068
|
"namespace": "gitlab",
|
|
@@ -32075,7 +32075,7 @@
|
|
|
32075
32075
|
"immutable": true,
|
|
32076
32076
|
"locationInModule": {
|
|
32077
32077
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32078
|
-
"line":
|
|
32078
|
+
"line": 259
|
|
32079
32079
|
},
|
|
32080
32080
|
"name": "allowFailure",
|
|
32081
32081
|
"optional": true,
|
|
@@ -32100,7 +32100,7 @@
|
|
|
32100
32100
|
"immutable": true,
|
|
32101
32101
|
"locationInModule": {
|
|
32102
32102
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32103
|
-
"line":
|
|
32103
|
+
"line": 261
|
|
32104
32104
|
},
|
|
32105
32105
|
"name": "changes",
|
|
32106
32106
|
"optional": true,
|
|
@@ -32121,7 +32121,7 @@
|
|
|
32121
32121
|
"immutable": true,
|
|
32122
32122
|
"locationInModule": {
|
|
32123
32123
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32124
|
-
"line":
|
|
32124
|
+
"line": 263
|
|
32125
32125
|
},
|
|
32126
32126
|
"name": "exists",
|
|
32127
32127
|
"optional": true,
|
|
@@ -32142,7 +32142,7 @@
|
|
|
32142
32142
|
"immutable": true,
|
|
32143
32143
|
"locationInModule": {
|
|
32144
32144
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32145
|
-
"line":
|
|
32145
|
+
"line": 265
|
|
32146
32146
|
},
|
|
32147
32147
|
"name": "if",
|
|
32148
32148
|
"optional": true,
|
|
@@ -32158,7 +32158,7 @@
|
|
|
32158
32158
|
"immutable": true,
|
|
32159
32159
|
"locationInModule": {
|
|
32160
32160
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32161
|
-
"line":
|
|
32161
|
+
"line": 267
|
|
32162
32162
|
},
|
|
32163
32163
|
"name": "startIn",
|
|
32164
32164
|
"optional": true,
|
|
@@ -32174,23 +32174,14 @@
|
|
|
32174
32174
|
"immutable": true,
|
|
32175
32175
|
"locationInModule": {
|
|
32176
32176
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32177
|
-
"line":
|
|
32177
|
+
"line": 269
|
|
32178
32178
|
},
|
|
32179
32179
|
"name": "variables",
|
|
32180
32180
|
"optional": true,
|
|
32181
32181
|
"type": {
|
|
32182
32182
|
"collection": {
|
|
32183
32183
|
"elementtype": {
|
|
32184
|
-
"
|
|
32185
|
-
"types": [
|
|
32186
|
-
{
|
|
32187
|
-
"primitive": "string"
|
|
32188
|
-
},
|
|
32189
|
-
{
|
|
32190
|
-
"primitive": "number"
|
|
32191
|
-
}
|
|
32192
|
-
]
|
|
32193
|
-
}
|
|
32184
|
+
"primitive": "string"
|
|
32194
32185
|
},
|
|
32195
32186
|
"kind": "map"
|
|
32196
32187
|
}
|
|
@@ -32204,7 +32195,7 @@
|
|
|
32204
32195
|
"immutable": true,
|
|
32205
32196
|
"locationInModule": {
|
|
32206
32197
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32207
|
-
"line":
|
|
32198
|
+
"line": 271
|
|
32208
32199
|
},
|
|
32209
32200
|
"name": "when",
|
|
32210
32201
|
"optional": true,
|
|
@@ -32227,7 +32218,7 @@
|
|
|
32227
32218
|
"kind": "interface",
|
|
32228
32219
|
"locationInModule": {
|
|
32229
32220
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32230
|
-
"line":
|
|
32221
|
+
"line": 445
|
|
32231
32222
|
},
|
|
32232
32223
|
"name": "Inherit",
|
|
32233
32224
|
"namespace": "gitlab",
|
|
@@ -32242,7 +32233,7 @@
|
|
|
32242
32233
|
"immutable": true,
|
|
32243
32234
|
"locationInModule": {
|
|
32244
32235
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32245
|
-
"line":
|
|
32236
|
+
"line": 447
|
|
32246
32237
|
},
|
|
32247
32238
|
"name": "default",
|
|
32248
32239
|
"optional": true,
|
|
@@ -32274,7 +32265,7 @@
|
|
|
32274
32265
|
"immutable": true,
|
|
32275
32266
|
"locationInModule": {
|
|
32276
32267
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32277
|
-
"line":
|
|
32268
|
+
"line": 449
|
|
32278
32269
|
},
|
|
32279
32270
|
"name": "variables",
|
|
32280
32271
|
"optional": true,
|
|
@@ -32311,7 +32302,7 @@
|
|
|
32311
32302
|
"kind": "interface",
|
|
32312
32303
|
"locationInModule": {
|
|
32313
32304
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32314
|
-
"line":
|
|
32305
|
+
"line": 301
|
|
32315
32306
|
},
|
|
32316
32307
|
"name": "Job",
|
|
32317
32308
|
"namespace": "gitlab",
|
|
@@ -32324,7 +32315,7 @@
|
|
|
32324
32315
|
"immutable": true,
|
|
32325
32316
|
"locationInModule": {
|
|
32326
32317
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32327
|
-
"line":
|
|
32318
|
+
"line": 303
|
|
32328
32319
|
},
|
|
32329
32320
|
"name": "afterScript",
|
|
32330
32321
|
"optional": true,
|
|
@@ -32346,7 +32337,7 @@
|
|
|
32346
32337
|
"immutable": true,
|
|
32347
32338
|
"locationInModule": {
|
|
32348
32339
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32349
|
-
"line":
|
|
32340
|
+
"line": 305
|
|
32350
32341
|
},
|
|
32351
32342
|
"name": "allowFailure",
|
|
32352
32343
|
"optional": true,
|
|
@@ -32371,7 +32362,7 @@
|
|
|
32371
32362
|
"immutable": true,
|
|
32372
32363
|
"locationInModule": {
|
|
32373
32364
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32374
|
-
"line":
|
|
32365
|
+
"line": 307
|
|
32375
32366
|
},
|
|
32376
32367
|
"name": "artifacts",
|
|
32377
32368
|
"optional": true,
|
|
@@ -32387,7 +32378,7 @@
|
|
|
32387
32378
|
"immutable": true,
|
|
32388
32379
|
"locationInModule": {
|
|
32389
32380
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32390
|
-
"line":
|
|
32381
|
+
"line": 309
|
|
32391
32382
|
},
|
|
32392
32383
|
"name": "beforeScript",
|
|
32393
32384
|
"optional": true,
|
|
@@ -32408,7 +32399,7 @@
|
|
|
32408
32399
|
"immutable": true,
|
|
32409
32400
|
"locationInModule": {
|
|
32410
32401
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32411
|
-
"line":
|
|
32402
|
+
"line": 311
|
|
32412
32403
|
},
|
|
32413
32404
|
"name": "cache",
|
|
32414
32405
|
"optional": true,
|
|
@@ -32426,7 +32417,7 @@
|
|
|
32426
32417
|
"immutable": true,
|
|
32427
32418
|
"locationInModule": {
|
|
32428
32419
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32429
|
-
"line":
|
|
32420
|
+
"line": 313
|
|
32430
32421
|
},
|
|
32431
32422
|
"name": "coverage",
|
|
32432
32423
|
"optional": true,
|
|
@@ -32444,7 +32435,7 @@
|
|
|
32444
32435
|
"immutable": true,
|
|
32445
32436
|
"locationInModule": {
|
|
32446
32437
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32447
|
-
"line":
|
|
32438
|
+
"line": 315
|
|
32448
32439
|
},
|
|
32449
32440
|
"name": "dependencies",
|
|
32450
32441
|
"optional": true,
|
|
@@ -32467,7 +32458,7 @@
|
|
|
32467
32458
|
"immutable": true,
|
|
32468
32459
|
"locationInModule": {
|
|
32469
32460
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32470
|
-
"line":
|
|
32461
|
+
"line": 317
|
|
32471
32462
|
},
|
|
32472
32463
|
"name": "environment",
|
|
32473
32464
|
"optional": true,
|
|
@@ -32493,7 +32484,7 @@
|
|
|
32493
32484
|
"immutable": true,
|
|
32494
32485
|
"locationInModule": {
|
|
32495
32486
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32496
|
-
"line":
|
|
32487
|
+
"line": 319
|
|
32497
32488
|
},
|
|
32498
32489
|
"name": "except",
|
|
32499
32490
|
"optional": true,
|
|
@@ -32524,7 +32515,7 @@
|
|
|
32524
32515
|
"immutable": true,
|
|
32525
32516
|
"locationInModule": {
|
|
32526
32517
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32527
|
-
"line":
|
|
32518
|
+
"line": 321
|
|
32528
32519
|
},
|
|
32529
32520
|
"name": "extends",
|
|
32530
32521
|
"optional": true,
|
|
@@ -32546,7 +32537,7 @@
|
|
|
32546
32537
|
"immutable": true,
|
|
32547
32538
|
"locationInModule": {
|
|
32548
32539
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32549
|
-
"line":
|
|
32540
|
+
"line": 323
|
|
32550
32541
|
},
|
|
32551
32542
|
"name": "idTokens",
|
|
32552
32543
|
"optional": true,
|
|
@@ -32567,7 +32558,7 @@
|
|
|
32567
32558
|
"immutable": true,
|
|
32568
32559
|
"locationInModule": {
|
|
32569
32560
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32570
|
-
"line":
|
|
32561
|
+
"line": 325
|
|
32571
32562
|
},
|
|
32572
32563
|
"name": "image",
|
|
32573
32564
|
"optional": true,
|
|
@@ -32585,7 +32576,7 @@
|
|
|
32585
32576
|
"immutable": true,
|
|
32586
32577
|
"locationInModule": {
|
|
32587
32578
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32588
|
-
"line":
|
|
32579
|
+
"line": 327
|
|
32589
32580
|
},
|
|
32590
32581
|
"name": "inherit",
|
|
32591
32582
|
"optional": true,
|
|
@@ -32601,7 +32592,7 @@
|
|
|
32601
32592
|
"immutable": true,
|
|
32602
32593
|
"locationInModule": {
|
|
32603
32594
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32604
|
-
"line":
|
|
32595
|
+
"line": 329
|
|
32605
32596
|
},
|
|
32606
32597
|
"name": "interruptible",
|
|
32607
32598
|
"optional": true,
|
|
@@ -32618,7 +32609,7 @@
|
|
|
32618
32609
|
"immutable": true,
|
|
32619
32610
|
"locationInModule": {
|
|
32620
32611
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32621
|
-
"line":
|
|
32612
|
+
"line": 331
|
|
32622
32613
|
},
|
|
32623
32614
|
"name": "needs",
|
|
32624
32615
|
"optional": true,
|
|
@@ -32649,7 +32640,7 @@
|
|
|
32649
32640
|
"immutable": true,
|
|
32650
32641
|
"locationInModule": {
|
|
32651
32642
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32652
|
-
"line":
|
|
32643
|
+
"line": 333
|
|
32653
32644
|
},
|
|
32654
32645
|
"name": "only",
|
|
32655
32646
|
"optional": true,
|
|
@@ -32680,7 +32671,7 @@
|
|
|
32680
32671
|
"immutable": true,
|
|
32681
32672
|
"locationInModule": {
|
|
32682
32673
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32683
|
-
"line":
|
|
32674
|
+
"line": 335
|
|
32684
32675
|
},
|
|
32685
32676
|
"name": "parallel",
|
|
32686
32677
|
"optional": true,
|
|
@@ -32706,7 +32697,7 @@
|
|
|
32706
32697
|
"immutable": true,
|
|
32707
32698
|
"locationInModule": {
|
|
32708
32699
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32709
|
-
"line":
|
|
32700
|
+
"line": 337
|
|
32710
32701
|
},
|
|
32711
32702
|
"name": "release",
|
|
32712
32703
|
"optional": true,
|
|
@@ -32724,7 +32715,7 @@
|
|
|
32724
32715
|
"immutable": true,
|
|
32725
32716
|
"locationInModule": {
|
|
32726
32717
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32727
|
-
"line":
|
|
32718
|
+
"line": 339
|
|
32728
32719
|
},
|
|
32729
32720
|
"name": "resourceGroup",
|
|
32730
32721
|
"optional": true,
|
|
@@ -32740,7 +32731,7 @@
|
|
|
32740
32731
|
"immutable": true,
|
|
32741
32732
|
"locationInModule": {
|
|
32742
32733
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32743
|
-
"line":
|
|
32734
|
+
"line": 341
|
|
32744
32735
|
},
|
|
32745
32736
|
"name": "retry",
|
|
32746
32737
|
"optional": true,
|
|
@@ -32757,7 +32748,7 @@
|
|
|
32757
32748
|
"immutable": true,
|
|
32758
32749
|
"locationInModule": {
|
|
32759
32750
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32760
|
-
"line":
|
|
32751
|
+
"line": 343
|
|
32761
32752
|
},
|
|
32762
32753
|
"name": "rules",
|
|
32763
32754
|
"optional": true,
|
|
@@ -32780,7 +32771,7 @@
|
|
|
32780
32771
|
"immutable": true,
|
|
32781
32772
|
"locationInModule": {
|
|
32782
32773
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32783
|
-
"line":
|
|
32774
|
+
"line": 345
|
|
32784
32775
|
},
|
|
32785
32776
|
"name": "script",
|
|
32786
32777
|
"optional": true,
|
|
@@ -32802,7 +32793,7 @@
|
|
|
32802
32793
|
"immutable": true,
|
|
32803
32794
|
"locationInModule": {
|
|
32804
32795
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32805
|
-
"line":
|
|
32796
|
+
"line": 347
|
|
32806
32797
|
},
|
|
32807
32798
|
"name": "secrets",
|
|
32808
32799
|
"optional": true,
|
|
@@ -32828,7 +32819,7 @@
|
|
|
32828
32819
|
"immutable": true,
|
|
32829
32820
|
"locationInModule": {
|
|
32830
32821
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32831
|
-
"line":
|
|
32822
|
+
"line": 349
|
|
32832
32823
|
},
|
|
32833
32824
|
"name": "services",
|
|
32834
32825
|
"optional": true,
|
|
@@ -32850,7 +32841,7 @@
|
|
|
32850
32841
|
"immutable": true,
|
|
32851
32842
|
"locationInModule": {
|
|
32852
32843
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32853
|
-
"line":
|
|
32844
|
+
"line": 351
|
|
32854
32845
|
},
|
|
32855
32846
|
"name": "stage",
|
|
32856
32847
|
"optional": true,
|
|
@@ -32866,7 +32857,7 @@
|
|
|
32866
32857
|
"immutable": true,
|
|
32867
32858
|
"locationInModule": {
|
|
32868
32859
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32869
|
-
"line":
|
|
32860
|
+
"line": 353
|
|
32870
32861
|
},
|
|
32871
32862
|
"name": "startIn",
|
|
32872
32863
|
"optional": true,
|
|
@@ -32882,7 +32873,7 @@
|
|
|
32882
32873
|
"immutable": true,
|
|
32883
32874
|
"locationInModule": {
|
|
32884
32875
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32885
|
-
"line":
|
|
32876
|
+
"line": 355
|
|
32886
32877
|
},
|
|
32887
32878
|
"name": "tags",
|
|
32888
32879
|
"optional": true,
|
|
@@ -32903,7 +32894,7 @@
|
|
|
32903
32894
|
"immutable": true,
|
|
32904
32895
|
"locationInModule": {
|
|
32905
32896
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32906
|
-
"line":
|
|
32897
|
+
"line": 357
|
|
32907
32898
|
},
|
|
32908
32899
|
"name": "timeout",
|
|
32909
32900
|
"optional": true,
|
|
@@ -32921,7 +32912,7 @@
|
|
|
32921
32912
|
"immutable": true,
|
|
32922
32913
|
"locationInModule": {
|
|
32923
32914
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32924
|
-
"line":
|
|
32915
|
+
"line": 359
|
|
32925
32916
|
},
|
|
32926
32917
|
"name": "trigger",
|
|
32927
32918
|
"optional": true,
|
|
@@ -32947,23 +32938,14 @@
|
|
|
32947
32938
|
"immutable": true,
|
|
32948
32939
|
"locationInModule": {
|
|
32949
32940
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32950
|
-
"line":
|
|
32941
|
+
"line": 361
|
|
32951
32942
|
},
|
|
32952
32943
|
"name": "variables",
|
|
32953
32944
|
"optional": true,
|
|
32954
32945
|
"type": {
|
|
32955
32946
|
"collection": {
|
|
32956
32947
|
"elementtype": {
|
|
32957
|
-
"
|
|
32958
|
-
"types": [
|
|
32959
|
-
{
|
|
32960
|
-
"primitive": "string"
|
|
32961
|
-
},
|
|
32962
|
-
{
|
|
32963
|
-
"primitive": "number"
|
|
32964
|
-
}
|
|
32965
|
-
]
|
|
32966
|
-
}
|
|
32948
|
+
"primitive": "string"
|
|
32967
32949
|
},
|
|
32968
32950
|
"kind": "map"
|
|
32969
32951
|
}
|
|
@@ -32979,7 +32961,7 @@
|
|
|
32979
32961
|
"immutable": true,
|
|
32980
32962
|
"locationInModule": {
|
|
32981
32963
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32982
|
-
"line":
|
|
32964
|
+
"line": 363
|
|
32983
32965
|
},
|
|
32984
32966
|
"name": "when",
|
|
32985
32967
|
"optional": true,
|
|
@@ -33002,7 +32984,7 @@
|
|
|
33002
32984
|
"kind": "enum",
|
|
33003
32985
|
"locationInModule": {
|
|
33004
32986
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33005
|
-
"line":
|
|
32987
|
+
"line": 288
|
|
33006
32988
|
},
|
|
33007
32989
|
"members": [
|
|
33008
32990
|
{
|
|
@@ -33058,7 +33040,7 @@
|
|
|
33058
33040
|
"kind": "interface",
|
|
33059
33041
|
"locationInModule": {
|
|
33060
33042
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33061
|
-
"line":
|
|
33043
|
+
"line": 413
|
|
33062
33044
|
},
|
|
33063
33045
|
"name": "KubernetesConfig",
|
|
33064
33046
|
"namespace": "gitlab",
|
|
@@ -33072,7 +33054,7 @@
|
|
|
33072
33054
|
"immutable": true,
|
|
33073
33055
|
"locationInModule": {
|
|
33074
33056
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33075
|
-
"line":
|
|
33057
|
+
"line": 415
|
|
33076
33058
|
},
|
|
33077
33059
|
"name": "namespace",
|
|
33078
33060
|
"optional": true,
|
|
@@ -33093,7 +33075,7 @@
|
|
|
33093
33075
|
"kind": "enum",
|
|
33094
33076
|
"locationInModule": {
|
|
33095
33077
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33096
|
-
"line":
|
|
33078
|
+
"line": 435
|
|
33097
33079
|
},
|
|
33098
33080
|
"members": [
|
|
33099
33081
|
{
|
|
@@ -33118,7 +33100,7 @@
|
|
|
33118
33100
|
"kind": "interface",
|
|
33119
33101
|
"locationInModule": {
|
|
33120
33102
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33121
|
-
"line":
|
|
33103
|
+
"line": 515
|
|
33122
33104
|
},
|
|
33123
33105
|
"name": "Link",
|
|
33124
33106
|
"namespace": "gitlab",
|
|
@@ -33132,7 +33114,7 @@
|
|
|
33132
33114
|
"immutable": true,
|
|
33133
33115
|
"locationInModule": {
|
|
33134
33116
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33135
|
-
"line":
|
|
33117
|
+
"line": 521
|
|
33136
33118
|
},
|
|
33137
33119
|
"name": "name",
|
|
33138
33120
|
"type": {
|
|
@@ -33148,7 +33130,7 @@
|
|
|
33148
33130
|
"immutable": true,
|
|
33149
33131
|
"locationInModule": {
|
|
33150
33132
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33151
|
-
"line":
|
|
33133
|
+
"line": 523
|
|
33152
33134
|
},
|
|
33153
33135
|
"name": "url",
|
|
33154
33136
|
"type": {
|
|
@@ -33164,7 +33146,7 @@
|
|
|
33164
33146
|
"immutable": true,
|
|
33165
33147
|
"locationInModule": {
|
|
33166
33148
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33167
|
-
"line":
|
|
33149
|
+
"line": 517
|
|
33168
33150
|
},
|
|
33169
33151
|
"name": "filepath",
|
|
33170
33152
|
"optional": true,
|
|
@@ -33181,7 +33163,7 @@
|
|
|
33181
33163
|
"immutable": true,
|
|
33182
33164
|
"locationInModule": {
|
|
33183
33165
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33184
|
-
"line":
|
|
33166
|
+
"line": 519
|
|
33185
33167
|
},
|
|
33186
33168
|
"name": "linkType",
|
|
33187
33169
|
"optional": true,
|
|
@@ -33202,7 +33184,7 @@
|
|
|
33202
33184
|
"kind": "enum",
|
|
33203
33185
|
"locationInModule": {
|
|
33204
33186
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33205
|
-
"line":
|
|
33187
|
+
"line": 529
|
|
33206
33188
|
},
|
|
33207
33189
|
"members": [
|
|
33208
33190
|
{
|
|
@@ -33245,7 +33227,7 @@
|
|
|
33245
33227
|
"kind": "interface",
|
|
33246
33228
|
"locationInModule": {
|
|
33247
33229
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33248
|
-
"line":
|
|
33230
|
+
"line": 468
|
|
33249
33231
|
},
|
|
33250
33232
|
"name": "Need",
|
|
33251
33233
|
"namespace": "gitlab",
|
|
@@ -33258,7 +33240,7 @@
|
|
|
33258
33240
|
"immutable": true,
|
|
33259
33241
|
"locationInModule": {
|
|
33260
33242
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33261
|
-
"line":
|
|
33243
|
+
"line": 470
|
|
33262
33244
|
},
|
|
33263
33245
|
"name": "job",
|
|
33264
33246
|
"type": {
|
|
@@ -33273,7 +33255,7 @@
|
|
|
33273
33255
|
"immutable": true,
|
|
33274
33256
|
"locationInModule": {
|
|
33275
33257
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33276
|
-
"line":
|
|
33258
|
+
"line": 469
|
|
33277
33259
|
},
|
|
33278
33260
|
"name": "artifacts",
|
|
33279
33261
|
"optional": true,
|
|
@@ -33289,7 +33271,7 @@
|
|
|
33289
33271
|
"immutable": true,
|
|
33290
33272
|
"locationInModule": {
|
|
33291
33273
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33292
|
-
"line":
|
|
33274
|
+
"line": 471
|
|
33293
33275
|
},
|
|
33294
33276
|
"name": "optional",
|
|
33295
33277
|
"optional": true,
|
|
@@ -33305,7 +33287,7 @@
|
|
|
33305
33287
|
"immutable": true,
|
|
33306
33288
|
"locationInModule": {
|
|
33307
33289
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33308
|
-
"line":
|
|
33290
|
+
"line": 472
|
|
33309
33291
|
},
|
|
33310
33292
|
"name": "pipeline",
|
|
33311
33293
|
"optional": true,
|
|
@@ -33321,7 +33303,7 @@
|
|
|
33321
33303
|
"immutable": true,
|
|
33322
33304
|
"locationInModule": {
|
|
33323
33305
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33324
|
-
"line":
|
|
33306
|
+
"line": 473
|
|
33325
33307
|
},
|
|
33326
33308
|
"name": "project",
|
|
33327
33309
|
"optional": true,
|
|
@@ -33337,7 +33319,7 @@
|
|
|
33337
33319
|
"immutable": true,
|
|
33338
33320
|
"locationInModule": {
|
|
33339
33321
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33340
|
-
"line":
|
|
33322
|
+
"line": 474
|
|
33341
33323
|
},
|
|
33342
33324
|
"name": "ref",
|
|
33343
33325
|
"optional": true,
|
|
@@ -33434,7 +33416,7 @@
|
|
|
33434
33416
|
"kind": "interface",
|
|
33435
33417
|
"locationInModule": {
|
|
33436
33418
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33437
|
-
"line":
|
|
33419
|
+
"line": 480
|
|
33438
33420
|
},
|
|
33439
33421
|
"name": "Parallel",
|
|
33440
33422
|
"namespace": "gitlab",
|
|
@@ -33448,7 +33430,7 @@
|
|
|
33448
33430
|
"immutable": true,
|
|
33449
33431
|
"locationInModule": {
|
|
33450
33432
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33451
|
-
"line":
|
|
33433
|
+
"line": 482
|
|
33452
33434
|
},
|
|
33453
33435
|
"name": "matrix",
|
|
33454
33436
|
"type": {
|
|
@@ -33473,6 +33455,43 @@
|
|
|
33473
33455
|
],
|
|
33474
33456
|
"symbolId": "src/gitlab/configuration-model:Parallel"
|
|
33475
33457
|
},
|
|
33458
|
+
"projen.gitlab.PullPolicy": {
|
|
33459
|
+
"assembly": "projen",
|
|
33460
|
+
"docs": {
|
|
33461
|
+
"see": "https://docs.gitlab.com/ee/ci/yaml/#servicepull_policy",
|
|
33462
|
+
"stability": "experimental",
|
|
33463
|
+
"summary": "Describes the conditions for when to pull an image."
|
|
33464
|
+
},
|
|
33465
|
+
"fqn": "projen.gitlab.PullPolicy",
|
|
33466
|
+
"kind": "enum",
|
|
33467
|
+
"locationInModule": {
|
|
33468
|
+
"filename": "src/gitlab/configuration-model.ts",
|
|
33469
|
+
"line": 225
|
|
33470
|
+
},
|
|
33471
|
+
"members": [
|
|
33472
|
+
{
|
|
33473
|
+
"docs": {
|
|
33474
|
+
"stability": "experimental"
|
|
33475
|
+
},
|
|
33476
|
+
"name": "ALWAYS"
|
|
33477
|
+
},
|
|
33478
|
+
{
|
|
33479
|
+
"docs": {
|
|
33480
|
+
"stability": "experimental"
|
|
33481
|
+
},
|
|
33482
|
+
"name": "NEVER"
|
|
33483
|
+
},
|
|
33484
|
+
{
|
|
33485
|
+
"docs": {
|
|
33486
|
+
"stability": "experimental"
|
|
33487
|
+
},
|
|
33488
|
+
"name": "IF_NOT_PRESENT"
|
|
33489
|
+
}
|
|
33490
|
+
],
|
|
33491
|
+
"name": "PullPolicy",
|
|
33492
|
+
"namespace": "gitlab",
|
|
33493
|
+
"symbolId": "src/gitlab/configuration-model:PullPolicy"
|
|
33494
|
+
},
|
|
33476
33495
|
"projen.gitlab.Release": {
|
|
33477
33496
|
"assembly": "projen",
|
|
33478
33497
|
"datatype": true,
|
|
@@ -33484,7 +33503,7 @@
|
|
|
33484
33503
|
"kind": "interface",
|
|
33485
33504
|
"locationInModule": {
|
|
33486
33505
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33487
|
-
"line":
|
|
33506
|
+
"line": 488
|
|
33488
33507
|
},
|
|
33489
33508
|
"name": "Release",
|
|
33490
33509
|
"namespace": "gitlab",
|
|
@@ -33498,7 +33517,7 @@
|
|
|
33498
33517
|
"immutable": true,
|
|
33499
33518
|
"locationInModule": {
|
|
33500
33519
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33501
|
-
"line":
|
|
33520
|
+
"line": 491
|
|
33502
33521
|
},
|
|
33503
33522
|
"name": "description",
|
|
33504
33523
|
"type": {
|
|
@@ -33515,7 +33534,7 @@
|
|
|
33515
33534
|
"immutable": true,
|
|
33516
33535
|
"locationInModule": {
|
|
33517
33536
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33518
|
-
"line":
|
|
33537
|
+
"line": 501
|
|
33519
33538
|
},
|
|
33520
33539
|
"name": "tagName",
|
|
33521
33540
|
"type": {
|
|
@@ -33530,7 +33549,7 @@
|
|
|
33530
33549
|
"immutable": true,
|
|
33531
33550
|
"locationInModule": {
|
|
33532
33551
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33533
|
-
"line":
|
|
33552
|
+
"line": 489
|
|
33534
33553
|
},
|
|
33535
33554
|
"name": "assets",
|
|
33536
33555
|
"optional": true,
|
|
@@ -33547,7 +33566,7 @@
|
|
|
33547
33566
|
"immutable": true,
|
|
33548
33567
|
"locationInModule": {
|
|
33549
33568
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33550
|
-
"line":
|
|
33569
|
+
"line": 493
|
|
33551
33570
|
},
|
|
33552
33571
|
"name": "milestones",
|
|
33553
33572
|
"optional": true,
|
|
@@ -33570,7 +33589,7 @@
|
|
|
33570
33589
|
"immutable": true,
|
|
33571
33590
|
"locationInModule": {
|
|
33572
33591
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33573
|
-
"line":
|
|
33592
|
+
"line": 495
|
|
33574
33593
|
},
|
|
33575
33594
|
"name": "name",
|
|
33576
33595
|
"optional": true,
|
|
@@ -33588,7 +33607,7 @@
|
|
|
33588
33607
|
"immutable": true,
|
|
33589
33608
|
"locationInModule": {
|
|
33590
33609
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33591
|
-
"line":
|
|
33610
|
+
"line": 497
|
|
33592
33611
|
},
|
|
33593
33612
|
"name": "ref",
|
|
33594
33613
|
"optional": true,
|
|
@@ -33606,7 +33625,7 @@
|
|
|
33606
33625
|
"immutable": true,
|
|
33607
33626
|
"locationInModule": {
|
|
33608
33627
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33609
|
-
"line":
|
|
33628
|
+
"line": 499
|
|
33610
33629
|
},
|
|
33611
33630
|
"name": "releasedAt",
|
|
33612
33631
|
"optional": true,
|
|
@@ -34073,7 +34092,7 @@
|
|
|
34073
34092
|
"kind": "interface",
|
|
34074
34093
|
"locationInModule": {
|
|
34075
34094
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34076
|
-
"line":
|
|
34095
|
+
"line": 539
|
|
34077
34096
|
},
|
|
34078
34097
|
"name": "Secret",
|
|
34079
34098
|
"namespace": "gitlab",
|
|
@@ -34086,7 +34105,7 @@
|
|
|
34086
34105
|
"immutable": true,
|
|
34087
34106
|
"locationInModule": {
|
|
34088
34107
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34089
|
-
"line":
|
|
34108
|
+
"line": 541
|
|
34090
34109
|
},
|
|
34091
34110
|
"name": "vault",
|
|
34092
34111
|
"type": {
|
|
@@ -34197,6 +34216,50 @@
|
|
|
34197
34216
|
"kind": "array"
|
|
34198
34217
|
}
|
|
34199
34218
|
}
|
|
34219
|
+
},
|
|
34220
|
+
{
|
|
34221
|
+
"abstract": true,
|
|
34222
|
+
"docs": {
|
|
34223
|
+
"stability": "experimental",
|
|
34224
|
+
"summary": "The pull policy that the runner uses to fetch the Docker image."
|
|
34225
|
+
},
|
|
34226
|
+
"immutable": true,
|
|
34227
|
+
"locationInModule": {
|
|
34228
|
+
"filename": "src/gitlab/configuration-model.ts",
|
|
34229
|
+
"line": 216
|
|
34230
|
+
},
|
|
34231
|
+
"name": "pullPolicy",
|
|
34232
|
+
"optional": true,
|
|
34233
|
+
"type": {
|
|
34234
|
+
"collection": {
|
|
34235
|
+
"elementtype": {
|
|
34236
|
+
"fqn": "projen.gitlab.PullPolicy"
|
|
34237
|
+
},
|
|
34238
|
+
"kind": "array"
|
|
34239
|
+
}
|
|
34240
|
+
}
|
|
34241
|
+
},
|
|
34242
|
+
{
|
|
34243
|
+
"abstract": true,
|
|
34244
|
+
"docs": {
|
|
34245
|
+
"stability": "experimental",
|
|
34246
|
+
"summary": "Additional environment variables that are passed exclusively to the service.."
|
|
34247
|
+
},
|
|
34248
|
+
"immutable": true,
|
|
34249
|
+
"locationInModule": {
|
|
34250
|
+
"filename": "src/gitlab/configuration-model.ts",
|
|
34251
|
+
"line": 218
|
|
34252
|
+
},
|
|
34253
|
+
"name": "variables",
|
|
34254
|
+
"optional": true,
|
|
34255
|
+
"type": {
|
|
34256
|
+
"collection": {
|
|
34257
|
+
"elementtype": {
|
|
34258
|
+
"primitive": "string"
|
|
34259
|
+
},
|
|
34260
|
+
"kind": "map"
|
|
34261
|
+
}
|
|
34262
|
+
}
|
|
34200
34263
|
}
|
|
34201
34264
|
],
|
|
34202
34265
|
"symbolId": "src/gitlab/configuration-model:Service"
|
|
@@ -34212,7 +34275,7 @@
|
|
|
34212
34275
|
"kind": "enum",
|
|
34213
34276
|
"locationInModule": {
|
|
34214
34277
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34215
|
-
"line":
|
|
34278
|
+
"line": 610
|
|
34216
34279
|
},
|
|
34217
34280
|
"members": [
|
|
34218
34281
|
{
|
|
@@ -34239,7 +34302,7 @@
|
|
|
34239
34302
|
"kind": "interface",
|
|
34240
34303
|
"locationInModule": {
|
|
34241
34304
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34242
|
-
"line":
|
|
34305
|
+
"line": 572
|
|
34243
34306
|
},
|
|
34244
34307
|
"name": "Trigger",
|
|
34245
34308
|
"namespace": "gitlab",
|
|
@@ -34253,7 +34316,7 @@
|
|
|
34253
34316
|
"immutable": true,
|
|
34254
34317
|
"locationInModule": {
|
|
34255
34318
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34256
|
-
"line":
|
|
34319
|
+
"line": 574
|
|
34257
34320
|
},
|
|
34258
34321
|
"name": "branch",
|
|
34259
34322
|
"optional": true,
|
|
@@ -34270,7 +34333,7 @@
|
|
|
34270
34333
|
"immutable": true,
|
|
34271
34334
|
"locationInModule": {
|
|
34272
34335
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34273
|
-
"line":
|
|
34336
|
+
"line": 580
|
|
34274
34337
|
},
|
|
34275
34338
|
"name": "include",
|
|
34276
34339
|
"optional": true,
|
|
@@ -34292,7 +34355,7 @@
|
|
|
34292
34355
|
"immutable": true,
|
|
34293
34356
|
"locationInModule": {
|
|
34294
34357
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34295
|
-
"line":
|
|
34358
|
+
"line": 576
|
|
34296
34359
|
},
|
|
34297
34360
|
"name": "project",
|
|
34298
34361
|
"optional": true,
|
|
@@ -34309,7 +34372,7 @@
|
|
|
34309
34372
|
"immutable": true,
|
|
34310
34373
|
"locationInModule": {
|
|
34311
34374
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34312
|
-
"line":
|
|
34375
|
+
"line": 578
|
|
34313
34376
|
},
|
|
34314
34377
|
"name": "strategy",
|
|
34315
34378
|
"optional": true,
|
|
@@ -34332,7 +34395,7 @@
|
|
|
34332
34395
|
"kind": "interface",
|
|
34333
34396
|
"locationInModule": {
|
|
34334
34397
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34335
|
-
"line":
|
|
34398
|
+
"line": 588
|
|
34336
34399
|
},
|
|
34337
34400
|
"name": "TriggerInclude",
|
|
34338
34401
|
"namespace": "gitlab",
|
|
@@ -34346,7 +34409,7 @@
|
|
|
34346
34409
|
"immutable": true,
|
|
34347
34410
|
"locationInModule": {
|
|
34348
34411
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34349
|
-
"line":
|
|
34412
|
+
"line": 594
|
|
34350
34413
|
},
|
|
34351
34414
|
"name": "artifact",
|
|
34352
34415
|
"optional": true,
|
|
@@ -34363,7 +34426,7 @@
|
|
|
34363
34426
|
"immutable": true,
|
|
34364
34427
|
"locationInModule": {
|
|
34365
34428
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34366
|
-
"line":
|
|
34429
|
+
"line": 598
|
|
34367
34430
|
},
|
|
34368
34431
|
"name": "file",
|
|
34369
34432
|
"optional": true,
|
|
@@ -34380,7 +34443,7 @@
|
|
|
34380
34443
|
"immutable": true,
|
|
34381
34444
|
"locationInModule": {
|
|
34382
34445
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34383
|
-
"line":
|
|
34446
|
+
"line": 596
|
|
34384
34447
|
},
|
|
34385
34448
|
"name": "job",
|
|
34386
34449
|
"optional": true,
|
|
@@ -34397,7 +34460,7 @@
|
|
|
34397
34460
|
"immutable": true,
|
|
34398
34461
|
"locationInModule": {
|
|
34399
34462
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34400
|
-
"line":
|
|
34463
|
+
"line": 590
|
|
34401
34464
|
},
|
|
34402
34465
|
"name": "local",
|
|
34403
34466
|
"optional": true,
|
|
@@ -34414,7 +34477,7 @@
|
|
|
34414
34477
|
"immutable": true,
|
|
34415
34478
|
"locationInModule": {
|
|
34416
34479
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34417
|
-
"line":
|
|
34480
|
+
"line": 600
|
|
34418
34481
|
},
|
|
34419
34482
|
"name": "project",
|
|
34420
34483
|
"optional": true,
|
|
@@ -34431,7 +34494,7 @@
|
|
|
34431
34494
|
"immutable": true,
|
|
34432
34495
|
"locationInModule": {
|
|
34433
34496
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34434
|
-
"line":
|
|
34497
|
+
"line": 602
|
|
34435
34498
|
},
|
|
34436
34499
|
"name": "ref",
|
|
34437
34500
|
"optional": true,
|
|
@@ -34448,7 +34511,7 @@
|
|
|
34448
34511
|
"immutable": true,
|
|
34449
34512
|
"locationInModule": {
|
|
34450
34513
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34451
|
-
"line":
|
|
34514
|
+
"line": 592
|
|
34452
34515
|
},
|
|
34453
34516
|
"name": "template",
|
|
34454
34517
|
"optional": true,
|
|
@@ -34471,7 +34534,7 @@
|
|
|
34471
34534
|
"kind": "interface",
|
|
34472
34535
|
"locationInModule": {
|
|
34473
34536
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34474
|
-
"line":
|
|
34537
|
+
"line": 618
|
|
34475
34538
|
},
|
|
34476
34539
|
"name": "VariableConfig",
|
|
34477
34540
|
"namespace": "gitlab",
|
|
@@ -34486,7 +34549,7 @@
|
|
|
34486
34549
|
"immutable": true,
|
|
34487
34550
|
"locationInModule": {
|
|
34488
34551
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34489
|
-
"line":
|
|
34552
|
+
"line": 620
|
|
34490
34553
|
},
|
|
34491
34554
|
"name": "description",
|
|
34492
34555
|
"optional": true,
|
|
@@ -34503,7 +34566,7 @@
|
|
|
34503
34566
|
"immutable": true,
|
|
34504
34567
|
"locationInModule": {
|
|
34505
34568
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34506
|
-
"line":
|
|
34569
|
+
"line": 622
|
|
34507
34570
|
},
|
|
34508
34571
|
"name": "value",
|
|
34509
34572
|
"optional": true,
|
|
@@ -34526,7 +34589,7 @@
|
|
|
34526
34589
|
"kind": "interface",
|
|
34527
34590
|
"locationInModule": {
|
|
34528
34591
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34529
|
-
"line":
|
|
34592
|
+
"line": 548
|
|
34530
34593
|
},
|
|
34531
34594
|
"name": "VaultConfig",
|
|
34532
34595
|
"namespace": "gitlab",
|
|
@@ -34539,7 +34602,7 @@
|
|
|
34539
34602
|
"immutable": true,
|
|
34540
34603
|
"locationInModule": {
|
|
34541
34604
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34542
|
-
"line":
|
|
34605
|
+
"line": 550
|
|
34543
34606
|
},
|
|
34544
34607
|
"name": "engine",
|
|
34545
34608
|
"type": {
|
|
@@ -34554,7 +34617,7 @@
|
|
|
34554
34617
|
"immutable": true,
|
|
34555
34618
|
"locationInModule": {
|
|
34556
34619
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34557
|
-
"line":
|
|
34620
|
+
"line": 552
|
|
34558
34621
|
},
|
|
34559
34622
|
"name": "field",
|
|
34560
34623
|
"type": {
|
|
@@ -34570,7 +34633,7 @@
|
|
|
34570
34633
|
"immutable": true,
|
|
34571
34634
|
"locationInModule": {
|
|
34572
34635
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34573
|
-
"line":
|
|
34636
|
+
"line": 554
|
|
34574
34637
|
},
|
|
34575
34638
|
"name": "path",
|
|
34576
34639
|
"type": {
|
|
@@ -34592,7 +34655,7 @@
|
|
|
34592
34655
|
"kind": "interface",
|
|
34593
34656
|
"locationInModule": {
|
|
34594
34657
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34595
|
-
"line":
|
|
34658
|
+
"line": 629
|
|
34596
34659
|
},
|
|
34597
34660
|
"name": "Workflow",
|
|
34598
34661
|
"namespace": "gitlab",
|
|
@@ -34606,7 +34669,7 @@
|
|
|
34606
34669
|
"immutable": true,
|
|
34607
34670
|
"locationInModule": {
|
|
34608
34671
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34609
|
-
"line":
|
|
34672
|
+
"line": 631
|
|
34610
34673
|
},
|
|
34611
34674
|
"name": "rules",
|
|
34612
34675
|
"optional": true,
|
|
@@ -34634,7 +34697,7 @@
|
|
|
34634
34697
|
"kind": "interface",
|
|
34635
34698
|
"locationInModule": {
|
|
34636
34699
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34637
|
-
"line":
|
|
34700
|
+
"line": 638
|
|
34638
34701
|
},
|
|
34639
34702
|
"name": "WorkflowRule",
|
|
34640
34703
|
"namespace": "gitlab",
|
|
@@ -34647,7 +34710,7 @@
|
|
|
34647
34710
|
"immutable": true,
|
|
34648
34711
|
"locationInModule": {
|
|
34649
34712
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34650
|
-
"line":
|
|
34713
|
+
"line": 640
|
|
34651
34714
|
},
|
|
34652
34715
|
"name": "changes",
|
|
34653
34716
|
"optional": true,
|
|
@@ -34668,7 +34731,7 @@
|
|
|
34668
34731
|
"immutable": true,
|
|
34669
34732
|
"locationInModule": {
|
|
34670
34733
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34671
|
-
"line":
|
|
34734
|
+
"line": 642
|
|
34672
34735
|
},
|
|
34673
34736
|
"name": "exists",
|
|
34674
34737
|
"optional": true,
|
|
@@ -34689,7 +34752,7 @@
|
|
|
34689
34752
|
"immutable": true,
|
|
34690
34753
|
"locationInModule": {
|
|
34691
34754
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34692
|
-
"line":
|
|
34755
|
+
"line": 644
|
|
34693
34756
|
},
|
|
34694
34757
|
"name": "if",
|
|
34695
34758
|
"optional": true,
|
|
@@ -34705,7 +34768,7 @@
|
|
|
34705
34768
|
"immutable": true,
|
|
34706
34769
|
"locationInModule": {
|
|
34707
34770
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34708
|
-
"line":
|
|
34771
|
+
"line": 646
|
|
34709
34772
|
},
|
|
34710
34773
|
"name": "variables",
|
|
34711
34774
|
"optional": true,
|
|
@@ -34735,7 +34798,7 @@
|
|
|
34735
34798
|
"immutable": true,
|
|
34736
34799
|
"locationInModule": {
|
|
34737
34800
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34738
|
-
"line":
|
|
34801
|
+
"line": 648
|
|
34739
34802
|
},
|
|
34740
34803
|
"name": "when",
|
|
34741
34804
|
"optional": true,
|
|
@@ -34758,7 +34821,7 @@
|
|
|
34758
34821
|
"kind": "enum",
|
|
34759
34822
|
"locationInModule": {
|
|
34760
34823
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34761
|
-
"line":
|
|
34824
|
+
"line": 656
|
|
34762
34825
|
},
|
|
34763
34826
|
"members": [
|
|
34764
34827
|
{
|
|
@@ -56449,6 +56512,6 @@
|
|
|
56449
56512
|
"symbolId": "src/web/tailwind:TailwindConfigOptions"
|
|
56450
56513
|
}
|
|
56451
56514
|
},
|
|
56452
|
-
"version": "0.
|
|
56453
|
-
"fingerprint": "
|
|
56515
|
+
"version": "0.75.0",
|
|
56516
|
+
"fingerprint": "C7yJb3JKL1OgCH4eadMH8gXHVZfTdQM95AWbesWUrVM="
|
|
56454
56517
|
}
|