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

feat: add enableRetries and disableRetries #156

Merged
merged 13 commits into from
Aug 27, 2021
Merged

Commits on Aug 23, 2021

  1. feat: add enableRetries and disableRetries

    Barrett Schonefeld committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    3c29f51 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. Configuration menu
    Copy the full SHA
    8085663 View commit details
    Browse the repository at this point in the history
  2. test: ensure retry config is set up properly

    Barrett Schonefeld committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    ed85c17 View commit details
    Browse the repository at this point in the history
  3. test: add new functions to mock implementations and test raxConfig

    Barrett Schonefeld committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    4f2a87c View commit details
    Browse the repository at this point in the history
  4. test: enable and disable retry unit tests

    Barrett Schonefeld committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    4198284 View commit details
    Browse the repository at this point in the history
  5. test: ensure enable and disable retries called correctly from base se…

    …rvice
    Barrett Schonefeld committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    9d16bcb View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. test: add acceptance tests for enable and disable retries

    Barrett Schonefeld committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    7d950e8 View commit details
    Browse the repository at this point in the history
  2. fix: better way to return data in result.result

    Barrett Schonefeld committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    2708fd7 View commit details
    Browse the repository at this point in the history
  3. chore: update retry defaults to align with other cores

    Barrett Schonefeld committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    1c4819f View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. chore: respond to PR comments

    Barrett Schonefeld committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    badc918 View commit details
    Browse the repository at this point in the history
  2. feat: support enabling retries with environment variables

    Barrett Schonefeld committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    ab01872 View commit details
    Browse the repository at this point in the history
  3. chore: test changes, external configuration changes

    Barrett Schonefeld committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    9bd7f29 View commit details
    Browse the repository at this point in the history
  4. test: reorganize tests

    Barrett Schonefeld committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    0bfd0c1 View commit details
    Browse the repository at this point in the history