Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remodel the aws-cdk repo to support v2 development only #24376

Merged
merged 149 commits into from
Mar 31, 2023
Merged

Conversation

madeline-k
Copy link
Contributor

@madeline-k madeline-k commented Feb 28, 2023

Restructures the repository to reflect the current state of package publishing. Combines all of the stable packages within @aws-cdk/* namespace into aws-cdk-lib, and separates the unstable portions of the alpha modules into their own packages depending on aws-cdk-lib for their L1s. Changes how code generation works to run during the build of aws-cdk-lib and new cloudformation resources are added automatically when the spec is updated.

Removed all of the integration tests and put them into their own package to avoid cyclic dependencies. Integ tests for alpha packages remain with their package source.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

MrArnoldPalmer and others added 30 commits January 10, 2023 13:30
Adds a `gen.ts` file in `scripts` for aws-cdk-lib which is meant to run
as the first step during build in order to generate L1 construct source
files. Added support for `*` as a scope in `cfn2ts` in order to enable
generating all desired L1s without declaring scopes in package.json.
Move the useful stuff in ubergen into lib/index.ts and add `main` field
to package json so packages within the repository can depend on it's
functionality. Specifically useful for repo restructure work.
feat(remodel): generate index.ts and .jsiirc.json files
@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildv2Project1C6BFA3F-wQm2hXv2jqQv
  • Commit ID: f099964
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@mergify
Copy link
Contributor

mergify bot commented Mar 31, 2023

Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@mergify mergify bot merged commit a2c633f into main Mar 31, 2023
@mergify mergify bot deleted the feat/remodel branch March 31, 2023 15:25
laurelmay added a commit to laurelmay/aws-cdk that referenced this pull request Apr 2, 2023
This follows the pattern in aws#24425 which seems to especially happen
after aws#24376 when running these scripts.

This follows the pattern in `scripts/gen.sh` or `/build.sh`.
mergify bot pushed a commit that referenced this pull request Apr 5, 2023
…#24905)

This follows the pattern in #24425 which seems to especially happen
after #24376 when running these scripts.

Closes #24932

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
pahud added a commit to pahud/aws-cdk that referenced this pull request Apr 17, 2023
…4376)

Restructures the repository to reflect the current state of package publishing. Combines all of the stable packages within @aws-cdk/* namespace into aws-cdk-lib, and separates the unstable portions of the alpha modules into their own packages depending on `aws-cdk-lib` for their L1s. Changes how code generation works to run during the build of `aws-cdk-lib` and new cloudformation resources are added automatically when the spec is updated.

Removed all of the integration tests and put them into their own package to avoid cyclic dependencies. Integ tests for alpha packages remain with their package source.

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
mergify bot pushed a commit that referenced this pull request Aug 3, 2023
Update some outdated repository links and package paths since [repo remodeling](#24376).

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution/core This is a PR that came from AWS. p2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants