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

RFC 1: Faster Development Iterations (aka "CDK Watch") #335

Merged
merged 9 commits into from
Jul 15, 2021

Commits on Jun 11, 2021

  1. CDK RFC for update

    Chris Rose committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    dc74db4 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2021

  1. Address eladb's comments on scope.

    Still open: naming and command UX
    Chris Rose committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    8f0d98c View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. Update post-sync w/ Elad

    - rename the command to `cdk deploy --accelerated`
    - identify the options for selecting deployable stacks
    Chris Rose committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    eb0bb40 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. faq: address deployment safety

    Chris Rose committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    8e01a68 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. Typo fix.

    Co-authored-by: Elad Ben-Israel <benisrae@amazon.com>
    offbyone and Elad Ben-Israel committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    2cf7639 View commit details
    Browse the repository at this point in the history
  2. Updates for PR review

    - added "help" section for CLI help
    - clarified that other things than assets are in scope
    - put down an outline of how the extension model might work
    Chris Rose committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    db10d3d View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. Expanded the implementation plan

    Chris Rose committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    736a7a9 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. Apply suggestions from code review

    Co-authored-by: Elad Ben-Israel <benisrae@amazon.com>
    offbyone and Elad Ben-Israel committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    86ac9f8 View commit details
    Browse the repository at this point in the history
  2. Updated in response to PR feedback

    - re-ordered the two flags to make `--watch` the primary
    - re-ordered the usage to center `--watch`
    - made interactive use optional, default to non-interactive
    - move step functions workflows into the primary implementation
    - remove references to the "toolkit"
    Chris Rose committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    1d1e562 View commit details
    Browse the repository at this point in the history