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: experimental cdk migrate command #25859

Merged
merged 31 commits into from
Jun 23, 2023
Merged

chore: experimental cdk migrate command #25859

merged 31 commits into from
Jun 23, 2023

Commits on Jun 5, 2023

  1. experimental cdk migrate command

    Hogan Bobertz committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    b53855e View commit details
    Browse the repository at this point in the history
  2. fix typescript erroring

    Hogan Bobertz committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    b3dc8e1 View commit details
    Browse the repository at this point in the history
  3. add helpful import message

    Hogan Bobertz committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    1801196 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Configuration menu
    Copy the full SHA
    e71d63e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    483c431 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b5afee View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. add warning to command

    Hogan Bobertz committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    ad081a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    089df4f View commit details
    Browse the repository at this point in the history
  3. better warning messages

    Hogan Bobertz committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    d57c47c View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

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

Commits on Jun 16, 2023

  1. modified how we get nocti for cdk migrate

    Hogan Bobertz committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    e50a4ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84b10c4 View commit details
    Browse the repository at this point in the history
  3. remove mkdir as it was having idempotency issues

    Hogan Bobertz committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    a2a26f3 View commit details
    Browse the repository at this point in the history
  4. update readme to reflect new nocti consumption flow

    Hogan Bobertz committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    0bdd473 View commit details
    Browse the repository at this point in the history
  5. git fixes for submodule stuff

    Hogan Bobertz committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    94687d8 View commit details
    Browse the repository at this point in the history
  6. modify generate to delete the generated package json

    Hogan Bobertz committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    d51b074 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Update warning wording to be more professional

    Co-authored-by: Naumel <104374999+Naumel@users.noreply.github.com>
    HBobertz and Naumel authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    2a85864 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbde5b7 View commit details
    Browse the repository at this point in the history
  3. update third party licensces

    Hogan Bobertz committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    00eeede View commit details
    Browse the repository at this point in the history
  4. fix alpha gen script

    Hogan Bobertz committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    4ca5d2e View commit details
    Browse the repository at this point in the history
  5. change default input path

    Hogan Bobertz committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    95cf39c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7444399 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Configuration menu
    Copy the full SHA
    a8665cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3ab9f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2fd134 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1727e02 View commit details
    Browse the repository at this point in the history
  5. fix irrelevant bug

    Hogan Bobertz committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    afbe3b3 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Configuration menu
    Copy the full SHA
    da4280b View commit details
    Browse the repository at this point in the history
  2. Hoist ts-node to root package.json + uniformize typescript deps

    This is an attempt to make sure that there is one and only one `ts-node`
    in the closure, so that symlinks "always make sense".
    RomainMuller committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    2efd438 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e15f084 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e06664 View commit details
    Browse the repository at this point in the history