-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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 (#7445)
* Adding task cancellation time in task API Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com> * Fixing unit tests and addressing comments Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com> * Adding change log for unreleased 2.x Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com> * Removing running time cancel info from task API Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com> * Replacing long primitive with Long object Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com> * Making cancelledAt field human readable Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com> * Fixing failing test Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com> * Removing the feature from unreleased 3.x Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com> * Fixing ListTasksResponseTests failure Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com> * Test failure fix Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com> * Changing naming convention to cancellationStartTime Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com> --------- Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com> Signed-off-by: Sagar <99425694+sgup432@users.noreply.github.com> Co-authored-by: Andrew Ross <andrross@amazon.com>
- Loading branch information
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.