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

helper/schema: Add configurable Timeouts #12311

Merged
merged 23 commits into from
Mar 2, 2017
Merged

Commits on Feb 23, 2017

  1. Configuration menu
    Copy the full SHA
    29f5a88 View commit details
    Browse the repository at this point in the history
  2. refactor DefaultTimeout to suuport multiple types. Load meta in Refre…

    …sh from Instance State
    catsby committed Feb 23, 2017
    Configuration menu
    Copy the full SHA
    a8f2880 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2017

  1. Configuration menu
    Copy the full SHA
    ad884f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6628280 View commit details
    Browse the repository at this point in the history
  3. rename constant keys

    catsby committed Feb 24, 2017
    Configuration menu
    Copy the full SHA
    166603d View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2017

  1. refactor configdecode

    catsby committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    c434fe0 View commit details
    Browse the repository at this point in the history
  2. remove VPC demo

    catsby committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    e3598ff View commit details
    Browse the repository at this point in the history
  3. remove comments

    catsby committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    5c4423f View commit details
    Browse the repository at this point in the history
  4. remove more comments

    catsby committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    b98f0e9 View commit details
    Browse the repository at this point in the history
  5. refactor some

    catsby committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    cf9490e View commit details
    Browse the repository at this point in the history
  6. rename timeKeys to timeoutKeys

    catsby committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    120b985 View commit details
    Browse the repository at this point in the history
  7. remove note

    catsby committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    a628864 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9667f0d View commit details
    Browse the repository at this point in the history
  9. document timeouts

    catsby committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    a7ca523 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    08a5de2 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2017

  1. Configuration menu
    Copy the full SHA
    713b6b8 View commit details
    Browse the repository at this point in the history
  2. restore system default timeout of 20 minutes, refactor tests, add tes…

    …t method to handle system default
    catsby committed Feb 28, 2017
    Configuration menu
    Copy the full SHA
    851a59f View commit details
    Browse the repository at this point in the history
  3. rename timeout key constants

    catsby committed Feb 28, 2017
    Configuration menu
    Copy the full SHA
    1b159e5 View commit details
    Browse the repository at this point in the history
  4. test applying timeout to state

    catsby committed Feb 28, 2017
    Configuration menu
    Copy the full SHA
    f1b4907 View commit details
    Browse the repository at this point in the history
  5. refactor test

    catsby committed Feb 28, 2017
    Configuration menu
    Copy the full SHA
    efee2f3 View commit details
    Browse the repository at this point in the history
  6. Add resource Diff test

    catsby committed Feb 28, 2017
    Configuration menu
    Copy the full SHA
    722c98f View commit details
    Browse the repository at this point in the history
  7. clarify docs

    catsby committed Feb 28, 2017
    Configuration menu
    Copy the full SHA
    fab69ff View commit details
    Browse the repository at this point in the history
  8. update to use constants

    catsby committed Feb 28, 2017
    Configuration menu
    Copy the full SHA
    ef50faf View commit details
    Browse the repository at this point in the history