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: Add X-Gu-CDK-Version tag to GuStack #223

Merged
merged 3 commits into from
Feb 4, 2021
Merged

Commits on Feb 3, 2021

  1. Add X-Gu-CDK-Version tag to GuStack

    We can use this to track which stacks have been created using the library, and with which version.
    
    The absence of this tag suggests the stack hasn't been created with the cdk library.
    akash1810 committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    dfb64d8 View commit details
    Browse the repository at this point in the history
  2. mock TrackingTag in tests

    Mocking this means we can make the value static and it doesn't need updating when new versions of the library are published.
    
    Configuring Jest's `setupFilesAfterEnv` means we apply the mock globally. See https://jestjs.io/docs/en/configuration.html#setupfilesafterenv-array.
    akash1810 committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    1bba71f View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. document GuStack

    akash1810 committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    3245a2c View commit details
    Browse the repository at this point in the history