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

refactor(core): misc cleanups to App-related APIs #2731

Merged
merged 20 commits into from
Jun 5, 2019
Merged

Commits on Jun 3, 2019

  1. refactor(core): Misc cleanups to App-related APIs

    Ensure documentation coverage and clean up of the various APIs.
    
    Fixes #1891
    
    
    BREAKING CHANGE:
    * **core:** `StackProps.autoDeploy` has been removed and replaced by `StackProps.hide` (with negated logic).
    * **core:** `ISynthesizable.synthesize` now accepts an `ISynthesisSession` which contains the `CloudAssemblyBuilder` object.
    * **cx-api:** Multiple changes to the cloud assembly APIs to reduce surface area and clean up.
    Elad Ben-Israel committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    b81502e View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2019

  1. Additional changes

    BREAKING CHANGE:
    - `StackProps.autoDeploy` renamed to `entrypoint` (still true by default).
    - CLI must be upgraded to 0.34.0 (cx protocol changes)
    Elad Ben-Israel committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    7ab5fcb View commit details
    Browse the repository at this point in the history
  2. CR fixes

    Elad Ben-Israel committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    7565b7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ec73ab View commit details
    Browse the repository at this point in the history
  4. additional fixes

    Elad Ben-Israel committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    d9cb6f3 View commit details
    Browse the repository at this point in the history
  5. more fixes

    Elad Ben-Israel committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    96be493 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2019

  1. Configuration menu
    Copy the full SHA
    76af774 View commit details
    Browse the repository at this point in the history
  2. remove "entrypoints" (autoDeploy)

    Elad Ben-Israel committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    27959e6 View commit details
    Browse the repository at this point in the history
  3. fix tests

    Elad Ben-Israel committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    7ae9720 View commit details
    Browse the repository at this point in the history
  4. fix integ test

    Elad Ben-Israel committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    731cf64 View commit details
    Browse the repository at this point in the history
  5. allow integ tests to specify which stack to deploy

    Elad Ben-Israel committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    c2cdd30 View commit details
    Browse the repository at this point in the history
  6. fix kms test and be less opinionated

    Elad Ben-Israel committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    0dc7bef View commit details
    Browse the repository at this point in the history
  7. fix another multi-stack test

    Elad Ben-Israel committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    b758f23 View commit details
    Browse the repository at this point in the history
  8. add a @deprecated "app.run()"

    Elad Ben-Israel committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    530fc3d View commit details
    Browse the repository at this point in the history
  9. fix ec2 tests

    Elad Ben-Israel committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    e3a197c View commit details
    Browse the repository at this point in the history
  10. fix s3 test

    Elad Ben-Israel committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    2461cdd View commit details
    Browse the repository at this point in the history
  11. fix ddb global test

    Elad Ben-Israel committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    bbce087 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    286ac72 View commit details
    Browse the repository at this point in the history
  13. inject static test context into "ls"

    Elad Ben-Israel committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    0c4696e View commit details
    Browse the repository at this point in the history
  14. Change back synthesize from public to protected

    Elad Ben-Israel committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    1e1b192 View commit details
    Browse the repository at this point in the history