Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aws/aws-cdk-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cdk@v2.178.2
Choose a base ref
...
head repository: aws/aws-cdk-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cdk@v2.1000.0
Choose a head ref
  • 17 commits
  • 1,127 files changed
  • 5 contributors

Commits on Feb 17, 2025

  1. chore: copy workflows from code branch

    rix0rrr committed Feb 17, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    5d9b288 View commit details
  2. feat: initial commit of code in new repository (#37)

    This adds code from the original repositories, moving it here as
    announced in aws/aws-cdk#32775.
    
    The PR that removes the original code:
    aws/aws-cdk#33474
    rix0rrr authored Feb 17, 2025
    Copy the full SHA
    1dbec5c View commit details
  3. chore(deps): upgrade dependencies (#38)

    Upgrades project dependencies. See details in [workflow run].
    
    [Workflow Run]:
    https://github.com/aws/aws-cdk-cli/actions/runs/13372943492
    
    ------
    
    *Automatically created by projen via the "upgrade" workflow*
    
    Signed-off-by: github-actions <github-actions@github.com>
    Co-authored-by: github-actions <github-actions@github.com>
    aws-cdk-automation and github-actions authored Feb 17, 2025
    Copy the full SHA
    7a9278e View commit details
  4. chore: enable nx as an optional way to run targeted builds faster (#39)

    Allows devs to run `pj nx build` in a project directory and build
    exactly the packages needed, using the nx cache for extra speed-up.
    
    This provides an entirely optional DX that is not used in CI/CD builds.
    mrgrain authored Feb 17, 2025
    Copy the full SHA
    8c369c0 View commit details
  5. chore(deps): upgrade dependencies (#41)

    Upgrades project dependencies. See details in [workflow run].
    
    [Workflow Run]:
    https://github.com/aws/aws-cdk-cli/actions/runs/13377512227
    
    ------
    
    *Automatically created by projen via the "upgrade" workflow*
    
    Signed-off-by: github-actions <github-actions@github.com>
    Co-authored-by: github-actions <github-actions@github.com>
    aws-cdk-automation and github-actions authored Feb 17, 2025
    Copy the full SHA
    d0f7b97 View commit details

Commits on Feb 18, 2025

  1. chore(deps): upgrade dependencies (#48)

    Upgrades project dependencies. See details in [workflow run].
    
    [Workflow Run]:
    https://github.com/aws/aws-cdk-cli/actions/runs/13388985451
    
    ------
    
    *Automatically created by projen via the "upgrade" workflow*
    
    ---------
    
    Signed-off-by: github-actions <github-actions@github.com>
    Co-authored-by: github-actions <github-actions@github.com>
    aws-cdk-automation and github-actions authored Feb 18, 2025
    Copy the full SHA
    9b436af View commit details
  2. Copy the full SHA
    4b5d879 View commit details
  3. chore(toolkit): re-add docs and build commands (#43)

    These commands where missing from the package after the repo migration.
    mrgrain authored Feb 18, 2025
    Copy the full SHA
    51c89cb View commit details
  4. chore: pr linter allows docs/test/revert types (#47)

    god forbid we need to revert but we probably want to have that
    optionality in the pr linter.
    kaizencc authored Feb 18, 2025
    Copy the full SHA
    2161721 View commit details
  5. chore: require approval before actually releasing (#49)

    This is temporary so we can double-check the version numbers before we
    have side effects we can't take back.
    rix0rrr authored Feb 18, 2025
    Copy the full SHA
    d71aa22 View commit details
  6. chore(toolkit): randomize tests (#46)

    aws/aws-cdk#33429 introduced randomization back
    into the toolkit tests
    
    Co-authored-by: Momo Kornher <kornherm@amazon.co.uk>
    kaizencc and mrgrain authored Feb 18, 2025
    Copy the full SHA
    77f0bea View commit details
  7. Copy the full SHA
    a4838c2 View commit details
  8. chore: require contributor statement (#51)

    Fixes PRs submitted without contributor statement.
    mrgrain authored Feb 18, 2025
    Copy the full SHA
    48c3812 View commit details
  9. chore: run builds on a more powerful runner (#52)

    The regular build takes a long time by itself, independent of the tests.
    Switch to (slightly) more powerful runners in order to shorten the build
    times.
    
    ---------
    
    Signed-off-by: github-actions <github-actions@github.com>
    Co-authored-by: github-actions <github-actions@github.com>
    rix0rrr and github-actions authored Feb 18, 2025
    Copy the full SHA
    e0e842d View commit details
  10. chore(deps): upgrade dependencies (#54)

    Upgrades project dependencies. See details in [workflow run].
    
    [Workflow Run]:
    https://github.com/aws/aws-cdk-cli/actions/runs/13391908156
    
    ------
    
    *Automatically created by projen via the "upgrade" workflow*
    
    ---------
    
    Signed-off-by: github-actions <github-actions@github.com>
    Co-authored-by: github-actions <github-actions@github.com>
    Co-authored-by: Momo Kornher <kornherm@amazon.co.uk>
    3 people authored Feb 18, 2025
    Copy the full SHA
    b7bd2ff View commit details
  11. chore: check-licenses of public packages (#53)

    Adds a license check to every public package. As we make more packages
    public, we might have to extend the list of allowed licenses.
    
    ---
    By submitting this pull request, I confirm that my contribution is made
    under the terms of the Apache-2.0 license
    mrgrain authored Feb 18, 2025
    Copy the full SHA
    61ede9a View commit details
  12. chore: add jsii publishing steps, remove approval from releases (#55)

    I've confirmed by hand that the release versions are correct.
    
    Use the access to the new monorepo internals to add the correct jsii
    publishing steps to the right components.
    
    ---
    By submitting this pull request, I confirm that my contribution is made
    under the terms of the Apache-2.0 license
    rix0rrr authored Feb 18, 2025
    Copy the full SHA
    1c60bc6 View commit details
Showing 1,127 changed files with 190,444 additions and 1,292 deletions.
9 changes: 7 additions & 2 deletions .gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 25 additions & 0 deletions .github/dependabot.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion .github/pull_request_template.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions .github/workflows/auto-approve.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions .github/workflows/auto-queue.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 11 additions & 2 deletions .github/workflows/build.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

152 changes: 152 additions & 0 deletions .github/workflows/integ.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 27 additions & 0 deletions .github/workflows/pull-request-lint.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading