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

high level REST api: cancel task #30745

Merged
merged 21 commits into from
Jun 7, 2018

Commits on May 20, 2018

  1. Initial commit of rest high level exposure of cancel task

    Paul Sanwald committed May 20, 2018
    Configuration menu
    Copy the full SHA
    c7e221f View commit details
    Browse the repository at this point in the history
  2. fix javadocs

    Paul Sanwald committed May 20, 2018
    Configuration menu
    Copy the full SHA
    1df3544 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2018

  1. Merge branch 'master' into rest-high-level-cancel-task

    Paul Sanwald committed May 21, 2018
    Configuration menu
    Copy the full SHA
    332f4dd View commit details
    Browse the repository at this point in the history

Commits on May 22, 2018

  1. address some code review comments

    Paul Sanwald committed May 22, 2018
    Configuration menu
    Copy the full SHA
    9495732 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2018

  1. merge in changes from master that refactor list from cluster into tas…

    …k namespace
    Paul Sanwald committed May 29, 2018
    Configuration menu
    Copy the full SHA
    9869569 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2018

  1. update branch to use tasks namespace instead of cluster

    Paul Sanwald committed May 30, 2018
    Configuration menu
    Copy the full SHA
    5654c21 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2018

  1. High-level client: list tasks failure to not lose nodeId

    This commit reworks testing for `ListTasksResponse` so that random
    fields insertion can be tested and xcontent equivalence can be checked
    too. Proper exclusions need to be configured, and failures need to be
    tested separately. This helped finding a little problem, whenever there
    is a node failure returned, the nodeId was lost as it was never printed
    out as part of the exception toXContent.
    javanna committed May 31, 2018
    Configuration menu
    Copy the full SHA
    2c709ed View commit details
    Browse the repository at this point in the history
  2. added comment

    javanna committed May 31, 2018
    Configuration menu
    Copy the full SHA
    3ed1829 View commit details
    Browse the repository at this point in the history
  3. merge work from elastic#31001

    Paul Sanwald committed May 31, 2018
    Configuration menu
    Copy the full SHA
    62b161a View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2018

  1. merge from master

    Paul Sanwald committed Jun 3, 2018
    Configuration menu
    Copy the full SHA
    314e1ff View commit details
    Browse the repository at this point in the history
  2. merge from master

    Paul Sanwald committed Jun 3, 2018
    Configuration menu
    Copy the full SHA
    58e9539 View commit details
    Browse the repository at this point in the history
  3. re-work CancelTasksResponseTests to separate XContent failure cases f…

    …rom non-failure cases
    Paul Sanwald committed Jun 3, 2018
    Configuration menu
    Copy the full SHA
    c51eb3c View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2018

  1. merge from master

    Paul Sanwald committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    9e748ee View commit details
    Browse the repository at this point in the history
  2. remove duplication of logic in parser creation

    Paul Sanwald committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    a511490 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into rest-high-level-cancel-task

    Paul Sanwald committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    96e3fa2 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2018

  1. code review changes

    Paul Sanwald committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    4260549 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into rest-high-level-cancel-task

    Paul Sanwald committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    f646fa4 View commit details
    Browse the repository at this point in the history
  3. refactor TasksClient to support RequestOptions

    Paul Sanwald committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    31f08ef View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2018

  1. merge in master and change tasks param to optional, as cancel tasks c…

    …an match 0 tasks
    Paul Sanwald committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    0c05fe7 View commit details
    Browse the repository at this point in the history
  2. add tests for parent task id

    Paul Sanwald committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    783d00a View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2018

  1. Configuration menu
    Copy the full SHA
    4e34cfd View commit details
    Browse the repository at this point in the history