projen 0.54.48 → 0.54.51
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 +366 -184
- package/changelog.md +1 -1
- package/docs/api/API.md +31 -0
- package/lib/awscdk/auto-discover.js +4 -4
- 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.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-ts.js +1 -1
- package/lib/cdk8s/cdk8s-construct.js +1 -1
- package/lib/cdk8s/integration-test.js +1 -1
- package/lib/cdktf/cdktf-construct.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.js +2 -2
- package/lib/file.js +1 -1
- package/lib/gitattributes.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/workflows.js +1 -1
- package/lib/gitlab/configuration-model.d.ts +30 -0
- package/lib/gitlab/configuration-model.js +15 -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 +3 -3
- 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 +1 -1
- package/lib/javascript/upgrade-dependencies.js +2 -2
- 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 +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/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.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/launch-config.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 +2 -2
- package/releasetag.txt +1 -1
- package/version.txt +1 -1
package/.jsii
CHANGED
|
@@ -22163,7 +22163,7 @@
|
|
|
22163
22163
|
"kind": "enum",
|
|
22164
22164
|
"locationInModule": {
|
|
22165
22165
|
"filename": "src/gitlab/configuration-model.ts",
|
|
22166
|
-
"line":
|
|
22166
|
+
"line": 350
|
|
22167
22167
|
},
|
|
22168
22168
|
"members": [
|
|
22169
22169
|
{
|
|
@@ -22202,7 +22202,7 @@
|
|
|
22202
22202
|
"kind": "interface",
|
|
22203
22203
|
"locationInModule": {
|
|
22204
22204
|
"filename": "src/gitlab/configuration-model.ts",
|
|
22205
|
-
"line":
|
|
22205
|
+
"line": 241
|
|
22206
22206
|
},
|
|
22207
22207
|
"name": "AllowFailure",
|
|
22208
22208
|
"namespace": "gitlab",
|
|
@@ -22215,7 +22215,7 @@
|
|
|
22215
22215
|
"immutable": true,
|
|
22216
22216
|
"locationInModule": {
|
|
22217
22217
|
"filename": "src/gitlab/configuration-model.ts",
|
|
22218
|
-
"line":
|
|
22218
|
+
"line": 242
|
|
22219
22219
|
},
|
|
22220
22220
|
"name": "exitCodes",
|
|
22221
22221
|
"type": {
|
|
@@ -22252,7 +22252,7 @@
|
|
|
22252
22252
|
"kind": "interface",
|
|
22253
22253
|
"locationInModule": {
|
|
22254
22254
|
"filename": "src/gitlab/configuration-model.ts",
|
|
22255
|
-
"line":
|
|
22255
|
+
"line": 95
|
|
22256
22256
|
},
|
|
22257
22257
|
"name": "Artifacts",
|
|
22258
22258
|
"namespace": "gitlab",
|
|
@@ -22266,7 +22266,7 @@
|
|
|
22266
22266
|
"immutable": true,
|
|
22267
22267
|
"locationInModule": {
|
|
22268
22268
|
"filename": "src/gitlab/configuration-model.ts",
|
|
22269
|
-
"line":
|
|
22269
|
+
"line": 97
|
|
22270
22270
|
},
|
|
22271
22271
|
"name": "exclude",
|
|
22272
22272
|
"optional": true,
|
|
@@ -22289,7 +22289,7 @@
|
|
|
22289
22289
|
"immutable": true,
|
|
22290
22290
|
"locationInModule": {
|
|
22291
22291
|
"filename": "src/gitlab/configuration-model.ts",
|
|
22292
|
-
"line":
|
|
22292
|
+
"line": 99
|
|
22293
22293
|
},
|
|
22294
22294
|
"name": "expireIn",
|
|
22295
22295
|
"optional": true,
|
|
@@ -22307,7 +22307,7 @@
|
|
|
22307
22307
|
"immutable": true,
|
|
22308
22308
|
"locationInModule": {
|
|
22309
22309
|
"filename": "src/gitlab/configuration-model.ts",
|
|
22310
|
-
"line":
|
|
22310
|
+
"line": 101
|
|
22311
22311
|
},
|
|
22312
22312
|
"name": "exposeAs",
|
|
22313
22313
|
"optional": true,
|
|
@@ -22325,7 +22325,7 @@
|
|
|
22325
22325
|
"immutable": true,
|
|
22326
22326
|
"locationInModule": {
|
|
22327
22327
|
"filename": "src/gitlab/configuration-model.ts",
|
|
22328
|
-
"line":
|
|
22328
|
+
"line": 103
|
|
22329
22329
|
},
|
|
22330
22330
|
"name": "name",
|
|
22331
22331
|
"optional": true,
|
|
@@ -22342,7 +22342,7 @@
|
|
|
22342
22342
|
"immutable": true,
|
|
22343
22343
|
"locationInModule": {
|
|
22344
22344
|
"filename": "src/gitlab/configuration-model.ts",
|
|
22345
|
-
"line":
|
|
22345
|
+
"line": 105
|
|
22346
22346
|
},
|
|
22347
22347
|
"name": "paths",
|
|
22348
22348
|
"optional": true,
|
|
@@ -22364,7 +22364,7 @@
|
|
|
22364
22364
|
"immutable": true,
|
|
22365
22365
|
"locationInModule": {
|
|
22366
22366
|
"filename": "src/gitlab/configuration-model.ts",
|
|
22367
|
-
"line":
|
|
22367
|
+
"line": 107
|
|
22368
22368
|
},
|
|
22369
22369
|
"name": "reports",
|
|
22370
22370
|
"optional": true,
|
|
@@ -22381,7 +22381,7 @@
|
|
|
22381
22381
|
"immutable": true,
|
|
22382
22382
|
"locationInModule": {
|
|
22383
22383
|
"filename": "src/gitlab/configuration-model.ts",
|
|
22384
|
-
"line":
|
|
22384
|
+
"line": 109
|
|
22385
22385
|
},
|
|
22386
22386
|
"name": "untracked",
|
|
22387
22387
|
"optional": true,
|
|
@@ -22398,7 +22398,7 @@
|
|
|
22398
22398
|
"immutable": true,
|
|
22399
22399
|
"locationInModule": {
|
|
22400
22400
|
"filename": "src/gitlab/configuration-model.ts",
|
|
22401
|
-
"line":
|
|
22401
|
+
"line": 111
|
|
22402
22402
|
},
|
|
22403
22403
|
"name": "when",
|
|
22404
22404
|
"optional": true,
|
|
@@ -22420,7 +22420,7 @@
|
|
|
22420
22420
|
"kind": "interface",
|
|
22421
22421
|
"locationInModule": {
|
|
22422
22422
|
"filename": "src/gitlab/configuration-model.ts",
|
|
22423
|
-
"line":
|
|
22423
|
+
"line": 466
|
|
22424
22424
|
},
|
|
22425
22425
|
"name": "Assets",
|
|
22426
22426
|
"namespace": "gitlab",
|
|
@@ -22434,7 +22434,7 @@
|
|
|
22434
22434
|
"immutable": true,
|
|
22435
22435
|
"locationInModule": {
|
|
22436
22436
|
"filename": "src/gitlab/configuration-model.ts",
|
|
22437
|
-
"line":
|
|
22437
|
+
"line": 468
|
|
22438
22438
|
},
|
|
22439
22439
|
"name": "links",
|
|
22440
22440
|
"type": {
|
|
@@ -22469,14 +22469,97 @@
|
|
|
22469
22469
|
{
|
|
22470
22470
|
"abstract": true,
|
|
22471
22471
|
"docs": {
|
|
22472
|
+
"remarks": "All jobs that use the same cache key use the same cache.",
|
|
22472
22473
|
"stability": "experimental",
|
|
22473
|
-
"summary": "
|
|
22474
|
+
"summary": "Used the to give each cache a unique identifying key."
|
|
22475
|
+
},
|
|
22476
|
+
"immutable": true,
|
|
22477
|
+
"locationInModule": {
|
|
22478
|
+
"filename": "src/gitlab/configuration-model.ts",
|
|
22479
|
+
"line": 14
|
|
22480
|
+
},
|
|
22481
|
+
"name": "key",
|
|
22482
|
+
"optional": true,
|
|
22483
|
+
"type": {
|
|
22484
|
+
"union": {
|
|
22485
|
+
"types": [
|
|
22486
|
+
{
|
|
22487
|
+
"primitive": "string"
|
|
22488
|
+
},
|
|
22489
|
+
{
|
|
22490
|
+
"fqn": "projen.gitlab.CacheKeyFiles"
|
|
22491
|
+
}
|
|
22492
|
+
]
|
|
22493
|
+
}
|
|
22494
|
+
}
|
|
22495
|
+
},
|
|
22496
|
+
{
|
|
22497
|
+
"abstract": true,
|
|
22498
|
+
"docs": {
|
|
22499
|
+
"stability": "experimental",
|
|
22500
|
+
"summary": "Defines which files or directories to cache."
|
|
22474
22501
|
},
|
|
22475
22502
|
"immutable": true,
|
|
22476
22503
|
"locationInModule": {
|
|
22477
22504
|
"filename": "src/gitlab/configuration-model.ts",
|
|
22478
22505
|
"line": 11
|
|
22479
22506
|
},
|
|
22507
|
+
"name": "paths",
|
|
22508
|
+
"optional": true,
|
|
22509
|
+
"type": {
|
|
22510
|
+
"collection": {
|
|
22511
|
+
"elementtype": {
|
|
22512
|
+
"primitive": "string"
|
|
22513
|
+
},
|
|
22514
|
+
"kind": "array"
|
|
22515
|
+
}
|
|
22516
|
+
}
|
|
22517
|
+
},
|
|
22518
|
+
{
|
|
22519
|
+
"abstract": true,
|
|
22520
|
+
"docs": {
|
|
22521
|
+
"stability": "experimental",
|
|
22522
|
+
"summary": "Defines the upload and download behaviour of the cache."
|
|
22523
|
+
},
|
|
22524
|
+
"immutable": true,
|
|
22525
|
+
"locationInModule": {
|
|
22526
|
+
"filename": "src/gitlab/configuration-model.ts",
|
|
22527
|
+
"line": 20
|
|
22528
|
+
},
|
|
22529
|
+
"name": "policy",
|
|
22530
|
+
"optional": true,
|
|
22531
|
+
"type": {
|
|
22532
|
+
"fqn": "projen.gitlab.CachePolicy"
|
|
22533
|
+
}
|
|
22534
|
+
},
|
|
22535
|
+
{
|
|
22536
|
+
"abstract": true,
|
|
22537
|
+
"docs": {
|
|
22538
|
+
"stability": "experimental",
|
|
22539
|
+
"summary": "If set to true all files that are untracked in your Git repository will be cached."
|
|
22540
|
+
},
|
|
22541
|
+
"immutable": true,
|
|
22542
|
+
"locationInModule": {
|
|
22543
|
+
"filename": "src/gitlab/configuration-model.ts",
|
|
22544
|
+
"line": 17
|
|
22545
|
+
},
|
|
22546
|
+
"name": "untracked",
|
|
22547
|
+
"optional": true,
|
|
22548
|
+
"type": {
|
|
22549
|
+
"primitive": "boolean"
|
|
22550
|
+
}
|
|
22551
|
+
},
|
|
22552
|
+
{
|
|
22553
|
+
"abstract": true,
|
|
22554
|
+
"docs": {
|
|
22555
|
+
"stability": "experimental",
|
|
22556
|
+
"summary": "Defines when to save the cache, based on the status of the job (Default: Job Success)."
|
|
22557
|
+
},
|
|
22558
|
+
"immutable": true,
|
|
22559
|
+
"locationInModule": {
|
|
22560
|
+
"filename": "src/gitlab/configuration-model.ts",
|
|
22561
|
+
"line": 23
|
|
22562
|
+
},
|
|
22480
22563
|
"name": "when",
|
|
22481
22564
|
"optional": true,
|
|
22482
22565
|
"type": {
|
|
@@ -22486,6 +22569,105 @@
|
|
|
22486
22569
|
],
|
|
22487
22570
|
"symbolId": "src/gitlab/configuration-model:Cache"
|
|
22488
22571
|
},
|
|
22572
|
+
"projen.gitlab.CacheKeyFiles": {
|
|
22573
|
+
"assembly": "projen",
|
|
22574
|
+
"datatype": true,
|
|
22575
|
+
"docs": {
|
|
22576
|
+
"see": "https://docs.gitlab.com/ee/ci/yaml/#cachekeyfiles",
|
|
22577
|
+
"stability": "experimental",
|
|
22578
|
+
"summary": "Use this construct to generate a new key when one or two specific files change."
|
|
22579
|
+
},
|
|
22580
|
+
"fqn": "projen.gitlab.CacheKeyFiles",
|
|
22581
|
+
"kind": "interface",
|
|
22582
|
+
"locationInModule": {
|
|
22583
|
+
"filename": "src/gitlab/configuration-model.ts",
|
|
22584
|
+
"line": 30
|
|
22585
|
+
},
|
|
22586
|
+
"name": "CacheKeyFiles",
|
|
22587
|
+
"namespace": "gitlab",
|
|
22588
|
+
"properties": [
|
|
22589
|
+
{
|
|
22590
|
+
"abstract": true,
|
|
22591
|
+
"docs": {
|
|
22592
|
+
"remarks": "If the SHA checksum changes, the cache becomes invalid.",
|
|
22593
|
+
"stability": "experimental",
|
|
22594
|
+
"summary": "The files that are checked against."
|
|
22595
|
+
},
|
|
22596
|
+
"immutable": true,
|
|
22597
|
+
"locationInModule": {
|
|
22598
|
+
"filename": "src/gitlab/configuration-model.ts",
|
|
22599
|
+
"line": 32
|
|
22600
|
+
},
|
|
22601
|
+
"name": "files",
|
|
22602
|
+
"type": {
|
|
22603
|
+
"collection": {
|
|
22604
|
+
"elementtype": {
|
|
22605
|
+
"primitive": "string"
|
|
22606
|
+
},
|
|
22607
|
+
"kind": "array"
|
|
22608
|
+
}
|
|
22609
|
+
}
|
|
22610
|
+
},
|
|
22611
|
+
{
|
|
22612
|
+
"abstract": true,
|
|
22613
|
+
"docs": {
|
|
22614
|
+
"stability": "experimental",
|
|
22615
|
+
"summary": "Adds a custom prefix to the checksums computed."
|
|
22616
|
+
},
|
|
22617
|
+
"immutable": true,
|
|
22618
|
+
"locationInModule": {
|
|
22619
|
+
"filename": "src/gitlab/configuration-model.ts",
|
|
22620
|
+
"line": 34
|
|
22621
|
+
},
|
|
22622
|
+
"name": "prefix",
|
|
22623
|
+
"optional": true,
|
|
22624
|
+
"type": {
|
|
22625
|
+
"primitive": "string"
|
|
22626
|
+
}
|
|
22627
|
+
}
|
|
22628
|
+
],
|
|
22629
|
+
"symbolId": "src/gitlab/configuration-model:CacheKeyFiles"
|
|
22630
|
+
},
|
|
22631
|
+
"projen.gitlab.CachePolicy": {
|
|
22632
|
+
"assembly": "projen",
|
|
22633
|
+
"docs": {
|
|
22634
|
+
"see": "https://docs.gitlab.com/ee/ci/yaml/#cachepolicy",
|
|
22635
|
+
"stability": "experimental",
|
|
22636
|
+
"summary": "Configure the upload and download behaviour of a cache."
|
|
22637
|
+
},
|
|
22638
|
+
"fqn": "projen.gitlab.CachePolicy",
|
|
22639
|
+
"kind": "enum",
|
|
22640
|
+
"locationInModule": {
|
|
22641
|
+
"filename": "src/gitlab/configuration-model.ts",
|
|
22642
|
+
"line": 41
|
|
22643
|
+
},
|
|
22644
|
+
"members": [
|
|
22645
|
+
{
|
|
22646
|
+
"docs": {
|
|
22647
|
+
"stability": "experimental",
|
|
22648
|
+
"summary": "Only download the cache when the job starts, but never upload changes when the job finishes."
|
|
22649
|
+
},
|
|
22650
|
+
"name": "PULL"
|
|
22651
|
+
},
|
|
22652
|
+
{
|
|
22653
|
+
"docs": {
|
|
22654
|
+
"stability": "experimental",
|
|
22655
|
+
"summary": "Only upload a cache when the job finishes, but never download the cache when the job starts."
|
|
22656
|
+
},
|
|
22657
|
+
"name": "PUSH"
|
|
22658
|
+
},
|
|
22659
|
+
{
|
|
22660
|
+
"docs": {
|
|
22661
|
+
"stability": "experimental",
|
|
22662
|
+
"summary": "The job downloads the cache when the job starts, and uploads changes to the cache when the job ends."
|
|
22663
|
+
},
|
|
22664
|
+
"name": "PULL_PUSH"
|
|
22665
|
+
}
|
|
22666
|
+
],
|
|
22667
|
+
"name": "CachePolicy",
|
|
22668
|
+
"namespace": "gitlab",
|
|
22669
|
+
"symbolId": "src/gitlab/configuration-model:CachePolicy"
|
|
22670
|
+
},
|
|
22489
22671
|
"projen.gitlab.CacheWhen": {
|
|
22490
22672
|
"assembly": "projen",
|
|
22491
22673
|
"docs": {
|
|
@@ -22497,7 +22679,7 @@
|
|
|
22497
22679
|
"kind": "enum",
|
|
22498
22680
|
"locationInModule": {
|
|
22499
22681
|
"filename": "src/gitlab/configuration-model.ts",
|
|
22500
|
-
"line":
|
|
22682
|
+
"line": 54
|
|
22501
22683
|
},
|
|
22502
22684
|
"members": [
|
|
22503
22685
|
{
|
|
@@ -23188,7 +23370,7 @@
|
|
|
23188
23370
|
"kind": "interface",
|
|
23189
23371
|
"locationInModule": {
|
|
23190
23372
|
"filename": "src/gitlab/configuration-model.ts",
|
|
23191
|
-
"line":
|
|
23373
|
+
"line": 67
|
|
23192
23374
|
},
|
|
23193
23375
|
"name": "Default",
|
|
23194
23376
|
"namespace": "gitlab",
|
|
@@ -23201,7 +23383,7 @@
|
|
|
23201
23383
|
"immutable": true,
|
|
23202
23384
|
"locationInModule": {
|
|
23203
23385
|
"filename": "src/gitlab/configuration-model.ts",
|
|
23204
|
-
"line":
|
|
23386
|
+
"line": 69
|
|
23205
23387
|
},
|
|
23206
23388
|
"name": "afterScript",
|
|
23207
23389
|
"optional": true,
|
|
@@ -23222,7 +23404,7 @@
|
|
|
23222
23404
|
"immutable": true,
|
|
23223
23405
|
"locationInModule": {
|
|
23224
23406
|
"filename": "src/gitlab/configuration-model.ts",
|
|
23225
|
-
"line":
|
|
23407
|
+
"line": 71
|
|
23226
23408
|
},
|
|
23227
23409
|
"name": "artifacts",
|
|
23228
23410
|
"optional": true,
|
|
@@ -23238,7 +23420,7 @@
|
|
|
23238
23420
|
"immutable": true,
|
|
23239
23421
|
"locationInModule": {
|
|
23240
23422
|
"filename": "src/gitlab/configuration-model.ts",
|
|
23241
|
-
"line":
|
|
23423
|
+
"line": 73
|
|
23242
23424
|
},
|
|
23243
23425
|
"name": "beforeScript",
|
|
23244
23426
|
"optional": true,
|
|
@@ -23259,7 +23441,7 @@
|
|
|
23259
23441
|
"immutable": true,
|
|
23260
23442
|
"locationInModule": {
|
|
23261
23443
|
"filename": "src/gitlab/configuration-model.ts",
|
|
23262
|
-
"line":
|
|
23444
|
+
"line": 75
|
|
23263
23445
|
},
|
|
23264
23446
|
"name": "cache",
|
|
23265
23447
|
"optional": true,
|
|
@@ -23275,7 +23457,7 @@
|
|
|
23275
23457
|
"immutable": true,
|
|
23276
23458
|
"locationInModule": {
|
|
23277
23459
|
"filename": "src/gitlab/configuration-model.ts",
|
|
23278
|
-
"line":
|
|
23460
|
+
"line": 77
|
|
23279
23461
|
},
|
|
23280
23462
|
"name": "image",
|
|
23281
23463
|
"optional": true,
|
|
@@ -23291,7 +23473,7 @@
|
|
|
23291
23473
|
"immutable": true,
|
|
23292
23474
|
"locationInModule": {
|
|
23293
23475
|
"filename": "src/gitlab/configuration-model.ts",
|
|
23294
|
-
"line":
|
|
23476
|
+
"line": 79
|
|
23295
23477
|
},
|
|
23296
23478
|
"name": "interruptible",
|
|
23297
23479
|
"optional": true,
|
|
@@ -23307,7 +23489,7 @@
|
|
|
23307
23489
|
"immutable": true,
|
|
23308
23490
|
"locationInModule": {
|
|
23309
23491
|
"filename": "src/gitlab/configuration-model.ts",
|
|
23310
|
-
"line":
|
|
23492
|
+
"line": 81
|
|
23311
23493
|
},
|
|
23312
23494
|
"name": "retry",
|
|
23313
23495
|
"optional": true,
|
|
@@ -23323,7 +23505,7 @@
|
|
|
23323
23505
|
"immutable": true,
|
|
23324
23506
|
"locationInModule": {
|
|
23325
23507
|
"filename": "src/gitlab/configuration-model.ts",
|
|
23326
|
-
"line":
|
|
23508
|
+
"line": 83
|
|
23327
23509
|
},
|
|
23328
23510
|
"name": "services",
|
|
23329
23511
|
"optional": true,
|
|
@@ -23344,7 +23526,7 @@
|
|
|
23344
23526
|
"immutable": true,
|
|
23345
23527
|
"locationInModule": {
|
|
23346
23528
|
"filename": "src/gitlab/configuration-model.ts",
|
|
23347
|
-
"line":
|
|
23529
|
+
"line": 85
|
|
23348
23530
|
},
|
|
23349
23531
|
"name": "tags",
|
|
23350
23532
|
"optional": true,
|
|
@@ -23365,7 +23547,7 @@
|
|
|
23365
23547
|
"immutable": true,
|
|
23366
23548
|
"locationInModule": {
|
|
23367
23549
|
"filename": "src/gitlab/configuration-model.ts",
|
|
23368
|
-
"line":
|
|
23550
|
+
"line": 87
|
|
23369
23551
|
},
|
|
23370
23552
|
"name": "timeout",
|
|
23371
23553
|
"optional": true,
|
|
@@ -23385,7 +23567,7 @@
|
|
|
23385
23567
|
"kind": "enum",
|
|
23386
23568
|
"locationInModule": {
|
|
23387
23569
|
"filename": "src/gitlab/configuration-model.ts",
|
|
23388
|
-
"line":
|
|
23570
|
+
"line": 411
|
|
23389
23571
|
},
|
|
23390
23572
|
"members": [
|
|
23391
23573
|
{
|
|
@@ -23463,7 +23645,7 @@
|
|
|
23463
23645
|
"kind": "enum",
|
|
23464
23646
|
"locationInModule": {
|
|
23465
23647
|
"filename": "src/gitlab/configuration-model.ts",
|
|
23466
|
-
"line":
|
|
23648
|
+
"line": 360
|
|
23467
23649
|
},
|
|
23468
23650
|
"members": [
|
|
23469
23651
|
{
|
|
@@ -23512,7 +23694,7 @@
|
|
|
23512
23694
|
"kind": "interface",
|
|
23513
23695
|
"locationInModule": {
|
|
23514
23696
|
"filename": "src/gitlab/configuration-model.ts",
|
|
23515
|
-
"line":
|
|
23697
|
+
"line": 519
|
|
23516
23698
|
},
|
|
23517
23699
|
"name": "Engine",
|
|
23518
23700
|
"namespace": "gitlab",
|
|
@@ -23526,7 +23708,7 @@
|
|
|
23526
23708
|
"immutable": true,
|
|
23527
23709
|
"locationInModule": {
|
|
23528
23710
|
"filename": "src/gitlab/configuration-model.ts",
|
|
23529
|
-
"line":
|
|
23711
|
+
"line": 521
|
|
23530
23712
|
},
|
|
23531
23713
|
"name": "name",
|
|
23532
23714
|
"type": {
|
|
@@ -23542,7 +23724,7 @@
|
|
|
23542
23724
|
"immutable": true,
|
|
23543
23725
|
"locationInModule": {
|
|
23544
23726
|
"filename": "src/gitlab/configuration-model.ts",
|
|
23545
|
-
"line":
|
|
23727
|
+
"line": 523
|
|
23546
23728
|
},
|
|
23547
23729
|
"name": "path",
|
|
23548
23730
|
"type": {
|
|
@@ -23563,7 +23745,7 @@
|
|
|
23563
23745
|
"kind": "interface",
|
|
23564
23746
|
"locationInModule": {
|
|
23565
23747
|
"filename": "src/gitlab/configuration-model.ts",
|
|
23566
|
-
"line":
|
|
23748
|
+
"line": 328
|
|
23567
23749
|
},
|
|
23568
23750
|
"name": "Environment",
|
|
23569
23751
|
"namespace": "gitlab",
|
|
@@ -23577,7 +23759,7 @@
|
|
|
23577
23759
|
"immutable": true,
|
|
23578
23760
|
"locationInModule": {
|
|
23579
23761
|
"filename": "src/gitlab/configuration-model.ts",
|
|
23580
|
-
"line":
|
|
23762
|
+
"line": 338
|
|
23581
23763
|
},
|
|
23582
23764
|
"name": "name",
|
|
23583
23765
|
"type": {
|
|
@@ -23594,7 +23776,7 @@
|
|
|
23594
23776
|
"immutable": true,
|
|
23595
23777
|
"locationInModule": {
|
|
23596
23778
|
"filename": "src/gitlab/configuration-model.ts",
|
|
23597
|
-
"line":
|
|
23779
|
+
"line": 330
|
|
23598
23780
|
},
|
|
23599
23781
|
"name": "action",
|
|
23600
23782
|
"optional": true,
|
|
@@ -23612,7 +23794,7 @@
|
|
|
23612
23794
|
"immutable": true,
|
|
23613
23795
|
"locationInModule": {
|
|
23614
23796
|
"filename": "src/gitlab/configuration-model.ts",
|
|
23615
|
-
"line":
|
|
23797
|
+
"line": 332
|
|
23616
23798
|
},
|
|
23617
23799
|
"name": "autoStopIn",
|
|
23618
23800
|
"optional": true,
|
|
@@ -23629,7 +23811,7 @@
|
|
|
23629
23811
|
"immutable": true,
|
|
23630
23812
|
"locationInModule": {
|
|
23631
23813
|
"filename": "src/gitlab/configuration-model.ts",
|
|
23632
|
-
"line":
|
|
23814
|
+
"line": 334
|
|
23633
23815
|
},
|
|
23634
23816
|
"name": "deploymentTier",
|
|
23635
23817
|
"optional": true,
|
|
@@ -23647,7 +23829,7 @@
|
|
|
23647
23829
|
"immutable": true,
|
|
23648
23830
|
"locationInModule": {
|
|
23649
23831
|
"filename": "src/gitlab/configuration-model.ts",
|
|
23650
|
-
"line":
|
|
23832
|
+
"line": 336
|
|
23651
23833
|
},
|
|
23652
23834
|
"name": "kubernetes",
|
|
23653
23835
|
"optional": true,
|
|
@@ -23664,7 +23846,7 @@
|
|
|
23664
23846
|
"immutable": true,
|
|
23665
23847
|
"locationInModule": {
|
|
23666
23848
|
"filename": "src/gitlab/configuration-model.ts",
|
|
23667
|
-
"line":
|
|
23849
|
+
"line": 340
|
|
23668
23850
|
},
|
|
23669
23851
|
"name": "onStop",
|
|
23670
23852
|
"optional": true,
|
|
@@ -23681,7 +23863,7 @@
|
|
|
23681
23863
|
"immutable": true,
|
|
23682
23864
|
"locationInModule": {
|
|
23683
23865
|
"filename": "src/gitlab/configuration-model.ts",
|
|
23684
|
-
"line":
|
|
23866
|
+
"line": 342
|
|
23685
23867
|
},
|
|
23686
23868
|
"name": "url",
|
|
23687
23869
|
"optional": true,
|
|
@@ -23703,7 +23885,7 @@
|
|
|
23703
23885
|
"kind": "interface",
|
|
23704
23886
|
"locationInModule": {
|
|
23705
23887
|
"filename": "src/gitlab/configuration-model.ts",
|
|
23706
|
-
"line":
|
|
23888
|
+
"line": 380
|
|
23707
23889
|
},
|
|
23708
23890
|
"name": "Filter",
|
|
23709
23891
|
"namespace": "gitlab",
|
|
@@ -23717,7 +23899,7 @@
|
|
|
23717
23899
|
"immutable": true,
|
|
23718
23900
|
"locationInModule": {
|
|
23719
23901
|
"filename": "src/gitlab/configuration-model.ts",
|
|
23720
|
-
"line":
|
|
23902
|
+
"line": 382
|
|
23721
23903
|
},
|
|
23722
23904
|
"name": "changes",
|
|
23723
23905
|
"optional": true,
|
|
@@ -23739,7 +23921,7 @@
|
|
|
23739
23921
|
"immutable": true,
|
|
23740
23922
|
"locationInModule": {
|
|
23741
23923
|
"filename": "src/gitlab/configuration-model.ts",
|
|
23742
|
-
"line":
|
|
23924
|
+
"line": 384
|
|
23743
23925
|
},
|
|
23744
23926
|
"name": "kubernetes",
|
|
23745
23927
|
"optional": true,
|
|
@@ -23756,7 +23938,7 @@
|
|
|
23756
23938
|
"immutable": true,
|
|
23757
23939
|
"locationInModule": {
|
|
23758
23940
|
"filename": "src/gitlab/configuration-model.ts",
|
|
23759
|
-
"line":
|
|
23941
|
+
"line": 386
|
|
23760
23942
|
},
|
|
23761
23943
|
"name": "refs",
|
|
23762
23944
|
"optional": true,
|
|
@@ -23779,7 +23961,7 @@
|
|
|
23779
23961
|
"immutable": true,
|
|
23780
23962
|
"locationInModule": {
|
|
23781
23963
|
"filename": "src/gitlab/configuration-model.ts",
|
|
23782
|
-
"line":
|
|
23964
|
+
"line": 388
|
|
23783
23965
|
},
|
|
23784
23966
|
"name": "variables",
|
|
23785
23967
|
"optional": true,
|
|
@@ -23900,7 +24082,7 @@
|
|
|
23900
24082
|
"kind": "interface",
|
|
23901
24083
|
"locationInModule": {
|
|
23902
24084
|
"filename": "src/gitlab/configuration-model.ts",
|
|
23903
|
-
"line":
|
|
24085
|
+
"line": 159
|
|
23904
24086
|
},
|
|
23905
24087
|
"name": "Image",
|
|
23906
24088
|
"namespace": "gitlab",
|
|
@@ -23915,7 +24097,7 @@
|
|
|
23915
24097
|
"immutable": true,
|
|
23916
24098
|
"locationInModule": {
|
|
23917
24099
|
"filename": "src/gitlab/configuration-model.ts",
|
|
23918
|
-
"line":
|
|
24100
|
+
"line": 163
|
|
23919
24101
|
},
|
|
23920
24102
|
"name": "name",
|
|
23921
24103
|
"type": {
|
|
@@ -23932,7 +24114,7 @@
|
|
|
23932
24114
|
"immutable": true,
|
|
23933
24115
|
"locationInModule": {
|
|
23934
24116
|
"filename": "src/gitlab/configuration-model.ts",
|
|
23935
|
-
"line":
|
|
24117
|
+
"line": 161
|
|
23936
24118
|
},
|
|
23937
24119
|
"name": "entrypoint",
|
|
23938
24120
|
"optional": true,
|
|
@@ -23960,7 +24142,7 @@
|
|
|
23960
24142
|
"kind": "interface",
|
|
23961
24143
|
"locationInModule": {
|
|
23962
24144
|
"filename": "src/gitlab/configuration-model.ts",
|
|
23963
|
-
"line":
|
|
24145
|
+
"line": 196
|
|
23964
24146
|
},
|
|
23965
24147
|
"name": "Include",
|
|
23966
24148
|
"namespace": "gitlab",
|
|
@@ -23975,7 +24157,7 @@
|
|
|
23975
24157
|
"immutable": true,
|
|
23976
24158
|
"locationInModule": {
|
|
23977
24159
|
"filename": "src/gitlab/configuration-model.ts",
|
|
23978
|
-
"line":
|
|
24160
|
+
"line": 202
|
|
23979
24161
|
},
|
|
23980
24162
|
"name": "file",
|
|
23981
24163
|
"optional": true,
|
|
@@ -23998,7 +24180,7 @@
|
|
|
23998
24180
|
"immutable": true,
|
|
23999
24181
|
"locationInModule": {
|
|
24000
24182
|
"filename": "src/gitlab/configuration-model.ts",
|
|
24001
|
-
"line":
|
|
24183
|
+
"line": 198
|
|
24002
24184
|
},
|
|
24003
24185
|
"name": "local",
|
|
24004
24186
|
"optional": true,
|
|
@@ -24015,7 +24197,7 @@
|
|
|
24015
24197
|
"immutable": true,
|
|
24016
24198
|
"locationInModule": {
|
|
24017
24199
|
"filename": "src/gitlab/configuration-model.ts",
|
|
24018
|
-
"line":
|
|
24200
|
+
"line": 204
|
|
24019
24201
|
},
|
|
24020
24202
|
"name": "project",
|
|
24021
24203
|
"optional": true,
|
|
@@ -24032,7 +24214,7 @@
|
|
|
24032
24214
|
"immutable": true,
|
|
24033
24215
|
"locationInModule": {
|
|
24034
24216
|
"filename": "src/gitlab/configuration-model.ts",
|
|
24035
|
-
"line":
|
|
24217
|
+
"line": 206
|
|
24036
24218
|
},
|
|
24037
24219
|
"name": "ref",
|
|
24038
24220
|
"optional": true,
|
|
@@ -24049,7 +24231,7 @@
|
|
|
24049
24231
|
"immutable": true,
|
|
24050
24232
|
"locationInModule": {
|
|
24051
24233
|
"filename": "src/gitlab/configuration-model.ts",
|
|
24052
|
-
"line":
|
|
24234
|
+
"line": 210
|
|
24053
24235
|
},
|
|
24054
24236
|
"name": "remote",
|
|
24055
24237
|
"optional": true,
|
|
@@ -24066,7 +24248,7 @@
|
|
|
24066
24248
|
"immutable": true,
|
|
24067
24249
|
"locationInModule": {
|
|
24068
24250
|
"filename": "src/gitlab/configuration-model.ts",
|
|
24069
|
-
"line":
|
|
24251
|
+
"line": 200
|
|
24070
24252
|
},
|
|
24071
24253
|
"name": "rules",
|
|
24072
24254
|
"optional": true,
|
|
@@ -24088,7 +24270,7 @@
|
|
|
24088
24270
|
"immutable": true,
|
|
24089
24271
|
"locationInModule": {
|
|
24090
24272
|
"filename": "src/gitlab/configuration-model.ts",
|
|
24091
|
-
"line":
|
|
24273
|
+
"line": 208
|
|
24092
24274
|
},
|
|
24093
24275
|
"name": "template",
|
|
24094
24276
|
"optional": true,
|
|
@@ -24111,7 +24293,7 @@
|
|
|
24111
24293
|
"kind": "interface",
|
|
24112
24294
|
"locationInModule": {
|
|
24113
24295
|
"filename": "src/gitlab/configuration-model.ts",
|
|
24114
|
-
"line":
|
|
24296
|
+
"line": 218
|
|
24115
24297
|
},
|
|
24116
24298
|
"name": "IncludeRule",
|
|
24117
24299
|
"namespace": "gitlab",
|
|
@@ -24124,7 +24306,7 @@
|
|
|
24124
24306
|
"immutable": true,
|
|
24125
24307
|
"locationInModule": {
|
|
24126
24308
|
"filename": "src/gitlab/configuration-model.ts",
|
|
24127
|
-
"line":
|
|
24309
|
+
"line": 220
|
|
24128
24310
|
},
|
|
24129
24311
|
"name": "allowFailure",
|
|
24130
24312
|
"optional": true,
|
|
@@ -24149,7 +24331,7 @@
|
|
|
24149
24331
|
"immutable": true,
|
|
24150
24332
|
"locationInModule": {
|
|
24151
24333
|
"filename": "src/gitlab/configuration-model.ts",
|
|
24152
|
-
"line":
|
|
24334
|
+
"line": 222
|
|
24153
24335
|
},
|
|
24154
24336
|
"name": "changes",
|
|
24155
24337
|
"optional": true,
|
|
@@ -24170,7 +24352,7 @@
|
|
|
24170
24352
|
"immutable": true,
|
|
24171
24353
|
"locationInModule": {
|
|
24172
24354
|
"filename": "src/gitlab/configuration-model.ts",
|
|
24173
|
-
"line":
|
|
24355
|
+
"line": 224
|
|
24174
24356
|
},
|
|
24175
24357
|
"name": "exists",
|
|
24176
24358
|
"optional": true,
|
|
@@ -24191,7 +24373,7 @@
|
|
|
24191
24373
|
"immutable": true,
|
|
24192
24374
|
"locationInModule": {
|
|
24193
24375
|
"filename": "src/gitlab/configuration-model.ts",
|
|
24194
|
-
"line":
|
|
24376
|
+
"line": 226
|
|
24195
24377
|
},
|
|
24196
24378
|
"name": "if",
|
|
24197
24379
|
"optional": true,
|
|
@@ -24207,7 +24389,7 @@
|
|
|
24207
24389
|
"immutable": true,
|
|
24208
24390
|
"locationInModule": {
|
|
24209
24391
|
"filename": "src/gitlab/configuration-model.ts",
|
|
24210
|
-
"line":
|
|
24392
|
+
"line": 228
|
|
24211
24393
|
},
|
|
24212
24394
|
"name": "startIn",
|
|
24213
24395
|
"optional": true,
|
|
@@ -24223,7 +24405,7 @@
|
|
|
24223
24405
|
"immutable": true,
|
|
24224
24406
|
"locationInModule": {
|
|
24225
24407
|
"filename": "src/gitlab/configuration-model.ts",
|
|
24226
|
-
"line":
|
|
24408
|
+
"line": 230
|
|
24227
24409
|
},
|
|
24228
24410
|
"name": "variables",
|
|
24229
24411
|
"optional": true,
|
|
@@ -24253,7 +24435,7 @@
|
|
|
24253
24435
|
"immutable": true,
|
|
24254
24436
|
"locationInModule": {
|
|
24255
24437
|
"filename": "src/gitlab/configuration-model.ts",
|
|
24256
|
-
"line":
|
|
24438
|
+
"line": 232
|
|
24257
24439
|
},
|
|
24258
24440
|
"name": "when",
|
|
24259
24441
|
"optional": true,
|
|
@@ -24276,7 +24458,7 @@
|
|
|
24276
24458
|
"kind": "interface",
|
|
24277
24459
|
"locationInModule": {
|
|
24278
24460
|
"filename": "src/gitlab/configuration-model.ts",
|
|
24279
|
-
"line":
|
|
24461
|
+
"line": 404
|
|
24280
24462
|
},
|
|
24281
24463
|
"name": "Inherit",
|
|
24282
24464
|
"namespace": "gitlab",
|
|
@@ -24291,7 +24473,7 @@
|
|
|
24291
24473
|
"immutable": true,
|
|
24292
24474
|
"locationInModule": {
|
|
24293
24475
|
"filename": "src/gitlab/configuration-model.ts",
|
|
24294
|
-
"line":
|
|
24476
|
+
"line": 406
|
|
24295
24477
|
},
|
|
24296
24478
|
"name": "default",
|
|
24297
24479
|
"optional": true,
|
|
@@ -24323,7 +24505,7 @@
|
|
|
24323
24505
|
"immutable": true,
|
|
24324
24506
|
"locationInModule": {
|
|
24325
24507
|
"filename": "src/gitlab/configuration-model.ts",
|
|
24326
|
-
"line":
|
|
24508
|
+
"line": 408
|
|
24327
24509
|
},
|
|
24328
24510
|
"name": "variables",
|
|
24329
24511
|
"optional": true,
|
|
@@ -24360,7 +24542,7 @@
|
|
|
24360
24542
|
"kind": "interface",
|
|
24361
24543
|
"locationInModule": {
|
|
24362
24544
|
"filename": "src/gitlab/configuration-model.ts",
|
|
24363
|
-
"line":
|
|
24545
|
+
"line": 262
|
|
24364
24546
|
},
|
|
24365
24547
|
"name": "Job",
|
|
24366
24548
|
"namespace": "gitlab",
|
|
@@ -24373,7 +24555,7 @@
|
|
|
24373
24555
|
"immutable": true,
|
|
24374
24556
|
"locationInModule": {
|
|
24375
24557
|
"filename": "src/gitlab/configuration-model.ts",
|
|
24376
|
-
"line":
|
|
24558
|
+
"line": 264
|
|
24377
24559
|
},
|
|
24378
24560
|
"name": "afterScript",
|
|
24379
24561
|
"optional": true,
|
|
@@ -24395,7 +24577,7 @@
|
|
|
24395
24577
|
"immutable": true,
|
|
24396
24578
|
"locationInModule": {
|
|
24397
24579
|
"filename": "src/gitlab/configuration-model.ts",
|
|
24398
|
-
"line":
|
|
24580
|
+
"line": 266
|
|
24399
24581
|
},
|
|
24400
24582
|
"name": "allowFailure",
|
|
24401
24583
|
"optional": true,
|
|
@@ -24420,7 +24602,7 @@
|
|
|
24420
24602
|
"immutable": true,
|
|
24421
24603
|
"locationInModule": {
|
|
24422
24604
|
"filename": "src/gitlab/configuration-model.ts",
|
|
24423
|
-
"line":
|
|
24605
|
+
"line": 268
|
|
24424
24606
|
},
|
|
24425
24607
|
"name": "artifacts",
|
|
24426
24608
|
"optional": true,
|
|
@@ -24436,7 +24618,7 @@
|
|
|
24436
24618
|
"immutable": true,
|
|
24437
24619
|
"locationInModule": {
|
|
24438
24620
|
"filename": "src/gitlab/configuration-model.ts",
|
|
24439
|
-
"line":
|
|
24621
|
+
"line": 270
|
|
24440
24622
|
},
|
|
24441
24623
|
"name": "beforeScript",
|
|
24442
24624
|
"optional": true,
|
|
@@ -24457,7 +24639,7 @@
|
|
|
24457
24639
|
"immutable": true,
|
|
24458
24640
|
"locationInModule": {
|
|
24459
24641
|
"filename": "src/gitlab/configuration-model.ts",
|
|
24460
|
-
"line":
|
|
24642
|
+
"line": 272
|
|
24461
24643
|
},
|
|
24462
24644
|
"name": "cache",
|
|
24463
24645
|
"optional": true,
|
|
@@ -24475,7 +24657,7 @@
|
|
|
24475
24657
|
"immutable": true,
|
|
24476
24658
|
"locationInModule": {
|
|
24477
24659
|
"filename": "src/gitlab/configuration-model.ts",
|
|
24478
|
-
"line":
|
|
24660
|
+
"line": 274
|
|
24479
24661
|
},
|
|
24480
24662
|
"name": "coverage",
|
|
24481
24663
|
"optional": true,
|
|
@@ -24493,7 +24675,7 @@
|
|
|
24493
24675
|
"immutable": true,
|
|
24494
24676
|
"locationInModule": {
|
|
24495
24677
|
"filename": "src/gitlab/configuration-model.ts",
|
|
24496
|
-
"line":
|
|
24678
|
+
"line": 276
|
|
24497
24679
|
},
|
|
24498
24680
|
"name": "dependencies",
|
|
24499
24681
|
"optional": true,
|
|
@@ -24516,7 +24698,7 @@
|
|
|
24516
24698
|
"immutable": true,
|
|
24517
24699
|
"locationInModule": {
|
|
24518
24700
|
"filename": "src/gitlab/configuration-model.ts",
|
|
24519
|
-
"line":
|
|
24701
|
+
"line": 278
|
|
24520
24702
|
},
|
|
24521
24703
|
"name": "environment",
|
|
24522
24704
|
"optional": true,
|
|
@@ -24542,7 +24724,7 @@
|
|
|
24542
24724
|
"immutable": true,
|
|
24543
24725
|
"locationInModule": {
|
|
24544
24726
|
"filename": "src/gitlab/configuration-model.ts",
|
|
24545
|
-
"line":
|
|
24727
|
+
"line": 280
|
|
24546
24728
|
},
|
|
24547
24729
|
"name": "except",
|
|
24548
24730
|
"optional": true,
|
|
@@ -24573,7 +24755,7 @@
|
|
|
24573
24755
|
"immutable": true,
|
|
24574
24756
|
"locationInModule": {
|
|
24575
24757
|
"filename": "src/gitlab/configuration-model.ts",
|
|
24576
|
-
"line":
|
|
24758
|
+
"line": 282
|
|
24577
24759
|
},
|
|
24578
24760
|
"name": "extends",
|
|
24579
24761
|
"optional": true,
|
|
@@ -24594,7 +24776,7 @@
|
|
|
24594
24776
|
"immutable": true,
|
|
24595
24777
|
"locationInModule": {
|
|
24596
24778
|
"filename": "src/gitlab/configuration-model.ts",
|
|
24597
|
-
"line":
|
|
24779
|
+
"line": 284
|
|
24598
24780
|
},
|
|
24599
24781
|
"name": "image",
|
|
24600
24782
|
"optional": true,
|
|
@@ -24612,7 +24794,7 @@
|
|
|
24612
24794
|
"immutable": true,
|
|
24613
24795
|
"locationInModule": {
|
|
24614
24796
|
"filename": "src/gitlab/configuration-model.ts",
|
|
24615
|
-
"line":
|
|
24797
|
+
"line": 286
|
|
24616
24798
|
},
|
|
24617
24799
|
"name": "inherit",
|
|
24618
24800
|
"optional": true,
|
|
@@ -24628,7 +24810,7 @@
|
|
|
24628
24810
|
"immutable": true,
|
|
24629
24811
|
"locationInModule": {
|
|
24630
24812
|
"filename": "src/gitlab/configuration-model.ts",
|
|
24631
|
-
"line":
|
|
24813
|
+
"line": 288
|
|
24632
24814
|
},
|
|
24633
24815
|
"name": "interruptible",
|
|
24634
24816
|
"optional": true,
|
|
@@ -24645,7 +24827,7 @@
|
|
|
24645
24827
|
"immutable": true,
|
|
24646
24828
|
"locationInModule": {
|
|
24647
24829
|
"filename": "src/gitlab/configuration-model.ts",
|
|
24648
|
-
"line":
|
|
24830
|
+
"line": 290
|
|
24649
24831
|
},
|
|
24650
24832
|
"name": "needs",
|
|
24651
24833
|
"optional": true,
|
|
@@ -24676,7 +24858,7 @@
|
|
|
24676
24858
|
"immutable": true,
|
|
24677
24859
|
"locationInModule": {
|
|
24678
24860
|
"filename": "src/gitlab/configuration-model.ts",
|
|
24679
|
-
"line":
|
|
24861
|
+
"line": 292
|
|
24680
24862
|
},
|
|
24681
24863
|
"name": "only",
|
|
24682
24864
|
"optional": true,
|
|
@@ -24707,7 +24889,7 @@
|
|
|
24707
24889
|
"immutable": true,
|
|
24708
24890
|
"locationInModule": {
|
|
24709
24891
|
"filename": "src/gitlab/configuration-model.ts",
|
|
24710
|
-
"line":
|
|
24892
|
+
"line": 294
|
|
24711
24893
|
},
|
|
24712
24894
|
"name": "parallel",
|
|
24713
24895
|
"optional": true,
|
|
@@ -24733,7 +24915,7 @@
|
|
|
24733
24915
|
"immutable": true,
|
|
24734
24916
|
"locationInModule": {
|
|
24735
24917
|
"filename": "src/gitlab/configuration-model.ts",
|
|
24736
|
-
"line":
|
|
24918
|
+
"line": 296
|
|
24737
24919
|
},
|
|
24738
24920
|
"name": "release",
|
|
24739
24921
|
"optional": true,
|
|
@@ -24751,7 +24933,7 @@
|
|
|
24751
24933
|
"immutable": true,
|
|
24752
24934
|
"locationInModule": {
|
|
24753
24935
|
"filename": "src/gitlab/configuration-model.ts",
|
|
24754
|
-
"line":
|
|
24936
|
+
"line": 298
|
|
24755
24937
|
},
|
|
24756
24938
|
"name": "resourceGroup",
|
|
24757
24939
|
"optional": true,
|
|
@@ -24767,7 +24949,7 @@
|
|
|
24767
24949
|
"immutable": true,
|
|
24768
24950
|
"locationInModule": {
|
|
24769
24951
|
"filename": "src/gitlab/configuration-model.ts",
|
|
24770
|
-
"line":
|
|
24952
|
+
"line": 300
|
|
24771
24953
|
},
|
|
24772
24954
|
"name": "retry",
|
|
24773
24955
|
"optional": true,
|
|
@@ -24784,7 +24966,7 @@
|
|
|
24784
24966
|
"immutable": true,
|
|
24785
24967
|
"locationInModule": {
|
|
24786
24968
|
"filename": "src/gitlab/configuration-model.ts",
|
|
24787
|
-
"line":
|
|
24969
|
+
"line": 302
|
|
24788
24970
|
},
|
|
24789
24971
|
"name": "rules",
|
|
24790
24972
|
"optional": true,
|
|
@@ -24807,7 +24989,7 @@
|
|
|
24807
24989
|
"immutable": true,
|
|
24808
24990
|
"locationInModule": {
|
|
24809
24991
|
"filename": "src/gitlab/configuration-model.ts",
|
|
24810
|
-
"line":
|
|
24992
|
+
"line": 304
|
|
24811
24993
|
},
|
|
24812
24994
|
"name": "script",
|
|
24813
24995
|
"optional": true,
|
|
@@ -24829,7 +25011,7 @@
|
|
|
24829
25011
|
"immutable": true,
|
|
24830
25012
|
"locationInModule": {
|
|
24831
25013
|
"filename": "src/gitlab/configuration-model.ts",
|
|
24832
|
-
"line":
|
|
25014
|
+
"line": 306
|
|
24833
25015
|
},
|
|
24834
25016
|
"name": "secrets",
|
|
24835
25017
|
"optional": true,
|
|
@@ -24855,7 +25037,7 @@
|
|
|
24855
25037
|
"immutable": true,
|
|
24856
25038
|
"locationInModule": {
|
|
24857
25039
|
"filename": "src/gitlab/configuration-model.ts",
|
|
24858
|
-
"line":
|
|
25040
|
+
"line": 308
|
|
24859
25041
|
},
|
|
24860
25042
|
"name": "services",
|
|
24861
25043
|
"optional": true,
|
|
@@ -24877,7 +25059,7 @@
|
|
|
24877
25059
|
"immutable": true,
|
|
24878
25060
|
"locationInModule": {
|
|
24879
25061
|
"filename": "src/gitlab/configuration-model.ts",
|
|
24880
|
-
"line":
|
|
25062
|
+
"line": 310
|
|
24881
25063
|
},
|
|
24882
25064
|
"name": "stage",
|
|
24883
25065
|
"optional": true,
|
|
@@ -24893,7 +25075,7 @@
|
|
|
24893
25075
|
"immutable": true,
|
|
24894
25076
|
"locationInModule": {
|
|
24895
25077
|
"filename": "src/gitlab/configuration-model.ts",
|
|
24896
|
-
"line":
|
|
25078
|
+
"line": 312
|
|
24897
25079
|
},
|
|
24898
25080
|
"name": "startIn",
|
|
24899
25081
|
"optional": true,
|
|
@@ -24909,7 +25091,7 @@
|
|
|
24909
25091
|
"immutable": true,
|
|
24910
25092
|
"locationInModule": {
|
|
24911
25093
|
"filename": "src/gitlab/configuration-model.ts",
|
|
24912
|
-
"line":
|
|
25094
|
+
"line": 314
|
|
24913
25095
|
},
|
|
24914
25096
|
"name": "tags",
|
|
24915
25097
|
"optional": true,
|
|
@@ -24930,7 +25112,7 @@
|
|
|
24930
25112
|
"immutable": true,
|
|
24931
25113
|
"locationInModule": {
|
|
24932
25114
|
"filename": "src/gitlab/configuration-model.ts",
|
|
24933
|
-
"line":
|
|
25115
|
+
"line": 316
|
|
24934
25116
|
},
|
|
24935
25117
|
"name": "timeout",
|
|
24936
25118
|
"optional": true,
|
|
@@ -24948,7 +25130,7 @@
|
|
|
24948
25130
|
"immutable": true,
|
|
24949
25131
|
"locationInModule": {
|
|
24950
25132
|
"filename": "src/gitlab/configuration-model.ts",
|
|
24951
|
-
"line":
|
|
25133
|
+
"line": 318
|
|
24952
25134
|
},
|
|
24953
25135
|
"name": "trigger",
|
|
24954
25136
|
"optional": true,
|
|
@@ -24974,7 +25156,7 @@
|
|
|
24974
25156
|
"immutable": true,
|
|
24975
25157
|
"locationInModule": {
|
|
24976
25158
|
"filename": "src/gitlab/configuration-model.ts",
|
|
24977
|
-
"line":
|
|
25159
|
+
"line": 320
|
|
24978
25160
|
},
|
|
24979
25161
|
"name": "variables",
|
|
24980
25162
|
"optional": true,
|
|
@@ -25006,7 +25188,7 @@
|
|
|
25006
25188
|
"immutable": true,
|
|
25007
25189
|
"locationInModule": {
|
|
25008
25190
|
"filename": "src/gitlab/configuration-model.ts",
|
|
25009
|
-
"line":
|
|
25191
|
+
"line": 322
|
|
25010
25192
|
},
|
|
25011
25193
|
"name": "when",
|
|
25012
25194
|
"optional": true,
|
|
@@ -25029,7 +25211,7 @@
|
|
|
25029
25211
|
"kind": "enum",
|
|
25030
25212
|
"locationInModule": {
|
|
25031
25213
|
"filename": "src/gitlab/configuration-model.ts",
|
|
25032
|
-
"line":
|
|
25214
|
+
"line": 249
|
|
25033
25215
|
},
|
|
25034
25216
|
"members": [
|
|
25035
25217
|
{
|
|
@@ -25085,7 +25267,7 @@
|
|
|
25085
25267
|
"kind": "interface",
|
|
25086
25268
|
"locationInModule": {
|
|
25087
25269
|
"filename": "src/gitlab/configuration-model.ts",
|
|
25088
|
-
"line":
|
|
25270
|
+
"line": 372
|
|
25089
25271
|
},
|
|
25090
25272
|
"name": "KubernetesConfig",
|
|
25091
25273
|
"namespace": "gitlab",
|
|
@@ -25099,7 +25281,7 @@
|
|
|
25099
25281
|
"immutable": true,
|
|
25100
25282
|
"locationInModule": {
|
|
25101
25283
|
"filename": "src/gitlab/configuration-model.ts",
|
|
25102
|
-
"line":
|
|
25284
|
+
"line": 374
|
|
25103
25285
|
},
|
|
25104
25286
|
"name": "namespace",
|
|
25105
25287
|
"optional": true,
|
|
@@ -25120,7 +25302,7 @@
|
|
|
25120
25302
|
"kind": "enum",
|
|
25121
25303
|
"locationInModule": {
|
|
25122
25304
|
"filename": "src/gitlab/configuration-model.ts",
|
|
25123
|
-
"line":
|
|
25305
|
+
"line": 394
|
|
25124
25306
|
},
|
|
25125
25307
|
"members": [
|
|
25126
25308
|
{
|
|
@@ -25145,7 +25327,7 @@
|
|
|
25145
25327
|
"kind": "interface",
|
|
25146
25328
|
"locationInModule": {
|
|
25147
25329
|
"filename": "src/gitlab/configuration-model.ts",
|
|
25148
|
-
"line":
|
|
25330
|
+
"line": 474
|
|
25149
25331
|
},
|
|
25150
25332
|
"name": "Link",
|
|
25151
25333
|
"namespace": "gitlab",
|
|
@@ -25159,7 +25341,7 @@
|
|
|
25159
25341
|
"immutable": true,
|
|
25160
25342
|
"locationInModule": {
|
|
25161
25343
|
"filename": "src/gitlab/configuration-model.ts",
|
|
25162
|
-
"line":
|
|
25344
|
+
"line": 480
|
|
25163
25345
|
},
|
|
25164
25346
|
"name": "name",
|
|
25165
25347
|
"type": {
|
|
@@ -25175,7 +25357,7 @@
|
|
|
25175
25357
|
"immutable": true,
|
|
25176
25358
|
"locationInModule": {
|
|
25177
25359
|
"filename": "src/gitlab/configuration-model.ts",
|
|
25178
|
-
"line":
|
|
25360
|
+
"line": 482
|
|
25179
25361
|
},
|
|
25180
25362
|
"name": "url",
|
|
25181
25363
|
"type": {
|
|
@@ -25191,7 +25373,7 @@
|
|
|
25191
25373
|
"immutable": true,
|
|
25192
25374
|
"locationInModule": {
|
|
25193
25375
|
"filename": "src/gitlab/configuration-model.ts",
|
|
25194
|
-
"line":
|
|
25376
|
+
"line": 476
|
|
25195
25377
|
},
|
|
25196
25378
|
"name": "filepath",
|
|
25197
25379
|
"optional": true,
|
|
@@ -25208,7 +25390,7 @@
|
|
|
25208
25390
|
"immutable": true,
|
|
25209
25391
|
"locationInModule": {
|
|
25210
25392
|
"filename": "src/gitlab/configuration-model.ts",
|
|
25211
|
-
"line":
|
|
25393
|
+
"line": 478
|
|
25212
25394
|
},
|
|
25213
25395
|
"name": "linkType",
|
|
25214
25396
|
"optional": true,
|
|
@@ -25229,7 +25411,7 @@
|
|
|
25229
25411
|
"kind": "enum",
|
|
25230
25412
|
"locationInModule": {
|
|
25231
25413
|
"filename": "src/gitlab/configuration-model.ts",
|
|
25232
|
-
"line":
|
|
25414
|
+
"line": 488
|
|
25233
25415
|
},
|
|
25234
25416
|
"members": [
|
|
25235
25417
|
{
|
|
@@ -25272,7 +25454,7 @@
|
|
|
25272
25454
|
"kind": "interface",
|
|
25273
25455
|
"locationInModule": {
|
|
25274
25456
|
"filename": "src/gitlab/configuration-model.ts",
|
|
25275
|
-
"line":
|
|
25457
|
+
"line": 427
|
|
25276
25458
|
},
|
|
25277
25459
|
"name": "Need",
|
|
25278
25460
|
"namespace": "gitlab",
|
|
@@ -25285,7 +25467,7 @@
|
|
|
25285
25467
|
"immutable": true,
|
|
25286
25468
|
"locationInModule": {
|
|
25287
25469
|
"filename": "src/gitlab/configuration-model.ts",
|
|
25288
|
-
"line":
|
|
25470
|
+
"line": 429
|
|
25289
25471
|
},
|
|
25290
25472
|
"name": "job",
|
|
25291
25473
|
"type": {
|
|
@@ -25300,7 +25482,7 @@
|
|
|
25300
25482
|
"immutable": true,
|
|
25301
25483
|
"locationInModule": {
|
|
25302
25484
|
"filename": "src/gitlab/configuration-model.ts",
|
|
25303
|
-
"line":
|
|
25485
|
+
"line": 428
|
|
25304
25486
|
},
|
|
25305
25487
|
"name": "artifacts",
|
|
25306
25488
|
"optional": true,
|
|
@@ -25316,7 +25498,7 @@
|
|
|
25316
25498
|
"immutable": true,
|
|
25317
25499
|
"locationInModule": {
|
|
25318
25500
|
"filename": "src/gitlab/configuration-model.ts",
|
|
25319
|
-
"line":
|
|
25501
|
+
"line": 430
|
|
25320
25502
|
},
|
|
25321
25503
|
"name": "optional",
|
|
25322
25504
|
"optional": true,
|
|
@@ -25332,7 +25514,7 @@
|
|
|
25332
25514
|
"immutable": true,
|
|
25333
25515
|
"locationInModule": {
|
|
25334
25516
|
"filename": "src/gitlab/configuration-model.ts",
|
|
25335
|
-
"line":
|
|
25517
|
+
"line": 431
|
|
25336
25518
|
},
|
|
25337
25519
|
"name": "pipeline",
|
|
25338
25520
|
"optional": true,
|
|
@@ -25348,7 +25530,7 @@
|
|
|
25348
25530
|
"immutable": true,
|
|
25349
25531
|
"locationInModule": {
|
|
25350
25532
|
"filename": "src/gitlab/configuration-model.ts",
|
|
25351
|
-
"line":
|
|
25533
|
+
"line": 432
|
|
25352
25534
|
},
|
|
25353
25535
|
"name": "project",
|
|
25354
25536
|
"optional": true,
|
|
@@ -25364,7 +25546,7 @@
|
|
|
25364
25546
|
"immutable": true,
|
|
25365
25547
|
"locationInModule": {
|
|
25366
25548
|
"filename": "src/gitlab/configuration-model.ts",
|
|
25367
|
-
"line":
|
|
25549
|
+
"line": 433
|
|
25368
25550
|
},
|
|
25369
25551
|
"name": "ref",
|
|
25370
25552
|
"optional": true,
|
|
@@ -25455,7 +25637,7 @@
|
|
|
25455
25637
|
"kind": "interface",
|
|
25456
25638
|
"locationInModule": {
|
|
25457
25639
|
"filename": "src/gitlab/configuration-model.ts",
|
|
25458
|
-
"line":
|
|
25640
|
+
"line": 439
|
|
25459
25641
|
},
|
|
25460
25642
|
"name": "Parallel",
|
|
25461
25643
|
"namespace": "gitlab",
|
|
@@ -25469,7 +25651,7 @@
|
|
|
25469
25651
|
"immutable": true,
|
|
25470
25652
|
"locationInModule": {
|
|
25471
25653
|
"filename": "src/gitlab/configuration-model.ts",
|
|
25472
|
-
"line":
|
|
25654
|
+
"line": 441
|
|
25473
25655
|
},
|
|
25474
25656
|
"name": "matrix",
|
|
25475
25657
|
"type": {
|
|
@@ -25505,7 +25687,7 @@
|
|
|
25505
25687
|
"kind": "interface",
|
|
25506
25688
|
"locationInModule": {
|
|
25507
25689
|
"filename": "src/gitlab/configuration-model.ts",
|
|
25508
|
-
"line":
|
|
25690
|
+
"line": 447
|
|
25509
25691
|
},
|
|
25510
25692
|
"name": "Release",
|
|
25511
25693
|
"namespace": "gitlab",
|
|
@@ -25519,7 +25701,7 @@
|
|
|
25519
25701
|
"immutable": true,
|
|
25520
25702
|
"locationInModule": {
|
|
25521
25703
|
"filename": "src/gitlab/configuration-model.ts",
|
|
25522
|
-
"line":
|
|
25704
|
+
"line": 450
|
|
25523
25705
|
},
|
|
25524
25706
|
"name": "description",
|
|
25525
25707
|
"type": {
|
|
@@ -25536,7 +25718,7 @@
|
|
|
25536
25718
|
"immutable": true,
|
|
25537
25719
|
"locationInModule": {
|
|
25538
25720
|
"filename": "src/gitlab/configuration-model.ts",
|
|
25539
|
-
"line":
|
|
25721
|
+
"line": 460
|
|
25540
25722
|
},
|
|
25541
25723
|
"name": "tagName",
|
|
25542
25724
|
"type": {
|
|
@@ -25551,7 +25733,7 @@
|
|
|
25551
25733
|
"immutable": true,
|
|
25552
25734
|
"locationInModule": {
|
|
25553
25735
|
"filename": "src/gitlab/configuration-model.ts",
|
|
25554
|
-
"line":
|
|
25736
|
+
"line": 448
|
|
25555
25737
|
},
|
|
25556
25738
|
"name": "assets",
|
|
25557
25739
|
"optional": true,
|
|
@@ -25568,7 +25750,7 @@
|
|
|
25568
25750
|
"immutable": true,
|
|
25569
25751
|
"locationInModule": {
|
|
25570
25752
|
"filename": "src/gitlab/configuration-model.ts",
|
|
25571
|
-
"line":
|
|
25753
|
+
"line": 452
|
|
25572
25754
|
},
|
|
25573
25755
|
"name": "milestones",
|
|
25574
25756
|
"optional": true,
|
|
@@ -25591,7 +25773,7 @@
|
|
|
25591
25773
|
"immutable": true,
|
|
25592
25774
|
"locationInModule": {
|
|
25593
25775
|
"filename": "src/gitlab/configuration-model.ts",
|
|
25594
|
-
"line":
|
|
25776
|
+
"line": 454
|
|
25595
25777
|
},
|
|
25596
25778
|
"name": "name",
|
|
25597
25779
|
"optional": true,
|
|
@@ -25609,7 +25791,7 @@
|
|
|
25609
25791
|
"immutable": true,
|
|
25610
25792
|
"locationInModule": {
|
|
25611
25793
|
"filename": "src/gitlab/configuration-model.ts",
|
|
25612
|
-
"line":
|
|
25794
|
+
"line": 456
|
|
25613
25795
|
},
|
|
25614
25796
|
"name": "ref",
|
|
25615
25797
|
"optional": true,
|
|
@@ -25627,7 +25809,7 @@
|
|
|
25627
25809
|
"immutable": true,
|
|
25628
25810
|
"locationInModule": {
|
|
25629
25811
|
"filename": "src/gitlab/configuration-model.ts",
|
|
25630
|
-
"line":
|
|
25812
|
+
"line": 458
|
|
25631
25813
|
},
|
|
25632
25814
|
"name": "releasedAt",
|
|
25633
25815
|
"optional": true,
|
|
@@ -25650,7 +25832,7 @@
|
|
|
25650
25832
|
"kind": "interface",
|
|
25651
25833
|
"locationInModule": {
|
|
25652
25834
|
"filename": "src/gitlab/configuration-model.ts",
|
|
25653
|
-
"line":
|
|
25835
|
+
"line": 119
|
|
25654
25836
|
},
|
|
25655
25837
|
"name": "Reports",
|
|
25656
25838
|
"namespace": "gitlab",
|
|
@@ -25664,7 +25846,7 @@
|
|
|
25664
25846
|
"immutable": true,
|
|
25665
25847
|
"locationInModule": {
|
|
25666
25848
|
"filename": "src/gitlab/configuration-model.ts",
|
|
25667
|
-
"line":
|
|
25849
|
+
"line": 121
|
|
25668
25850
|
},
|
|
25669
25851
|
"name": "cobertura",
|
|
25670
25852
|
"optional": true,
|
|
@@ -25686,7 +25868,7 @@
|
|
|
25686
25868
|
"immutable": true,
|
|
25687
25869
|
"locationInModule": {
|
|
25688
25870
|
"filename": "src/gitlab/configuration-model.ts",
|
|
25689
|
-
"line":
|
|
25871
|
+
"line": 123
|
|
25690
25872
|
},
|
|
25691
25873
|
"name": "codequality",
|
|
25692
25874
|
"optional": true,
|
|
@@ -25708,7 +25890,7 @@
|
|
|
25708
25890
|
"immutable": true,
|
|
25709
25891
|
"locationInModule": {
|
|
25710
25892
|
"filename": "src/gitlab/configuration-model.ts",
|
|
25711
|
-
"line":
|
|
25893
|
+
"line": 125
|
|
25712
25894
|
},
|
|
25713
25895
|
"name": "containerScanning",
|
|
25714
25896
|
"optional": true,
|
|
@@ -25730,7 +25912,7 @@
|
|
|
25730
25912
|
"immutable": true,
|
|
25731
25913
|
"locationInModule": {
|
|
25732
25914
|
"filename": "src/gitlab/configuration-model.ts",
|
|
25733
|
-
"line":
|
|
25915
|
+
"line": 127
|
|
25734
25916
|
},
|
|
25735
25917
|
"name": "dast",
|
|
25736
25918
|
"optional": true,
|
|
@@ -25752,7 +25934,7 @@
|
|
|
25752
25934
|
"immutable": true,
|
|
25753
25935
|
"locationInModule": {
|
|
25754
25936
|
"filename": "src/gitlab/configuration-model.ts",
|
|
25755
|
-
"line":
|
|
25937
|
+
"line": 129
|
|
25756
25938
|
},
|
|
25757
25939
|
"name": "dependencyScanning",
|
|
25758
25940
|
"optional": true,
|
|
@@ -25774,7 +25956,7 @@
|
|
|
25774
25956
|
"immutable": true,
|
|
25775
25957
|
"locationInModule": {
|
|
25776
25958
|
"filename": "src/gitlab/configuration-model.ts",
|
|
25777
|
-
"line":
|
|
25959
|
+
"line": 131
|
|
25778
25960
|
},
|
|
25779
25961
|
"name": "dotenv",
|
|
25780
25962
|
"optional": true,
|
|
@@ -25796,7 +25978,7 @@
|
|
|
25796
25978
|
"immutable": true,
|
|
25797
25979
|
"locationInModule": {
|
|
25798
25980
|
"filename": "src/gitlab/configuration-model.ts",
|
|
25799
|
-
"line":
|
|
25981
|
+
"line": 133
|
|
25800
25982
|
},
|
|
25801
25983
|
"name": "junit",
|
|
25802
25984
|
"optional": true,
|
|
@@ -25818,7 +26000,7 @@
|
|
|
25818
26000
|
"immutable": true,
|
|
25819
26001
|
"locationInModule": {
|
|
25820
26002
|
"filename": "src/gitlab/configuration-model.ts",
|
|
25821
|
-
"line":
|
|
26003
|
+
"line": 135
|
|
25822
26004
|
},
|
|
25823
26005
|
"name": "licenseManagement",
|
|
25824
26006
|
"optional": true,
|
|
@@ -25840,7 +26022,7 @@
|
|
|
25840
26022
|
"immutable": true,
|
|
25841
26023
|
"locationInModule": {
|
|
25842
26024
|
"filename": "src/gitlab/configuration-model.ts",
|
|
25843
|
-
"line":
|
|
26025
|
+
"line": 137
|
|
25844
26026
|
},
|
|
25845
26027
|
"name": "licenseScanning",
|
|
25846
26028
|
"optional": true,
|
|
@@ -25862,7 +26044,7 @@
|
|
|
25862
26044
|
"immutable": true,
|
|
25863
26045
|
"locationInModule": {
|
|
25864
26046
|
"filename": "src/gitlab/configuration-model.ts",
|
|
25865
|
-
"line":
|
|
26047
|
+
"line": 139
|
|
25866
26048
|
},
|
|
25867
26049
|
"name": "lsif",
|
|
25868
26050
|
"optional": true,
|
|
@@ -25884,7 +26066,7 @@
|
|
|
25884
26066
|
"immutable": true,
|
|
25885
26067
|
"locationInModule": {
|
|
25886
26068
|
"filename": "src/gitlab/configuration-model.ts",
|
|
25887
|
-
"line":
|
|
26069
|
+
"line": 141
|
|
25888
26070
|
},
|
|
25889
26071
|
"name": "metrics",
|
|
25890
26072
|
"optional": true,
|
|
@@ -25906,7 +26088,7 @@
|
|
|
25906
26088
|
"immutable": true,
|
|
25907
26089
|
"locationInModule": {
|
|
25908
26090
|
"filename": "src/gitlab/configuration-model.ts",
|
|
25909
|
-
"line":
|
|
26091
|
+
"line": 143
|
|
25910
26092
|
},
|
|
25911
26093
|
"name": "performance",
|
|
25912
26094
|
"optional": true,
|
|
@@ -25928,7 +26110,7 @@
|
|
|
25928
26110
|
"immutable": true,
|
|
25929
26111
|
"locationInModule": {
|
|
25930
26112
|
"filename": "src/gitlab/configuration-model.ts",
|
|
25931
|
-
"line":
|
|
26113
|
+
"line": 145
|
|
25932
26114
|
},
|
|
25933
26115
|
"name": "requirements",
|
|
25934
26116
|
"optional": true,
|
|
@@ -25950,7 +26132,7 @@
|
|
|
25950
26132
|
"immutable": true,
|
|
25951
26133
|
"locationInModule": {
|
|
25952
26134
|
"filename": "src/gitlab/configuration-model.ts",
|
|
25953
|
-
"line":
|
|
26135
|
+
"line": 147
|
|
25954
26136
|
},
|
|
25955
26137
|
"name": "sast",
|
|
25956
26138
|
"optional": true,
|
|
@@ -25972,7 +26154,7 @@
|
|
|
25972
26154
|
"immutable": true,
|
|
25973
26155
|
"locationInModule": {
|
|
25974
26156
|
"filename": "src/gitlab/configuration-model.ts",
|
|
25975
|
-
"line":
|
|
26157
|
+
"line": 149
|
|
25976
26158
|
},
|
|
25977
26159
|
"name": "secretDetection",
|
|
25978
26160
|
"optional": true,
|
|
@@ -25994,7 +26176,7 @@
|
|
|
25994
26176
|
"immutable": true,
|
|
25995
26177
|
"locationInModule": {
|
|
25996
26178
|
"filename": "src/gitlab/configuration-model.ts",
|
|
25997
|
-
"line":
|
|
26179
|
+
"line": 151
|
|
25998
26180
|
},
|
|
25999
26181
|
"name": "terraform",
|
|
26000
26182
|
"optional": true,
|
|
@@ -26023,7 +26205,7 @@
|
|
|
26023
26205
|
"kind": "interface",
|
|
26024
26206
|
"locationInModule": {
|
|
26025
26207
|
"filename": "src/gitlab/configuration-model.ts",
|
|
26026
|
-
"line":
|
|
26208
|
+
"line": 170
|
|
26027
26209
|
},
|
|
26028
26210
|
"name": "Retry",
|
|
26029
26211
|
"namespace": "gitlab",
|
|
@@ -26037,7 +26219,7 @@
|
|
|
26037
26219
|
"immutable": true,
|
|
26038
26220
|
"locationInModule": {
|
|
26039
26221
|
"filename": "src/gitlab/configuration-model.ts",
|
|
26040
|
-
"line":
|
|
26222
|
+
"line": 172
|
|
26041
26223
|
},
|
|
26042
26224
|
"name": "max",
|
|
26043
26225
|
"optional": true,
|
|
@@ -26054,7 +26236,7 @@
|
|
|
26054
26236
|
"immutable": true,
|
|
26055
26237
|
"locationInModule": {
|
|
26056
26238
|
"filename": "src/gitlab/configuration-model.ts",
|
|
26057
|
-
"line":
|
|
26239
|
+
"line": 174
|
|
26058
26240
|
},
|
|
26059
26241
|
"name": "when",
|
|
26060
26242
|
"optional": true,
|
|
@@ -26076,7 +26258,7 @@
|
|
|
26076
26258
|
"kind": "interface",
|
|
26077
26259
|
"locationInModule": {
|
|
26078
26260
|
"filename": "src/gitlab/configuration-model.ts",
|
|
26079
|
-
"line":
|
|
26261
|
+
"line": 498
|
|
26080
26262
|
},
|
|
26081
26263
|
"name": "Secret",
|
|
26082
26264
|
"namespace": "gitlab",
|
|
@@ -26089,7 +26271,7 @@
|
|
|
26089
26271
|
"immutable": true,
|
|
26090
26272
|
"locationInModule": {
|
|
26091
26273
|
"filename": "src/gitlab/configuration-model.ts",
|
|
26092
|
-
"line":
|
|
26274
|
+
"line": 500
|
|
26093
26275
|
},
|
|
26094
26276
|
"name": "vault",
|
|
26095
26277
|
"type": {
|
|
@@ -26112,7 +26294,7 @@
|
|
|
26112
26294
|
"kind": "interface",
|
|
26113
26295
|
"locationInModule": {
|
|
26114
26296
|
"filename": "src/gitlab/configuration-model.ts",
|
|
26115
|
-
"line":
|
|
26297
|
+
"line": 181
|
|
26116
26298
|
},
|
|
26117
26299
|
"name": "Service",
|
|
26118
26300
|
"namespace": "gitlab",
|
|
@@ -26127,7 +26309,7 @@
|
|
|
26127
26309
|
"immutable": true,
|
|
26128
26310
|
"locationInModule": {
|
|
26129
26311
|
"filename": "src/gitlab/configuration-model.ts",
|
|
26130
|
-
"line":
|
|
26312
|
+
"line": 189
|
|
26131
26313
|
},
|
|
26132
26314
|
"name": "name",
|
|
26133
26315
|
"type": {
|
|
@@ -26144,7 +26326,7 @@
|
|
|
26144
26326
|
"immutable": true,
|
|
26145
26327
|
"locationInModule": {
|
|
26146
26328
|
"filename": "src/gitlab/configuration-model.ts",
|
|
26147
|
-
"line":
|
|
26329
|
+
"line": 183
|
|
26148
26330
|
},
|
|
26149
26331
|
"name": "alias",
|
|
26150
26332
|
"optional": true,
|
|
@@ -26162,7 +26344,7 @@
|
|
|
26162
26344
|
"immutable": true,
|
|
26163
26345
|
"locationInModule": {
|
|
26164
26346
|
"filename": "src/gitlab/configuration-model.ts",
|
|
26165
|
-
"line":
|
|
26347
|
+
"line": 185
|
|
26166
26348
|
},
|
|
26167
26349
|
"name": "command",
|
|
26168
26350
|
"optional": true,
|
|
@@ -26185,7 +26367,7 @@
|
|
|
26185
26367
|
"immutable": true,
|
|
26186
26368
|
"locationInModule": {
|
|
26187
26369
|
"filename": "src/gitlab/configuration-model.ts",
|
|
26188
|
-
"line":
|
|
26370
|
+
"line": 187
|
|
26189
26371
|
},
|
|
26190
26372
|
"name": "entrypoint",
|
|
26191
26373
|
"optional": true,
|
|
@@ -26212,7 +26394,7 @@
|
|
|
26212
26394
|
"kind": "enum",
|
|
26213
26395
|
"locationInModule": {
|
|
26214
26396
|
"filename": "src/gitlab/configuration-model.ts",
|
|
26215
|
-
"line":
|
|
26397
|
+
"line": 569
|
|
26216
26398
|
},
|
|
26217
26399
|
"members": [
|
|
26218
26400
|
{
|
|
@@ -26239,7 +26421,7 @@
|
|
|
26239
26421
|
"kind": "interface",
|
|
26240
26422
|
"locationInModule": {
|
|
26241
26423
|
"filename": "src/gitlab/configuration-model.ts",
|
|
26242
|
-
"line":
|
|
26424
|
+
"line": 531
|
|
26243
26425
|
},
|
|
26244
26426
|
"name": "Trigger",
|
|
26245
26427
|
"namespace": "gitlab",
|
|
@@ -26253,7 +26435,7 @@
|
|
|
26253
26435
|
"immutable": true,
|
|
26254
26436
|
"locationInModule": {
|
|
26255
26437
|
"filename": "src/gitlab/configuration-model.ts",
|
|
26256
|
-
"line":
|
|
26438
|
+
"line": 533
|
|
26257
26439
|
},
|
|
26258
26440
|
"name": "branch",
|
|
26259
26441
|
"optional": true,
|
|
@@ -26270,7 +26452,7 @@
|
|
|
26270
26452
|
"immutable": true,
|
|
26271
26453
|
"locationInModule": {
|
|
26272
26454
|
"filename": "src/gitlab/configuration-model.ts",
|
|
26273
|
-
"line":
|
|
26455
|
+
"line": 539
|
|
26274
26456
|
},
|
|
26275
26457
|
"name": "include",
|
|
26276
26458
|
"optional": true,
|
|
@@ -26292,7 +26474,7 @@
|
|
|
26292
26474
|
"immutable": true,
|
|
26293
26475
|
"locationInModule": {
|
|
26294
26476
|
"filename": "src/gitlab/configuration-model.ts",
|
|
26295
|
-
"line":
|
|
26477
|
+
"line": 535
|
|
26296
26478
|
},
|
|
26297
26479
|
"name": "project",
|
|
26298
26480
|
"optional": true,
|
|
@@ -26309,7 +26491,7 @@
|
|
|
26309
26491
|
"immutable": true,
|
|
26310
26492
|
"locationInModule": {
|
|
26311
26493
|
"filename": "src/gitlab/configuration-model.ts",
|
|
26312
|
-
"line":
|
|
26494
|
+
"line": 537
|
|
26313
26495
|
},
|
|
26314
26496
|
"name": "strategy",
|
|
26315
26497
|
"optional": true,
|
|
@@ -26332,7 +26514,7 @@
|
|
|
26332
26514
|
"kind": "interface",
|
|
26333
26515
|
"locationInModule": {
|
|
26334
26516
|
"filename": "src/gitlab/configuration-model.ts",
|
|
26335
|
-
"line":
|
|
26517
|
+
"line": 547
|
|
26336
26518
|
},
|
|
26337
26519
|
"name": "TriggerInclude",
|
|
26338
26520
|
"namespace": "gitlab",
|
|
@@ -26346,7 +26528,7 @@
|
|
|
26346
26528
|
"immutable": true,
|
|
26347
26529
|
"locationInModule": {
|
|
26348
26530
|
"filename": "src/gitlab/configuration-model.ts",
|
|
26349
|
-
"line":
|
|
26531
|
+
"line": 553
|
|
26350
26532
|
},
|
|
26351
26533
|
"name": "artifact",
|
|
26352
26534
|
"optional": true,
|
|
@@ -26363,7 +26545,7 @@
|
|
|
26363
26545
|
"immutable": true,
|
|
26364
26546
|
"locationInModule": {
|
|
26365
26547
|
"filename": "src/gitlab/configuration-model.ts",
|
|
26366
|
-
"line":
|
|
26548
|
+
"line": 557
|
|
26367
26549
|
},
|
|
26368
26550
|
"name": "file",
|
|
26369
26551
|
"optional": true,
|
|
@@ -26380,7 +26562,7 @@
|
|
|
26380
26562
|
"immutable": true,
|
|
26381
26563
|
"locationInModule": {
|
|
26382
26564
|
"filename": "src/gitlab/configuration-model.ts",
|
|
26383
|
-
"line":
|
|
26565
|
+
"line": 555
|
|
26384
26566
|
},
|
|
26385
26567
|
"name": "job",
|
|
26386
26568
|
"optional": true,
|
|
@@ -26397,7 +26579,7 @@
|
|
|
26397
26579
|
"immutable": true,
|
|
26398
26580
|
"locationInModule": {
|
|
26399
26581
|
"filename": "src/gitlab/configuration-model.ts",
|
|
26400
|
-
"line":
|
|
26582
|
+
"line": 549
|
|
26401
26583
|
},
|
|
26402
26584
|
"name": "local",
|
|
26403
26585
|
"optional": true,
|
|
@@ -26414,7 +26596,7 @@
|
|
|
26414
26596
|
"immutable": true,
|
|
26415
26597
|
"locationInModule": {
|
|
26416
26598
|
"filename": "src/gitlab/configuration-model.ts",
|
|
26417
|
-
"line":
|
|
26599
|
+
"line": 559
|
|
26418
26600
|
},
|
|
26419
26601
|
"name": "project",
|
|
26420
26602
|
"optional": true,
|
|
@@ -26431,7 +26613,7 @@
|
|
|
26431
26613
|
"immutable": true,
|
|
26432
26614
|
"locationInModule": {
|
|
26433
26615
|
"filename": "src/gitlab/configuration-model.ts",
|
|
26434
|
-
"line":
|
|
26616
|
+
"line": 561
|
|
26435
26617
|
},
|
|
26436
26618
|
"name": "ref",
|
|
26437
26619
|
"optional": true,
|
|
@@ -26448,7 +26630,7 @@
|
|
|
26448
26630
|
"immutable": true,
|
|
26449
26631
|
"locationInModule": {
|
|
26450
26632
|
"filename": "src/gitlab/configuration-model.ts",
|
|
26451
|
-
"line":
|
|
26633
|
+
"line": 551
|
|
26452
26634
|
},
|
|
26453
26635
|
"name": "template",
|
|
26454
26636
|
"optional": true,
|
|
@@ -26471,7 +26653,7 @@
|
|
|
26471
26653
|
"kind": "interface",
|
|
26472
26654
|
"locationInModule": {
|
|
26473
26655
|
"filename": "src/gitlab/configuration-model.ts",
|
|
26474
|
-
"line":
|
|
26656
|
+
"line": 577
|
|
26475
26657
|
},
|
|
26476
26658
|
"name": "VariableConfig",
|
|
26477
26659
|
"namespace": "gitlab",
|
|
@@ -26486,7 +26668,7 @@
|
|
|
26486
26668
|
"immutable": true,
|
|
26487
26669
|
"locationInModule": {
|
|
26488
26670
|
"filename": "src/gitlab/configuration-model.ts",
|
|
26489
|
-
"line":
|
|
26671
|
+
"line": 579
|
|
26490
26672
|
},
|
|
26491
26673
|
"name": "description",
|
|
26492
26674
|
"optional": true,
|
|
@@ -26503,7 +26685,7 @@
|
|
|
26503
26685
|
"immutable": true,
|
|
26504
26686
|
"locationInModule": {
|
|
26505
26687
|
"filename": "src/gitlab/configuration-model.ts",
|
|
26506
|
-
"line":
|
|
26688
|
+
"line": 581
|
|
26507
26689
|
},
|
|
26508
26690
|
"name": "value",
|
|
26509
26691
|
"optional": true,
|
|
@@ -26526,7 +26708,7 @@
|
|
|
26526
26708
|
"kind": "interface",
|
|
26527
26709
|
"locationInModule": {
|
|
26528
26710
|
"filename": "src/gitlab/configuration-model.ts",
|
|
26529
|
-
"line":
|
|
26711
|
+
"line": 507
|
|
26530
26712
|
},
|
|
26531
26713
|
"name": "VaultConfig",
|
|
26532
26714
|
"namespace": "gitlab",
|
|
@@ -26539,7 +26721,7 @@
|
|
|
26539
26721
|
"immutable": true,
|
|
26540
26722
|
"locationInModule": {
|
|
26541
26723
|
"filename": "src/gitlab/configuration-model.ts",
|
|
26542
|
-
"line":
|
|
26724
|
+
"line": 509
|
|
26543
26725
|
},
|
|
26544
26726
|
"name": "engine",
|
|
26545
26727
|
"type": {
|
|
@@ -26554,7 +26736,7 @@
|
|
|
26554
26736
|
"immutable": true,
|
|
26555
26737
|
"locationInModule": {
|
|
26556
26738
|
"filename": "src/gitlab/configuration-model.ts",
|
|
26557
|
-
"line":
|
|
26739
|
+
"line": 511
|
|
26558
26740
|
},
|
|
26559
26741
|
"name": "field",
|
|
26560
26742
|
"type": {
|
|
@@ -26570,7 +26752,7 @@
|
|
|
26570
26752
|
"immutable": true,
|
|
26571
26753
|
"locationInModule": {
|
|
26572
26754
|
"filename": "src/gitlab/configuration-model.ts",
|
|
26573
|
-
"line":
|
|
26755
|
+
"line": 513
|
|
26574
26756
|
},
|
|
26575
26757
|
"name": "path",
|
|
26576
26758
|
"type": {
|
|
@@ -26592,7 +26774,7 @@
|
|
|
26592
26774
|
"kind": "interface",
|
|
26593
26775
|
"locationInModule": {
|
|
26594
26776
|
"filename": "src/gitlab/configuration-model.ts",
|
|
26595
|
-
"line":
|
|
26777
|
+
"line": 588
|
|
26596
26778
|
},
|
|
26597
26779
|
"name": "Workflow",
|
|
26598
26780
|
"namespace": "gitlab",
|
|
@@ -26606,7 +26788,7 @@
|
|
|
26606
26788
|
"immutable": true,
|
|
26607
26789
|
"locationInModule": {
|
|
26608
26790
|
"filename": "src/gitlab/configuration-model.ts",
|
|
26609
|
-
"line":
|
|
26791
|
+
"line": 590
|
|
26610
26792
|
},
|
|
26611
26793
|
"name": "rules",
|
|
26612
26794
|
"optional": true,
|
|
@@ -26634,7 +26816,7 @@
|
|
|
26634
26816
|
"kind": "interface",
|
|
26635
26817
|
"locationInModule": {
|
|
26636
26818
|
"filename": "src/gitlab/configuration-model.ts",
|
|
26637
|
-
"line":
|
|
26819
|
+
"line": 597
|
|
26638
26820
|
},
|
|
26639
26821
|
"name": "WorkflowRule",
|
|
26640
26822
|
"namespace": "gitlab",
|
|
@@ -26647,7 +26829,7 @@
|
|
|
26647
26829
|
"immutable": true,
|
|
26648
26830
|
"locationInModule": {
|
|
26649
26831
|
"filename": "src/gitlab/configuration-model.ts",
|
|
26650
|
-
"line":
|
|
26832
|
+
"line": 599
|
|
26651
26833
|
},
|
|
26652
26834
|
"name": "changes",
|
|
26653
26835
|
"optional": true,
|
|
@@ -26668,7 +26850,7 @@
|
|
|
26668
26850
|
"immutable": true,
|
|
26669
26851
|
"locationInModule": {
|
|
26670
26852
|
"filename": "src/gitlab/configuration-model.ts",
|
|
26671
|
-
"line":
|
|
26853
|
+
"line": 601
|
|
26672
26854
|
},
|
|
26673
26855
|
"name": "exists",
|
|
26674
26856
|
"optional": true,
|
|
@@ -26689,7 +26871,7 @@
|
|
|
26689
26871
|
"immutable": true,
|
|
26690
26872
|
"locationInModule": {
|
|
26691
26873
|
"filename": "src/gitlab/configuration-model.ts",
|
|
26692
|
-
"line":
|
|
26874
|
+
"line": 603
|
|
26693
26875
|
},
|
|
26694
26876
|
"name": "if",
|
|
26695
26877
|
"optional": true,
|
|
@@ -26705,7 +26887,7 @@
|
|
|
26705
26887
|
"immutable": true,
|
|
26706
26888
|
"locationInModule": {
|
|
26707
26889
|
"filename": "src/gitlab/configuration-model.ts",
|
|
26708
|
-
"line":
|
|
26890
|
+
"line": 605
|
|
26709
26891
|
},
|
|
26710
26892
|
"name": "variables",
|
|
26711
26893
|
"optional": true,
|
|
@@ -26735,7 +26917,7 @@
|
|
|
26735
26917
|
"immutable": true,
|
|
26736
26918
|
"locationInModule": {
|
|
26737
26919
|
"filename": "src/gitlab/configuration-model.ts",
|
|
26738
|
-
"line":
|
|
26920
|
+
"line": 607
|
|
26739
26921
|
},
|
|
26740
26922
|
"name": "when",
|
|
26741
26923
|
"optional": true,
|
|
@@ -26758,7 +26940,7 @@
|
|
|
26758
26940
|
"kind": "enum",
|
|
26759
26941
|
"locationInModule": {
|
|
26760
26942
|
"filename": "src/gitlab/configuration-model.ts",
|
|
26761
|
-
"line":
|
|
26943
|
+
"line": 615
|
|
26762
26944
|
},
|
|
26763
26945
|
"members": [
|
|
26764
26946
|
{
|
|
@@ -45226,6 +45408,6 @@
|
|
|
45226
45408
|
"symbolId": "src/web/tailwind:TailwindConfigOptions"
|
|
45227
45409
|
}
|
|
45228
45410
|
},
|
|
45229
|
-
"version": "0.54.
|
|
45230
|
-
"fingerprint": "
|
|
45411
|
+
"version": "0.54.51",
|
|
45412
|
+
"fingerprint": "5L0IXtpPrOa6SQUR//vrZGgViivtl9KtVcXpbLxQNOM="
|
|
45231
45413
|
}
|