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

Kato clouddriver rebase #2

Merged
merged 7 commits into from
Jun 16, 2015
Merged

Kato clouddriver rebase #2

merged 7 commits into from
Jun 16, 2015

Commits on Jun 16, 2015

  1. Increase timeout when polling pending Operations from 1 minute to 5 m…

    …inutes.
    duftler authored and cfieber committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    de35998 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdc8fda View commit details
    Browse the repository at this point in the history
  3. Refactor GCEOperationUtil from a collection of static methods into an…

    … injected bean GoogleOperationPoller.
    
    Externalize polling configuration properties.
    Replace even polling intervals with capped fibonacci backoff.
    Split GCEResourceNotFoundException into GoogleOperationException, GoogleResourceNotFoundException and GoogleOperationException.
    duftler authored and cfieber committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    7e9adbd View commit details
    Browse the repository at this point in the history
  4. Add comment.

    duftler authored and cfieber committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    9cb2b92 View commit details
    Browse the repository at this point in the history
  5. Add tests explicitly verifying backoff behavior.

    Wrap and mock Thread.sleep().
    duftler authored and cfieber committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    0ab3e8d View commit details
    Browse the repository at this point in the history
  6. Specify Thread.sleep() wrapper parameter in seconds instead of in mil…

    …liseconds.
    duftler authored and cfieber committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    476676f View commit details
    Browse the repository at this point in the history
  7. Remove unused variables.

    Remove unnecessary class qualifications.
    Fix several comment links.
    Fix one incorrect return type declaration.
    duftler authored and cfieber committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    d017e09 View commit details
    Browse the repository at this point in the history