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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(core): CfnResource dependency methods #23383

Merged
merged 25 commits into from Dec 19, 2022

Commits on Aug 10, 2022

  1. Add resource/stack dependency methods

    Justin Frahm committed Aug 10, 2022
    Copy the full SHA
    11abf8a View commit details
    Browse the repository at this point in the history
  2. Get tests in there and fix the bugs they identify

    Justin Frahm committed Aug 10, 2022
    Copy the full SHA
    3c193b7 View commit details
    Browse the repository at this point in the history
  3. Address easier review comments

    Justin Frahm committed Aug 10, 2022
    Copy the full SHA
    612cdb6 View commit details
    Browse the repository at this point in the history
  4. Add CfnResource.replaceDependsOn()

    Justin Frahm committed Aug 10, 2022
    Copy the full SHA
    6b0e521 View commit details
    Browse the repository at this point in the history
  5. Update, respond to comments

    Justin Frahm committed Aug 10, 2022
    Copy the full SHA
    9a16c37 View commit details
    Browse the repository at this point in the history
  6. Add README section

    Justin Frahm committed Aug 10, 2022
    Copy the full SHA
    6b8811e View commit details
    Browse the repository at this point in the history
  7. Update the _other_ README

    Justin Frahm committed Aug 10, 2022
    Copy the full SHA
    d72ec7c View commit details
    Browse the repository at this point in the history
  8. bugfix, integration test

    Justin Frahm committed Aug 10, 2022
    Copy the full SHA
    d7b4cff View commit details
    Browse the repository at this point in the history
  9. Add some error/less-common case unit tests

    Justin Frahm committed Aug 10, 2022
    Copy the full SHA
    e71c405 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. Back to Names.uniqueId, small tweaks

    Justin Frahm committed Aug 12, 2022
    Copy the full SHA
    4d674af View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. Rename *DependsOn, more tests

    Justin Frahm committed Sep 13, 2022
    Copy the full SHA
    e732899 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. Move Element to IElement

    Justin Frahm committed Sep 14, 2022
    Copy the full SHA
    ff92526 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. Merge branch 'main' into CfnResource-dependsOn

    Justin Frahm committed Oct 12, 2022
    Copy the full SHA
    9041ad3 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Update lib references, integ tests

    Justin Frahm committed Oct 20, 2022
    Copy the full SHA
    b65561c View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2022

  1. Merge branch 'main' into CfnResource-dependsOn

    Justin Frahm committed Nov 12, 2022
    Copy the full SHA
    273a0bb View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. Un-clobber core-deps test

    Justin Frahm committed Nov 14, 2022
    Copy the full SHA
    7efa8fa View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. Remove filterReasons

    Justin Frahm committed Dec 6, 2022
    Copy the full SHA
    3e49f01 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. Remove StackDependencyReason.description

    Justin Frahm committed Dec 7, 2022
    Copy the full SHA
    a6a2153 View commit details
    Browse the repository at this point in the history
  2. README cleanup

    Justin Frahm committed Dec 7, 2022
    Copy the full SHA
    76f1986 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Remove IElement in favor of Element type

    Justin Frahm committed Dec 8, 2022
    Copy the full SHA
    6dbfb68 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into CfnResource-dependsOn

    Justin Frahm committed Dec 8, 2022
    Copy the full SHA
    18fa180 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into CfnResource-dependsOn

    Justin Frahm committed Dec 8, 2022
    Copy the full SHA
    508b9b6 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2022

  1. Merge branch 'main' into CfnResource-dependsOn

    Justin Frahm committed Dec 17, 2022
    Copy the full SHA
    6ed2097 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into CfnResource-dependsOn

    Justin Frahm committed Dec 17, 2022
    Copy the full SHA
    828869c View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Copy the full SHA
    0301707 View commit details
    Browse the repository at this point in the history