projen 0.88.4 → 0.88.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +445 -39
- 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/auto-queue.d.ts +54 -0
- package/lib/github/auto-queue.js +94 -0
- package/lib/github/dependabot.js +1 -1
- package/lib/github/github-credentials.js +1 -1
- package/lib/github/github-project.js +4 -4
- package/lib/github/github.d.ts +22 -3
- package/lib/github/github.js +6 -2
- package/lib/github/index.d.ts +3 -1
- package/lib/github/index.js +4 -2
- package/lib/github/merge-queue.d.ts +32 -0
- package/lib/github/merge-queue.js +42 -0
- package/lib/github/mergify.js +1 -1
- package/lib/github/pr-template.js +1 -1
- package/lib/github/pull-request-backport.js +1 -1
- package/lib/github/pull-request-lint.js +6 -2
- package/lib/github/stale.js +1 -1
- package/lib/github/task-workflow-job.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/workflow-steps.js +1 -1
- package/lib/github/workflows.js +1 -1
- package/lib/gitlab/configuration-model.d.ts +2 -0
- 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 +2 -2
- 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/license-checker.js +1 -1
- 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/javascript/yarnrc.js +1 -1
- 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-tree.js +1 -1
- package/lib/project.js +1 -1
- package/lib/projects.js +1 -1
- package/lib/projenrc-json.js +2 -2
- package/lib/projenrc.js +1 -1
- package/lib/python/pip.js +1 -1
- package/lib/python/poetry.js +2 -2
- package/lib/python/projenrc.js +1 -1
- package/lib/python/pytest-sample.js +1 -1
- package/lib/python/pytest.js +1 -1
- package/lib/python/python-project.js +1 -1
- package/lib/python/python-sample.js +1 -1
- package/lib/python/requirements-file.js +1 -1
- package/lib/python/setuppy.js +1 -1
- package/lib/python/setuptools.js +1 -1
- package/lib/python/venv.js +1 -1
- package/lib/readme.js +1 -1
- package/lib/release/publisher.js +1 -1
- package/lib/release/release-trigger.js +1 -1
- package/lib/release/release.js +1 -1
- package/lib/renovatebot.js +1 -1
- package/lib/sample-file.js +2 -2
- package/lib/semver.js +1 -1
- package/lib/source-code.js +1 -1
- package/lib/task-runtime.js +1 -1
- package/lib/task.js +1 -1
- package/lib/tasks.js +1 -1
- package/lib/testing.js +1 -1
- package/lib/textfile.js +1 -1
- package/lib/toml.js +1 -1
- package/lib/typescript/projenrc-ts.js +1 -1
- package/lib/typescript/projenrc.js +1 -1
- package/lib/typescript/typescript-typedoc.js +1 -1
- package/lib/typescript/typescript.js +6 -6
- package/lib/version.js +2 -2
- package/lib/vscode/devcontainer.js +1 -1
- package/lib/vscode/extensions.js +1 -1
- package/lib/vscode/launch-config.js +1 -1
- package/lib/vscode/settings.js +1 -1
- package/lib/vscode/vscode.js +1 -1
- package/lib/web/next.js +3 -3
- package/lib/web/postcss.js +1 -1
- package/lib/web/react.js +4 -4
- package/lib/web/tailwind.js +1 -1
- package/lib/xmlfile.js +1 -1
- package/lib/yaml.js +1 -1
- package/package.json +1 -1
package/.jsii
CHANGED
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
"projen.github.workflows": {
|
|
141
141
|
"locationInModule": {
|
|
142
142
|
"filename": "src/github/index.ts",
|
|
143
|
-
"line":
|
|
143
|
+
"line": 25
|
|
144
144
|
},
|
|
145
145
|
"symbolId": "src/github/workflows-model:"
|
|
146
146
|
},
|
|
@@ -21255,6 +21255,172 @@
|
|
|
21255
21255
|
],
|
|
21256
21256
|
"symbolId": "src/github/auto-merge:AutoMergeOptions"
|
|
21257
21257
|
},
|
|
21258
|
+
"projen.github.AutoQueue": {
|
|
21259
|
+
"assembly": "projen",
|
|
21260
|
+
"base": "projen.Component",
|
|
21261
|
+
"docs": {
|
|
21262
|
+
"stability": "experimental",
|
|
21263
|
+
"summary": "Automatically add pull requests to the merge queue PRs will be merged once they pass required checks."
|
|
21264
|
+
},
|
|
21265
|
+
"fqn": "projen.github.AutoQueue",
|
|
21266
|
+
"initializer": {
|
|
21267
|
+
"docs": {
|
|
21268
|
+
"stability": "experimental"
|
|
21269
|
+
},
|
|
21270
|
+
"locationInModule": {
|
|
21271
|
+
"filename": "src/github/auto-queue.ts",
|
|
21272
|
+
"line": 61
|
|
21273
|
+
},
|
|
21274
|
+
"parameters": [
|
|
21275
|
+
{
|
|
21276
|
+
"name": "scope",
|
|
21277
|
+
"type": {
|
|
21278
|
+
"fqn": "constructs.IConstruct"
|
|
21279
|
+
}
|
|
21280
|
+
},
|
|
21281
|
+
{
|
|
21282
|
+
"name": "options",
|
|
21283
|
+
"optional": true,
|
|
21284
|
+
"type": {
|
|
21285
|
+
"fqn": "projen.github.AutoQueueOptions"
|
|
21286
|
+
}
|
|
21287
|
+
}
|
|
21288
|
+
]
|
|
21289
|
+
},
|
|
21290
|
+
"kind": "class",
|
|
21291
|
+
"locationInModule": {
|
|
21292
|
+
"filename": "src/github/auto-queue.ts",
|
|
21293
|
+
"line": 60
|
|
21294
|
+
},
|
|
21295
|
+
"name": "AutoQueue",
|
|
21296
|
+
"namespace": "github",
|
|
21297
|
+
"symbolId": "src/github/auto-queue:AutoQueue"
|
|
21298
|
+
},
|
|
21299
|
+
"projen.github.AutoQueueOptions": {
|
|
21300
|
+
"assembly": "projen",
|
|
21301
|
+
"datatype": true,
|
|
21302
|
+
"docs": {
|
|
21303
|
+
"stability": "experimental",
|
|
21304
|
+
"summary": "Options for 'AutoQueue'."
|
|
21305
|
+
},
|
|
21306
|
+
"fqn": "projen.github.AutoQueueOptions",
|
|
21307
|
+
"kind": "interface",
|
|
21308
|
+
"locationInModule": {
|
|
21309
|
+
"filename": "src/github/auto-queue.ts",
|
|
21310
|
+
"line": 19
|
|
21311
|
+
},
|
|
21312
|
+
"name": "AutoQueueOptions",
|
|
21313
|
+
"namespace": "github",
|
|
21314
|
+
"properties": [
|
|
21315
|
+
{
|
|
21316
|
+
"abstract": true,
|
|
21317
|
+
"docs": {
|
|
21318
|
+
"default": "- pull requests from all users are eligible for auto-queuing",
|
|
21319
|
+
"stability": "experimental",
|
|
21320
|
+
"summary": "Only pull requests authored by these Github usernames will have auto-queue enabled."
|
|
21321
|
+
},
|
|
21322
|
+
"immutable": true,
|
|
21323
|
+
"locationInModule": {
|
|
21324
|
+
"filename": "src/github/auto-queue.ts",
|
|
21325
|
+
"line": 24
|
|
21326
|
+
},
|
|
21327
|
+
"name": "allowedUsernames",
|
|
21328
|
+
"optional": true,
|
|
21329
|
+
"type": {
|
|
21330
|
+
"collection": {
|
|
21331
|
+
"elementtype": {
|
|
21332
|
+
"primitive": "string"
|
|
21333
|
+
},
|
|
21334
|
+
"kind": "array"
|
|
21335
|
+
}
|
|
21336
|
+
}
|
|
21337
|
+
},
|
|
21338
|
+
{
|
|
21339
|
+
"abstract": true,
|
|
21340
|
+
"docs": {
|
|
21341
|
+
"default": "- all pull requests are eligible for auto-queueing",
|
|
21342
|
+
"stability": "experimental",
|
|
21343
|
+
"summary": "Only pull requests with one of this labels will have auto-queue enabled."
|
|
21344
|
+
},
|
|
21345
|
+
"immutable": true,
|
|
21346
|
+
"locationInModule": {
|
|
21347
|
+
"filename": "src/github/auto-queue.ts",
|
|
21348
|
+
"line": 30
|
|
21349
|
+
},
|
|
21350
|
+
"name": "labels",
|
|
21351
|
+
"optional": true,
|
|
21352
|
+
"type": {
|
|
21353
|
+
"collection": {
|
|
21354
|
+
"elementtype": {
|
|
21355
|
+
"primitive": "string"
|
|
21356
|
+
},
|
|
21357
|
+
"kind": "array"
|
|
21358
|
+
}
|
|
21359
|
+
}
|
|
21360
|
+
},
|
|
21361
|
+
{
|
|
21362
|
+
"abstract": true,
|
|
21363
|
+
"docs": {
|
|
21364
|
+
"default": "MergeMethod.SQUASH",
|
|
21365
|
+
"stability": "experimental",
|
|
21366
|
+
"summary": "The method used to add the PR to the merge queue Any branch protection rules must allow this merge method."
|
|
21367
|
+
},
|
|
21368
|
+
"immutable": true,
|
|
21369
|
+
"locationInModule": {
|
|
21370
|
+
"filename": "src/github/auto-queue.ts",
|
|
21371
|
+
"line": 47
|
|
21372
|
+
},
|
|
21373
|
+
"name": "mergeMethod",
|
|
21374
|
+
"optional": true,
|
|
21375
|
+
"type": {
|
|
21376
|
+
"fqn": "projen.github.MergeMethod"
|
|
21377
|
+
}
|
|
21378
|
+
},
|
|
21379
|
+
{
|
|
21380
|
+
"abstract": true,
|
|
21381
|
+
"docs": {
|
|
21382
|
+
"default": "[\"ubuntu-latest\"]",
|
|
21383
|
+
"stability": "experimental",
|
|
21384
|
+
"summary": "Github Runner selection labels."
|
|
21385
|
+
},
|
|
21386
|
+
"immutable": true,
|
|
21387
|
+
"locationInModule": {
|
|
21388
|
+
"filename": "src/github/auto-queue.ts",
|
|
21389
|
+
"line": 53
|
|
21390
|
+
},
|
|
21391
|
+
"name": "runsOn",
|
|
21392
|
+
"optional": true,
|
|
21393
|
+
"type": {
|
|
21394
|
+
"collection": {
|
|
21395
|
+
"elementtype": {
|
|
21396
|
+
"primitive": "string"
|
|
21397
|
+
},
|
|
21398
|
+
"kind": "array"
|
|
21399
|
+
}
|
|
21400
|
+
}
|
|
21401
|
+
},
|
|
21402
|
+
{
|
|
21403
|
+
"abstract": true,
|
|
21404
|
+
"docs": {
|
|
21405
|
+
"default": "\"GITHUB_TOKEN\"",
|
|
21406
|
+
"remarks": "This token is used to enable auto-queue on pull requests.",
|
|
21407
|
+
"stability": "experimental",
|
|
21408
|
+
"summary": "A GitHub secret name which contains a GitHub Access Token with write permissions for the `pull_request` scope."
|
|
21409
|
+
},
|
|
21410
|
+
"immutable": true,
|
|
21411
|
+
"locationInModule": {
|
|
21412
|
+
"filename": "src/github/auto-queue.ts",
|
|
21413
|
+
"line": 40
|
|
21414
|
+
},
|
|
21415
|
+
"name": "secret",
|
|
21416
|
+
"optional": true,
|
|
21417
|
+
"type": {
|
|
21418
|
+
"primitive": "string"
|
|
21419
|
+
}
|
|
21420
|
+
}
|
|
21421
|
+
],
|
|
21422
|
+
"symbolId": "src/github/auto-queue:AutoQueueOptions"
|
|
21423
|
+
},
|
|
21258
21424
|
"projen.github.CheckoutOptions": {
|
|
21259
21425
|
"assembly": "projen",
|
|
21260
21426
|
"datatype": true,
|
|
@@ -22885,7 +23051,7 @@
|
|
|
22885
23051
|
},
|
|
22886
23052
|
"locationInModule": {
|
|
22887
23053
|
"filename": "src/github/github.ts",
|
|
22888
|
-
"line":
|
|
23054
|
+
"line": 150
|
|
22889
23055
|
},
|
|
22890
23056
|
"parameters": [
|
|
22891
23057
|
{
|
|
@@ -22906,7 +23072,7 @@
|
|
|
22906
23072
|
"kind": "class",
|
|
22907
23073
|
"locationInModule": {
|
|
22908
23074
|
"filename": "src/github/github.ts",
|
|
22909
|
-
"line":
|
|
23075
|
+
"line": 111
|
|
22910
23076
|
},
|
|
22911
23077
|
"methods": [
|
|
22912
23078
|
{
|
|
@@ -22916,7 +23082,7 @@
|
|
|
22916
23082
|
},
|
|
22917
23083
|
"locationInModule": {
|
|
22918
23084
|
"filename": "src/github/github.ts",
|
|
22919
|
-
"line":
|
|
23085
|
+
"line": 116
|
|
22920
23086
|
},
|
|
22921
23087
|
"name": "of",
|
|
22922
23088
|
"parameters": [
|
|
@@ -22941,7 +23107,7 @@
|
|
|
22941
23107
|
},
|
|
22942
23108
|
"locationInModule": {
|
|
22943
23109
|
"filename": "src/github/github.ts",
|
|
22944
|
-
"line":
|
|
23110
|
+
"line": 224
|
|
22945
23111
|
},
|
|
22946
23112
|
"name": "addDependabot",
|
|
22947
23113
|
"parameters": [
|
|
@@ -22965,7 +23131,7 @@
|
|
|
22965
23131
|
},
|
|
22966
23132
|
"locationInModule": {
|
|
22967
23133
|
"filename": "src/github/github.ts",
|
|
22968
|
-
"line":
|
|
23134
|
+
"line": 220
|
|
22969
23135
|
},
|
|
22970
23136
|
"name": "addPullRequestTemplate",
|
|
22971
23137
|
"parameters": [
|
|
@@ -22992,7 +23158,7 @@
|
|
|
22992
23158
|
},
|
|
22993
23159
|
"locationInModule": {
|
|
22994
23160
|
"filename": "src/github/github.ts",
|
|
22995
|
-
"line":
|
|
23161
|
+
"line": 215
|
|
22996
23162
|
},
|
|
22997
23163
|
"name": "addWorkflow",
|
|
22998
23164
|
"parameters": [
|
|
@@ -23020,7 +23186,7 @@
|
|
|
23020
23186
|
},
|
|
23021
23187
|
"locationInModule": {
|
|
23022
23188
|
"filename": "src/github/github.ts",
|
|
23023
|
-
"line":
|
|
23189
|
+
"line": 232
|
|
23024
23190
|
},
|
|
23025
23191
|
"name": "tryFindWorkflow",
|
|
23026
23192
|
"parameters": [
|
|
@@ -23047,12 +23213,13 @@
|
|
|
23047
23213
|
"properties": [
|
|
23048
23214
|
{
|
|
23049
23215
|
"docs": {
|
|
23050
|
-
"stability": "experimental"
|
|
23216
|
+
"stability": "experimental",
|
|
23217
|
+
"summary": "The GitHub Actions provider used to manage the versions of actions used in steps."
|
|
23051
23218
|
},
|
|
23052
23219
|
"immutable": true,
|
|
23053
23220
|
"locationInModule": {
|
|
23054
23221
|
"filename": "src/github/github.ts",
|
|
23055
|
-
"line":
|
|
23222
|
+
"line": 146
|
|
23056
23223
|
},
|
|
23057
23224
|
"name": "actions",
|
|
23058
23225
|
"type": {
|
|
@@ -23067,7 +23234,7 @@
|
|
|
23067
23234
|
"immutable": true,
|
|
23068
23235
|
"locationInModule": {
|
|
23069
23236
|
"filename": "src/github/github.ts",
|
|
23070
|
-
"line":
|
|
23237
|
+
"line": 239
|
|
23071
23238
|
},
|
|
23072
23239
|
"name": "downloadLfs",
|
|
23073
23240
|
"type": {
|
|
@@ -23082,7 +23249,7 @@
|
|
|
23082
23249
|
"immutable": true,
|
|
23083
23250
|
"locationInModule": {
|
|
23084
23251
|
"filename": "src/github/github.ts",
|
|
23085
|
-
"line":
|
|
23252
|
+
"line": 141
|
|
23086
23253
|
},
|
|
23087
23254
|
"name": "projenCredentials",
|
|
23088
23255
|
"type": {
|
|
@@ -23097,7 +23264,7 @@
|
|
|
23097
23264
|
"immutable": true,
|
|
23098
23265
|
"locationInModule": {
|
|
23099
23266
|
"filename": "src/github/github.ts",
|
|
23100
|
-
"line":
|
|
23267
|
+
"line": 202
|
|
23101
23268
|
},
|
|
23102
23269
|
"name": "workflows",
|
|
23103
23270
|
"type": {
|
|
@@ -23117,7 +23284,7 @@
|
|
|
23117
23284
|
"immutable": true,
|
|
23118
23285
|
"locationInModule": {
|
|
23119
23286
|
"filename": "src/github/github.ts",
|
|
23120
|
-
"line":
|
|
23287
|
+
"line": 136
|
|
23121
23288
|
},
|
|
23122
23289
|
"name": "workflowsEnabled",
|
|
23123
23290
|
"type": {
|
|
@@ -23126,14 +23293,29 @@
|
|
|
23126
23293
|
},
|
|
23127
23294
|
{
|
|
23128
23295
|
"docs": {
|
|
23129
|
-
"remarks": "This is `undefined` if Mergify\nwas not enabled when creating the repository.",
|
|
23130
23296
|
"stability": "experimental",
|
|
23131
|
-
"summary": "The `
|
|
23297
|
+
"summary": "The `MergeQueue` component configured on this repository This is `undefined` if merge queues are not enabled for this repository."
|
|
23132
23298
|
},
|
|
23133
23299
|
"immutable": true,
|
|
23134
23300
|
"locationInModule": {
|
|
23135
23301
|
"filename": "src/github/github.ts",
|
|
23136
|
-
"line":
|
|
23302
|
+
"line": 131
|
|
23303
|
+
},
|
|
23304
|
+
"name": "mergeQueue",
|
|
23305
|
+
"optional": true,
|
|
23306
|
+
"type": {
|
|
23307
|
+
"fqn": "projen.github.MergeQueue"
|
|
23308
|
+
}
|
|
23309
|
+
},
|
|
23310
|
+
{
|
|
23311
|
+
"docs": {
|
|
23312
|
+
"stability": "experimental",
|
|
23313
|
+
"summary": "The `Mergify` component configured on this repository This is `undefined` if Mergify is not enabled for this repository."
|
|
23314
|
+
},
|
|
23315
|
+
"immutable": true,
|
|
23316
|
+
"locationInModule": {
|
|
23317
|
+
"filename": "src/github/github.ts",
|
|
23318
|
+
"line": 125
|
|
23137
23319
|
},
|
|
23138
23320
|
"name": "mergify",
|
|
23139
23321
|
"optional": true,
|
|
@@ -23228,7 +23410,7 @@
|
|
|
23228
23410
|
"kind": "interface",
|
|
23229
23411
|
"locationInModule": {
|
|
23230
23412
|
"filename": "src/github/github.ts",
|
|
23231
|
-
"line":
|
|
23413
|
+
"line": 16
|
|
23232
23414
|
},
|
|
23233
23415
|
"name": "GitHubOptions",
|
|
23234
23416
|
"namespace": "github",
|
|
@@ -23243,7 +23425,7 @@
|
|
|
23243
23425
|
"immutable": true,
|
|
23244
23426
|
"locationInModule": {
|
|
23245
23427
|
"filename": "src/github/github.ts",
|
|
23246
|
-
"line":
|
|
23428
|
+
"line": 108
|
|
23247
23429
|
},
|
|
23248
23430
|
"name": "downloadLfs",
|
|
23249
23431
|
"optional": true,
|
|
@@ -23251,6 +23433,43 @@
|
|
|
23251
23433
|
"primitive": "boolean"
|
|
23252
23434
|
}
|
|
23253
23435
|
},
|
|
23436
|
+
{
|
|
23437
|
+
"abstract": true,
|
|
23438
|
+
"docs": {
|
|
23439
|
+
"default": "true",
|
|
23440
|
+
"remarks": "Requires additional configuration of the repositories branch protection rules.",
|
|
23441
|
+
"stability": "experimental",
|
|
23442
|
+
"summary": "Whether a merge queue should be used on this repository to merge pull requests."
|
|
23443
|
+
},
|
|
23444
|
+
"immutable": true,
|
|
23445
|
+
"locationInModule": {
|
|
23446
|
+
"filename": "src/github/github.ts",
|
|
23447
|
+
"line": 37
|
|
23448
|
+
},
|
|
23449
|
+
"name": "mergeQueue",
|
|
23450
|
+
"optional": true,
|
|
23451
|
+
"type": {
|
|
23452
|
+
"primitive": "boolean"
|
|
23453
|
+
}
|
|
23454
|
+
},
|
|
23455
|
+
{
|
|
23456
|
+
"abstract": true,
|
|
23457
|
+
"docs": {
|
|
23458
|
+
"default": "- default options",
|
|
23459
|
+
"stability": "experimental",
|
|
23460
|
+
"summary": "Options for MergeQueue."
|
|
23461
|
+
},
|
|
23462
|
+
"immutable": true,
|
|
23463
|
+
"locationInModule": {
|
|
23464
|
+
"filename": "src/github/github.ts",
|
|
23465
|
+
"line": 44
|
|
23466
|
+
},
|
|
23467
|
+
"name": "mergeQueueOptions",
|
|
23468
|
+
"optional": true,
|
|
23469
|
+
"type": {
|
|
23470
|
+
"fqn": "projen.github.MergeQueueOptions"
|
|
23471
|
+
}
|
|
23472
|
+
},
|
|
23254
23473
|
{
|
|
23255
23474
|
"abstract": true,
|
|
23256
23475
|
"docs": {
|
|
@@ -23261,7 +23480,7 @@
|
|
|
23261
23480
|
"immutable": true,
|
|
23262
23481
|
"locationInModule": {
|
|
23263
23482
|
"filename": "src/github/github.ts",
|
|
23264
|
-
"line":
|
|
23483
|
+
"line": 22
|
|
23265
23484
|
},
|
|
23266
23485
|
"name": "mergify",
|
|
23267
23486
|
"optional": true,
|
|
@@ -23279,7 +23498,7 @@
|
|
|
23279
23498
|
"immutable": true,
|
|
23280
23499
|
"locationInModule": {
|
|
23281
23500
|
"filename": "src/github/github.ts",
|
|
23282
|
-
"line":
|
|
23501
|
+
"line": 29
|
|
23283
23502
|
},
|
|
23284
23503
|
"name": "mergifyOptions",
|
|
23285
23504
|
"optional": true,
|
|
@@ -23297,7 +23516,7 @@
|
|
|
23297
23516
|
"immutable": true,
|
|
23298
23517
|
"locationInModule": {
|
|
23299
23518
|
"filename": "src/github/github.ts",
|
|
23300
|
-
"line":
|
|
23519
|
+
"line": 91
|
|
23301
23520
|
},
|
|
23302
23521
|
"name": "projenCredentials",
|
|
23303
23522
|
"optional": true,
|
|
@@ -23317,7 +23536,7 @@
|
|
|
23317
23536
|
"immutable": true,
|
|
23318
23537
|
"locationInModule": {
|
|
23319
23538
|
"filename": "src/github/github.ts",
|
|
23320
|
-
"line":
|
|
23539
|
+
"line": 101
|
|
23321
23540
|
},
|
|
23322
23541
|
"name": "projenTokenSecret",
|
|
23323
23542
|
"optional": true,
|
|
@@ -23336,7 +23555,7 @@
|
|
|
23336
23555
|
"immutable": true,
|
|
23337
23556
|
"locationInModule": {
|
|
23338
23557
|
"filename": "src/github/github.ts",
|
|
23339
|
-
"line":
|
|
23558
|
+
"line": 62
|
|
23340
23559
|
},
|
|
23341
23560
|
"name": "pullRequestBackport",
|
|
23342
23561
|
"optional": true,
|
|
@@ -23354,7 +23573,7 @@
|
|
|
23354
23573
|
"immutable": true,
|
|
23355
23574
|
"locationInModule": {
|
|
23356
23575
|
"filename": "src/github/github.ts",
|
|
23357
|
-
"line":
|
|
23576
|
+
"line": 69
|
|
23358
23577
|
},
|
|
23359
23578
|
"name": "pullRequestBackportOptions",
|
|
23360
23579
|
"optional": true,
|
|
@@ -23372,7 +23591,7 @@
|
|
|
23372
23591
|
"immutable": true,
|
|
23373
23592
|
"locationInModule": {
|
|
23374
23593
|
"filename": "src/github/github.ts",
|
|
23375
|
-
"line":
|
|
23594
|
+
"line": 77
|
|
23376
23595
|
},
|
|
23377
23596
|
"name": "pullRequestLint",
|
|
23378
23597
|
"optional": true,
|
|
@@ -23390,7 +23609,7 @@
|
|
|
23390
23609
|
"immutable": true,
|
|
23391
23610
|
"locationInModule": {
|
|
23392
23611
|
"filename": "src/github/github.ts",
|
|
23393
|
-
"line":
|
|
23612
|
+
"line": 84
|
|
23394
23613
|
},
|
|
23395
23614
|
"name": "pullRequestLintOptions",
|
|
23396
23615
|
"optional": true,
|
|
@@ -23409,7 +23628,7 @@
|
|
|
23409
23628
|
"immutable": true,
|
|
23410
23629
|
"locationInModule": {
|
|
23411
23630
|
"filename": "src/github/github.ts",
|
|
23412
|
-
"line":
|
|
23631
|
+
"line": 51
|
|
23413
23632
|
},
|
|
23414
23633
|
"name": "workflows",
|
|
23415
23634
|
"optional": true,
|
|
@@ -24667,6 +24886,176 @@
|
|
|
24667
24886
|
"namespace": "github",
|
|
24668
24887
|
"symbolId": "src/github/auto-merge:IAddConditionsLater"
|
|
24669
24888
|
},
|
|
24889
|
+
"projen.github.MergeMethod": {
|
|
24890
|
+
"assembly": "projen",
|
|
24891
|
+
"docs": {
|
|
24892
|
+
"remarks": "Behavior can be further configured in repository settings.",
|
|
24893
|
+
"stability": "experimental",
|
|
24894
|
+
"summary": "The merge method used to add the PR to the merge queue."
|
|
24895
|
+
},
|
|
24896
|
+
"fqn": "projen.github.MergeMethod",
|
|
24897
|
+
"kind": "enum",
|
|
24898
|
+
"locationInModule": {
|
|
24899
|
+
"filename": "src/github/auto-queue.ts",
|
|
24900
|
+
"line": 10
|
|
24901
|
+
},
|
|
24902
|
+
"members": [
|
|
24903
|
+
{
|
|
24904
|
+
"docs": {
|
|
24905
|
+
"stability": "experimental"
|
|
24906
|
+
},
|
|
24907
|
+
"name": "SQUASH"
|
|
24908
|
+
},
|
|
24909
|
+
{
|
|
24910
|
+
"docs": {
|
|
24911
|
+
"stability": "experimental"
|
|
24912
|
+
},
|
|
24913
|
+
"name": "MERGE"
|
|
24914
|
+
},
|
|
24915
|
+
{
|
|
24916
|
+
"docs": {
|
|
24917
|
+
"stability": "experimental"
|
|
24918
|
+
},
|
|
24919
|
+
"name": "REBASE"
|
|
24920
|
+
}
|
|
24921
|
+
],
|
|
24922
|
+
"name": "MergeMethod",
|
|
24923
|
+
"namespace": "github",
|
|
24924
|
+
"symbolId": "src/github/auto-queue:MergeMethod"
|
|
24925
|
+
},
|
|
24926
|
+
"projen.github.MergeQueue": {
|
|
24927
|
+
"assembly": "projen",
|
|
24928
|
+
"base": "projen.Component",
|
|
24929
|
+
"docs": {
|
|
24930
|
+
"stability": "experimental",
|
|
24931
|
+
"summary": "Merge pull requests using a merge queue."
|
|
24932
|
+
},
|
|
24933
|
+
"fqn": "projen.github.MergeQueue",
|
|
24934
|
+
"initializer": {
|
|
24935
|
+
"docs": {
|
|
24936
|
+
"stability": "experimental"
|
|
24937
|
+
},
|
|
24938
|
+
"locationInModule": {
|
|
24939
|
+
"filename": "src/github/merge-queue.ts",
|
|
24940
|
+
"line": 36
|
|
24941
|
+
},
|
|
24942
|
+
"parameters": [
|
|
24943
|
+
{
|
|
24944
|
+
"name": "scope",
|
|
24945
|
+
"type": {
|
|
24946
|
+
"fqn": "constructs.IConstruct"
|
|
24947
|
+
}
|
|
24948
|
+
},
|
|
24949
|
+
{
|
|
24950
|
+
"name": "options",
|
|
24951
|
+
"optional": true,
|
|
24952
|
+
"type": {
|
|
24953
|
+
"fqn": "projen.github.MergeQueueOptions"
|
|
24954
|
+
}
|
|
24955
|
+
}
|
|
24956
|
+
]
|
|
24957
|
+
},
|
|
24958
|
+
"kind": "class",
|
|
24959
|
+
"locationInModule": {
|
|
24960
|
+
"filename": "src/github/merge-queue.ts",
|
|
24961
|
+
"line": 35
|
|
24962
|
+
},
|
|
24963
|
+
"methods": [
|
|
24964
|
+
{
|
|
24965
|
+
"docs": {
|
|
24966
|
+
"stability": "experimental",
|
|
24967
|
+
"summary": "Called before synthesis."
|
|
24968
|
+
},
|
|
24969
|
+
"locationInModule": {
|
|
24970
|
+
"filename": "src/github/merge-queue.ts",
|
|
24971
|
+
"line": 57
|
|
24972
|
+
},
|
|
24973
|
+
"name": "preSynthesize",
|
|
24974
|
+
"overrides": "projen.Component"
|
|
24975
|
+
}
|
|
24976
|
+
],
|
|
24977
|
+
"name": "MergeQueue",
|
|
24978
|
+
"namespace": "github",
|
|
24979
|
+
"symbolId": "src/github/merge-queue:MergeQueue"
|
|
24980
|
+
},
|
|
24981
|
+
"projen.github.MergeQueueOptions": {
|
|
24982
|
+
"assembly": "projen",
|
|
24983
|
+
"datatype": true,
|
|
24984
|
+
"docs": {
|
|
24985
|
+
"stability": "experimental",
|
|
24986
|
+
"summary": "Options for 'MergeQueue'."
|
|
24987
|
+
},
|
|
24988
|
+
"fqn": "projen.github.MergeQueueOptions",
|
|
24989
|
+
"kind": "interface",
|
|
24990
|
+
"locationInModule": {
|
|
24991
|
+
"filename": "src/github/merge-queue.ts",
|
|
24992
|
+
"line": 11
|
|
24993
|
+
},
|
|
24994
|
+
"name": "MergeQueueOptions",
|
|
24995
|
+
"namespace": "github",
|
|
24996
|
+
"properties": [
|
|
24997
|
+
{
|
|
24998
|
+
"abstract": true,
|
|
24999
|
+
"docs": {
|
|
25000
|
+
"default": "true",
|
|
25001
|
+
"stability": "experimental",
|
|
25002
|
+
"summary": "Should pull requests be queued automatically to be merged once they pass required checks."
|
|
25003
|
+
},
|
|
25004
|
+
"immutable": true,
|
|
25005
|
+
"locationInModule": {
|
|
25006
|
+
"filename": "src/github/merge-queue.ts",
|
|
25007
|
+
"line": 16
|
|
25008
|
+
},
|
|
25009
|
+
"name": "autoQueue",
|
|
25010
|
+
"optional": true,
|
|
25011
|
+
"type": {
|
|
25012
|
+
"primitive": "boolean"
|
|
25013
|
+
}
|
|
25014
|
+
},
|
|
25015
|
+
{
|
|
25016
|
+
"abstract": true,
|
|
25017
|
+
"docs": {
|
|
25018
|
+
"default": "- see AutoQueueOptions",
|
|
25019
|
+
"stability": "experimental",
|
|
25020
|
+
"summary": "Configure auto-queue pull requests."
|
|
25021
|
+
},
|
|
25022
|
+
"immutable": true,
|
|
25023
|
+
"locationInModule": {
|
|
25024
|
+
"filename": "src/github/merge-queue.ts",
|
|
25025
|
+
"line": 22
|
|
25026
|
+
},
|
|
25027
|
+
"name": "autoQueueOptions",
|
|
25028
|
+
"optional": true,
|
|
25029
|
+
"type": {
|
|
25030
|
+
"fqn": "projen.github.AutoQueueOptions"
|
|
25031
|
+
}
|
|
25032
|
+
},
|
|
25033
|
+
{
|
|
25034
|
+
"abstract": true,
|
|
25035
|
+
"docs": {
|
|
25036
|
+
"default": "- all branches",
|
|
25037
|
+
"stability": "experimental",
|
|
25038
|
+
"summary": "The branches that can be merged into using MergeQueue."
|
|
25039
|
+
},
|
|
25040
|
+
"immutable": true,
|
|
25041
|
+
"locationInModule": {
|
|
25042
|
+
"filename": "src/github/merge-queue.ts",
|
|
25043
|
+
"line": 29
|
|
25044
|
+
},
|
|
25045
|
+
"name": "targetBranches",
|
|
25046
|
+
"optional": true,
|
|
25047
|
+
"type": {
|
|
25048
|
+
"collection": {
|
|
25049
|
+
"elementtype": {
|
|
25050
|
+
"primitive": "string"
|
|
25051
|
+
},
|
|
25052
|
+
"kind": "array"
|
|
25053
|
+
}
|
|
25054
|
+
}
|
|
25055
|
+
}
|
|
25056
|
+
],
|
|
25057
|
+
"symbolId": "src/github/merge-queue:MergeQueueOptions"
|
|
25058
|
+
},
|
|
24670
25059
|
"projen.github.Mergify": {
|
|
24671
25060
|
"assembly": "projen",
|
|
24672
25061
|
"base": "projen.Component",
|
|
@@ -25469,7 +25858,7 @@
|
|
|
25469
25858
|
},
|
|
25470
25859
|
"locationInModule": {
|
|
25471
25860
|
"filename": "src/github/pull-request-lint.ts",
|
|
25472
|
-
"line":
|
|
25861
|
+
"line": 205
|
|
25473
25862
|
},
|
|
25474
25863
|
"name": "preSynthesize",
|
|
25475
25864
|
"overrides": "projen.Component"
|
|
@@ -37026,13 +37415,30 @@
|
|
|
37026
37415
|
"abstract": true,
|
|
37027
37416
|
"docs": {
|
|
37028
37417
|
"stability": "experimental",
|
|
37029
|
-
"summary": "
|
|
37418
|
+
"summary": "You can use name to define a name for pipelines."
|
|
37030
37419
|
},
|
|
37031
37420
|
"immutable": true,
|
|
37032
37421
|
"locationInModule": {
|
|
37033
37422
|
"filename": "src/gitlab/configuration-model.ts",
|
|
37034
37423
|
"line": 635
|
|
37035
37424
|
},
|
|
37425
|
+
"name": "name",
|
|
37426
|
+
"optional": true,
|
|
37427
|
+
"type": {
|
|
37428
|
+
"primitive": "string"
|
|
37429
|
+
}
|
|
37430
|
+
},
|
|
37431
|
+
{
|
|
37432
|
+
"abstract": true,
|
|
37433
|
+
"docs": {
|
|
37434
|
+
"stability": "experimental",
|
|
37435
|
+
"summary": "Used to control whether or not a whole pipeline is created."
|
|
37436
|
+
},
|
|
37437
|
+
"immutable": true,
|
|
37438
|
+
"locationInModule": {
|
|
37439
|
+
"filename": "src/gitlab/configuration-model.ts",
|
|
37440
|
+
"line": 637
|
|
37441
|
+
},
|
|
37036
37442
|
"name": "rules",
|
|
37037
37443
|
"optional": true,
|
|
37038
37444
|
"type": {
|
|
@@ -37059,7 +37465,7 @@
|
|
|
37059
37465
|
"kind": "interface",
|
|
37060
37466
|
"locationInModule": {
|
|
37061
37467
|
"filename": "src/gitlab/configuration-model.ts",
|
|
37062
|
-
"line":
|
|
37468
|
+
"line": 644
|
|
37063
37469
|
},
|
|
37064
37470
|
"name": "WorkflowRule",
|
|
37065
37471
|
"namespace": "gitlab",
|
|
@@ -37072,7 +37478,7 @@
|
|
|
37072
37478
|
"immutable": true,
|
|
37073
37479
|
"locationInModule": {
|
|
37074
37480
|
"filename": "src/gitlab/configuration-model.ts",
|
|
37075
|
-
"line":
|
|
37481
|
+
"line": 646
|
|
37076
37482
|
},
|
|
37077
37483
|
"name": "changes",
|
|
37078
37484
|
"optional": true,
|
|
@@ -37093,7 +37499,7 @@
|
|
|
37093
37499
|
"immutable": true,
|
|
37094
37500
|
"locationInModule": {
|
|
37095
37501
|
"filename": "src/gitlab/configuration-model.ts",
|
|
37096
|
-
"line":
|
|
37502
|
+
"line": 648
|
|
37097
37503
|
},
|
|
37098
37504
|
"name": "exists",
|
|
37099
37505
|
"optional": true,
|
|
@@ -37114,7 +37520,7 @@
|
|
|
37114
37520
|
"immutable": true,
|
|
37115
37521
|
"locationInModule": {
|
|
37116
37522
|
"filename": "src/gitlab/configuration-model.ts",
|
|
37117
|
-
"line":
|
|
37523
|
+
"line": 650
|
|
37118
37524
|
},
|
|
37119
37525
|
"name": "if",
|
|
37120
37526
|
"optional": true,
|
|
@@ -37130,7 +37536,7 @@
|
|
|
37130
37536
|
"immutable": true,
|
|
37131
37537
|
"locationInModule": {
|
|
37132
37538
|
"filename": "src/gitlab/configuration-model.ts",
|
|
37133
|
-
"line":
|
|
37539
|
+
"line": 652
|
|
37134
37540
|
},
|
|
37135
37541
|
"name": "variables",
|
|
37136
37542
|
"optional": true,
|
|
@@ -37160,7 +37566,7 @@
|
|
|
37160
37566
|
"immutable": true,
|
|
37161
37567
|
"locationInModule": {
|
|
37162
37568
|
"filename": "src/gitlab/configuration-model.ts",
|
|
37163
|
-
"line":
|
|
37569
|
+
"line": 654
|
|
37164
37570
|
},
|
|
37165
37571
|
"name": "when",
|
|
37166
37572
|
"optional": true,
|
|
@@ -37183,7 +37589,7 @@
|
|
|
37183
37589
|
"kind": "enum",
|
|
37184
37590
|
"locationInModule": {
|
|
37185
37591
|
"filename": "src/gitlab/configuration-model.ts",
|
|
37186
|
-
"line":
|
|
37592
|
+
"line": 662
|
|
37187
37593
|
},
|
|
37188
37594
|
"members": [
|
|
37189
37595
|
{
|
|
@@ -64555,6 +64961,6 @@
|
|
|
64555
64961
|
"symbolId": "src/web/tailwind:TailwindConfigOptions"
|
|
64556
64962
|
}
|
|
64557
64963
|
},
|
|
64558
|
-
"version": "0.88.
|
|
64559
|
-
"fingerprint": "
|
|
64964
|
+
"version": "0.88.6",
|
|
64965
|
+
"fingerprint": "Ea4jGra2jdkkOkvvnYzmK8UslQGd3bu7mg7J7GHkt3E="
|
|
64560
64966
|
}
|