projen 0.71.61 → 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 +285 -190
- package/docs/api/API.md +27 -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/run-task.js +26 -17
- package/lib/sample-file.js +2 -2
- package/lib/semver.js +1 -1
- package/lib/source-code.js +1 -1
- package/lib/task-model.d.ts +11 -0
- package/lib/task-model.js +1 -1
- package/lib/task-runtime.js +29 -19
- package/lib/task.d.ts +5 -1
- package/lib/task.js +37 -17
- package/lib/tasks.d.ts +6 -0
- package/lib/tasks.js +24 -10
- 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
|
@@ -9043,7 +9043,7 @@
|
|
|
9043
9043
|
},
|
|
9044
9044
|
"locationInModule": {
|
|
9045
9045
|
"filename": "src/task.ts",
|
|
9046
|
-
"line":
|
|
9046
|
+
"line": 139
|
|
9047
9047
|
},
|
|
9048
9048
|
"name": "builtin",
|
|
9049
9049
|
"parameters": [
|
|
@@ -9065,7 +9065,7 @@
|
|
|
9065
9065
|
},
|
|
9066
9066
|
"locationInModule": {
|
|
9067
9067
|
"filename": "src/task.ts",
|
|
9068
|
-
"line":
|
|
9068
|
+
"line": 217
|
|
9069
9069
|
},
|
|
9070
9070
|
"name": "env",
|
|
9071
9071
|
"parameters": [
|
|
@@ -9097,7 +9097,7 @@
|
|
|
9097
9097
|
},
|
|
9098
9098
|
"locationInModule": {
|
|
9099
9099
|
"filename": "src/task.ts",
|
|
9100
|
-
"line":
|
|
9100
|
+
"line": 123
|
|
9101
9101
|
},
|
|
9102
9102
|
"name": "exec",
|
|
9103
9103
|
"parameters": [
|
|
@@ -9129,7 +9129,7 @@
|
|
|
9129
9129
|
},
|
|
9130
9130
|
"locationInModule": {
|
|
9131
9131
|
"filename": "src/task.ts",
|
|
9132
|
-
"line":
|
|
9132
|
+
"line": 84
|
|
9133
9133
|
},
|
|
9134
9134
|
"name": "lock"
|
|
9135
9135
|
},
|
|
@@ -9141,7 +9141,7 @@
|
|
|
9141
9141
|
},
|
|
9142
9142
|
"locationInModule": {
|
|
9143
9143
|
"filename": "src/task.ts",
|
|
9144
|
-
"line":
|
|
9144
|
+
"line": 160
|
|
9145
9145
|
},
|
|
9146
9146
|
"name": "prepend",
|
|
9147
9147
|
"parameters": [
|
|
@@ -9170,7 +9170,7 @@
|
|
|
9170
9170
|
},
|
|
9171
9171
|
"locationInModule": {
|
|
9172
9172
|
"filename": "src/task.ts",
|
|
9173
|
-
"line":
|
|
9173
|
+
"line": 178
|
|
9174
9174
|
},
|
|
9175
9175
|
"name": "prependExec",
|
|
9176
9176
|
"parameters": [
|
|
@@ -9199,7 +9199,7 @@
|
|
|
9199
9199
|
},
|
|
9200
9200
|
"locationInModule": {
|
|
9201
9201
|
"filename": "src/task.ts",
|
|
9202
|
-
"line":
|
|
9202
|
+
"line": 202
|
|
9203
9203
|
},
|
|
9204
9204
|
"name": "prependSay",
|
|
9205
9205
|
"parameters": [
|
|
@@ -9228,7 +9228,7 @@
|
|
|
9228
9228
|
},
|
|
9229
9229
|
"locationInModule": {
|
|
9230
9230
|
"filename": "src/task.ts",
|
|
9231
|
-
"line":
|
|
9231
|
+
"line": 190
|
|
9232
9232
|
},
|
|
9233
9233
|
"name": "prependSpawn",
|
|
9234
9234
|
"parameters": [
|
|
@@ -9257,7 +9257,7 @@
|
|
|
9257
9257
|
},
|
|
9258
9258
|
"locationInModule": {
|
|
9259
9259
|
"filename": "src/task.ts",
|
|
9260
|
-
"line":
|
|
9260
|
+
"line": 106
|
|
9261
9261
|
},
|
|
9262
9262
|
"name": "reset",
|
|
9263
9263
|
"parameters": [
|
|
@@ -9287,7 +9287,7 @@
|
|
|
9287
9287
|
},
|
|
9288
9288
|
"locationInModule": {
|
|
9289
9289
|
"filename": "src/task.ts",
|
|
9290
|
-
"line":
|
|
9290
|
+
"line": 149
|
|
9291
9291
|
},
|
|
9292
9292
|
"name": "say",
|
|
9293
9293
|
"parameters": [
|
|
@@ -9319,7 +9319,7 @@
|
|
|
9319
9319
|
},
|
|
9320
9320
|
"locationInModule": {
|
|
9321
9321
|
"filename": "src/task.ts",
|
|
9322
|
-
"line":
|
|
9322
|
+
"line": 169
|
|
9323
9323
|
},
|
|
9324
9324
|
"name": "spawn",
|
|
9325
9325
|
"parameters": [
|
|
@@ -9367,7 +9367,7 @@
|
|
|
9367
9367
|
"immutable": true,
|
|
9368
9368
|
"locationInModule": {
|
|
9369
9369
|
"filename": "src/task.ts",
|
|
9370
|
-
"line":
|
|
9370
|
+
"line": 225
|
|
9371
9371
|
},
|
|
9372
9372
|
"name": "steps",
|
|
9373
9373
|
"type": {
|
|
@@ -9404,7 +9404,7 @@
|
|
|
9404
9404
|
},
|
|
9405
9405
|
"locationInModule": {
|
|
9406
9406
|
"filename": "src/task.ts",
|
|
9407
|
-
"line":
|
|
9407
|
+
"line": 91
|
|
9408
9408
|
},
|
|
9409
9409
|
"name": "description",
|
|
9410
9410
|
"optional": true,
|
|
@@ -9893,7 +9893,7 @@
|
|
|
9893
9893
|
"kind": "interface",
|
|
9894
9894
|
"locationInModule": {
|
|
9895
9895
|
"filename": "src/task-model.ts",
|
|
9896
|
-
"line":
|
|
9896
|
+
"line": 137
|
|
9897
9897
|
},
|
|
9898
9898
|
"name": "TaskStep",
|
|
9899
9899
|
"properties": [
|
|
@@ -9908,7 +9908,7 @@
|
|
|
9908
9908
|
"immutable": true,
|
|
9909
9909
|
"locationInModule": {
|
|
9910
9910
|
"filename": "src/task-model.ts",
|
|
9911
|
-
"line":
|
|
9911
|
+
"line": 170
|
|
9912
9912
|
},
|
|
9913
9913
|
"name": "builtin",
|
|
9914
9914
|
"optional": true,
|
|
@@ -9926,7 +9926,7 @@
|
|
|
9926
9926
|
"immutable": true,
|
|
9927
9927
|
"locationInModule": {
|
|
9928
9928
|
"filename": "src/task-model.ts",
|
|
9929
|
-
"line":
|
|
9929
|
+
"line": 143
|
|
9930
9930
|
},
|
|
9931
9931
|
"name": "exec",
|
|
9932
9932
|
"optional": true,
|
|
@@ -9944,7 +9944,7 @@
|
|
|
9944
9944
|
"immutable": true,
|
|
9945
9945
|
"locationInModule": {
|
|
9946
9946
|
"filename": "src/task-model.ts",
|
|
9947
|
-
"line":
|
|
9947
|
+
"line": 156
|
|
9948
9948
|
},
|
|
9949
9949
|
"name": "say",
|
|
9950
9950
|
"optional": true,
|
|
@@ -9962,7 +9962,7 @@
|
|
|
9962
9962
|
"immutable": true,
|
|
9963
9963
|
"locationInModule": {
|
|
9964
9964
|
"filename": "src/task-model.ts",
|
|
9965
|
-
"line":
|
|
9965
|
+
"line": 150
|
|
9966
9966
|
},
|
|
9967
9967
|
"name": "spawn",
|
|
9968
9968
|
"optional": true,
|
|
@@ -10031,6 +10031,31 @@
|
|
|
10031
10031
|
"primitive": "string"
|
|
10032
10032
|
}
|
|
10033
10033
|
},
|
|
10034
|
+
{
|
|
10035
|
+
"abstract": true,
|
|
10036
|
+
"docs": {
|
|
10037
|
+
"default": "- no environment variables defined in step",
|
|
10038
|
+
"example": "{ \"foo\": \"bar\", \"boo\": \"$(echo baz)\" }",
|
|
10039
|
+
"remarks": "Values in this map can be simple, literal values or shell expressions that will be evaluated at runtime e.g. `$(echo \"foo\")`.",
|
|
10040
|
+
"stability": "experimental",
|
|
10041
|
+
"summary": "Defines environment variables for the execution of this step (`exec` and `builtin` only)."
|
|
10042
|
+
},
|
|
10043
|
+
"immutable": true,
|
|
10044
|
+
"locationInModule": {
|
|
10045
|
+
"filename": "src/task-model.ts",
|
|
10046
|
+
"line": 130
|
|
10047
|
+
},
|
|
10048
|
+
"name": "env",
|
|
10049
|
+
"optional": true,
|
|
10050
|
+
"type": {
|
|
10051
|
+
"collection": {
|
|
10052
|
+
"elementtype": {
|
|
10053
|
+
"primitive": "string"
|
|
10054
|
+
},
|
|
10055
|
+
"kind": "map"
|
|
10056
|
+
}
|
|
10057
|
+
}
|
|
10058
|
+
},
|
|
10034
10059
|
{
|
|
10035
10060
|
"abstract": true,
|
|
10036
10061
|
"docs": {
|
|
@@ -10087,7 +10112,7 @@
|
|
|
10087
10112
|
},
|
|
10088
10113
|
"locationInModule": {
|
|
10089
10114
|
"filename": "src/tasks.ts",
|
|
10090
|
-
"line":
|
|
10115
|
+
"line": 21
|
|
10091
10116
|
},
|
|
10092
10117
|
"parameters": [
|
|
10093
10118
|
{
|
|
@@ -10101,7 +10126,7 @@
|
|
|
10101
10126
|
"kind": "class",
|
|
10102
10127
|
"locationInModule": {
|
|
10103
10128
|
"filename": "src/tasks.ts",
|
|
10104
|
-
"line":
|
|
10129
|
+
"line": 17
|
|
10105
10130
|
},
|
|
10106
10131
|
"methods": [
|
|
10107
10132
|
{
|
|
@@ -10111,7 +10136,7 @@
|
|
|
10111
10136
|
},
|
|
10112
10137
|
"locationInModule": {
|
|
10113
10138
|
"filename": "src/tasks.ts",
|
|
10114
|
-
"line":
|
|
10139
|
+
"line": 91
|
|
10115
10140
|
},
|
|
10116
10141
|
"name": "addEnvironment",
|
|
10117
10142
|
"parameters": [
|
|
@@ -10142,7 +10167,7 @@
|
|
|
10142
10167
|
},
|
|
10143
10168
|
"locationInModule": {
|
|
10144
10169
|
"filename": "src/tasks.ts",
|
|
10145
|
-
"line":
|
|
10170
|
+
"line": 48
|
|
10146
10171
|
},
|
|
10147
10172
|
"name": "addTask",
|
|
10148
10173
|
"parameters": [
|
|
@@ -10180,7 +10205,7 @@
|
|
|
10180
10205
|
},
|
|
10181
10206
|
"locationInModule": {
|
|
10182
10207
|
"filename": "src/tasks.ts",
|
|
10183
|
-
"line":
|
|
10208
|
+
"line": 66
|
|
10184
10209
|
},
|
|
10185
10210
|
"name": "removeTask",
|
|
10186
10211
|
"parameters": [
|
|
@@ -10208,7 +10233,7 @@
|
|
|
10208
10233
|
},
|
|
10209
10234
|
"locationInModule": {
|
|
10210
10235
|
"filename": "src/tasks.ts",
|
|
10211
|
-
"line":
|
|
10236
|
+
"line": 112
|
|
10212
10237
|
},
|
|
10213
10238
|
"name": "synthesize",
|
|
10214
10239
|
"overrides": "projen.Component"
|
|
@@ -10221,7 +10246,7 @@
|
|
|
10221
10246
|
},
|
|
10222
10247
|
"locationInModule": {
|
|
10223
10248
|
"filename": "src/tasks.ts",
|
|
10224
|
-
"line":
|
|
10249
|
+
"line": 108
|
|
10225
10250
|
},
|
|
10226
10251
|
"name": "tryFind",
|
|
10227
10252
|
"parameters": [
|
|
@@ -10253,7 +10278,7 @@
|
|
|
10253
10278
|
"immutable": true,
|
|
10254
10279
|
"locationInModule": {
|
|
10255
10280
|
"filename": "src/tasks.ts",
|
|
10256
|
-
"line":
|
|
10281
|
+
"line": 39
|
|
10257
10282
|
},
|
|
10258
10283
|
"name": "all",
|
|
10259
10284
|
"type": {
|
|
@@ -10273,7 +10298,7 @@
|
|
|
10273
10298
|
"immutable": true,
|
|
10274
10299
|
"locationInModule": {
|
|
10275
10300
|
"filename": "src/tasks.ts",
|
|
10276
|
-
"line":
|
|
10301
|
+
"line": 98
|
|
10277
10302
|
},
|
|
10278
10303
|
"name": "env",
|
|
10279
10304
|
"type": {
|
|
@@ -28756,7 +28781,7 @@
|
|
|
28756
28781
|
"kind": "enum",
|
|
28757
28782
|
"locationInModule": {
|
|
28758
28783
|
"filename": "src/gitlab/configuration-model.ts",
|
|
28759
|
-
"line":
|
|
28784
|
+
"line": 363
|
|
28760
28785
|
},
|
|
28761
28786
|
"members": [
|
|
28762
28787
|
{
|
|
@@ -28795,7 +28820,7 @@
|
|
|
28795
28820
|
"kind": "interface",
|
|
28796
28821
|
"locationInModule": {
|
|
28797
28822
|
"filename": "src/gitlab/configuration-model.ts",
|
|
28798
|
-
"line":
|
|
28823
|
+
"line": 254
|
|
28799
28824
|
},
|
|
28800
28825
|
"name": "AllowFailure",
|
|
28801
28826
|
"namespace": "gitlab",
|
|
@@ -28808,7 +28833,7 @@
|
|
|
28808
28833
|
"immutable": true,
|
|
28809
28834
|
"locationInModule": {
|
|
28810
28835
|
"filename": "src/gitlab/configuration-model.ts",
|
|
28811
|
-
"line":
|
|
28836
|
+
"line": 255
|
|
28812
28837
|
},
|
|
28813
28838
|
"name": "exitCodes",
|
|
28814
28839
|
"type": {
|
|
@@ -29013,7 +29038,7 @@
|
|
|
29013
29038
|
"kind": "interface",
|
|
29014
29039
|
"locationInModule": {
|
|
29015
29040
|
"filename": "src/gitlab/configuration-model.ts",
|
|
29016
|
-
"line":
|
|
29041
|
+
"line": 479
|
|
29017
29042
|
},
|
|
29018
29043
|
"name": "Assets",
|
|
29019
29044
|
"namespace": "gitlab",
|
|
@@ -29027,7 +29052,7 @@
|
|
|
29027
29052
|
"immutable": true,
|
|
29028
29053
|
"locationInModule": {
|
|
29029
29054
|
"filename": "src/gitlab/configuration-model.ts",
|
|
29030
|
-
"line":
|
|
29055
|
+
"line": 481
|
|
29031
29056
|
},
|
|
29032
29057
|
"name": "links",
|
|
29033
29058
|
"type": {
|
|
@@ -29950,6 +29975,58 @@
|
|
|
29950
29975
|
],
|
|
29951
29976
|
"symbolId": "src/gitlab/configuration:CiConfigurationOptions"
|
|
29952
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
|
+
},
|
|
29953
30030
|
"projen.gitlab.Default": {
|
|
29954
30031
|
"assembly": "projen",
|
|
29955
30032
|
"datatype": true,
|
|
@@ -30160,7 +30237,7 @@
|
|
|
30160
30237
|
"kind": "enum",
|
|
30161
30238
|
"locationInModule": {
|
|
30162
30239
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30163
|
-
"line":
|
|
30240
|
+
"line": 424
|
|
30164
30241
|
},
|
|
30165
30242
|
"members": [
|
|
30166
30243
|
{
|
|
@@ -30238,7 +30315,7 @@
|
|
|
30238
30315
|
"kind": "enum",
|
|
30239
30316
|
"locationInModule": {
|
|
30240
30317
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30241
|
-
"line":
|
|
30318
|
+
"line": 373
|
|
30242
30319
|
},
|
|
30243
30320
|
"members": [
|
|
30244
30321
|
{
|
|
@@ -30287,7 +30364,7 @@
|
|
|
30287
30364
|
"kind": "interface",
|
|
30288
30365
|
"locationInModule": {
|
|
30289
30366
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30290
|
-
"line":
|
|
30367
|
+
"line": 532
|
|
30291
30368
|
},
|
|
30292
30369
|
"name": "Engine",
|
|
30293
30370
|
"namespace": "gitlab",
|
|
@@ -30301,7 +30378,7 @@
|
|
|
30301
30378
|
"immutable": true,
|
|
30302
30379
|
"locationInModule": {
|
|
30303
30380
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30304
|
-
"line":
|
|
30381
|
+
"line": 534
|
|
30305
30382
|
},
|
|
30306
30383
|
"name": "name",
|
|
30307
30384
|
"type": {
|
|
@@ -30317,7 +30394,7 @@
|
|
|
30317
30394
|
"immutable": true,
|
|
30318
30395
|
"locationInModule": {
|
|
30319
30396
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30320
|
-
"line":
|
|
30397
|
+
"line": 536
|
|
30321
30398
|
},
|
|
30322
30399
|
"name": "path",
|
|
30323
30400
|
"type": {
|
|
@@ -30338,7 +30415,7 @@
|
|
|
30338
30415
|
"kind": "interface",
|
|
30339
30416
|
"locationInModule": {
|
|
30340
30417
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30341
|
-
"line":
|
|
30418
|
+
"line": 341
|
|
30342
30419
|
},
|
|
30343
30420
|
"name": "Environment",
|
|
30344
30421
|
"namespace": "gitlab",
|
|
@@ -30352,7 +30429,7 @@
|
|
|
30352
30429
|
"immutable": true,
|
|
30353
30430
|
"locationInModule": {
|
|
30354
30431
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30355
|
-
"line":
|
|
30432
|
+
"line": 351
|
|
30356
30433
|
},
|
|
30357
30434
|
"name": "name",
|
|
30358
30435
|
"type": {
|
|
@@ -30369,7 +30446,7 @@
|
|
|
30369
30446
|
"immutable": true,
|
|
30370
30447
|
"locationInModule": {
|
|
30371
30448
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30372
|
-
"line":
|
|
30449
|
+
"line": 343
|
|
30373
30450
|
},
|
|
30374
30451
|
"name": "action",
|
|
30375
30452
|
"optional": true,
|
|
@@ -30387,7 +30464,7 @@
|
|
|
30387
30464
|
"immutable": true,
|
|
30388
30465
|
"locationInModule": {
|
|
30389
30466
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30390
|
-
"line":
|
|
30467
|
+
"line": 345
|
|
30391
30468
|
},
|
|
30392
30469
|
"name": "autoStopIn",
|
|
30393
30470
|
"optional": true,
|
|
@@ -30404,7 +30481,7 @@
|
|
|
30404
30481
|
"immutable": true,
|
|
30405
30482
|
"locationInModule": {
|
|
30406
30483
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30407
|
-
"line":
|
|
30484
|
+
"line": 347
|
|
30408
30485
|
},
|
|
30409
30486
|
"name": "deploymentTier",
|
|
30410
30487
|
"optional": true,
|
|
@@ -30422,7 +30499,7 @@
|
|
|
30422
30499
|
"immutable": true,
|
|
30423
30500
|
"locationInModule": {
|
|
30424
30501
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30425
|
-
"line":
|
|
30502
|
+
"line": 349
|
|
30426
30503
|
},
|
|
30427
30504
|
"name": "kubernetes",
|
|
30428
30505
|
"optional": true,
|
|
@@ -30439,7 +30516,7 @@
|
|
|
30439
30516
|
"immutable": true,
|
|
30440
30517
|
"locationInModule": {
|
|
30441
30518
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30442
|
-
"line":
|
|
30519
|
+
"line": 353
|
|
30443
30520
|
},
|
|
30444
30521
|
"name": "onStop",
|
|
30445
30522
|
"optional": true,
|
|
@@ -30456,7 +30533,7 @@
|
|
|
30456
30533
|
"immutable": true,
|
|
30457
30534
|
"locationInModule": {
|
|
30458
30535
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30459
|
-
"line":
|
|
30536
|
+
"line": 355
|
|
30460
30537
|
},
|
|
30461
30538
|
"name": "url",
|
|
30462
30539
|
"optional": true,
|
|
@@ -30478,7 +30555,7 @@
|
|
|
30478
30555
|
"kind": "interface",
|
|
30479
30556
|
"locationInModule": {
|
|
30480
30557
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30481
|
-
"line":
|
|
30558
|
+
"line": 393
|
|
30482
30559
|
},
|
|
30483
30560
|
"name": "Filter",
|
|
30484
30561
|
"namespace": "gitlab",
|
|
@@ -30492,7 +30569,7 @@
|
|
|
30492
30569
|
"immutable": true,
|
|
30493
30570
|
"locationInModule": {
|
|
30494
30571
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30495
|
-
"line":
|
|
30572
|
+
"line": 395
|
|
30496
30573
|
},
|
|
30497
30574
|
"name": "changes",
|
|
30498
30575
|
"optional": true,
|
|
@@ -30514,7 +30591,7 @@
|
|
|
30514
30591
|
"immutable": true,
|
|
30515
30592
|
"locationInModule": {
|
|
30516
30593
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30517
|
-
"line":
|
|
30594
|
+
"line": 397
|
|
30518
30595
|
},
|
|
30519
30596
|
"name": "kubernetes",
|
|
30520
30597
|
"optional": true,
|
|
@@ -30531,7 +30608,7 @@
|
|
|
30531
30608
|
"immutable": true,
|
|
30532
30609
|
"locationInModule": {
|
|
30533
30610
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30534
|
-
"line":
|
|
30611
|
+
"line": 399
|
|
30535
30612
|
},
|
|
30536
30613
|
"name": "refs",
|
|
30537
30614
|
"optional": true,
|
|
@@ -30554,7 +30631,7 @@
|
|
|
30554
30631
|
"immutable": true,
|
|
30555
30632
|
"locationInModule": {
|
|
30556
30633
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30557
|
-
"line":
|
|
30634
|
+
"line": 401
|
|
30558
30635
|
},
|
|
30559
30636
|
"name": "variables",
|
|
30560
30637
|
"optional": true,
|
|
@@ -30678,7 +30755,7 @@
|
|
|
30678
30755
|
"kind": "interface",
|
|
30679
30756
|
"locationInModule": {
|
|
30680
30757
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30681
|
-
"line":
|
|
30758
|
+
"line": 172
|
|
30682
30759
|
},
|
|
30683
30760
|
"name": "Image",
|
|
30684
30761
|
"namespace": "gitlab",
|
|
@@ -30693,7 +30770,7 @@
|
|
|
30693
30770
|
"immutable": true,
|
|
30694
30771
|
"locationInModule": {
|
|
30695
30772
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30696
|
-
"line":
|
|
30773
|
+
"line": 176
|
|
30697
30774
|
},
|
|
30698
30775
|
"name": "name",
|
|
30699
30776
|
"type": {
|
|
@@ -30710,7 +30787,7 @@
|
|
|
30710
30787
|
"immutable": true,
|
|
30711
30788
|
"locationInModule": {
|
|
30712
30789
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30713
|
-
"line":
|
|
30790
|
+
"line": 174
|
|
30714
30791
|
},
|
|
30715
30792
|
"name": "entrypoint",
|
|
30716
30793
|
"optional": true,
|
|
@@ -30738,7 +30815,7 @@
|
|
|
30738
30815
|
"kind": "interface",
|
|
30739
30816
|
"locationInModule": {
|
|
30740
30817
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30741
|
-
"line":
|
|
30818
|
+
"line": 209
|
|
30742
30819
|
},
|
|
30743
30820
|
"name": "Include",
|
|
30744
30821
|
"namespace": "gitlab",
|
|
@@ -30753,7 +30830,7 @@
|
|
|
30753
30830
|
"immutable": true,
|
|
30754
30831
|
"locationInModule": {
|
|
30755
30832
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30756
|
-
"line":
|
|
30833
|
+
"line": 215
|
|
30757
30834
|
},
|
|
30758
30835
|
"name": "file",
|
|
30759
30836
|
"optional": true,
|
|
@@ -30776,7 +30853,7 @@
|
|
|
30776
30853
|
"immutable": true,
|
|
30777
30854
|
"locationInModule": {
|
|
30778
30855
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30779
|
-
"line":
|
|
30856
|
+
"line": 211
|
|
30780
30857
|
},
|
|
30781
30858
|
"name": "local",
|
|
30782
30859
|
"optional": true,
|
|
@@ -30793,7 +30870,7 @@
|
|
|
30793
30870
|
"immutable": true,
|
|
30794
30871
|
"locationInModule": {
|
|
30795
30872
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30796
|
-
"line":
|
|
30873
|
+
"line": 217
|
|
30797
30874
|
},
|
|
30798
30875
|
"name": "project",
|
|
30799
30876
|
"optional": true,
|
|
@@ -30810,7 +30887,7 @@
|
|
|
30810
30887
|
"immutable": true,
|
|
30811
30888
|
"locationInModule": {
|
|
30812
30889
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30813
|
-
"line":
|
|
30890
|
+
"line": 219
|
|
30814
30891
|
},
|
|
30815
30892
|
"name": "ref",
|
|
30816
30893
|
"optional": true,
|
|
@@ -30827,7 +30904,7 @@
|
|
|
30827
30904
|
"immutable": true,
|
|
30828
30905
|
"locationInModule": {
|
|
30829
30906
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30830
|
-
"line":
|
|
30907
|
+
"line": 223
|
|
30831
30908
|
},
|
|
30832
30909
|
"name": "remote",
|
|
30833
30910
|
"optional": true,
|
|
@@ -30844,7 +30921,7 @@
|
|
|
30844
30921
|
"immutable": true,
|
|
30845
30922
|
"locationInModule": {
|
|
30846
30923
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30847
|
-
"line":
|
|
30924
|
+
"line": 213
|
|
30848
30925
|
},
|
|
30849
30926
|
"name": "rules",
|
|
30850
30927
|
"optional": true,
|
|
@@ -30866,7 +30943,7 @@
|
|
|
30866
30943
|
"immutable": true,
|
|
30867
30944
|
"locationInModule": {
|
|
30868
30945
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30869
|
-
"line":
|
|
30946
|
+
"line": 221
|
|
30870
30947
|
},
|
|
30871
30948
|
"name": "template",
|
|
30872
30949
|
"optional": true,
|
|
@@ -30889,7 +30966,7 @@
|
|
|
30889
30966
|
"kind": "interface",
|
|
30890
30967
|
"locationInModule": {
|
|
30891
30968
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30892
|
-
"line":
|
|
30969
|
+
"line": 231
|
|
30893
30970
|
},
|
|
30894
30971
|
"name": "IncludeRule",
|
|
30895
30972
|
"namespace": "gitlab",
|
|
@@ -30902,7 +30979,7 @@
|
|
|
30902
30979
|
"immutable": true,
|
|
30903
30980
|
"locationInModule": {
|
|
30904
30981
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30905
|
-
"line":
|
|
30982
|
+
"line": 233
|
|
30906
30983
|
},
|
|
30907
30984
|
"name": "allowFailure",
|
|
30908
30985
|
"optional": true,
|
|
@@ -30927,7 +31004,7 @@
|
|
|
30927
31004
|
"immutable": true,
|
|
30928
31005
|
"locationInModule": {
|
|
30929
31006
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30930
|
-
"line":
|
|
31007
|
+
"line": 235
|
|
30931
31008
|
},
|
|
30932
31009
|
"name": "changes",
|
|
30933
31010
|
"optional": true,
|
|
@@ -30948,7 +31025,7 @@
|
|
|
30948
31025
|
"immutable": true,
|
|
30949
31026
|
"locationInModule": {
|
|
30950
31027
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30951
|
-
"line":
|
|
31028
|
+
"line": 237
|
|
30952
31029
|
},
|
|
30953
31030
|
"name": "exists",
|
|
30954
31031
|
"optional": true,
|
|
@@ -30969,7 +31046,7 @@
|
|
|
30969
31046
|
"immutable": true,
|
|
30970
31047
|
"locationInModule": {
|
|
30971
31048
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30972
|
-
"line":
|
|
31049
|
+
"line": 239
|
|
30973
31050
|
},
|
|
30974
31051
|
"name": "if",
|
|
30975
31052
|
"optional": true,
|
|
@@ -30985,7 +31062,7 @@
|
|
|
30985
31062
|
"immutable": true,
|
|
30986
31063
|
"locationInModule": {
|
|
30987
31064
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30988
|
-
"line":
|
|
31065
|
+
"line": 241
|
|
30989
31066
|
},
|
|
30990
31067
|
"name": "startIn",
|
|
30991
31068
|
"optional": true,
|
|
@@ -31001,7 +31078,7 @@
|
|
|
31001
31078
|
"immutable": true,
|
|
31002
31079
|
"locationInModule": {
|
|
31003
31080
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31004
|
-
"line":
|
|
31081
|
+
"line": 243
|
|
31005
31082
|
},
|
|
31006
31083
|
"name": "variables",
|
|
31007
31084
|
"optional": true,
|
|
@@ -31031,7 +31108,7 @@
|
|
|
31031
31108
|
"immutable": true,
|
|
31032
31109
|
"locationInModule": {
|
|
31033
31110
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31034
|
-
"line":
|
|
31111
|
+
"line": 245
|
|
31035
31112
|
},
|
|
31036
31113
|
"name": "when",
|
|
31037
31114
|
"optional": true,
|
|
@@ -31054,7 +31131,7 @@
|
|
|
31054
31131
|
"kind": "interface",
|
|
31055
31132
|
"locationInModule": {
|
|
31056
31133
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31057
|
-
"line":
|
|
31134
|
+
"line": 417
|
|
31058
31135
|
},
|
|
31059
31136
|
"name": "Inherit",
|
|
31060
31137
|
"namespace": "gitlab",
|
|
@@ -31069,7 +31146,7 @@
|
|
|
31069
31146
|
"immutable": true,
|
|
31070
31147
|
"locationInModule": {
|
|
31071
31148
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31072
|
-
"line":
|
|
31149
|
+
"line": 419
|
|
31073
31150
|
},
|
|
31074
31151
|
"name": "default",
|
|
31075
31152
|
"optional": true,
|
|
@@ -31101,7 +31178,7 @@
|
|
|
31101
31178
|
"immutable": true,
|
|
31102
31179
|
"locationInModule": {
|
|
31103
31180
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31104
|
-
"line":
|
|
31181
|
+
"line": 421
|
|
31105
31182
|
},
|
|
31106
31183
|
"name": "variables",
|
|
31107
31184
|
"optional": true,
|
|
@@ -31138,7 +31215,7 @@
|
|
|
31138
31215
|
"kind": "interface",
|
|
31139
31216
|
"locationInModule": {
|
|
31140
31217
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31141
|
-
"line":
|
|
31218
|
+
"line": 275
|
|
31142
31219
|
},
|
|
31143
31220
|
"name": "Job",
|
|
31144
31221
|
"namespace": "gitlab",
|
|
@@ -31151,7 +31228,7 @@
|
|
|
31151
31228
|
"immutable": true,
|
|
31152
31229
|
"locationInModule": {
|
|
31153
31230
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31154
|
-
"line":
|
|
31231
|
+
"line": 277
|
|
31155
31232
|
},
|
|
31156
31233
|
"name": "afterScript",
|
|
31157
31234
|
"optional": true,
|
|
@@ -31173,7 +31250,7 @@
|
|
|
31173
31250
|
"immutable": true,
|
|
31174
31251
|
"locationInModule": {
|
|
31175
31252
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31176
|
-
"line":
|
|
31253
|
+
"line": 279
|
|
31177
31254
|
},
|
|
31178
31255
|
"name": "allowFailure",
|
|
31179
31256
|
"optional": true,
|
|
@@ -31198,7 +31275,7 @@
|
|
|
31198
31275
|
"immutable": true,
|
|
31199
31276
|
"locationInModule": {
|
|
31200
31277
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31201
|
-
"line":
|
|
31278
|
+
"line": 281
|
|
31202
31279
|
},
|
|
31203
31280
|
"name": "artifacts",
|
|
31204
31281
|
"optional": true,
|
|
@@ -31214,7 +31291,7 @@
|
|
|
31214
31291
|
"immutable": true,
|
|
31215
31292
|
"locationInModule": {
|
|
31216
31293
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31217
|
-
"line":
|
|
31294
|
+
"line": 283
|
|
31218
31295
|
},
|
|
31219
31296
|
"name": "beforeScript",
|
|
31220
31297
|
"optional": true,
|
|
@@ -31235,7 +31312,7 @@
|
|
|
31235
31312
|
"immutable": true,
|
|
31236
31313
|
"locationInModule": {
|
|
31237
31314
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31238
|
-
"line":
|
|
31315
|
+
"line": 285
|
|
31239
31316
|
},
|
|
31240
31317
|
"name": "cache",
|
|
31241
31318
|
"optional": true,
|
|
@@ -31253,7 +31330,7 @@
|
|
|
31253
31330
|
"immutable": true,
|
|
31254
31331
|
"locationInModule": {
|
|
31255
31332
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31256
|
-
"line":
|
|
31333
|
+
"line": 287
|
|
31257
31334
|
},
|
|
31258
31335
|
"name": "coverage",
|
|
31259
31336
|
"optional": true,
|
|
@@ -31271,7 +31348,7 @@
|
|
|
31271
31348
|
"immutable": true,
|
|
31272
31349
|
"locationInModule": {
|
|
31273
31350
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31274
|
-
"line":
|
|
31351
|
+
"line": 289
|
|
31275
31352
|
},
|
|
31276
31353
|
"name": "dependencies",
|
|
31277
31354
|
"optional": true,
|
|
@@ -31294,7 +31371,7 @@
|
|
|
31294
31371
|
"immutable": true,
|
|
31295
31372
|
"locationInModule": {
|
|
31296
31373
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31297
|
-
"line":
|
|
31374
|
+
"line": 291
|
|
31298
31375
|
},
|
|
31299
31376
|
"name": "environment",
|
|
31300
31377
|
"optional": true,
|
|
@@ -31320,7 +31397,7 @@
|
|
|
31320
31397
|
"immutable": true,
|
|
31321
31398
|
"locationInModule": {
|
|
31322
31399
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31323
|
-
"line":
|
|
31400
|
+
"line": 293
|
|
31324
31401
|
},
|
|
31325
31402
|
"name": "except",
|
|
31326
31403
|
"optional": true,
|
|
@@ -31351,7 +31428,7 @@
|
|
|
31351
31428
|
"immutable": true,
|
|
31352
31429
|
"locationInModule": {
|
|
31353
31430
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31354
|
-
"line":
|
|
31431
|
+
"line": 295
|
|
31355
31432
|
},
|
|
31356
31433
|
"name": "extends",
|
|
31357
31434
|
"optional": true,
|
|
@@ -31372,7 +31449,7 @@
|
|
|
31372
31449
|
"immutable": true,
|
|
31373
31450
|
"locationInModule": {
|
|
31374
31451
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31375
|
-
"line":
|
|
31452
|
+
"line": 297
|
|
31376
31453
|
},
|
|
31377
31454
|
"name": "image",
|
|
31378
31455
|
"optional": true,
|
|
@@ -31390,7 +31467,7 @@
|
|
|
31390
31467
|
"immutable": true,
|
|
31391
31468
|
"locationInModule": {
|
|
31392
31469
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31393
|
-
"line":
|
|
31470
|
+
"line": 299
|
|
31394
31471
|
},
|
|
31395
31472
|
"name": "inherit",
|
|
31396
31473
|
"optional": true,
|
|
@@ -31406,7 +31483,7 @@
|
|
|
31406
31483
|
"immutable": true,
|
|
31407
31484
|
"locationInModule": {
|
|
31408
31485
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31409
|
-
"line":
|
|
31486
|
+
"line": 301
|
|
31410
31487
|
},
|
|
31411
31488
|
"name": "interruptible",
|
|
31412
31489
|
"optional": true,
|
|
@@ -31423,7 +31500,7 @@
|
|
|
31423
31500
|
"immutable": true,
|
|
31424
31501
|
"locationInModule": {
|
|
31425
31502
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31426
|
-
"line":
|
|
31503
|
+
"line": 303
|
|
31427
31504
|
},
|
|
31428
31505
|
"name": "needs",
|
|
31429
31506
|
"optional": true,
|
|
@@ -31454,7 +31531,7 @@
|
|
|
31454
31531
|
"immutable": true,
|
|
31455
31532
|
"locationInModule": {
|
|
31456
31533
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31457
|
-
"line":
|
|
31534
|
+
"line": 305
|
|
31458
31535
|
},
|
|
31459
31536
|
"name": "only",
|
|
31460
31537
|
"optional": true,
|
|
@@ -31485,7 +31562,7 @@
|
|
|
31485
31562
|
"immutable": true,
|
|
31486
31563
|
"locationInModule": {
|
|
31487
31564
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31488
|
-
"line":
|
|
31565
|
+
"line": 307
|
|
31489
31566
|
},
|
|
31490
31567
|
"name": "parallel",
|
|
31491
31568
|
"optional": true,
|
|
@@ -31511,7 +31588,7 @@
|
|
|
31511
31588
|
"immutable": true,
|
|
31512
31589
|
"locationInModule": {
|
|
31513
31590
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31514
|
-
"line":
|
|
31591
|
+
"line": 309
|
|
31515
31592
|
},
|
|
31516
31593
|
"name": "release",
|
|
31517
31594
|
"optional": true,
|
|
@@ -31529,7 +31606,7 @@
|
|
|
31529
31606
|
"immutable": true,
|
|
31530
31607
|
"locationInModule": {
|
|
31531
31608
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31532
|
-
"line":
|
|
31609
|
+
"line": 311
|
|
31533
31610
|
},
|
|
31534
31611
|
"name": "resourceGroup",
|
|
31535
31612
|
"optional": true,
|
|
@@ -31545,7 +31622,7 @@
|
|
|
31545
31622
|
"immutable": true,
|
|
31546
31623
|
"locationInModule": {
|
|
31547
31624
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31548
|
-
"line":
|
|
31625
|
+
"line": 313
|
|
31549
31626
|
},
|
|
31550
31627
|
"name": "retry",
|
|
31551
31628
|
"optional": true,
|
|
@@ -31562,7 +31639,7 @@
|
|
|
31562
31639
|
"immutable": true,
|
|
31563
31640
|
"locationInModule": {
|
|
31564
31641
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31565
|
-
"line":
|
|
31642
|
+
"line": 315
|
|
31566
31643
|
},
|
|
31567
31644
|
"name": "rules",
|
|
31568
31645
|
"optional": true,
|
|
@@ -31585,7 +31662,7 @@
|
|
|
31585
31662
|
"immutable": true,
|
|
31586
31663
|
"locationInModule": {
|
|
31587
31664
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31588
|
-
"line":
|
|
31665
|
+
"line": 317
|
|
31589
31666
|
},
|
|
31590
31667
|
"name": "script",
|
|
31591
31668
|
"optional": true,
|
|
@@ -31607,7 +31684,7 @@
|
|
|
31607
31684
|
"immutable": true,
|
|
31608
31685
|
"locationInModule": {
|
|
31609
31686
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31610
|
-
"line":
|
|
31687
|
+
"line": 319
|
|
31611
31688
|
},
|
|
31612
31689
|
"name": "secrets",
|
|
31613
31690
|
"optional": true,
|
|
@@ -31633,7 +31710,7 @@
|
|
|
31633
31710
|
"immutable": true,
|
|
31634
31711
|
"locationInModule": {
|
|
31635
31712
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31636
|
-
"line":
|
|
31713
|
+
"line": 321
|
|
31637
31714
|
},
|
|
31638
31715
|
"name": "services",
|
|
31639
31716
|
"optional": true,
|
|
@@ -31655,7 +31732,7 @@
|
|
|
31655
31732
|
"immutable": true,
|
|
31656
31733
|
"locationInModule": {
|
|
31657
31734
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31658
|
-
"line":
|
|
31735
|
+
"line": 323
|
|
31659
31736
|
},
|
|
31660
31737
|
"name": "stage",
|
|
31661
31738
|
"optional": true,
|
|
@@ -31671,7 +31748,7 @@
|
|
|
31671
31748
|
"immutable": true,
|
|
31672
31749
|
"locationInModule": {
|
|
31673
31750
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31674
|
-
"line":
|
|
31751
|
+
"line": 325
|
|
31675
31752
|
},
|
|
31676
31753
|
"name": "startIn",
|
|
31677
31754
|
"optional": true,
|
|
@@ -31687,7 +31764,7 @@
|
|
|
31687
31764
|
"immutable": true,
|
|
31688
31765
|
"locationInModule": {
|
|
31689
31766
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31690
|
-
"line":
|
|
31767
|
+
"line": 327
|
|
31691
31768
|
},
|
|
31692
31769
|
"name": "tags",
|
|
31693
31770
|
"optional": true,
|
|
@@ -31708,7 +31785,7 @@
|
|
|
31708
31785
|
"immutable": true,
|
|
31709
31786
|
"locationInModule": {
|
|
31710
31787
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31711
|
-
"line":
|
|
31788
|
+
"line": 329
|
|
31712
31789
|
},
|
|
31713
31790
|
"name": "timeout",
|
|
31714
31791
|
"optional": true,
|
|
@@ -31726,7 +31803,7 @@
|
|
|
31726
31803
|
"immutable": true,
|
|
31727
31804
|
"locationInModule": {
|
|
31728
31805
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31729
|
-
"line":
|
|
31806
|
+
"line": 331
|
|
31730
31807
|
},
|
|
31731
31808
|
"name": "trigger",
|
|
31732
31809
|
"optional": true,
|
|
@@ -31752,7 +31829,7 @@
|
|
|
31752
31829
|
"immutable": true,
|
|
31753
31830
|
"locationInModule": {
|
|
31754
31831
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31755
|
-
"line":
|
|
31832
|
+
"line": 333
|
|
31756
31833
|
},
|
|
31757
31834
|
"name": "variables",
|
|
31758
31835
|
"optional": true,
|
|
@@ -31784,7 +31861,7 @@
|
|
|
31784
31861
|
"immutable": true,
|
|
31785
31862
|
"locationInModule": {
|
|
31786
31863
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31787
|
-
"line":
|
|
31864
|
+
"line": 335
|
|
31788
31865
|
},
|
|
31789
31866
|
"name": "when",
|
|
31790
31867
|
"optional": true,
|
|
@@ -31807,7 +31884,7 @@
|
|
|
31807
31884
|
"kind": "enum",
|
|
31808
31885
|
"locationInModule": {
|
|
31809
31886
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31810
|
-
"line":
|
|
31887
|
+
"line": 262
|
|
31811
31888
|
},
|
|
31812
31889
|
"members": [
|
|
31813
31890
|
{
|
|
@@ -31863,7 +31940,7 @@
|
|
|
31863
31940
|
"kind": "interface",
|
|
31864
31941
|
"locationInModule": {
|
|
31865
31942
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31866
|
-
"line":
|
|
31943
|
+
"line": 385
|
|
31867
31944
|
},
|
|
31868
31945
|
"name": "KubernetesConfig",
|
|
31869
31946
|
"namespace": "gitlab",
|
|
@@ -31877,7 +31954,7 @@
|
|
|
31877
31954
|
"immutable": true,
|
|
31878
31955
|
"locationInModule": {
|
|
31879
31956
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31880
|
-
"line":
|
|
31957
|
+
"line": 387
|
|
31881
31958
|
},
|
|
31882
31959
|
"name": "namespace",
|
|
31883
31960
|
"optional": true,
|
|
@@ -31898,7 +31975,7 @@
|
|
|
31898
31975
|
"kind": "enum",
|
|
31899
31976
|
"locationInModule": {
|
|
31900
31977
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31901
|
-
"line":
|
|
31978
|
+
"line": 407
|
|
31902
31979
|
},
|
|
31903
31980
|
"members": [
|
|
31904
31981
|
{
|
|
@@ -31923,7 +32000,7 @@
|
|
|
31923
32000
|
"kind": "interface",
|
|
31924
32001
|
"locationInModule": {
|
|
31925
32002
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31926
|
-
"line":
|
|
32003
|
+
"line": 487
|
|
31927
32004
|
},
|
|
31928
32005
|
"name": "Link",
|
|
31929
32006
|
"namespace": "gitlab",
|
|
@@ -31937,7 +32014,7 @@
|
|
|
31937
32014
|
"immutable": true,
|
|
31938
32015
|
"locationInModule": {
|
|
31939
32016
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31940
|
-
"line":
|
|
32017
|
+
"line": 493
|
|
31941
32018
|
},
|
|
31942
32019
|
"name": "name",
|
|
31943
32020
|
"type": {
|
|
@@ -31953,7 +32030,7 @@
|
|
|
31953
32030
|
"immutable": true,
|
|
31954
32031
|
"locationInModule": {
|
|
31955
32032
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31956
|
-
"line":
|
|
32033
|
+
"line": 495
|
|
31957
32034
|
},
|
|
31958
32035
|
"name": "url",
|
|
31959
32036
|
"type": {
|
|
@@ -31969,7 +32046,7 @@
|
|
|
31969
32046
|
"immutable": true,
|
|
31970
32047
|
"locationInModule": {
|
|
31971
32048
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31972
|
-
"line":
|
|
32049
|
+
"line": 489
|
|
31973
32050
|
},
|
|
31974
32051
|
"name": "filepath",
|
|
31975
32052
|
"optional": true,
|
|
@@ -31986,7 +32063,7 @@
|
|
|
31986
32063
|
"immutable": true,
|
|
31987
32064
|
"locationInModule": {
|
|
31988
32065
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31989
|
-
"line":
|
|
32066
|
+
"line": 491
|
|
31990
32067
|
},
|
|
31991
32068
|
"name": "linkType",
|
|
31992
32069
|
"optional": true,
|
|
@@ -32007,7 +32084,7 @@
|
|
|
32007
32084
|
"kind": "enum",
|
|
32008
32085
|
"locationInModule": {
|
|
32009
32086
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32010
|
-
"line":
|
|
32087
|
+
"line": 501
|
|
32011
32088
|
},
|
|
32012
32089
|
"members": [
|
|
32013
32090
|
{
|
|
@@ -32050,7 +32127,7 @@
|
|
|
32050
32127
|
"kind": "interface",
|
|
32051
32128
|
"locationInModule": {
|
|
32052
32129
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32053
|
-
"line":
|
|
32130
|
+
"line": 440
|
|
32054
32131
|
},
|
|
32055
32132
|
"name": "Need",
|
|
32056
32133
|
"namespace": "gitlab",
|
|
@@ -32063,7 +32140,7 @@
|
|
|
32063
32140
|
"immutable": true,
|
|
32064
32141
|
"locationInModule": {
|
|
32065
32142
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32066
|
-
"line":
|
|
32143
|
+
"line": 442
|
|
32067
32144
|
},
|
|
32068
32145
|
"name": "job",
|
|
32069
32146
|
"type": {
|
|
@@ -32078,7 +32155,7 @@
|
|
|
32078
32155
|
"immutable": true,
|
|
32079
32156
|
"locationInModule": {
|
|
32080
32157
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32081
|
-
"line":
|
|
32158
|
+
"line": 441
|
|
32082
32159
|
},
|
|
32083
32160
|
"name": "artifacts",
|
|
32084
32161
|
"optional": true,
|
|
@@ -32094,7 +32171,7 @@
|
|
|
32094
32171
|
"immutable": true,
|
|
32095
32172
|
"locationInModule": {
|
|
32096
32173
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32097
|
-
"line":
|
|
32174
|
+
"line": 443
|
|
32098
32175
|
},
|
|
32099
32176
|
"name": "optional",
|
|
32100
32177
|
"optional": true,
|
|
@@ -32110,7 +32187,7 @@
|
|
|
32110
32187
|
"immutable": true,
|
|
32111
32188
|
"locationInModule": {
|
|
32112
32189
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32113
|
-
"line":
|
|
32190
|
+
"line": 444
|
|
32114
32191
|
},
|
|
32115
32192
|
"name": "pipeline",
|
|
32116
32193
|
"optional": true,
|
|
@@ -32126,7 +32203,7 @@
|
|
|
32126
32203
|
"immutable": true,
|
|
32127
32204
|
"locationInModule": {
|
|
32128
32205
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32129
|
-
"line":
|
|
32206
|
+
"line": 445
|
|
32130
32207
|
},
|
|
32131
32208
|
"name": "project",
|
|
32132
32209
|
"optional": true,
|
|
@@ -32142,7 +32219,7 @@
|
|
|
32142
32219
|
"immutable": true,
|
|
32143
32220
|
"locationInModule": {
|
|
32144
32221
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32145
|
-
"line":
|
|
32222
|
+
"line": 446
|
|
32146
32223
|
},
|
|
32147
32224
|
"name": "ref",
|
|
32148
32225
|
"optional": true,
|
|
@@ -32239,7 +32316,7 @@
|
|
|
32239
32316
|
"kind": "interface",
|
|
32240
32317
|
"locationInModule": {
|
|
32241
32318
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32242
|
-
"line":
|
|
32319
|
+
"line": 452
|
|
32243
32320
|
},
|
|
32244
32321
|
"name": "Parallel",
|
|
32245
32322
|
"namespace": "gitlab",
|
|
@@ -32253,7 +32330,7 @@
|
|
|
32253
32330
|
"immutable": true,
|
|
32254
32331
|
"locationInModule": {
|
|
32255
32332
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32256
|
-
"line":
|
|
32333
|
+
"line": 454
|
|
32257
32334
|
},
|
|
32258
32335
|
"name": "matrix",
|
|
32259
32336
|
"type": {
|
|
@@ -32289,7 +32366,7 @@
|
|
|
32289
32366
|
"kind": "interface",
|
|
32290
32367
|
"locationInModule": {
|
|
32291
32368
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32292
|
-
"line":
|
|
32369
|
+
"line": 460
|
|
32293
32370
|
},
|
|
32294
32371
|
"name": "Release",
|
|
32295
32372
|
"namespace": "gitlab",
|
|
@@ -32303,7 +32380,7 @@
|
|
|
32303
32380
|
"immutable": true,
|
|
32304
32381
|
"locationInModule": {
|
|
32305
32382
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32306
|
-
"line":
|
|
32383
|
+
"line": 463
|
|
32307
32384
|
},
|
|
32308
32385
|
"name": "description",
|
|
32309
32386
|
"type": {
|
|
@@ -32320,7 +32397,7 @@
|
|
|
32320
32397
|
"immutable": true,
|
|
32321
32398
|
"locationInModule": {
|
|
32322
32399
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32323
|
-
"line":
|
|
32400
|
+
"line": 473
|
|
32324
32401
|
},
|
|
32325
32402
|
"name": "tagName",
|
|
32326
32403
|
"type": {
|
|
@@ -32335,7 +32412,7 @@
|
|
|
32335
32412
|
"immutable": true,
|
|
32336
32413
|
"locationInModule": {
|
|
32337
32414
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32338
|
-
"line":
|
|
32415
|
+
"line": 461
|
|
32339
32416
|
},
|
|
32340
32417
|
"name": "assets",
|
|
32341
32418
|
"optional": true,
|
|
@@ -32352,7 +32429,7 @@
|
|
|
32352
32429
|
"immutable": true,
|
|
32353
32430
|
"locationInModule": {
|
|
32354
32431
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32355
|
-
"line":
|
|
32432
|
+
"line": 465
|
|
32356
32433
|
},
|
|
32357
32434
|
"name": "milestones",
|
|
32358
32435
|
"optional": true,
|
|
@@ -32375,7 +32452,7 @@
|
|
|
32375
32452
|
"immutable": true,
|
|
32376
32453
|
"locationInModule": {
|
|
32377
32454
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32378
|
-
"line":
|
|
32455
|
+
"line": 467
|
|
32379
32456
|
},
|
|
32380
32457
|
"name": "name",
|
|
32381
32458
|
"optional": true,
|
|
@@ -32393,7 +32470,7 @@
|
|
|
32393
32470
|
"immutable": true,
|
|
32394
32471
|
"locationInModule": {
|
|
32395
32472
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32396
|
-
"line":
|
|
32473
|
+
"line": 469
|
|
32397
32474
|
},
|
|
32398
32475
|
"name": "ref",
|
|
32399
32476
|
"optional": true,
|
|
@@ -32411,7 +32488,7 @@
|
|
|
32411
32488
|
"immutable": true,
|
|
32412
32489
|
"locationInModule": {
|
|
32413
32490
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32414
|
-
"line":
|
|
32491
|
+
"line": 471
|
|
32415
32492
|
},
|
|
32416
32493
|
"name": "releasedAt",
|
|
32417
32494
|
"optional": true,
|
|
@@ -32434,7 +32511,7 @@
|
|
|
32434
32511
|
"kind": "interface",
|
|
32435
32512
|
"locationInModule": {
|
|
32436
32513
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32437
|
-
"line":
|
|
32514
|
+
"line": 128
|
|
32438
32515
|
},
|
|
32439
32516
|
"name": "Reports",
|
|
32440
32517
|
"namespace": "gitlab",
|
|
@@ -32442,13 +32519,14 @@
|
|
|
32442
32519
|
{
|
|
32443
32520
|
"abstract": true,
|
|
32444
32521
|
"docs": {
|
|
32445
|
-
"
|
|
32522
|
+
"deprecated": "per {@link https://docs.gitlab.com/ee/update/deprecations.html#artifactsreportscobertura-keyword} use {@link coverageReport } instead",
|
|
32523
|
+
"stability": "deprecated",
|
|
32446
32524
|
"summary": "Path for file(s) that should be parsed as Cobertura XML coverage report."
|
|
32447
32525
|
},
|
|
32448
32526
|
"immutable": true,
|
|
32449
32527
|
"locationInModule": {
|
|
32450
32528
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32451
|
-
"line":
|
|
32529
|
+
"line": 132
|
|
32452
32530
|
},
|
|
32453
32531
|
"name": "cobertura",
|
|
32454
32532
|
"optional": true,
|
|
@@ -32470,7 +32548,7 @@
|
|
|
32470
32548
|
"immutable": true,
|
|
32471
32549
|
"locationInModule": {
|
|
32472
32550
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32473
|
-
"line":
|
|
32551
|
+
"line": 134
|
|
32474
32552
|
},
|
|
32475
32553
|
"name": "codequality",
|
|
32476
32554
|
"optional": true,
|
|
@@ -32492,7 +32570,7 @@
|
|
|
32492
32570
|
"immutable": true,
|
|
32493
32571
|
"locationInModule": {
|
|
32494
32572
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32495
|
-
"line":
|
|
32573
|
+
"line": 136
|
|
32496
32574
|
},
|
|
32497
32575
|
"name": "containerScanning",
|
|
32498
32576
|
"optional": true,
|
|
@@ -32505,6 +32583,23 @@
|
|
|
32505
32583
|
}
|
|
32506
32584
|
}
|
|
32507
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
|
+
},
|
|
32508
32603
|
{
|
|
32509
32604
|
"abstract": true,
|
|
32510
32605
|
"docs": {
|
|
@@ -32514,7 +32609,7 @@
|
|
|
32514
32609
|
"immutable": true,
|
|
32515
32610
|
"locationInModule": {
|
|
32516
32611
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32517
|
-
"line":
|
|
32612
|
+
"line": 140
|
|
32518
32613
|
},
|
|
32519
32614
|
"name": "dast",
|
|
32520
32615
|
"optional": true,
|
|
@@ -32536,7 +32631,7 @@
|
|
|
32536
32631
|
"immutable": true,
|
|
32537
32632
|
"locationInModule": {
|
|
32538
32633
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32539
|
-
"line":
|
|
32634
|
+
"line": 142
|
|
32540
32635
|
},
|
|
32541
32636
|
"name": "dependencyScanning",
|
|
32542
32637
|
"optional": true,
|
|
@@ -32558,7 +32653,7 @@
|
|
|
32558
32653
|
"immutable": true,
|
|
32559
32654
|
"locationInModule": {
|
|
32560
32655
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32561
|
-
"line":
|
|
32656
|
+
"line": 144
|
|
32562
32657
|
},
|
|
32563
32658
|
"name": "dotenv",
|
|
32564
32659
|
"optional": true,
|
|
@@ -32580,7 +32675,7 @@
|
|
|
32580
32675
|
"immutable": true,
|
|
32581
32676
|
"locationInModule": {
|
|
32582
32677
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32583
|
-
"line":
|
|
32678
|
+
"line": 146
|
|
32584
32679
|
},
|
|
32585
32680
|
"name": "junit",
|
|
32586
32681
|
"optional": true,
|
|
@@ -32602,7 +32697,7 @@
|
|
|
32602
32697
|
"immutable": true,
|
|
32603
32698
|
"locationInModule": {
|
|
32604
32699
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32605
|
-
"line":
|
|
32700
|
+
"line": 148
|
|
32606
32701
|
},
|
|
32607
32702
|
"name": "licenseManagement",
|
|
32608
32703
|
"optional": true,
|
|
@@ -32624,7 +32719,7 @@
|
|
|
32624
32719
|
"immutable": true,
|
|
32625
32720
|
"locationInModule": {
|
|
32626
32721
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32627
|
-
"line":
|
|
32722
|
+
"line": 150
|
|
32628
32723
|
},
|
|
32629
32724
|
"name": "licenseScanning",
|
|
32630
32725
|
"optional": true,
|
|
@@ -32646,7 +32741,7 @@
|
|
|
32646
32741
|
"immutable": true,
|
|
32647
32742
|
"locationInModule": {
|
|
32648
32743
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32649
|
-
"line":
|
|
32744
|
+
"line": 152
|
|
32650
32745
|
},
|
|
32651
32746
|
"name": "lsif",
|
|
32652
32747
|
"optional": true,
|
|
@@ -32668,7 +32763,7 @@
|
|
|
32668
32763
|
"immutable": true,
|
|
32669
32764
|
"locationInModule": {
|
|
32670
32765
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32671
|
-
"line":
|
|
32766
|
+
"line": 154
|
|
32672
32767
|
},
|
|
32673
32768
|
"name": "metrics",
|
|
32674
32769
|
"optional": true,
|
|
@@ -32690,7 +32785,7 @@
|
|
|
32690
32785
|
"immutable": true,
|
|
32691
32786
|
"locationInModule": {
|
|
32692
32787
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32693
|
-
"line":
|
|
32788
|
+
"line": 156
|
|
32694
32789
|
},
|
|
32695
32790
|
"name": "performance",
|
|
32696
32791
|
"optional": true,
|
|
@@ -32712,7 +32807,7 @@
|
|
|
32712
32807
|
"immutable": true,
|
|
32713
32808
|
"locationInModule": {
|
|
32714
32809
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32715
|
-
"line":
|
|
32810
|
+
"line": 158
|
|
32716
32811
|
},
|
|
32717
32812
|
"name": "requirements",
|
|
32718
32813
|
"optional": true,
|
|
@@ -32734,7 +32829,7 @@
|
|
|
32734
32829
|
"immutable": true,
|
|
32735
32830
|
"locationInModule": {
|
|
32736
32831
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32737
|
-
"line":
|
|
32832
|
+
"line": 160
|
|
32738
32833
|
},
|
|
32739
32834
|
"name": "sast",
|
|
32740
32835
|
"optional": true,
|
|
@@ -32756,7 +32851,7 @@
|
|
|
32756
32851
|
"immutable": true,
|
|
32757
32852
|
"locationInModule": {
|
|
32758
32853
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32759
|
-
"line":
|
|
32854
|
+
"line": 162
|
|
32760
32855
|
},
|
|
32761
32856
|
"name": "secretDetection",
|
|
32762
32857
|
"optional": true,
|
|
@@ -32778,7 +32873,7 @@
|
|
|
32778
32873
|
"immutable": true,
|
|
32779
32874
|
"locationInModule": {
|
|
32780
32875
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32781
|
-
"line":
|
|
32876
|
+
"line": 164
|
|
32782
32877
|
},
|
|
32783
32878
|
"name": "terraform",
|
|
32784
32879
|
"optional": true,
|
|
@@ -32807,7 +32902,7 @@
|
|
|
32807
32902
|
"kind": "interface",
|
|
32808
32903
|
"locationInModule": {
|
|
32809
32904
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32810
|
-
"line":
|
|
32905
|
+
"line": 183
|
|
32811
32906
|
},
|
|
32812
32907
|
"name": "Retry",
|
|
32813
32908
|
"namespace": "gitlab",
|
|
@@ -32821,7 +32916,7 @@
|
|
|
32821
32916
|
"immutable": true,
|
|
32822
32917
|
"locationInModule": {
|
|
32823
32918
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32824
|
-
"line":
|
|
32919
|
+
"line": 185
|
|
32825
32920
|
},
|
|
32826
32921
|
"name": "max",
|
|
32827
32922
|
"optional": true,
|
|
@@ -32838,7 +32933,7 @@
|
|
|
32838
32933
|
"immutable": true,
|
|
32839
32934
|
"locationInModule": {
|
|
32840
32935
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32841
|
-
"line":
|
|
32936
|
+
"line": 187
|
|
32842
32937
|
},
|
|
32843
32938
|
"name": "when",
|
|
32844
32939
|
"optional": true,
|
|
@@ -32860,7 +32955,7 @@
|
|
|
32860
32955
|
"kind": "interface",
|
|
32861
32956
|
"locationInModule": {
|
|
32862
32957
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32863
|
-
"line":
|
|
32958
|
+
"line": 511
|
|
32864
32959
|
},
|
|
32865
32960
|
"name": "Secret",
|
|
32866
32961
|
"namespace": "gitlab",
|
|
@@ -32873,7 +32968,7 @@
|
|
|
32873
32968
|
"immutable": true,
|
|
32874
32969
|
"locationInModule": {
|
|
32875
32970
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32876
|
-
"line":
|
|
32971
|
+
"line": 513
|
|
32877
32972
|
},
|
|
32878
32973
|
"name": "vault",
|
|
32879
32974
|
"type": {
|
|
@@ -32896,7 +32991,7 @@
|
|
|
32896
32991
|
"kind": "interface",
|
|
32897
32992
|
"locationInModule": {
|
|
32898
32993
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32899
|
-
"line":
|
|
32994
|
+
"line": 194
|
|
32900
32995
|
},
|
|
32901
32996
|
"name": "Service",
|
|
32902
32997
|
"namespace": "gitlab",
|
|
@@ -32911,7 +33006,7 @@
|
|
|
32911
33006
|
"immutable": true,
|
|
32912
33007
|
"locationInModule": {
|
|
32913
33008
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32914
|
-
"line":
|
|
33009
|
+
"line": 202
|
|
32915
33010
|
},
|
|
32916
33011
|
"name": "name",
|
|
32917
33012
|
"type": {
|
|
@@ -32928,7 +33023,7 @@
|
|
|
32928
33023
|
"immutable": true,
|
|
32929
33024
|
"locationInModule": {
|
|
32930
33025
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32931
|
-
"line":
|
|
33026
|
+
"line": 196
|
|
32932
33027
|
},
|
|
32933
33028
|
"name": "alias",
|
|
32934
33029
|
"optional": true,
|
|
@@ -32946,7 +33041,7 @@
|
|
|
32946
33041
|
"immutable": true,
|
|
32947
33042
|
"locationInModule": {
|
|
32948
33043
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32949
|
-
"line":
|
|
33044
|
+
"line": 198
|
|
32950
33045
|
},
|
|
32951
33046
|
"name": "command",
|
|
32952
33047
|
"optional": true,
|
|
@@ -32969,7 +33064,7 @@
|
|
|
32969
33064
|
"immutable": true,
|
|
32970
33065
|
"locationInModule": {
|
|
32971
33066
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32972
|
-
"line":
|
|
33067
|
+
"line": 200
|
|
32973
33068
|
},
|
|
32974
33069
|
"name": "entrypoint",
|
|
32975
33070
|
"optional": true,
|
|
@@ -32996,7 +33091,7 @@
|
|
|
32996
33091
|
"kind": "enum",
|
|
32997
33092
|
"locationInModule": {
|
|
32998
33093
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32999
|
-
"line":
|
|
33094
|
+
"line": 582
|
|
33000
33095
|
},
|
|
33001
33096
|
"members": [
|
|
33002
33097
|
{
|
|
@@ -33023,7 +33118,7 @@
|
|
|
33023
33118
|
"kind": "interface",
|
|
33024
33119
|
"locationInModule": {
|
|
33025
33120
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33026
|
-
"line":
|
|
33121
|
+
"line": 544
|
|
33027
33122
|
},
|
|
33028
33123
|
"name": "Trigger",
|
|
33029
33124
|
"namespace": "gitlab",
|
|
@@ -33037,7 +33132,7 @@
|
|
|
33037
33132
|
"immutable": true,
|
|
33038
33133
|
"locationInModule": {
|
|
33039
33134
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33040
|
-
"line":
|
|
33135
|
+
"line": 546
|
|
33041
33136
|
},
|
|
33042
33137
|
"name": "branch",
|
|
33043
33138
|
"optional": true,
|
|
@@ -33054,7 +33149,7 @@
|
|
|
33054
33149
|
"immutable": true,
|
|
33055
33150
|
"locationInModule": {
|
|
33056
33151
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33057
|
-
"line":
|
|
33152
|
+
"line": 552
|
|
33058
33153
|
},
|
|
33059
33154
|
"name": "include",
|
|
33060
33155
|
"optional": true,
|
|
@@ -33076,7 +33171,7 @@
|
|
|
33076
33171
|
"immutable": true,
|
|
33077
33172
|
"locationInModule": {
|
|
33078
33173
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33079
|
-
"line":
|
|
33174
|
+
"line": 548
|
|
33080
33175
|
},
|
|
33081
33176
|
"name": "project",
|
|
33082
33177
|
"optional": true,
|
|
@@ -33093,7 +33188,7 @@
|
|
|
33093
33188
|
"immutable": true,
|
|
33094
33189
|
"locationInModule": {
|
|
33095
33190
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33096
|
-
"line":
|
|
33191
|
+
"line": 550
|
|
33097
33192
|
},
|
|
33098
33193
|
"name": "strategy",
|
|
33099
33194
|
"optional": true,
|
|
@@ -33116,7 +33211,7 @@
|
|
|
33116
33211
|
"kind": "interface",
|
|
33117
33212
|
"locationInModule": {
|
|
33118
33213
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33119
|
-
"line":
|
|
33214
|
+
"line": 560
|
|
33120
33215
|
},
|
|
33121
33216
|
"name": "TriggerInclude",
|
|
33122
33217
|
"namespace": "gitlab",
|
|
@@ -33130,7 +33225,7 @@
|
|
|
33130
33225
|
"immutable": true,
|
|
33131
33226
|
"locationInModule": {
|
|
33132
33227
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33133
|
-
"line":
|
|
33228
|
+
"line": 566
|
|
33134
33229
|
},
|
|
33135
33230
|
"name": "artifact",
|
|
33136
33231
|
"optional": true,
|
|
@@ -33147,7 +33242,7 @@
|
|
|
33147
33242
|
"immutable": true,
|
|
33148
33243
|
"locationInModule": {
|
|
33149
33244
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33150
|
-
"line":
|
|
33245
|
+
"line": 570
|
|
33151
33246
|
},
|
|
33152
33247
|
"name": "file",
|
|
33153
33248
|
"optional": true,
|
|
@@ -33164,7 +33259,7 @@
|
|
|
33164
33259
|
"immutable": true,
|
|
33165
33260
|
"locationInModule": {
|
|
33166
33261
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33167
|
-
"line":
|
|
33262
|
+
"line": 568
|
|
33168
33263
|
},
|
|
33169
33264
|
"name": "job",
|
|
33170
33265
|
"optional": true,
|
|
@@ -33181,7 +33276,7 @@
|
|
|
33181
33276
|
"immutable": true,
|
|
33182
33277
|
"locationInModule": {
|
|
33183
33278
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33184
|
-
"line":
|
|
33279
|
+
"line": 562
|
|
33185
33280
|
},
|
|
33186
33281
|
"name": "local",
|
|
33187
33282
|
"optional": true,
|
|
@@ -33198,7 +33293,7 @@
|
|
|
33198
33293
|
"immutable": true,
|
|
33199
33294
|
"locationInModule": {
|
|
33200
33295
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33201
|
-
"line":
|
|
33296
|
+
"line": 572
|
|
33202
33297
|
},
|
|
33203
33298
|
"name": "project",
|
|
33204
33299
|
"optional": true,
|
|
@@ -33215,7 +33310,7 @@
|
|
|
33215
33310
|
"immutable": true,
|
|
33216
33311
|
"locationInModule": {
|
|
33217
33312
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33218
|
-
"line":
|
|
33313
|
+
"line": 574
|
|
33219
33314
|
},
|
|
33220
33315
|
"name": "ref",
|
|
33221
33316
|
"optional": true,
|
|
@@ -33232,7 +33327,7 @@
|
|
|
33232
33327
|
"immutable": true,
|
|
33233
33328
|
"locationInModule": {
|
|
33234
33329
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33235
|
-
"line":
|
|
33330
|
+
"line": 564
|
|
33236
33331
|
},
|
|
33237
33332
|
"name": "template",
|
|
33238
33333
|
"optional": true,
|
|
@@ -33255,7 +33350,7 @@
|
|
|
33255
33350
|
"kind": "interface",
|
|
33256
33351
|
"locationInModule": {
|
|
33257
33352
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33258
|
-
"line":
|
|
33353
|
+
"line": 590
|
|
33259
33354
|
},
|
|
33260
33355
|
"name": "VariableConfig",
|
|
33261
33356
|
"namespace": "gitlab",
|
|
@@ -33270,7 +33365,7 @@
|
|
|
33270
33365
|
"immutable": true,
|
|
33271
33366
|
"locationInModule": {
|
|
33272
33367
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33273
|
-
"line":
|
|
33368
|
+
"line": 592
|
|
33274
33369
|
},
|
|
33275
33370
|
"name": "description",
|
|
33276
33371
|
"optional": true,
|
|
@@ -33287,7 +33382,7 @@
|
|
|
33287
33382
|
"immutable": true,
|
|
33288
33383
|
"locationInModule": {
|
|
33289
33384
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33290
|
-
"line":
|
|
33385
|
+
"line": 594
|
|
33291
33386
|
},
|
|
33292
33387
|
"name": "value",
|
|
33293
33388
|
"optional": true,
|
|
@@ -33310,7 +33405,7 @@
|
|
|
33310
33405
|
"kind": "interface",
|
|
33311
33406
|
"locationInModule": {
|
|
33312
33407
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33313
|
-
"line":
|
|
33408
|
+
"line": 520
|
|
33314
33409
|
},
|
|
33315
33410
|
"name": "VaultConfig",
|
|
33316
33411
|
"namespace": "gitlab",
|
|
@@ -33323,7 +33418,7 @@
|
|
|
33323
33418
|
"immutable": true,
|
|
33324
33419
|
"locationInModule": {
|
|
33325
33420
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33326
|
-
"line":
|
|
33421
|
+
"line": 522
|
|
33327
33422
|
},
|
|
33328
33423
|
"name": "engine",
|
|
33329
33424
|
"type": {
|
|
@@ -33338,7 +33433,7 @@
|
|
|
33338
33433
|
"immutable": true,
|
|
33339
33434
|
"locationInModule": {
|
|
33340
33435
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33341
|
-
"line":
|
|
33436
|
+
"line": 524
|
|
33342
33437
|
},
|
|
33343
33438
|
"name": "field",
|
|
33344
33439
|
"type": {
|
|
@@ -33354,7 +33449,7 @@
|
|
|
33354
33449
|
"immutable": true,
|
|
33355
33450
|
"locationInModule": {
|
|
33356
33451
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33357
|
-
"line":
|
|
33452
|
+
"line": 526
|
|
33358
33453
|
},
|
|
33359
33454
|
"name": "path",
|
|
33360
33455
|
"type": {
|
|
@@ -33376,7 +33471,7 @@
|
|
|
33376
33471
|
"kind": "interface",
|
|
33377
33472
|
"locationInModule": {
|
|
33378
33473
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33379
|
-
"line":
|
|
33474
|
+
"line": 601
|
|
33380
33475
|
},
|
|
33381
33476
|
"name": "Workflow",
|
|
33382
33477
|
"namespace": "gitlab",
|
|
@@ -33390,7 +33485,7 @@
|
|
|
33390
33485
|
"immutable": true,
|
|
33391
33486
|
"locationInModule": {
|
|
33392
33487
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33393
|
-
"line":
|
|
33488
|
+
"line": 603
|
|
33394
33489
|
},
|
|
33395
33490
|
"name": "rules",
|
|
33396
33491
|
"optional": true,
|
|
@@ -33418,7 +33513,7 @@
|
|
|
33418
33513
|
"kind": "interface",
|
|
33419
33514
|
"locationInModule": {
|
|
33420
33515
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33421
|
-
"line":
|
|
33516
|
+
"line": 610
|
|
33422
33517
|
},
|
|
33423
33518
|
"name": "WorkflowRule",
|
|
33424
33519
|
"namespace": "gitlab",
|
|
@@ -33431,7 +33526,7 @@
|
|
|
33431
33526
|
"immutable": true,
|
|
33432
33527
|
"locationInModule": {
|
|
33433
33528
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33434
|
-
"line":
|
|
33529
|
+
"line": 612
|
|
33435
33530
|
},
|
|
33436
33531
|
"name": "changes",
|
|
33437
33532
|
"optional": true,
|
|
@@ -33452,7 +33547,7 @@
|
|
|
33452
33547
|
"immutable": true,
|
|
33453
33548
|
"locationInModule": {
|
|
33454
33549
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33455
|
-
"line":
|
|
33550
|
+
"line": 614
|
|
33456
33551
|
},
|
|
33457
33552
|
"name": "exists",
|
|
33458
33553
|
"optional": true,
|
|
@@ -33473,7 +33568,7 @@
|
|
|
33473
33568
|
"immutable": true,
|
|
33474
33569
|
"locationInModule": {
|
|
33475
33570
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33476
|
-
"line":
|
|
33571
|
+
"line": 616
|
|
33477
33572
|
},
|
|
33478
33573
|
"name": "if",
|
|
33479
33574
|
"optional": true,
|
|
@@ -33489,7 +33584,7 @@
|
|
|
33489
33584
|
"immutable": true,
|
|
33490
33585
|
"locationInModule": {
|
|
33491
33586
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33492
|
-
"line":
|
|
33587
|
+
"line": 618
|
|
33493
33588
|
},
|
|
33494
33589
|
"name": "variables",
|
|
33495
33590
|
"optional": true,
|
|
@@ -33519,7 +33614,7 @@
|
|
|
33519
33614
|
"immutable": true,
|
|
33520
33615
|
"locationInModule": {
|
|
33521
33616
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33522
|
-
"line":
|
|
33617
|
+
"line": 620
|
|
33523
33618
|
},
|
|
33524
33619
|
"name": "when",
|
|
33525
33620
|
"optional": true,
|
|
@@ -33542,7 +33637,7 @@
|
|
|
33542
33637
|
"kind": "enum",
|
|
33543
33638
|
"locationInModule": {
|
|
33544
33639
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33545
|
-
"line":
|
|
33640
|
+
"line": 628
|
|
33546
33641
|
},
|
|
33547
33642
|
"members": [
|
|
33548
33643
|
{
|
|
@@ -54778,6 +54873,6 @@
|
|
|
54778
54873
|
"symbolId": "src/web/tailwind:TailwindConfigOptions"
|
|
54779
54874
|
}
|
|
54780
54875
|
},
|
|
54781
|
-
"version": "0.71.
|
|
54782
|
-
"fingerprint": "
|
|
54876
|
+
"version": "0.71.63",
|
|
54877
|
+
"fingerprint": "azBv2CAUUdxW2/wlS6X9UpDXooFod9oYBk8ZEw3fuGs="
|
|
54783
54878
|
}
|