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

feat: Get commit deployment status for all applications #1899

Merged
merged 7 commits into from
Aug 23, 2024

Conversation

ahmed-nour-fdc
Copy link
Contributor

@ahmed-nour-fdc ahmed-nour-fdc commented Aug 21, 2024

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

@ahmed-nour-fdc ahmed-nour-fdc force-pushed the AN/get-deployment-for-all-apps branch 2 times, most recently from a59c4da to feafe43 Compare August 21, 2024 11:29
@ahmed-nour-fdc ahmed-nour-fdc marked this pull request as ready for review August 21, 2024 11:53
@ahmed-nour-fdc ahmed-nour-fdc requested a review from a team as a code owner August 21, 2024 11:53
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice ;)

@ahmed-nour-fdc ahmed-nour-fdc merged commit 667f721 into main Aug 23, 2024
17 checks passed
@ahmed-nour-fdc ahmed-nour-fdc deleted the AN/get-deployment-for-all-apps branch August 23, 2024 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants