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

feat(cli): upgrade aws-sdk to sdkv3 #31702

Merged
merged 52 commits into from
Nov 12, 2024

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    d6ed395 View commit details
    Browse the repository at this point in the history
  2. cli changes

    TheRealAmazonKendra committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    509c2bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b475621 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d1c009 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3bb1c21 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    28a5722 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c17db32 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    4bc7513 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Merge branch 'main' into TheRealAmazonKendra/sdkv3-for-aws-cdk-take-two

    # Conflicts:
    #	packages/@aws-cdk/integ-runner/package.json
    #	packages/aws-cdk/lib/api/deploy-stack.ts
    #	packages/aws-cdk/lib/api/deployments.ts
    #	packages/aws-cdk/lib/api/util/cloudformation.ts
    #	packages/aws-cdk/lib/cdk-toolkit.ts
    #	packages/aws-cdk/lib/util/asset-publishing.ts
    #	packages/aws-cdk/package.json
    #	packages/aws-cdk/test/api/bootstrap.test.ts
    #	packages/aws-cdk/test/context-providers/keys.test.ts
    otaviomacedo committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    ed49c42 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    2f1eaa3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e473a3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e89697 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Configuration menu
    Copy the full SHA
    814ea9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16b7f4f View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Merge branch 'main' into TheRealAmazonKendra/sdkv3-for-aws-cdk-take-two

    # Conflicts:
    #	packages/@aws-cdk/integ-runner/package.json
    #	packages/aws-cdk/THIRD_PARTY_LICENSES
    #	packages/aws-cdk/lib/api/aws-auth/sdk.ts
    #	packages/aws-cdk/lib/api/deploy-stack.ts
    #	packages/aws-cdk/lib/api/deployments.ts
    #	packages/aws-cdk/lib/api/garbage-collection/garbage-collector.ts
    #	packages/aws-cdk/lib/api/garbage-collection/stack-refresh.ts
    #	packages/aws-cdk/lib/api/hotswap-deployments.ts
    #	packages/aws-cdk/lib/api/hotswap/ecs-services.ts
    #	packages/aws-cdk/lib/api/toolkit-info.ts
    #	packages/aws-cdk/lib/api/util/checks.ts
    #	packages/aws-cdk/package.json
    #	packages/aws-cdk/test/api/deploy-stack.test.ts
    #	packages/aws-cdk/test/api/garbage-collection.test.ts
    #	packages/aws-cdk/test/api/hotswap/ecs-services-hotswap-deployments.test.ts
    #	packages/aws-cdk/test/api/hotswap/hotswap-test-setup.ts
    #	packages/aws-cdk/test/api/util/checks.test.ts
    #	yarn.lock
    otaviomacedo committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    1e918dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44c42d0 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Resolved conflicts

    otaviomacedo committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    245e00b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into TheRealAmazonKendra/sdkv3-for-aws-cdk-take-two

    # Conflicts:
    #	packages/@aws-cdk/integ-runner/package.json
    #	packages/aws-cdk/lib/api/aws-auth/sdk.ts
    #	packages/aws-cdk/lib/api/plugin/plugin.ts
    #	packages/aws-cdk/package.json
    #	yarn.lock
    otaviomacedo committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    0fc353a View commit details
    Browse the repository at this point in the history
  3. lint

    otaviomacedo committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    8db1220 View commit details
    Browse the repository at this point in the history
  4. yarn.lock

    otaviomacedo committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    813d275 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ce8c025 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Upgrade nx to 20.0.8

    otaviomacedo committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    b76d6b1 View commit details
    Browse the repository at this point in the history
  2. yarn lock

    otaviomacedo committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    cd8a3a7 View commit details
    Browse the repository at this point in the history
  3. @nrwl -> @nx

    otaviomacedo committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    2ea928f View commit details
    Browse the repository at this point in the history
  4. rm -rf .nx

    otaviomacedo committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    00650d7 View commit details
    Browse the repository at this point in the history
  5. Revert "rm -rf .nx"

    This reverts commit 00650d7.
    otaviomacedo committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    d0222b4 View commit details
    Browse the repository at this point in the history
  6. Reset dependency changes

    rix0rrr committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    11ccf0c View commit details
    Browse the repository at this point in the history
  7. Merge remote-tracking branch 'origin/TheRealAmazonKendra/sdkv3-for-aw…

    …s-cdk-take-two' into TheRealAmazonKendra/sdkv3-for-aws-cdk-take-two
    otaviomacedo committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    9f335fe View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e150880 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6f9d517 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4048296 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    250c6fa View commit details
    Browse the repository at this point in the history
  12. New test

    otaviomacedo committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    d8d4d79 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. New tests

    otaviomacedo committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    378aeca View commit details
    Browse the repository at this point in the history
  2. lint

    otaviomacedo committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    ec49cca View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    75894cd View commit details
    Browse the repository at this point in the history
  2. Removed unused import

    otaviomacedo committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    80edd5a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3864a0c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    777984f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    db50140 View commit details
    Browse the repository at this point in the history
  6. setDefaultSTSMocks()

    otaviomacedo committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    5657b85 View commit details
    Browse the repository at this point in the history
  7. Missing comma

    otaviomacedo committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    d0c82a3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7693785 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    d725237 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2ccdc9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb23d21 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'TheRealAmazonKendra/sdkv3-for-aws-cdk-take-two' of gith…

    …ub.com:aws/aws-cdk into TheRealAmazonKendra/sdkv3-for-aws-cdk-take-two
    rix0rrr committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    0a1c87c View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2024

  1. Configuration menu
    Copy the full SHA
    5517a11 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/TheRealAmazonKendra/sdkv3-for-aw…

    …s-cdk-take-two' into TheRealAmazonKendra/sdkv3-for-aws-cdk-take-two
    otaviomacedo committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    e6ae8b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de5a539 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Merge branch 'main' into TheRealAmazonKendra/sdkv3-for-aws-cdk-take-two

    # Conflicts:
    #	packages/@aws-cdk/integ-runner/package.json
    otaviomacedo committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    b2383fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    275e6b4 View commit details
    Browse the repository at this point in the history