Commit d66e375
feat: @aws-cdk/integ-runner now lives in the CDK CLI repository (#263)
This adds in the code for `@aws-cdk/integ-runner`, which is being
removed from the original `aws-cdk` repository here:
aws/aws-cdk#33835
Process:
* The removal PR should be merged first
* Then this should be merged
* Then we need to find [the latest released
version](https://www.npmjs.com/package/@aws-cdk/integ-runner) and add a
tag named `@aws-cdk/integ-runner@v2.185.0` (or whatever the latest
version is) on the parent commit of this commit.
This proposed to drop the `-alpha` release tag of this package, which
seems fine. We've been running this for years, it hasn't changed much,
and future updates will be easier to consume if we drop the prerelease
tags.
(Stacked PR on top of #246)
---
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache-2.0 license
---------
Signed-off-by: github-actions <github-actions@github.com>
Co-authored-by: github-actions <github-actions@github.com>1 parent 174c2e7 commit d66e375
File tree
263 files changed
+17139
-181
lines changed- .github/workflows
- .projen
- packages
- @aws-cdk
- cdk-cli-wrapper
- .projen
- lib/commands
- cli-lib-alpha
- .projen
- cli-plugin-contract
- .projen
- cloud-assembly-schema
- .projen
- cloudformation-diff
- .projen
- integ-runner
- .projen
- bin
- build-tools
- lib
- runner
- private
- workers
- extract
- test
- language-tests
- integ.typescript-test.ts.snapshot
- integ_go-test.go.snapshot
- integ_python-test.py.snapshot
- runner
- private
- test-data
- assets/code-asset
- cdk-integ.out.xxxxx.integ-test1.js.snapshot
- cdk-integ.out.xxxxx.test-with-new-assets-diff.js.snapshot
- cdk-integ.out.xxxxx.test-with-new-assets.js.snapshot
- cdk-integ.out.xxxxx.test-with-snapshot-assets.js.snapshot
- cdk-integ.out.xxxxx.test-with-snapshot.js.snapshot
- xxxxx.test-with-asset-in-nested-stack.js.snapshot
- xxxxx.test-with-nested-stack-changed.js.snapshot
- xxxxx.test-with-nested-stack.js.snapshot
- asset.b7826d21185e020066e56b133136e1082372d08cf21209a8823ac39710782f68
- xxxxx.test-with-new-assets-diff.js.snapshot
- asset.be270bbdebe0851c887569796e3997437cca54ce86893ed94788500448e92824
- xxxxx.test-with-new-assets.js.snapshot
- asset.be270bbdebe0851c887569796e3997437cca54ce86893ed94788500448e92824
- xxxxx.test-with-snapshot-assets-diff.js.snapshot
- asset.fec1c56a3f23d9d27f58815e0c34c810cc02f431ac63a078f9b5d2aa44cc3509
- xxxxx.test-with-snapshot-assets.js.snapshot
- asset.be270bbdebe0851c887569796e3997437cca54ce86893ed94788500448e92824
- xxxxx.test-with-snapshot-diff.js.snapshot
- xxxxx.test-with-snapshot.js.snapshot
- workers
- node-bundle
- .projen
- tmp-toolkit-helpers
- .projen
- toolkit-lib
- .projen
- user-input-gen
- .projen
- aws-cdk
- .projen
- cdk-assets
- .projen
- cdk
- .projen
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
263 files changed
+17139
-181
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments