projen 0.71.62 → 0.71.63
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 +233 -163
- package/docs/api/API.md +17 -1
- 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 +13 -1
- package/lib/gitlab/configuration-model.js +1 -1
- 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/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 +1 -1
- 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
|
@@ -28781,7 +28781,7 @@
|
|
|
28781
28781
|
"kind": "enum",
|
|
28782
28782
|
"locationInModule": {
|
|
28783
28783
|
"filename": "src/gitlab/configuration-model.ts",
|
|
28784
|
-
"line":
|
|
28784
|
+
"line": 363
|
|
28785
28785
|
},
|
|
28786
28786
|
"members": [
|
|
28787
28787
|
{
|
|
@@ -28820,7 +28820,7 @@
|
|
|
28820
28820
|
"kind": "interface",
|
|
28821
28821
|
"locationInModule": {
|
|
28822
28822
|
"filename": "src/gitlab/configuration-model.ts",
|
|
28823
|
-
"line":
|
|
28823
|
+
"line": 254
|
|
28824
28824
|
},
|
|
28825
28825
|
"name": "AllowFailure",
|
|
28826
28826
|
"namespace": "gitlab",
|
|
@@ -28833,7 +28833,7 @@
|
|
|
28833
28833
|
"immutable": true,
|
|
28834
28834
|
"locationInModule": {
|
|
28835
28835
|
"filename": "src/gitlab/configuration-model.ts",
|
|
28836
|
-
"line":
|
|
28836
|
+
"line": 255
|
|
28837
28837
|
},
|
|
28838
28838
|
"name": "exitCodes",
|
|
28839
28839
|
"type": {
|
|
@@ -29038,7 +29038,7 @@
|
|
|
29038
29038
|
"kind": "interface",
|
|
29039
29039
|
"locationInModule": {
|
|
29040
29040
|
"filename": "src/gitlab/configuration-model.ts",
|
|
29041
|
-
"line":
|
|
29041
|
+
"line": 479
|
|
29042
29042
|
},
|
|
29043
29043
|
"name": "Assets",
|
|
29044
29044
|
"namespace": "gitlab",
|
|
@@ -29052,7 +29052,7 @@
|
|
|
29052
29052
|
"immutable": true,
|
|
29053
29053
|
"locationInModule": {
|
|
29054
29054
|
"filename": "src/gitlab/configuration-model.ts",
|
|
29055
|
-
"line":
|
|
29055
|
+
"line": 481
|
|
29056
29056
|
},
|
|
29057
29057
|
"name": "links",
|
|
29058
29058
|
"type": {
|
|
@@ -29975,6 +29975,58 @@
|
|
|
29975
29975
|
],
|
|
29976
29976
|
"symbolId": "src/gitlab/configuration:CiConfigurationOptions"
|
|
29977
29977
|
},
|
|
29978
|
+
"projen.gitlab.CoverageReport": {
|
|
29979
|
+
"assembly": "projen",
|
|
29980
|
+
"datatype": true,
|
|
29981
|
+
"docs": {
|
|
29982
|
+
"custom": {
|
|
29983
|
+
"link": "https://docs.gitlab.com/ee/ci/yaml/artifacts_reports.html#artifactsreportscoverage_report"
|
|
29984
|
+
},
|
|
29985
|
+
"stability": "experimental",
|
|
29986
|
+
"summary": "Code coverage report interface."
|
|
29987
|
+
},
|
|
29988
|
+
"fqn": "projen.gitlab.CoverageReport",
|
|
29989
|
+
"kind": "interface",
|
|
29990
|
+
"locationInModule": {
|
|
29991
|
+
"filename": "src/gitlab/configuration-model.ts",
|
|
29992
|
+
"line": 118
|
|
29993
|
+
},
|
|
29994
|
+
"name": "CoverageReport",
|
|
29995
|
+
"namespace": "gitlab",
|
|
29996
|
+
"properties": [
|
|
29997
|
+
{
|
|
29998
|
+
"abstract": true,
|
|
29999
|
+
"docs": {
|
|
30000
|
+
"stability": "experimental"
|
|
30001
|
+
},
|
|
30002
|
+
"immutable": true,
|
|
30003
|
+
"locationInModule": {
|
|
30004
|
+
"filename": "src/gitlab/configuration-model.ts",
|
|
30005
|
+
"line": 119
|
|
30006
|
+
},
|
|
30007
|
+
"name": "coverageFormat",
|
|
30008
|
+
"type": {
|
|
30009
|
+
"primitive": "string"
|
|
30010
|
+
}
|
|
30011
|
+
},
|
|
30012
|
+
{
|
|
30013
|
+
"abstract": true,
|
|
30014
|
+
"docs": {
|
|
30015
|
+
"stability": "experimental"
|
|
30016
|
+
},
|
|
30017
|
+
"immutable": true,
|
|
30018
|
+
"locationInModule": {
|
|
30019
|
+
"filename": "src/gitlab/configuration-model.ts",
|
|
30020
|
+
"line": 120
|
|
30021
|
+
},
|
|
30022
|
+
"name": "path",
|
|
30023
|
+
"type": {
|
|
30024
|
+
"primitive": "string"
|
|
30025
|
+
}
|
|
30026
|
+
}
|
|
30027
|
+
],
|
|
30028
|
+
"symbolId": "src/gitlab/configuration-model:CoverageReport"
|
|
30029
|
+
},
|
|
29978
30030
|
"projen.gitlab.Default": {
|
|
29979
30031
|
"assembly": "projen",
|
|
29980
30032
|
"datatype": true,
|
|
@@ -30185,7 +30237,7 @@
|
|
|
30185
30237
|
"kind": "enum",
|
|
30186
30238
|
"locationInModule": {
|
|
30187
30239
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30188
|
-
"line":
|
|
30240
|
+
"line": 424
|
|
30189
30241
|
},
|
|
30190
30242
|
"members": [
|
|
30191
30243
|
{
|
|
@@ -30263,7 +30315,7 @@
|
|
|
30263
30315
|
"kind": "enum",
|
|
30264
30316
|
"locationInModule": {
|
|
30265
30317
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30266
|
-
"line":
|
|
30318
|
+
"line": 373
|
|
30267
30319
|
},
|
|
30268
30320
|
"members": [
|
|
30269
30321
|
{
|
|
@@ -30312,7 +30364,7 @@
|
|
|
30312
30364
|
"kind": "interface",
|
|
30313
30365
|
"locationInModule": {
|
|
30314
30366
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30315
|
-
"line":
|
|
30367
|
+
"line": 532
|
|
30316
30368
|
},
|
|
30317
30369
|
"name": "Engine",
|
|
30318
30370
|
"namespace": "gitlab",
|
|
@@ -30326,7 +30378,7 @@
|
|
|
30326
30378
|
"immutable": true,
|
|
30327
30379
|
"locationInModule": {
|
|
30328
30380
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30329
|
-
"line":
|
|
30381
|
+
"line": 534
|
|
30330
30382
|
},
|
|
30331
30383
|
"name": "name",
|
|
30332
30384
|
"type": {
|
|
@@ -30342,7 +30394,7 @@
|
|
|
30342
30394
|
"immutable": true,
|
|
30343
30395
|
"locationInModule": {
|
|
30344
30396
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30345
|
-
"line":
|
|
30397
|
+
"line": 536
|
|
30346
30398
|
},
|
|
30347
30399
|
"name": "path",
|
|
30348
30400
|
"type": {
|
|
@@ -30363,7 +30415,7 @@
|
|
|
30363
30415
|
"kind": "interface",
|
|
30364
30416
|
"locationInModule": {
|
|
30365
30417
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30366
|
-
"line":
|
|
30418
|
+
"line": 341
|
|
30367
30419
|
},
|
|
30368
30420
|
"name": "Environment",
|
|
30369
30421
|
"namespace": "gitlab",
|
|
@@ -30377,7 +30429,7 @@
|
|
|
30377
30429
|
"immutable": true,
|
|
30378
30430
|
"locationInModule": {
|
|
30379
30431
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30380
|
-
"line":
|
|
30432
|
+
"line": 351
|
|
30381
30433
|
},
|
|
30382
30434
|
"name": "name",
|
|
30383
30435
|
"type": {
|
|
@@ -30394,7 +30446,7 @@
|
|
|
30394
30446
|
"immutable": true,
|
|
30395
30447
|
"locationInModule": {
|
|
30396
30448
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30397
|
-
"line":
|
|
30449
|
+
"line": 343
|
|
30398
30450
|
},
|
|
30399
30451
|
"name": "action",
|
|
30400
30452
|
"optional": true,
|
|
@@ -30412,7 +30464,7 @@
|
|
|
30412
30464
|
"immutable": true,
|
|
30413
30465
|
"locationInModule": {
|
|
30414
30466
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30415
|
-
"line":
|
|
30467
|
+
"line": 345
|
|
30416
30468
|
},
|
|
30417
30469
|
"name": "autoStopIn",
|
|
30418
30470
|
"optional": true,
|
|
@@ -30429,7 +30481,7 @@
|
|
|
30429
30481
|
"immutable": true,
|
|
30430
30482
|
"locationInModule": {
|
|
30431
30483
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30432
|
-
"line":
|
|
30484
|
+
"line": 347
|
|
30433
30485
|
},
|
|
30434
30486
|
"name": "deploymentTier",
|
|
30435
30487
|
"optional": true,
|
|
@@ -30447,7 +30499,7 @@
|
|
|
30447
30499
|
"immutable": true,
|
|
30448
30500
|
"locationInModule": {
|
|
30449
30501
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30450
|
-
"line":
|
|
30502
|
+
"line": 349
|
|
30451
30503
|
},
|
|
30452
30504
|
"name": "kubernetes",
|
|
30453
30505
|
"optional": true,
|
|
@@ -30464,7 +30516,7 @@
|
|
|
30464
30516
|
"immutable": true,
|
|
30465
30517
|
"locationInModule": {
|
|
30466
30518
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30467
|
-
"line":
|
|
30519
|
+
"line": 353
|
|
30468
30520
|
},
|
|
30469
30521
|
"name": "onStop",
|
|
30470
30522
|
"optional": true,
|
|
@@ -30481,7 +30533,7 @@
|
|
|
30481
30533
|
"immutable": true,
|
|
30482
30534
|
"locationInModule": {
|
|
30483
30535
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30484
|
-
"line":
|
|
30536
|
+
"line": 355
|
|
30485
30537
|
},
|
|
30486
30538
|
"name": "url",
|
|
30487
30539
|
"optional": true,
|
|
@@ -30503,7 +30555,7 @@
|
|
|
30503
30555
|
"kind": "interface",
|
|
30504
30556
|
"locationInModule": {
|
|
30505
30557
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30506
|
-
"line":
|
|
30558
|
+
"line": 393
|
|
30507
30559
|
},
|
|
30508
30560
|
"name": "Filter",
|
|
30509
30561
|
"namespace": "gitlab",
|
|
@@ -30517,7 +30569,7 @@
|
|
|
30517
30569
|
"immutable": true,
|
|
30518
30570
|
"locationInModule": {
|
|
30519
30571
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30520
|
-
"line":
|
|
30572
|
+
"line": 395
|
|
30521
30573
|
},
|
|
30522
30574
|
"name": "changes",
|
|
30523
30575
|
"optional": true,
|
|
@@ -30539,7 +30591,7 @@
|
|
|
30539
30591
|
"immutable": true,
|
|
30540
30592
|
"locationInModule": {
|
|
30541
30593
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30542
|
-
"line":
|
|
30594
|
+
"line": 397
|
|
30543
30595
|
},
|
|
30544
30596
|
"name": "kubernetes",
|
|
30545
30597
|
"optional": true,
|
|
@@ -30556,7 +30608,7 @@
|
|
|
30556
30608
|
"immutable": true,
|
|
30557
30609
|
"locationInModule": {
|
|
30558
30610
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30559
|
-
"line":
|
|
30611
|
+
"line": 399
|
|
30560
30612
|
},
|
|
30561
30613
|
"name": "refs",
|
|
30562
30614
|
"optional": true,
|
|
@@ -30579,7 +30631,7 @@
|
|
|
30579
30631
|
"immutable": true,
|
|
30580
30632
|
"locationInModule": {
|
|
30581
30633
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30582
|
-
"line":
|
|
30634
|
+
"line": 401
|
|
30583
30635
|
},
|
|
30584
30636
|
"name": "variables",
|
|
30585
30637
|
"optional": true,
|
|
@@ -30703,7 +30755,7 @@
|
|
|
30703
30755
|
"kind": "interface",
|
|
30704
30756
|
"locationInModule": {
|
|
30705
30757
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30706
|
-
"line":
|
|
30758
|
+
"line": 172
|
|
30707
30759
|
},
|
|
30708
30760
|
"name": "Image",
|
|
30709
30761
|
"namespace": "gitlab",
|
|
@@ -30718,7 +30770,7 @@
|
|
|
30718
30770
|
"immutable": true,
|
|
30719
30771
|
"locationInModule": {
|
|
30720
30772
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30721
|
-
"line":
|
|
30773
|
+
"line": 176
|
|
30722
30774
|
},
|
|
30723
30775
|
"name": "name",
|
|
30724
30776
|
"type": {
|
|
@@ -30735,7 +30787,7 @@
|
|
|
30735
30787
|
"immutable": true,
|
|
30736
30788
|
"locationInModule": {
|
|
30737
30789
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30738
|
-
"line":
|
|
30790
|
+
"line": 174
|
|
30739
30791
|
},
|
|
30740
30792
|
"name": "entrypoint",
|
|
30741
30793
|
"optional": true,
|
|
@@ -30763,7 +30815,7 @@
|
|
|
30763
30815
|
"kind": "interface",
|
|
30764
30816
|
"locationInModule": {
|
|
30765
30817
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30766
|
-
"line":
|
|
30818
|
+
"line": 209
|
|
30767
30819
|
},
|
|
30768
30820
|
"name": "Include",
|
|
30769
30821
|
"namespace": "gitlab",
|
|
@@ -30778,7 +30830,7 @@
|
|
|
30778
30830
|
"immutable": true,
|
|
30779
30831
|
"locationInModule": {
|
|
30780
30832
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30781
|
-
"line":
|
|
30833
|
+
"line": 215
|
|
30782
30834
|
},
|
|
30783
30835
|
"name": "file",
|
|
30784
30836
|
"optional": true,
|
|
@@ -30801,7 +30853,7 @@
|
|
|
30801
30853
|
"immutable": true,
|
|
30802
30854
|
"locationInModule": {
|
|
30803
30855
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30804
|
-
"line":
|
|
30856
|
+
"line": 211
|
|
30805
30857
|
},
|
|
30806
30858
|
"name": "local",
|
|
30807
30859
|
"optional": true,
|
|
@@ -30818,7 +30870,7 @@
|
|
|
30818
30870
|
"immutable": true,
|
|
30819
30871
|
"locationInModule": {
|
|
30820
30872
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30821
|
-
"line":
|
|
30873
|
+
"line": 217
|
|
30822
30874
|
},
|
|
30823
30875
|
"name": "project",
|
|
30824
30876
|
"optional": true,
|
|
@@ -30835,7 +30887,7 @@
|
|
|
30835
30887
|
"immutable": true,
|
|
30836
30888
|
"locationInModule": {
|
|
30837
30889
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30838
|
-
"line":
|
|
30890
|
+
"line": 219
|
|
30839
30891
|
},
|
|
30840
30892
|
"name": "ref",
|
|
30841
30893
|
"optional": true,
|
|
@@ -30852,7 +30904,7 @@
|
|
|
30852
30904
|
"immutable": true,
|
|
30853
30905
|
"locationInModule": {
|
|
30854
30906
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30855
|
-
"line":
|
|
30907
|
+
"line": 223
|
|
30856
30908
|
},
|
|
30857
30909
|
"name": "remote",
|
|
30858
30910
|
"optional": true,
|
|
@@ -30869,7 +30921,7 @@
|
|
|
30869
30921
|
"immutable": true,
|
|
30870
30922
|
"locationInModule": {
|
|
30871
30923
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30872
|
-
"line":
|
|
30924
|
+
"line": 213
|
|
30873
30925
|
},
|
|
30874
30926
|
"name": "rules",
|
|
30875
30927
|
"optional": true,
|
|
@@ -30891,7 +30943,7 @@
|
|
|
30891
30943
|
"immutable": true,
|
|
30892
30944
|
"locationInModule": {
|
|
30893
30945
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30894
|
-
"line":
|
|
30946
|
+
"line": 221
|
|
30895
30947
|
},
|
|
30896
30948
|
"name": "template",
|
|
30897
30949
|
"optional": true,
|
|
@@ -30914,7 +30966,7 @@
|
|
|
30914
30966
|
"kind": "interface",
|
|
30915
30967
|
"locationInModule": {
|
|
30916
30968
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30917
|
-
"line":
|
|
30969
|
+
"line": 231
|
|
30918
30970
|
},
|
|
30919
30971
|
"name": "IncludeRule",
|
|
30920
30972
|
"namespace": "gitlab",
|
|
@@ -30927,7 +30979,7 @@
|
|
|
30927
30979
|
"immutable": true,
|
|
30928
30980
|
"locationInModule": {
|
|
30929
30981
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30930
|
-
"line":
|
|
30982
|
+
"line": 233
|
|
30931
30983
|
},
|
|
30932
30984
|
"name": "allowFailure",
|
|
30933
30985
|
"optional": true,
|
|
@@ -30952,7 +31004,7 @@
|
|
|
30952
31004
|
"immutable": true,
|
|
30953
31005
|
"locationInModule": {
|
|
30954
31006
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30955
|
-
"line":
|
|
31007
|
+
"line": 235
|
|
30956
31008
|
},
|
|
30957
31009
|
"name": "changes",
|
|
30958
31010
|
"optional": true,
|
|
@@ -30973,7 +31025,7 @@
|
|
|
30973
31025
|
"immutable": true,
|
|
30974
31026
|
"locationInModule": {
|
|
30975
31027
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30976
|
-
"line":
|
|
31028
|
+
"line": 237
|
|
30977
31029
|
},
|
|
30978
31030
|
"name": "exists",
|
|
30979
31031
|
"optional": true,
|
|
@@ -30994,7 +31046,7 @@
|
|
|
30994
31046
|
"immutable": true,
|
|
30995
31047
|
"locationInModule": {
|
|
30996
31048
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30997
|
-
"line":
|
|
31049
|
+
"line": 239
|
|
30998
31050
|
},
|
|
30999
31051
|
"name": "if",
|
|
31000
31052
|
"optional": true,
|
|
@@ -31010,7 +31062,7 @@
|
|
|
31010
31062
|
"immutable": true,
|
|
31011
31063
|
"locationInModule": {
|
|
31012
31064
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31013
|
-
"line":
|
|
31065
|
+
"line": 241
|
|
31014
31066
|
},
|
|
31015
31067
|
"name": "startIn",
|
|
31016
31068
|
"optional": true,
|
|
@@ -31026,7 +31078,7 @@
|
|
|
31026
31078
|
"immutable": true,
|
|
31027
31079
|
"locationInModule": {
|
|
31028
31080
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31029
|
-
"line":
|
|
31081
|
+
"line": 243
|
|
31030
31082
|
},
|
|
31031
31083
|
"name": "variables",
|
|
31032
31084
|
"optional": true,
|
|
@@ -31056,7 +31108,7 @@
|
|
|
31056
31108
|
"immutable": true,
|
|
31057
31109
|
"locationInModule": {
|
|
31058
31110
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31059
|
-
"line":
|
|
31111
|
+
"line": 245
|
|
31060
31112
|
},
|
|
31061
31113
|
"name": "when",
|
|
31062
31114
|
"optional": true,
|
|
@@ -31079,7 +31131,7 @@
|
|
|
31079
31131
|
"kind": "interface",
|
|
31080
31132
|
"locationInModule": {
|
|
31081
31133
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31082
|
-
"line":
|
|
31134
|
+
"line": 417
|
|
31083
31135
|
},
|
|
31084
31136
|
"name": "Inherit",
|
|
31085
31137
|
"namespace": "gitlab",
|
|
@@ -31094,7 +31146,7 @@
|
|
|
31094
31146
|
"immutable": true,
|
|
31095
31147
|
"locationInModule": {
|
|
31096
31148
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31097
|
-
"line":
|
|
31149
|
+
"line": 419
|
|
31098
31150
|
},
|
|
31099
31151
|
"name": "default",
|
|
31100
31152
|
"optional": true,
|
|
@@ -31126,7 +31178,7 @@
|
|
|
31126
31178
|
"immutable": true,
|
|
31127
31179
|
"locationInModule": {
|
|
31128
31180
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31129
|
-
"line":
|
|
31181
|
+
"line": 421
|
|
31130
31182
|
},
|
|
31131
31183
|
"name": "variables",
|
|
31132
31184
|
"optional": true,
|
|
@@ -31163,7 +31215,7 @@
|
|
|
31163
31215
|
"kind": "interface",
|
|
31164
31216
|
"locationInModule": {
|
|
31165
31217
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31166
|
-
"line":
|
|
31218
|
+
"line": 275
|
|
31167
31219
|
},
|
|
31168
31220
|
"name": "Job",
|
|
31169
31221
|
"namespace": "gitlab",
|
|
@@ -31176,7 +31228,7 @@
|
|
|
31176
31228
|
"immutable": true,
|
|
31177
31229
|
"locationInModule": {
|
|
31178
31230
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31179
|
-
"line":
|
|
31231
|
+
"line": 277
|
|
31180
31232
|
},
|
|
31181
31233
|
"name": "afterScript",
|
|
31182
31234
|
"optional": true,
|
|
@@ -31198,7 +31250,7 @@
|
|
|
31198
31250
|
"immutable": true,
|
|
31199
31251
|
"locationInModule": {
|
|
31200
31252
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31201
|
-
"line":
|
|
31253
|
+
"line": 279
|
|
31202
31254
|
},
|
|
31203
31255
|
"name": "allowFailure",
|
|
31204
31256
|
"optional": true,
|
|
@@ -31223,7 +31275,7 @@
|
|
|
31223
31275
|
"immutable": true,
|
|
31224
31276
|
"locationInModule": {
|
|
31225
31277
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31226
|
-
"line":
|
|
31278
|
+
"line": 281
|
|
31227
31279
|
},
|
|
31228
31280
|
"name": "artifacts",
|
|
31229
31281
|
"optional": true,
|
|
@@ -31239,7 +31291,7 @@
|
|
|
31239
31291
|
"immutable": true,
|
|
31240
31292
|
"locationInModule": {
|
|
31241
31293
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31242
|
-
"line":
|
|
31294
|
+
"line": 283
|
|
31243
31295
|
},
|
|
31244
31296
|
"name": "beforeScript",
|
|
31245
31297
|
"optional": true,
|
|
@@ -31260,7 +31312,7 @@
|
|
|
31260
31312
|
"immutable": true,
|
|
31261
31313
|
"locationInModule": {
|
|
31262
31314
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31263
|
-
"line":
|
|
31315
|
+
"line": 285
|
|
31264
31316
|
},
|
|
31265
31317
|
"name": "cache",
|
|
31266
31318
|
"optional": true,
|
|
@@ -31278,7 +31330,7 @@
|
|
|
31278
31330
|
"immutable": true,
|
|
31279
31331
|
"locationInModule": {
|
|
31280
31332
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31281
|
-
"line":
|
|
31333
|
+
"line": 287
|
|
31282
31334
|
},
|
|
31283
31335
|
"name": "coverage",
|
|
31284
31336
|
"optional": true,
|
|
@@ -31296,7 +31348,7 @@
|
|
|
31296
31348
|
"immutable": true,
|
|
31297
31349
|
"locationInModule": {
|
|
31298
31350
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31299
|
-
"line":
|
|
31351
|
+
"line": 289
|
|
31300
31352
|
},
|
|
31301
31353
|
"name": "dependencies",
|
|
31302
31354
|
"optional": true,
|
|
@@ -31319,7 +31371,7 @@
|
|
|
31319
31371
|
"immutable": true,
|
|
31320
31372
|
"locationInModule": {
|
|
31321
31373
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31322
|
-
"line":
|
|
31374
|
+
"line": 291
|
|
31323
31375
|
},
|
|
31324
31376
|
"name": "environment",
|
|
31325
31377
|
"optional": true,
|
|
@@ -31345,7 +31397,7 @@
|
|
|
31345
31397
|
"immutable": true,
|
|
31346
31398
|
"locationInModule": {
|
|
31347
31399
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31348
|
-
"line":
|
|
31400
|
+
"line": 293
|
|
31349
31401
|
},
|
|
31350
31402
|
"name": "except",
|
|
31351
31403
|
"optional": true,
|
|
@@ -31376,7 +31428,7 @@
|
|
|
31376
31428
|
"immutable": true,
|
|
31377
31429
|
"locationInModule": {
|
|
31378
31430
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31379
|
-
"line":
|
|
31431
|
+
"line": 295
|
|
31380
31432
|
},
|
|
31381
31433
|
"name": "extends",
|
|
31382
31434
|
"optional": true,
|
|
@@ -31397,7 +31449,7 @@
|
|
|
31397
31449
|
"immutable": true,
|
|
31398
31450
|
"locationInModule": {
|
|
31399
31451
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31400
|
-
"line":
|
|
31452
|
+
"line": 297
|
|
31401
31453
|
},
|
|
31402
31454
|
"name": "image",
|
|
31403
31455
|
"optional": true,
|
|
@@ -31415,7 +31467,7 @@
|
|
|
31415
31467
|
"immutable": true,
|
|
31416
31468
|
"locationInModule": {
|
|
31417
31469
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31418
|
-
"line":
|
|
31470
|
+
"line": 299
|
|
31419
31471
|
},
|
|
31420
31472
|
"name": "inherit",
|
|
31421
31473
|
"optional": true,
|
|
@@ -31431,7 +31483,7 @@
|
|
|
31431
31483
|
"immutable": true,
|
|
31432
31484
|
"locationInModule": {
|
|
31433
31485
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31434
|
-
"line":
|
|
31486
|
+
"line": 301
|
|
31435
31487
|
},
|
|
31436
31488
|
"name": "interruptible",
|
|
31437
31489
|
"optional": true,
|
|
@@ -31448,7 +31500,7 @@
|
|
|
31448
31500
|
"immutable": true,
|
|
31449
31501
|
"locationInModule": {
|
|
31450
31502
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31451
|
-
"line":
|
|
31503
|
+
"line": 303
|
|
31452
31504
|
},
|
|
31453
31505
|
"name": "needs",
|
|
31454
31506
|
"optional": true,
|
|
@@ -31479,7 +31531,7 @@
|
|
|
31479
31531
|
"immutable": true,
|
|
31480
31532
|
"locationInModule": {
|
|
31481
31533
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31482
|
-
"line":
|
|
31534
|
+
"line": 305
|
|
31483
31535
|
},
|
|
31484
31536
|
"name": "only",
|
|
31485
31537
|
"optional": true,
|
|
@@ -31510,7 +31562,7 @@
|
|
|
31510
31562
|
"immutable": true,
|
|
31511
31563
|
"locationInModule": {
|
|
31512
31564
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31513
|
-
"line":
|
|
31565
|
+
"line": 307
|
|
31514
31566
|
},
|
|
31515
31567
|
"name": "parallel",
|
|
31516
31568
|
"optional": true,
|
|
@@ -31536,7 +31588,7 @@
|
|
|
31536
31588
|
"immutable": true,
|
|
31537
31589
|
"locationInModule": {
|
|
31538
31590
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31539
|
-
"line":
|
|
31591
|
+
"line": 309
|
|
31540
31592
|
},
|
|
31541
31593
|
"name": "release",
|
|
31542
31594
|
"optional": true,
|
|
@@ -31554,7 +31606,7 @@
|
|
|
31554
31606
|
"immutable": true,
|
|
31555
31607
|
"locationInModule": {
|
|
31556
31608
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31557
|
-
"line":
|
|
31609
|
+
"line": 311
|
|
31558
31610
|
},
|
|
31559
31611
|
"name": "resourceGroup",
|
|
31560
31612
|
"optional": true,
|
|
@@ -31570,7 +31622,7 @@
|
|
|
31570
31622
|
"immutable": true,
|
|
31571
31623
|
"locationInModule": {
|
|
31572
31624
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31573
|
-
"line":
|
|
31625
|
+
"line": 313
|
|
31574
31626
|
},
|
|
31575
31627
|
"name": "retry",
|
|
31576
31628
|
"optional": true,
|
|
@@ -31587,7 +31639,7 @@
|
|
|
31587
31639
|
"immutable": true,
|
|
31588
31640
|
"locationInModule": {
|
|
31589
31641
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31590
|
-
"line":
|
|
31642
|
+
"line": 315
|
|
31591
31643
|
},
|
|
31592
31644
|
"name": "rules",
|
|
31593
31645
|
"optional": true,
|
|
@@ -31610,7 +31662,7 @@
|
|
|
31610
31662
|
"immutable": true,
|
|
31611
31663
|
"locationInModule": {
|
|
31612
31664
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31613
|
-
"line":
|
|
31665
|
+
"line": 317
|
|
31614
31666
|
},
|
|
31615
31667
|
"name": "script",
|
|
31616
31668
|
"optional": true,
|
|
@@ -31632,7 +31684,7 @@
|
|
|
31632
31684
|
"immutable": true,
|
|
31633
31685
|
"locationInModule": {
|
|
31634
31686
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31635
|
-
"line":
|
|
31687
|
+
"line": 319
|
|
31636
31688
|
},
|
|
31637
31689
|
"name": "secrets",
|
|
31638
31690
|
"optional": true,
|
|
@@ -31658,7 +31710,7 @@
|
|
|
31658
31710
|
"immutable": true,
|
|
31659
31711
|
"locationInModule": {
|
|
31660
31712
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31661
|
-
"line":
|
|
31713
|
+
"line": 321
|
|
31662
31714
|
},
|
|
31663
31715
|
"name": "services",
|
|
31664
31716
|
"optional": true,
|
|
@@ -31680,7 +31732,7 @@
|
|
|
31680
31732
|
"immutable": true,
|
|
31681
31733
|
"locationInModule": {
|
|
31682
31734
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31683
|
-
"line":
|
|
31735
|
+
"line": 323
|
|
31684
31736
|
},
|
|
31685
31737
|
"name": "stage",
|
|
31686
31738
|
"optional": true,
|
|
@@ -31696,7 +31748,7 @@
|
|
|
31696
31748
|
"immutable": true,
|
|
31697
31749
|
"locationInModule": {
|
|
31698
31750
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31699
|
-
"line":
|
|
31751
|
+
"line": 325
|
|
31700
31752
|
},
|
|
31701
31753
|
"name": "startIn",
|
|
31702
31754
|
"optional": true,
|
|
@@ -31712,7 +31764,7 @@
|
|
|
31712
31764
|
"immutable": true,
|
|
31713
31765
|
"locationInModule": {
|
|
31714
31766
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31715
|
-
"line":
|
|
31767
|
+
"line": 327
|
|
31716
31768
|
},
|
|
31717
31769
|
"name": "tags",
|
|
31718
31770
|
"optional": true,
|
|
@@ -31733,7 +31785,7 @@
|
|
|
31733
31785
|
"immutable": true,
|
|
31734
31786
|
"locationInModule": {
|
|
31735
31787
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31736
|
-
"line":
|
|
31788
|
+
"line": 329
|
|
31737
31789
|
},
|
|
31738
31790
|
"name": "timeout",
|
|
31739
31791
|
"optional": true,
|
|
@@ -31751,7 +31803,7 @@
|
|
|
31751
31803
|
"immutable": true,
|
|
31752
31804
|
"locationInModule": {
|
|
31753
31805
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31754
|
-
"line":
|
|
31806
|
+
"line": 331
|
|
31755
31807
|
},
|
|
31756
31808
|
"name": "trigger",
|
|
31757
31809
|
"optional": true,
|
|
@@ -31777,7 +31829,7 @@
|
|
|
31777
31829
|
"immutable": true,
|
|
31778
31830
|
"locationInModule": {
|
|
31779
31831
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31780
|
-
"line":
|
|
31832
|
+
"line": 333
|
|
31781
31833
|
},
|
|
31782
31834
|
"name": "variables",
|
|
31783
31835
|
"optional": true,
|
|
@@ -31809,7 +31861,7 @@
|
|
|
31809
31861
|
"immutable": true,
|
|
31810
31862
|
"locationInModule": {
|
|
31811
31863
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31812
|
-
"line":
|
|
31864
|
+
"line": 335
|
|
31813
31865
|
},
|
|
31814
31866
|
"name": "when",
|
|
31815
31867
|
"optional": true,
|
|
@@ -31832,7 +31884,7 @@
|
|
|
31832
31884
|
"kind": "enum",
|
|
31833
31885
|
"locationInModule": {
|
|
31834
31886
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31835
|
-
"line":
|
|
31887
|
+
"line": 262
|
|
31836
31888
|
},
|
|
31837
31889
|
"members": [
|
|
31838
31890
|
{
|
|
@@ -31888,7 +31940,7 @@
|
|
|
31888
31940
|
"kind": "interface",
|
|
31889
31941
|
"locationInModule": {
|
|
31890
31942
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31891
|
-
"line":
|
|
31943
|
+
"line": 385
|
|
31892
31944
|
},
|
|
31893
31945
|
"name": "KubernetesConfig",
|
|
31894
31946
|
"namespace": "gitlab",
|
|
@@ -31902,7 +31954,7 @@
|
|
|
31902
31954
|
"immutable": true,
|
|
31903
31955
|
"locationInModule": {
|
|
31904
31956
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31905
|
-
"line":
|
|
31957
|
+
"line": 387
|
|
31906
31958
|
},
|
|
31907
31959
|
"name": "namespace",
|
|
31908
31960
|
"optional": true,
|
|
@@ -31923,7 +31975,7 @@
|
|
|
31923
31975
|
"kind": "enum",
|
|
31924
31976
|
"locationInModule": {
|
|
31925
31977
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31926
|
-
"line":
|
|
31978
|
+
"line": 407
|
|
31927
31979
|
},
|
|
31928
31980
|
"members": [
|
|
31929
31981
|
{
|
|
@@ -31948,7 +32000,7 @@
|
|
|
31948
32000
|
"kind": "interface",
|
|
31949
32001
|
"locationInModule": {
|
|
31950
32002
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31951
|
-
"line":
|
|
32003
|
+
"line": 487
|
|
31952
32004
|
},
|
|
31953
32005
|
"name": "Link",
|
|
31954
32006
|
"namespace": "gitlab",
|
|
@@ -31962,7 +32014,7 @@
|
|
|
31962
32014
|
"immutable": true,
|
|
31963
32015
|
"locationInModule": {
|
|
31964
32016
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31965
|
-
"line":
|
|
32017
|
+
"line": 493
|
|
31966
32018
|
},
|
|
31967
32019
|
"name": "name",
|
|
31968
32020
|
"type": {
|
|
@@ -31978,7 +32030,7 @@
|
|
|
31978
32030
|
"immutable": true,
|
|
31979
32031
|
"locationInModule": {
|
|
31980
32032
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31981
|
-
"line":
|
|
32033
|
+
"line": 495
|
|
31982
32034
|
},
|
|
31983
32035
|
"name": "url",
|
|
31984
32036
|
"type": {
|
|
@@ -31994,7 +32046,7 @@
|
|
|
31994
32046
|
"immutable": true,
|
|
31995
32047
|
"locationInModule": {
|
|
31996
32048
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31997
|
-
"line":
|
|
32049
|
+
"line": 489
|
|
31998
32050
|
},
|
|
31999
32051
|
"name": "filepath",
|
|
32000
32052
|
"optional": true,
|
|
@@ -32011,7 +32063,7 @@
|
|
|
32011
32063
|
"immutable": true,
|
|
32012
32064
|
"locationInModule": {
|
|
32013
32065
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32014
|
-
"line":
|
|
32066
|
+
"line": 491
|
|
32015
32067
|
},
|
|
32016
32068
|
"name": "linkType",
|
|
32017
32069
|
"optional": true,
|
|
@@ -32032,7 +32084,7 @@
|
|
|
32032
32084
|
"kind": "enum",
|
|
32033
32085
|
"locationInModule": {
|
|
32034
32086
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32035
|
-
"line":
|
|
32087
|
+
"line": 501
|
|
32036
32088
|
},
|
|
32037
32089
|
"members": [
|
|
32038
32090
|
{
|
|
@@ -32075,7 +32127,7 @@
|
|
|
32075
32127
|
"kind": "interface",
|
|
32076
32128
|
"locationInModule": {
|
|
32077
32129
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32078
|
-
"line":
|
|
32130
|
+
"line": 440
|
|
32079
32131
|
},
|
|
32080
32132
|
"name": "Need",
|
|
32081
32133
|
"namespace": "gitlab",
|
|
@@ -32088,7 +32140,7 @@
|
|
|
32088
32140
|
"immutable": true,
|
|
32089
32141
|
"locationInModule": {
|
|
32090
32142
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32091
|
-
"line":
|
|
32143
|
+
"line": 442
|
|
32092
32144
|
},
|
|
32093
32145
|
"name": "job",
|
|
32094
32146
|
"type": {
|
|
@@ -32103,7 +32155,7 @@
|
|
|
32103
32155
|
"immutable": true,
|
|
32104
32156
|
"locationInModule": {
|
|
32105
32157
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32106
|
-
"line":
|
|
32158
|
+
"line": 441
|
|
32107
32159
|
},
|
|
32108
32160
|
"name": "artifacts",
|
|
32109
32161
|
"optional": true,
|
|
@@ -32119,7 +32171,7 @@
|
|
|
32119
32171
|
"immutable": true,
|
|
32120
32172
|
"locationInModule": {
|
|
32121
32173
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32122
|
-
"line":
|
|
32174
|
+
"line": 443
|
|
32123
32175
|
},
|
|
32124
32176
|
"name": "optional",
|
|
32125
32177
|
"optional": true,
|
|
@@ -32135,7 +32187,7 @@
|
|
|
32135
32187
|
"immutable": true,
|
|
32136
32188
|
"locationInModule": {
|
|
32137
32189
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32138
|
-
"line":
|
|
32190
|
+
"line": 444
|
|
32139
32191
|
},
|
|
32140
32192
|
"name": "pipeline",
|
|
32141
32193
|
"optional": true,
|
|
@@ -32151,7 +32203,7 @@
|
|
|
32151
32203
|
"immutable": true,
|
|
32152
32204
|
"locationInModule": {
|
|
32153
32205
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32154
|
-
"line":
|
|
32206
|
+
"line": 445
|
|
32155
32207
|
},
|
|
32156
32208
|
"name": "project",
|
|
32157
32209
|
"optional": true,
|
|
@@ -32167,7 +32219,7 @@
|
|
|
32167
32219
|
"immutable": true,
|
|
32168
32220
|
"locationInModule": {
|
|
32169
32221
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32170
|
-
"line":
|
|
32222
|
+
"line": 446
|
|
32171
32223
|
},
|
|
32172
32224
|
"name": "ref",
|
|
32173
32225
|
"optional": true,
|
|
@@ -32264,7 +32316,7 @@
|
|
|
32264
32316
|
"kind": "interface",
|
|
32265
32317
|
"locationInModule": {
|
|
32266
32318
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32267
|
-
"line":
|
|
32319
|
+
"line": 452
|
|
32268
32320
|
},
|
|
32269
32321
|
"name": "Parallel",
|
|
32270
32322
|
"namespace": "gitlab",
|
|
@@ -32278,7 +32330,7 @@
|
|
|
32278
32330
|
"immutable": true,
|
|
32279
32331
|
"locationInModule": {
|
|
32280
32332
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32281
|
-
"line":
|
|
32333
|
+
"line": 454
|
|
32282
32334
|
},
|
|
32283
32335
|
"name": "matrix",
|
|
32284
32336
|
"type": {
|
|
@@ -32314,7 +32366,7 @@
|
|
|
32314
32366
|
"kind": "interface",
|
|
32315
32367
|
"locationInModule": {
|
|
32316
32368
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32317
|
-
"line":
|
|
32369
|
+
"line": 460
|
|
32318
32370
|
},
|
|
32319
32371
|
"name": "Release",
|
|
32320
32372
|
"namespace": "gitlab",
|
|
@@ -32328,7 +32380,7 @@
|
|
|
32328
32380
|
"immutable": true,
|
|
32329
32381
|
"locationInModule": {
|
|
32330
32382
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32331
|
-
"line":
|
|
32383
|
+
"line": 463
|
|
32332
32384
|
},
|
|
32333
32385
|
"name": "description",
|
|
32334
32386
|
"type": {
|
|
@@ -32345,7 +32397,7 @@
|
|
|
32345
32397
|
"immutable": true,
|
|
32346
32398
|
"locationInModule": {
|
|
32347
32399
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32348
|
-
"line":
|
|
32400
|
+
"line": 473
|
|
32349
32401
|
},
|
|
32350
32402
|
"name": "tagName",
|
|
32351
32403
|
"type": {
|
|
@@ -32360,7 +32412,7 @@
|
|
|
32360
32412
|
"immutable": true,
|
|
32361
32413
|
"locationInModule": {
|
|
32362
32414
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32363
|
-
"line":
|
|
32415
|
+
"line": 461
|
|
32364
32416
|
},
|
|
32365
32417
|
"name": "assets",
|
|
32366
32418
|
"optional": true,
|
|
@@ -32377,7 +32429,7 @@
|
|
|
32377
32429
|
"immutable": true,
|
|
32378
32430
|
"locationInModule": {
|
|
32379
32431
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32380
|
-
"line":
|
|
32432
|
+
"line": 465
|
|
32381
32433
|
},
|
|
32382
32434
|
"name": "milestones",
|
|
32383
32435
|
"optional": true,
|
|
@@ -32400,7 +32452,7 @@
|
|
|
32400
32452
|
"immutable": true,
|
|
32401
32453
|
"locationInModule": {
|
|
32402
32454
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32403
|
-
"line":
|
|
32455
|
+
"line": 467
|
|
32404
32456
|
},
|
|
32405
32457
|
"name": "name",
|
|
32406
32458
|
"optional": true,
|
|
@@ -32418,7 +32470,7 @@
|
|
|
32418
32470
|
"immutable": true,
|
|
32419
32471
|
"locationInModule": {
|
|
32420
32472
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32421
|
-
"line":
|
|
32473
|
+
"line": 469
|
|
32422
32474
|
},
|
|
32423
32475
|
"name": "ref",
|
|
32424
32476
|
"optional": true,
|
|
@@ -32436,7 +32488,7 @@
|
|
|
32436
32488
|
"immutable": true,
|
|
32437
32489
|
"locationInModule": {
|
|
32438
32490
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32439
|
-
"line":
|
|
32491
|
+
"line": 471
|
|
32440
32492
|
},
|
|
32441
32493
|
"name": "releasedAt",
|
|
32442
32494
|
"optional": true,
|
|
@@ -32459,7 +32511,7 @@
|
|
|
32459
32511
|
"kind": "interface",
|
|
32460
32512
|
"locationInModule": {
|
|
32461
32513
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32462
|
-
"line":
|
|
32514
|
+
"line": 128
|
|
32463
32515
|
},
|
|
32464
32516
|
"name": "Reports",
|
|
32465
32517
|
"namespace": "gitlab",
|
|
@@ -32467,13 +32519,14 @@
|
|
|
32467
32519
|
{
|
|
32468
32520
|
"abstract": true,
|
|
32469
32521
|
"docs": {
|
|
32470
|
-
"
|
|
32522
|
+
"deprecated": "per {@link https://docs.gitlab.com/ee/update/deprecations.html#artifactsreportscobertura-keyword} use {@link coverageReport } instead",
|
|
32523
|
+
"stability": "deprecated",
|
|
32471
32524
|
"summary": "Path for file(s) that should be parsed as Cobertura XML coverage report."
|
|
32472
32525
|
},
|
|
32473
32526
|
"immutable": true,
|
|
32474
32527
|
"locationInModule": {
|
|
32475
32528
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32476
|
-
"line":
|
|
32529
|
+
"line": 132
|
|
32477
32530
|
},
|
|
32478
32531
|
"name": "cobertura",
|
|
32479
32532
|
"optional": true,
|
|
@@ -32495,7 +32548,7 @@
|
|
|
32495
32548
|
"immutable": true,
|
|
32496
32549
|
"locationInModule": {
|
|
32497
32550
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32498
|
-
"line":
|
|
32551
|
+
"line": 134
|
|
32499
32552
|
},
|
|
32500
32553
|
"name": "codequality",
|
|
32501
32554
|
"optional": true,
|
|
@@ -32517,7 +32570,7 @@
|
|
|
32517
32570
|
"immutable": true,
|
|
32518
32571
|
"locationInModule": {
|
|
32519
32572
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32520
|
-
"line":
|
|
32573
|
+
"line": 136
|
|
32521
32574
|
},
|
|
32522
32575
|
"name": "containerScanning",
|
|
32523
32576
|
"optional": true,
|
|
@@ -32530,6 +32583,23 @@
|
|
|
32530
32583
|
}
|
|
32531
32584
|
}
|
|
32532
32585
|
},
|
|
32586
|
+
{
|
|
32587
|
+
"abstract": true,
|
|
32588
|
+
"docs": {
|
|
32589
|
+
"stability": "experimental",
|
|
32590
|
+
"summary": "Code coverage report information."
|
|
32591
|
+
},
|
|
32592
|
+
"immutable": true,
|
|
32593
|
+
"locationInModule": {
|
|
32594
|
+
"filename": "src/gitlab/configuration-model.ts",
|
|
32595
|
+
"line": 138
|
|
32596
|
+
},
|
|
32597
|
+
"name": "coverageReport",
|
|
32598
|
+
"optional": true,
|
|
32599
|
+
"type": {
|
|
32600
|
+
"fqn": "projen.gitlab.CoverageReport"
|
|
32601
|
+
}
|
|
32602
|
+
},
|
|
32533
32603
|
{
|
|
32534
32604
|
"abstract": true,
|
|
32535
32605
|
"docs": {
|
|
@@ -32539,7 +32609,7 @@
|
|
|
32539
32609
|
"immutable": true,
|
|
32540
32610
|
"locationInModule": {
|
|
32541
32611
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32542
|
-
"line":
|
|
32612
|
+
"line": 140
|
|
32543
32613
|
},
|
|
32544
32614
|
"name": "dast",
|
|
32545
32615
|
"optional": true,
|
|
@@ -32561,7 +32631,7 @@
|
|
|
32561
32631
|
"immutable": true,
|
|
32562
32632
|
"locationInModule": {
|
|
32563
32633
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32564
|
-
"line":
|
|
32634
|
+
"line": 142
|
|
32565
32635
|
},
|
|
32566
32636
|
"name": "dependencyScanning",
|
|
32567
32637
|
"optional": true,
|
|
@@ -32583,7 +32653,7 @@
|
|
|
32583
32653
|
"immutable": true,
|
|
32584
32654
|
"locationInModule": {
|
|
32585
32655
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32586
|
-
"line":
|
|
32656
|
+
"line": 144
|
|
32587
32657
|
},
|
|
32588
32658
|
"name": "dotenv",
|
|
32589
32659
|
"optional": true,
|
|
@@ -32605,7 +32675,7 @@
|
|
|
32605
32675
|
"immutable": true,
|
|
32606
32676
|
"locationInModule": {
|
|
32607
32677
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32608
|
-
"line":
|
|
32678
|
+
"line": 146
|
|
32609
32679
|
},
|
|
32610
32680
|
"name": "junit",
|
|
32611
32681
|
"optional": true,
|
|
@@ -32627,7 +32697,7 @@
|
|
|
32627
32697
|
"immutable": true,
|
|
32628
32698
|
"locationInModule": {
|
|
32629
32699
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32630
|
-
"line":
|
|
32700
|
+
"line": 148
|
|
32631
32701
|
},
|
|
32632
32702
|
"name": "licenseManagement",
|
|
32633
32703
|
"optional": true,
|
|
@@ -32649,7 +32719,7 @@
|
|
|
32649
32719
|
"immutable": true,
|
|
32650
32720
|
"locationInModule": {
|
|
32651
32721
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32652
|
-
"line":
|
|
32722
|
+
"line": 150
|
|
32653
32723
|
},
|
|
32654
32724
|
"name": "licenseScanning",
|
|
32655
32725
|
"optional": true,
|
|
@@ -32671,7 +32741,7 @@
|
|
|
32671
32741
|
"immutable": true,
|
|
32672
32742
|
"locationInModule": {
|
|
32673
32743
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32674
|
-
"line":
|
|
32744
|
+
"line": 152
|
|
32675
32745
|
},
|
|
32676
32746
|
"name": "lsif",
|
|
32677
32747
|
"optional": true,
|
|
@@ -32693,7 +32763,7 @@
|
|
|
32693
32763
|
"immutable": true,
|
|
32694
32764
|
"locationInModule": {
|
|
32695
32765
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32696
|
-
"line":
|
|
32766
|
+
"line": 154
|
|
32697
32767
|
},
|
|
32698
32768
|
"name": "metrics",
|
|
32699
32769
|
"optional": true,
|
|
@@ -32715,7 +32785,7 @@
|
|
|
32715
32785
|
"immutable": true,
|
|
32716
32786
|
"locationInModule": {
|
|
32717
32787
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32718
|
-
"line":
|
|
32788
|
+
"line": 156
|
|
32719
32789
|
},
|
|
32720
32790
|
"name": "performance",
|
|
32721
32791
|
"optional": true,
|
|
@@ -32737,7 +32807,7 @@
|
|
|
32737
32807
|
"immutable": true,
|
|
32738
32808
|
"locationInModule": {
|
|
32739
32809
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32740
|
-
"line":
|
|
32810
|
+
"line": 158
|
|
32741
32811
|
},
|
|
32742
32812
|
"name": "requirements",
|
|
32743
32813
|
"optional": true,
|
|
@@ -32759,7 +32829,7 @@
|
|
|
32759
32829
|
"immutable": true,
|
|
32760
32830
|
"locationInModule": {
|
|
32761
32831
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32762
|
-
"line":
|
|
32832
|
+
"line": 160
|
|
32763
32833
|
},
|
|
32764
32834
|
"name": "sast",
|
|
32765
32835
|
"optional": true,
|
|
@@ -32781,7 +32851,7 @@
|
|
|
32781
32851
|
"immutable": true,
|
|
32782
32852
|
"locationInModule": {
|
|
32783
32853
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32784
|
-
"line":
|
|
32854
|
+
"line": 162
|
|
32785
32855
|
},
|
|
32786
32856
|
"name": "secretDetection",
|
|
32787
32857
|
"optional": true,
|
|
@@ -32803,7 +32873,7 @@
|
|
|
32803
32873
|
"immutable": true,
|
|
32804
32874
|
"locationInModule": {
|
|
32805
32875
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32806
|
-
"line":
|
|
32876
|
+
"line": 164
|
|
32807
32877
|
},
|
|
32808
32878
|
"name": "terraform",
|
|
32809
32879
|
"optional": true,
|
|
@@ -32832,7 +32902,7 @@
|
|
|
32832
32902
|
"kind": "interface",
|
|
32833
32903
|
"locationInModule": {
|
|
32834
32904
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32835
|
-
"line":
|
|
32905
|
+
"line": 183
|
|
32836
32906
|
},
|
|
32837
32907
|
"name": "Retry",
|
|
32838
32908
|
"namespace": "gitlab",
|
|
@@ -32846,7 +32916,7 @@
|
|
|
32846
32916
|
"immutable": true,
|
|
32847
32917
|
"locationInModule": {
|
|
32848
32918
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32849
|
-
"line":
|
|
32919
|
+
"line": 185
|
|
32850
32920
|
},
|
|
32851
32921
|
"name": "max",
|
|
32852
32922
|
"optional": true,
|
|
@@ -32863,7 +32933,7 @@
|
|
|
32863
32933
|
"immutable": true,
|
|
32864
32934
|
"locationInModule": {
|
|
32865
32935
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32866
|
-
"line":
|
|
32936
|
+
"line": 187
|
|
32867
32937
|
},
|
|
32868
32938
|
"name": "when",
|
|
32869
32939
|
"optional": true,
|
|
@@ -32885,7 +32955,7 @@
|
|
|
32885
32955
|
"kind": "interface",
|
|
32886
32956
|
"locationInModule": {
|
|
32887
32957
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32888
|
-
"line":
|
|
32958
|
+
"line": 511
|
|
32889
32959
|
},
|
|
32890
32960
|
"name": "Secret",
|
|
32891
32961
|
"namespace": "gitlab",
|
|
@@ -32898,7 +32968,7 @@
|
|
|
32898
32968
|
"immutable": true,
|
|
32899
32969
|
"locationInModule": {
|
|
32900
32970
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32901
|
-
"line":
|
|
32971
|
+
"line": 513
|
|
32902
32972
|
},
|
|
32903
32973
|
"name": "vault",
|
|
32904
32974
|
"type": {
|
|
@@ -32921,7 +32991,7 @@
|
|
|
32921
32991
|
"kind": "interface",
|
|
32922
32992
|
"locationInModule": {
|
|
32923
32993
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32924
|
-
"line":
|
|
32994
|
+
"line": 194
|
|
32925
32995
|
},
|
|
32926
32996
|
"name": "Service",
|
|
32927
32997
|
"namespace": "gitlab",
|
|
@@ -32936,7 +33006,7 @@
|
|
|
32936
33006
|
"immutable": true,
|
|
32937
33007
|
"locationInModule": {
|
|
32938
33008
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32939
|
-
"line":
|
|
33009
|
+
"line": 202
|
|
32940
33010
|
},
|
|
32941
33011
|
"name": "name",
|
|
32942
33012
|
"type": {
|
|
@@ -32953,7 +33023,7 @@
|
|
|
32953
33023
|
"immutable": true,
|
|
32954
33024
|
"locationInModule": {
|
|
32955
33025
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32956
|
-
"line":
|
|
33026
|
+
"line": 196
|
|
32957
33027
|
},
|
|
32958
33028
|
"name": "alias",
|
|
32959
33029
|
"optional": true,
|
|
@@ -32971,7 +33041,7 @@
|
|
|
32971
33041
|
"immutable": true,
|
|
32972
33042
|
"locationInModule": {
|
|
32973
33043
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32974
|
-
"line":
|
|
33044
|
+
"line": 198
|
|
32975
33045
|
},
|
|
32976
33046
|
"name": "command",
|
|
32977
33047
|
"optional": true,
|
|
@@ -32994,7 +33064,7 @@
|
|
|
32994
33064
|
"immutable": true,
|
|
32995
33065
|
"locationInModule": {
|
|
32996
33066
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32997
|
-
"line":
|
|
33067
|
+
"line": 200
|
|
32998
33068
|
},
|
|
32999
33069
|
"name": "entrypoint",
|
|
33000
33070
|
"optional": true,
|
|
@@ -33021,7 +33091,7 @@
|
|
|
33021
33091
|
"kind": "enum",
|
|
33022
33092
|
"locationInModule": {
|
|
33023
33093
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33024
|
-
"line":
|
|
33094
|
+
"line": 582
|
|
33025
33095
|
},
|
|
33026
33096
|
"members": [
|
|
33027
33097
|
{
|
|
@@ -33048,7 +33118,7 @@
|
|
|
33048
33118
|
"kind": "interface",
|
|
33049
33119
|
"locationInModule": {
|
|
33050
33120
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33051
|
-
"line":
|
|
33121
|
+
"line": 544
|
|
33052
33122
|
},
|
|
33053
33123
|
"name": "Trigger",
|
|
33054
33124
|
"namespace": "gitlab",
|
|
@@ -33062,7 +33132,7 @@
|
|
|
33062
33132
|
"immutable": true,
|
|
33063
33133
|
"locationInModule": {
|
|
33064
33134
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33065
|
-
"line":
|
|
33135
|
+
"line": 546
|
|
33066
33136
|
},
|
|
33067
33137
|
"name": "branch",
|
|
33068
33138
|
"optional": true,
|
|
@@ -33079,7 +33149,7 @@
|
|
|
33079
33149
|
"immutable": true,
|
|
33080
33150
|
"locationInModule": {
|
|
33081
33151
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33082
|
-
"line":
|
|
33152
|
+
"line": 552
|
|
33083
33153
|
},
|
|
33084
33154
|
"name": "include",
|
|
33085
33155
|
"optional": true,
|
|
@@ -33101,7 +33171,7 @@
|
|
|
33101
33171
|
"immutable": true,
|
|
33102
33172
|
"locationInModule": {
|
|
33103
33173
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33104
|
-
"line":
|
|
33174
|
+
"line": 548
|
|
33105
33175
|
},
|
|
33106
33176
|
"name": "project",
|
|
33107
33177
|
"optional": true,
|
|
@@ -33118,7 +33188,7 @@
|
|
|
33118
33188
|
"immutable": true,
|
|
33119
33189
|
"locationInModule": {
|
|
33120
33190
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33121
|
-
"line":
|
|
33191
|
+
"line": 550
|
|
33122
33192
|
},
|
|
33123
33193
|
"name": "strategy",
|
|
33124
33194
|
"optional": true,
|
|
@@ -33141,7 +33211,7 @@
|
|
|
33141
33211
|
"kind": "interface",
|
|
33142
33212
|
"locationInModule": {
|
|
33143
33213
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33144
|
-
"line":
|
|
33214
|
+
"line": 560
|
|
33145
33215
|
},
|
|
33146
33216
|
"name": "TriggerInclude",
|
|
33147
33217
|
"namespace": "gitlab",
|
|
@@ -33155,7 +33225,7 @@
|
|
|
33155
33225
|
"immutable": true,
|
|
33156
33226
|
"locationInModule": {
|
|
33157
33227
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33158
|
-
"line":
|
|
33228
|
+
"line": 566
|
|
33159
33229
|
},
|
|
33160
33230
|
"name": "artifact",
|
|
33161
33231
|
"optional": true,
|
|
@@ -33172,7 +33242,7 @@
|
|
|
33172
33242
|
"immutable": true,
|
|
33173
33243
|
"locationInModule": {
|
|
33174
33244
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33175
|
-
"line":
|
|
33245
|
+
"line": 570
|
|
33176
33246
|
},
|
|
33177
33247
|
"name": "file",
|
|
33178
33248
|
"optional": true,
|
|
@@ -33189,7 +33259,7 @@
|
|
|
33189
33259
|
"immutable": true,
|
|
33190
33260
|
"locationInModule": {
|
|
33191
33261
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33192
|
-
"line":
|
|
33262
|
+
"line": 568
|
|
33193
33263
|
},
|
|
33194
33264
|
"name": "job",
|
|
33195
33265
|
"optional": true,
|
|
@@ -33206,7 +33276,7 @@
|
|
|
33206
33276
|
"immutable": true,
|
|
33207
33277
|
"locationInModule": {
|
|
33208
33278
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33209
|
-
"line":
|
|
33279
|
+
"line": 562
|
|
33210
33280
|
},
|
|
33211
33281
|
"name": "local",
|
|
33212
33282
|
"optional": true,
|
|
@@ -33223,7 +33293,7 @@
|
|
|
33223
33293
|
"immutable": true,
|
|
33224
33294
|
"locationInModule": {
|
|
33225
33295
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33226
|
-
"line":
|
|
33296
|
+
"line": 572
|
|
33227
33297
|
},
|
|
33228
33298
|
"name": "project",
|
|
33229
33299
|
"optional": true,
|
|
@@ -33240,7 +33310,7 @@
|
|
|
33240
33310
|
"immutable": true,
|
|
33241
33311
|
"locationInModule": {
|
|
33242
33312
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33243
|
-
"line":
|
|
33313
|
+
"line": 574
|
|
33244
33314
|
},
|
|
33245
33315
|
"name": "ref",
|
|
33246
33316
|
"optional": true,
|
|
@@ -33257,7 +33327,7 @@
|
|
|
33257
33327
|
"immutable": true,
|
|
33258
33328
|
"locationInModule": {
|
|
33259
33329
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33260
|
-
"line":
|
|
33330
|
+
"line": 564
|
|
33261
33331
|
},
|
|
33262
33332
|
"name": "template",
|
|
33263
33333
|
"optional": true,
|
|
@@ -33280,7 +33350,7 @@
|
|
|
33280
33350
|
"kind": "interface",
|
|
33281
33351
|
"locationInModule": {
|
|
33282
33352
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33283
|
-
"line":
|
|
33353
|
+
"line": 590
|
|
33284
33354
|
},
|
|
33285
33355
|
"name": "VariableConfig",
|
|
33286
33356
|
"namespace": "gitlab",
|
|
@@ -33295,7 +33365,7 @@
|
|
|
33295
33365
|
"immutable": true,
|
|
33296
33366
|
"locationInModule": {
|
|
33297
33367
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33298
|
-
"line":
|
|
33368
|
+
"line": 592
|
|
33299
33369
|
},
|
|
33300
33370
|
"name": "description",
|
|
33301
33371
|
"optional": true,
|
|
@@ -33312,7 +33382,7 @@
|
|
|
33312
33382
|
"immutable": true,
|
|
33313
33383
|
"locationInModule": {
|
|
33314
33384
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33315
|
-
"line":
|
|
33385
|
+
"line": 594
|
|
33316
33386
|
},
|
|
33317
33387
|
"name": "value",
|
|
33318
33388
|
"optional": true,
|
|
@@ -33335,7 +33405,7 @@
|
|
|
33335
33405
|
"kind": "interface",
|
|
33336
33406
|
"locationInModule": {
|
|
33337
33407
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33338
|
-
"line":
|
|
33408
|
+
"line": 520
|
|
33339
33409
|
},
|
|
33340
33410
|
"name": "VaultConfig",
|
|
33341
33411
|
"namespace": "gitlab",
|
|
@@ -33348,7 +33418,7 @@
|
|
|
33348
33418
|
"immutable": true,
|
|
33349
33419
|
"locationInModule": {
|
|
33350
33420
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33351
|
-
"line":
|
|
33421
|
+
"line": 522
|
|
33352
33422
|
},
|
|
33353
33423
|
"name": "engine",
|
|
33354
33424
|
"type": {
|
|
@@ -33363,7 +33433,7 @@
|
|
|
33363
33433
|
"immutable": true,
|
|
33364
33434
|
"locationInModule": {
|
|
33365
33435
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33366
|
-
"line":
|
|
33436
|
+
"line": 524
|
|
33367
33437
|
},
|
|
33368
33438
|
"name": "field",
|
|
33369
33439
|
"type": {
|
|
@@ -33379,7 +33449,7 @@
|
|
|
33379
33449
|
"immutable": true,
|
|
33380
33450
|
"locationInModule": {
|
|
33381
33451
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33382
|
-
"line":
|
|
33452
|
+
"line": 526
|
|
33383
33453
|
},
|
|
33384
33454
|
"name": "path",
|
|
33385
33455
|
"type": {
|
|
@@ -33401,7 +33471,7 @@
|
|
|
33401
33471
|
"kind": "interface",
|
|
33402
33472
|
"locationInModule": {
|
|
33403
33473
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33404
|
-
"line":
|
|
33474
|
+
"line": 601
|
|
33405
33475
|
},
|
|
33406
33476
|
"name": "Workflow",
|
|
33407
33477
|
"namespace": "gitlab",
|
|
@@ -33415,7 +33485,7 @@
|
|
|
33415
33485
|
"immutable": true,
|
|
33416
33486
|
"locationInModule": {
|
|
33417
33487
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33418
|
-
"line":
|
|
33488
|
+
"line": 603
|
|
33419
33489
|
},
|
|
33420
33490
|
"name": "rules",
|
|
33421
33491
|
"optional": true,
|
|
@@ -33443,7 +33513,7 @@
|
|
|
33443
33513
|
"kind": "interface",
|
|
33444
33514
|
"locationInModule": {
|
|
33445
33515
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33446
|
-
"line":
|
|
33516
|
+
"line": 610
|
|
33447
33517
|
},
|
|
33448
33518
|
"name": "WorkflowRule",
|
|
33449
33519
|
"namespace": "gitlab",
|
|
@@ -33456,7 +33526,7 @@
|
|
|
33456
33526
|
"immutable": true,
|
|
33457
33527
|
"locationInModule": {
|
|
33458
33528
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33459
|
-
"line":
|
|
33529
|
+
"line": 612
|
|
33460
33530
|
},
|
|
33461
33531
|
"name": "changes",
|
|
33462
33532
|
"optional": true,
|
|
@@ -33477,7 +33547,7 @@
|
|
|
33477
33547
|
"immutable": true,
|
|
33478
33548
|
"locationInModule": {
|
|
33479
33549
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33480
|
-
"line":
|
|
33550
|
+
"line": 614
|
|
33481
33551
|
},
|
|
33482
33552
|
"name": "exists",
|
|
33483
33553
|
"optional": true,
|
|
@@ -33498,7 +33568,7 @@
|
|
|
33498
33568
|
"immutable": true,
|
|
33499
33569
|
"locationInModule": {
|
|
33500
33570
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33501
|
-
"line":
|
|
33571
|
+
"line": 616
|
|
33502
33572
|
},
|
|
33503
33573
|
"name": "if",
|
|
33504
33574
|
"optional": true,
|
|
@@ -33514,7 +33584,7 @@
|
|
|
33514
33584
|
"immutable": true,
|
|
33515
33585
|
"locationInModule": {
|
|
33516
33586
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33517
|
-
"line":
|
|
33587
|
+
"line": 618
|
|
33518
33588
|
},
|
|
33519
33589
|
"name": "variables",
|
|
33520
33590
|
"optional": true,
|
|
@@ -33544,7 +33614,7 @@
|
|
|
33544
33614
|
"immutable": true,
|
|
33545
33615
|
"locationInModule": {
|
|
33546
33616
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33547
|
-
"line":
|
|
33617
|
+
"line": 620
|
|
33548
33618
|
},
|
|
33549
33619
|
"name": "when",
|
|
33550
33620
|
"optional": true,
|
|
@@ -33567,7 +33637,7 @@
|
|
|
33567
33637
|
"kind": "enum",
|
|
33568
33638
|
"locationInModule": {
|
|
33569
33639
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33570
|
-
"line":
|
|
33640
|
+
"line": 628
|
|
33571
33641
|
},
|
|
33572
33642
|
"members": [
|
|
33573
33643
|
{
|
|
@@ -54803,6 +54873,6 @@
|
|
|
54803
54873
|
"symbolId": "src/web/tailwind:TailwindConfigOptions"
|
|
54804
54874
|
}
|
|
54805
54875
|
},
|
|
54806
|
-
"version": "0.71.
|
|
54807
|
-
"fingerprint": "
|
|
54876
|
+
"version": "0.71.63",
|
|
54877
|
+
"fingerprint": "azBv2CAUUdxW2/wlS6X9UpDXooFod9oYBk8ZEw3fuGs="
|
|
54808
54878
|
}
|