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(core): allow asset bundling on docker remote host / docker in docker #23576

Merged
merged 41 commits into from Jan 27, 2023

Commits on Dec 23, 2022

  1. WIP docker bundle with cp

    just a POC so far
    webratz committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    fabddf0 View commit details
    Browse the repository at this point in the history
  2. wip mv

    webratz committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    025e8d9 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2023

  1. adjust cp command

    webratz committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    c2e10b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    815edab View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. Configuration menu
    Copy the full SHA
    2f71a5b View commit details
    Browse the repository at this point in the history
  2. fix missing path to copy out

    webratz committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    8cb6259 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Configuration menu
    Copy the full SHA
    c006750 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac327d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6fb1dd2 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Configuration menu
    Copy the full SHA
    fd367ef View commit details
    Browse the repository at this point in the history
  2. add tests

    webratz committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    26c1d10 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87e7a2a View commit details
    Browse the repository at this point in the history
  4. fix import order

    webratz committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    dca7457 View commit details
    Browse the repository at this point in the history
  5. add readme

    webratz committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    e804023 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. add import to readme

    webratz committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    e667436 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Update packages/@aws-cdk/aws-lambda-go/test/bundling.test.ts

    Co-authored-by: Momo Kornher <mail@moritzkornher.de>
    webratz and mrgrain committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    13cba32 View commit details
    Browse the repository at this point in the history
  2. Update packages/@aws-cdk/core/lib/bundling.ts

    Co-authored-by: Momo Kornher <mail@moritzkornher.de>
    webratz and mrgrain committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    1ca8496 View commit details
    Browse the repository at this point in the history
  3. Update packages/@aws-cdk/core/lib/bundling.ts

    Co-authored-by: Momo Kornher <mail@moritzkornher.de>
    webratz and mrgrain committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    813c8b7 View commit details
    Browse the repository at this point in the history
  4. Update packages/@aws-cdk/core/lib/bundling.ts

    Co-authored-by: Momo Kornher <mail@moritzkornher.de>
    webratz and mrgrain committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    871da21 View commit details
    Browse the repository at this point in the history
  5. Update packages/@aws-cdk/core/lib/bundling.ts

    Co-authored-by: Momo Kornher <mail@moritzkornher.de>
    webratz and mrgrain committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    ed23041 View commit details
    Browse the repository at this point in the history
  6. address first MR comments

    webratz committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    6bc93e1 View commit details
    Browse the repository at this point in the history
  7. fix readme

    webratz committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    7b3798e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d94e232 View commit details
    Browse the repository at this point in the history
  9. WIP: restructure

    webratz committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    54b3a80 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. WIP separate bundling

    webratz committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    5c98592 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into main

    webratz committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    056f48b View commit details
    Browse the repository at this point in the history
  3. move classes to private

    webratz committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    ace87a4 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Update packages/@aws-cdk/core/test/docker-stub-cp.sh

    Co-authored-by: Momo Kornher <mail@moritzkornher.de>
    webratz and mrgrain committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    7be1cc5 View commit details
    Browse the repository at this point in the history
  2. Update packages/@aws-cdk/core/test/bundling.test.ts

    Co-authored-by: Momo Kornher <mail@moritzkornher.de>
    webratz and mrgrain committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    fa11118 View commit details
    Browse the repository at this point in the history
  3. Update packages/@aws-cdk/core/lib/private/asset-staging.ts

    Co-authored-by: Momo Kornher <mail@moritzkornher.de>
    webratz and mrgrain committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    381e5bf View commit details
    Browse the repository at this point in the history
  4. Update packages/@aws-cdk/core/lib/bundling.ts

    Co-authored-by: Momo Kornher <mail@moritzkornher.de>
    webratz and mrgrain committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    5a9b75e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8640305 View commit details
    Browse the repository at this point in the history
  6. Update packages/@aws-cdk/core/lib/bundling.ts

    Co-authored-by: Momo Kornher <mail@moritzkornher.de>
    webratz and mrgrain committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    4750a5f View commit details
    Browse the repository at this point in the history
  7. change naming

    webratz committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    27026e5 View commit details
    Browse the repository at this point in the history
  8. Update packages/@aws-cdk/core/lib/bundling.ts

    Co-authored-by: Momo Kornher <mail@moritzkornher.de>
    webratz and mrgrain committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    974762a View commit details
    Browse the repository at this point in the history
  9. Update packages/@aws-cdk/core/lib/bundling.ts

    Co-authored-by: Momo Kornher <mail@moritzkornher.de>
    webratz and mrgrain committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    2890d54 View commit details
    Browse the repository at this point in the history
  10. Update packages/@aws-cdk/core/lib/bundling.ts

    Co-authored-by: Momo Kornher <mail@moritzkornher.de>
    webratz and mrgrain committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    325fdbb View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. remaining name fixes

    webratz committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    6590681 View commit details
    Browse the repository at this point in the history
  2. cleanup

    webratz committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    4ecaf47 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb54c28 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

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