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

Add feature to retry process killing after specified duration #208

Merged
merged 51 commits into from Jun 1, 2019

Commits on May 27, 2019

  1. Copy the full SHA
    93b8063 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9b8efe9 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    fcdcaba View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    3ea8c34 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    13c3ed1 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    6bf3aea View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    90d72a1 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    856896d View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    cff5e2f View commit details
    Browse the repository at this point in the history
  10. Fixup: Remove wrong comment

    zokker13 committed May 27, 2019
    Copy the full SHA
    250498f View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    fc0d7b2 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    20e5ecf View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    d2963e5 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    f6526aa View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    91f755d View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    371df69 View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    702cbf3 View commit details
    Browse the repository at this point in the history
  18. Copy the full SHA
    a84be97 View commit details
    Browse the repository at this point in the history
  19. Copy the full SHA
    3cb8dd0 View commit details
    Browse the repository at this point in the history
  20. Copy the full SHA
    904154a View commit details
    Browse the repository at this point in the history
  21. Copy the full SHA
    c6c3873 View commit details
    Browse the repository at this point in the history
  22. Fixup: Avoid direct Promise building and promisify

    Have the undefined test actually test undefined
    zokker13 committed May 27, 2019
    Copy the full SHA
    7b00bbd View commit details
    Browse the repository at this point in the history
  23. Copy the full SHA
    83345ad View commit details
    Browse the repository at this point in the history
  24. Copy the full SHA
    068fbb6 View commit details
    Browse the repository at this point in the history
  25. Fixup: Improve readme

    zokker13 committed May 27, 2019
    Copy the full SHA
    c2da4d2 View commit details
    Browse the repository at this point in the history
  26. Copy the full SHA
    61e2491 View commit details
    Browse the repository at this point in the history
  27. Copy the full SHA
    f024c12 View commit details
    Browse the repository at this point in the history
  28. Copy the full SHA
    ef944a6 View commit details
    Browse the repository at this point in the history
  29. Copy the full SHA
    22061ec View commit details
    Browse the repository at this point in the history
  30. Copy the full SHA
    c9ddaa6 View commit details
    Browse the repository at this point in the history
  31. Copy the full SHA
    b9ab61f View commit details
    Browse the repository at this point in the history
  32. Fixup: Remove useless spaces

    zokker13 committed May 27, 2019
    Copy the full SHA
    785c7cf View commit details
    Browse the repository at this point in the history
  33. Copy the full SHA
    6345ca0 View commit details
    Browse the repository at this point in the history
  34. Copy the full SHA
    d3718d8 View commit details
    Browse the repository at this point in the history
  35. Copy the full SHA
    141cb53 View commit details
    Browse the repository at this point in the history
  36. Fixup: Improve tsdoc wording

    zokker13 committed May 27, 2019
    Copy the full SHA
    75fe83c View commit details
    Browse the repository at this point in the history
  37. Fixup: Rename option fields

    `retry` => `forceKill`
    `retryAfter` => `forceKillAfter`
    zokker13 committed May 27, 2019
    Copy the full SHA
    86fd58f View commit details
    Browse the repository at this point in the history
  38. Copy the full SHA
    ed7feb5 View commit details
    Browse the repository at this point in the history
  39. Copy the full SHA
    fa1502c View commit details
    Browse the repository at this point in the history
  40. Copy the full SHA
    7bf47ad View commit details
    Browse the repository at this point in the history
  41. Add test code for ts types

    zokker13 committed May 27, 2019
    Copy the full SHA
    7f9c122 View commit details
    Browse the repository at this point in the history
  42. Fixup: Optimize code chunks

    zokker13 committed May 27, 2019
    Copy the full SHA
    0fca4a1 View commit details
    Browse the repository at this point in the history
  43. Copy the full SHA
    5615e22 View commit details
    Browse the repository at this point in the history
  44. Copy the full SHA
    02f5ab1 View commit details
    Browse the repository at this point in the history
  45. Copy the full SHA
    8fc7179 View commit details
    Browse the repository at this point in the history
  46. Copy the full SHA
    bb53e7f View commit details
    Browse the repository at this point in the history
  47. Fixup: Add defaults in tsdoc

    zokker13 committed May 27, 2019
    Copy the full SHA
    50d4219 View commit details
    Browse the repository at this point in the history
  48. Copy the full SHA
    cb8aacb View commit details
    Browse the repository at this point in the history
  49. Fixup: Undo readme change

    zokker13 committed May 27, 2019
    Copy the full SHA
    756cb78 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2019

  1. Update index.d.ts

    sindresorhus committed Jun 1, 2019
    Copy the full SHA
    454f020 View commit details
    Browse the repository at this point in the history
  2. Update readme.md

    sindresorhus committed Jun 1, 2019
    Copy the full SHA
    4c1af51 View commit details
    Browse the repository at this point in the history