-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Get commit deployment status for all applications (#1899)
The `GetCommitDeploymentInfo` endpoint now accepts only a commit hash, and returns a map of all applications and their deployment status for all environments, as shown: ``` { "app1": { "dev": DEPLOYED, "staging": DEPLOYED, }, "app2": { "dev": DEPLOYED, "staging": PENDING, }, } ``` Ref: SRX-H0ZDQS
- Loading branch information
1 parent
f9fa0cd
commit 667f721
Showing
2 changed files
with
79 additions
and
35 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