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

v2: Added ability to do context-aware PerformRequest #503

Merged
merged 11 commits into from
Jun 16, 2017
Merged

v2: Added ability to do context-aware PerformRequest #503

merged 11 commits into from
Jun 16, 2017

Commits on Mar 31, 2017

  1. PerformRequest w context support added

    Nikita Koptelov committed Mar 31, 2017
    Configuration menu
    Copy the full SHA
    924c083 View commit details
    Browse the repository at this point in the history
  2. Test-covered PerformRequestC cancellation

    Nikita Koptelov committed Mar 31, 2017
    Configuration menu
    Copy the full SHA
    5c111d1 View commit details
    Browse the repository at this point in the history
  3. Test typo fixed

    Nikita Koptelov committed Mar 31, 2017
    Configuration menu
    Copy the full SHA
    5f6f8cc View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2017

  1. Made all services context-aware

    Nikita Koptelov committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    6321eae View commit details
    Browse the repository at this point in the history
  2. Eliminated net/context

    Nikita Koptelov committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    83a10b0 View commit details
    Browse the repository at this point in the history
  3. Trying to get real error from CancelTest

    Nikita Koptelov committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    9c753bb View commit details
    Browse the repository at this point in the history
  4. PerformRequestC now returns ctx error if presents, so we can compare …

    …to context.Canceled
    Nikita Koptelov committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    709afbf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6391f1d View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2017

  1. healthcheck uses parent context if available now

    Nikita Koptelov committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    5cbeafa View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2017

  1. fixed tests - added ctx to snifftests

    Nikita Koptelov committed Jun 2, 2017
    Configuration menu
    Copy the full SHA
    a6fae83 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2017

  1. Revert "healthcheck uses parent context if available now"

    This reverts commit 5cbeafa.
    Nikita Koptelov committed Jun 4, 2017
    Configuration menu
    Copy the full SHA
    c3a2db2 View commit details
    Browse the repository at this point in the history