forked from opensearch-project/OpenSearch
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding task cancellation timestamp in task API (opensearch-project#7445)
* Adding task cancellation time in task API Signed-off-by: Sagar Upadhyaya <[email protected]> * Fixing unit tests and addressing comments Signed-off-by: Sagar Upadhyaya <[email protected]> * Adding change log for unreleased 2.x Signed-off-by: Sagar Upadhyaya <[email protected]> * Removing running time cancel info from task API Signed-off-by: Sagar Upadhyaya <[email protected]> * Replacing long primitive with Long object Signed-off-by: Sagar Upadhyaya <[email protected]> * Making cancelledAt field human readable Signed-off-by: Sagar Upadhyaya <[email protected]> * Fixing failing test Signed-off-by: Sagar Upadhyaya <[email protected]> * Removing the feature from unreleased 3.x Signed-off-by: Sagar Upadhyaya <[email protected]> * Fixing ListTasksResponseTests failure Signed-off-by: Sagar Upadhyaya <[email protected]> * Test failure fix Signed-off-by: Sagar Upadhyaya <[email protected]> * Changing naming convention to cancellationStartTime Signed-off-by: Sagar Upadhyaya <[email protected]> --------- Signed-off-by: Sagar Upadhyaya <[email protected]> Signed-off-by: Sagar <[email protected]> Co-authored-by: Andrew Ross <[email protected]>
- Loading branch information
1 parent
07e3c88
commit 3e5b7fa
Showing
9 changed files
with
155 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.