-
Notifications
You must be signed in to change notification settings - Fork 671
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SVR-396: Implement GetExecutionCount endpoint (#155)
* get execution count proto Signed-off-by: troychiu <[email protected]> * update prot Signed-off-by: troychiu <[email protected]> * end to end work Signed-off-by: troychiu <[email protected]> * unit test Signed-off-by: troychiu <[email protected]> * execution manager unit test Signed-off-by: troychiu <[email protected]> * integration test Signed-off-by: troychiu <[email protected]> * remove redundant struct Signed-off-by: troychiu <[email protected]> * lint Signed-off-by: troychiu <[email protected]> * fix typo Signed-off-by: troychiu <[email protected]> * modify interface Signed-off-by: troychiu <[email protected]> * fix suggestions Signed-off-by: troychiu <[email protected]> * fix suggestions Signed-off-by: troychiu <[email protected]> * fix suggestion Signed-off-by: troychiu <[email protected]> * fix suggestion Signed-off-by: troychiu <[email protected]> * fix suggestions Signed-off-by: troychiu <[email protected]> * log level Signed-off-by: troychiu <[email protected]> * running executions count Signed-off-by: troychiu <[email protected]> * Add test for getting running executions count Signed-off-by: troychiu <[email protected]> * Add validation for updated_at filter in GetExecutionCounts Signed-off-by: troychiu <[email protected]> * Update time filter & add index on execution table for execution counts Signed-off-by: troychiu <[email protected]> * revert change Signed-off-by: troychiu <[email protected]> * Update execution index in migrations and models Signed-off-by: troychiu <[email protected]> * update comment Signed-off-by: troychiu <[email protected]> * Update time filter validation to include correct execution timestamps Signed-off-by: troychiu <[email protected]> * fix tests Signed-off-by: troychiu <[email protected]> * update migration name Signed-off-by: troychiu <[email protected]> * resolve suggestions Signed-off-by: troychiu <[email protected]> * Update variable name in addPhaseFilter function.- Rename 'runningFilter' to 'phaseFilter' Signed-off-by: troychiu <[email protected]> --------- Signed-off-by: troychiu <[email protected]>
- Loading branch information
Showing
41 changed files
with
4,381 additions
and
314 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
Oops, something went wrong.