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

Create A Tag Management for Constructs #538

Merged
merged 8 commits into from
Sep 3, 2018
Merged

Commits on Aug 24, 2018

  1. feat(cdk): Tagging support via TagManager (aws#538)

    Fixes aws#91, Closes aws#458 (as obsolete)
    
    The TagManager is a class Construct authors can use to implement tagging
    consistently. The manager provides the ability to propagate tags from
    parents to child, override parent tags in the child, set default tags on
    the child that can be overwritten by parents, and block tags from
    parents.
    
    Adding tagging support for the Vpc and Subnet constructs.
    moofish32 committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    e0cef90 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2018

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

    moofish32 committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    e7a17cb View commit details
    Browse the repository at this point in the history
  3. code cleanup

    moofish32 committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    24da7ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6658fc9 View commit details
    Browse the repository at this point in the history
  5. adding TagManager doc

    moofish32 committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    8e79a7e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    12d1d02 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6ec468e View commit details
    Browse the repository at this point in the history