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

Implements Request.pause() / resume() #518

Merged
merged 13 commits into from
Oct 12, 2017
Merged

Implements Request.pause() / resume() #518

merged 13 commits into from
Oct 12, 2017

Commits on Oct 5, 2017

  1. Configuration menu
    Copy the full SHA
    089ac3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c8597b View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2017

  1. Configuration menu
    Copy the full SHA
    562bb7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b276316 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2017

  1. test: Remove reliance on semver.

    As `tedious` only supports Node.JS 4.x and later, we don't need to check
    for 0.12.x or later in the tests.
    arthurschreiber committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    27e72af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d2b2cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e81686c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b16bdea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9a45d51 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c4bfb34 View commit details
    Browse the repository at this point in the history
  7. test: Further breakdown of test cases.

    Also, let's not access Node.js internal APIs inside the tests.
    arthurschreiber committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    bb7207f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1747b08 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a493920 View commit details
    Browse the repository at this point in the history