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 cancellation token support for release assets uploading #2267

Merged
merged 4 commits into from Feb 21, 2021

Commits on Feb 13, 2021

  1. Add optional cancellation token to all Posts in Connection

    As this is only a spike for octokit#1840, only the POST methods are targeted
    for now.
    KatoStoelen authored and shiftkey committed Feb 13, 2021
    Copy the full SHA
    031edf5 View commit details
    Browse the repository at this point in the history
  2. Add optional cancellation token to all Posts in ApiConnection

    As this is only a spike for octokit#1840, only the POST methods are targeted
    for now.
    KatoStoelen authored and shiftkey committed Feb 13, 2021
    Copy the full SHA
    a1216de View commit details
    Browse the repository at this point in the history
  3. Add optional cancellation token to UploadAsset

    Spike of octokit#1840 to enable cancellation of release asset uploading.
    KatoStoelen authored and shiftkey committed Feb 13, 2021
    Copy the full SHA
    dcce25e View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    093a30c View commit details
    Browse the repository at this point in the history