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

Identify cancelled tasks in list tasks API #72931

Merged

Commits on May 11, 2021

  1. Identify cancelled tasks in list tasks API

    This commit adds a `cancelled` flag to each cancellable task in the
    response to the list tasks API, allowing users to see that a task has
    been properly cancelled and will complete as soon as possible.
    
    Closes elastic#72907
    DaveCTurner committed May 11, 2021
    Configuration menu
    Copy the full SHA
    7384c4e View commit details
    Browse the repository at this point in the history
  2. fix invalid JSON

    DaveCTurner committed May 11, 2021
    Configuration menu
    Copy the full SHA
    0937d19 View commit details
    Browse the repository at this point in the history
  3. Drop flag in .tasks index

    DaveCTurner committed May 11, 2021
    Configuration menu
    Copy the full SHA
    a23f80c View commit details
    Browse the repository at this point in the history
  4. More test fix

    DaveCTurner committed May 11, 2021
    Configuration menu
    Copy the full SHA
    8868871 View commit details
    Browse the repository at this point in the history
  5. Spotless

    DaveCTurner committed May 11, 2021
    Configuration menu
    Copy the full SHA
    35894da View commit details
    Browse the repository at this point in the history

Commits on May 17, 2021

  1. Configuration menu
    Copy the full SHA
    ea77101 View commit details
    Browse the repository at this point in the history
  2. Tidy comment

    DaveCTurner committed May 17, 2021
    Configuration menu
    Copy the full SHA
    f617497 View commit details
    Browse the repository at this point in the history