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

Support ALB Advanced Routing rules #8268

Merged
merged 39 commits into from
Dec 6, 2019
Merged

Commits on Aug 9, 2019

  1. Configuration menu
    Copy the full SHA
    9cdc44f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1d978a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    baa796b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8133a17 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8977585 View commit details
    Browse the repository at this point in the history
  6. Expand rules documentation

    dpiddock committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    811bc2f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eb1328f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    89afa56 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d1db7bd View commit details
    Browse the repository at this point in the history
  10. Add test for field presence

    dpiddock committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    39033ee View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c727e5f View commit details
    Browse the repository at this point in the history
  12. WIP Trying to get CustomizeDiff to work

    Why are all the new diff leaf lists containing nil? This is useless
    dpiddock committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    428e93e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    dcfd14f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    df1675f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2dec346 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2019

  1. Work around for new API issue

    Apparently setting lists with sublists as computed causes upset now:
    `Error: invalid count value for "condition.736971867.path_pattern." in state: strconv.Atoi: parsing "": invalid syntax`
    dpiddock committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    829c64f View commit details
    Browse the repository at this point in the history
  2. terrafmt new tests

    dpiddock committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    a546835 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2019

  1. Reduce duplication in Tests.

    Also cuts the scary line count
    dpiddock committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    8c3b1cf View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2019

  1. Configuration menu
    Copy the full SHA
    aea89fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f1eefa View commit details
    Browse the repository at this point in the history
  3. Remove interfaceStringSlice

    It's a duplicate of the preexisting expandStringList
    dpiddock committed Aug 18, 2019
    Configuration menu
    Copy the full SHA
    22f479a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    069a199 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0dd22e3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7994ccb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bd89425 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    281b3c6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d7b4359 View commit details
    Browse the repository at this point in the history
  10. Reduce customDiff line count

    dpiddock committed Aug 18, 2019
    Configuration menu
    Copy the full SHA
    4d9d1ae View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    57c2325 View commit details
    Browse the repository at this point in the history
  12. Fix/update tests

    dpiddock committed Aug 18, 2019
    Configuration menu
    Copy the full SHA
    f15e0e8 View commit details
    Browse the repository at this point in the history
  13. Remove CustomizeDiff - does not always work

    Trying to validate Set size at Diff time fails if one of the values is
    not yet known to Terraform - for example the output of a resource that
    has not been created yet.
    dpiddock committed Aug 18, 2019
    Configuration menu
    Copy the full SHA
    9670bfe View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. Update website/docs/r/lb_listener_rule.html.markdown

    Co-Authored-By: Gauthier Wallet <[email protected]>
    dpiddockcmp and Ninir authored Sep 10, 2019
    Configuration menu
    Copy the full SHA
    bb3f7e7 View commit details
    Browse the repository at this point in the history
  2. Update website/docs/r/lb_listener_rule.html.markdown

    Co-Authored-By: Gauthier Wallet <[email protected]>
    dpiddockcmp and Ninir authored Sep 10, 2019
    Configuration menu
    Copy the full SHA
    6ef36c2 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2019

  1. Configuration menu
    Copy the full SHA
    18cad60 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2019

  1. Configuration menu
    Copy the full SHA
    abb324f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89bc520 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3832638 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2019

  1. Remove test data generation

    dpiddock committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    2b88f8e View commit details
    Browse the repository at this point in the history
  2. Remove redundant append()

    dpiddock committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    5e0821f View commit details
    Browse the repository at this point in the history