-
Notifications
You must be signed in to change notification settings - Fork 10
1. Recreate stacks api and configuration api PRs #471
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
Draft
mrinalirao
wants to merge
5
commits into
main
Choose a base branch
from
mr/stacks-api-ga
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or 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
Vercel Previews Deployed
|
Broken Link CheckerNo broken links found! 🎉 |
a9f2784
to
5d0c1d5
Compare
5d0c1d5
to
7bee0ce
Compare
This is a copy of the PR created here: : hashicorp/terraform-docs-common#910 The comments have been addressed. NOTE: This PR will remain in draft as this cannot be merged before stacks goes GA. The API documentation has been divided into multiple PRs to simplify the review process. As each of these PRs is approved, it will be merged into this branch mr/stacks-api-ga
What Note: The following Stacks PRs need to be approved first and in the following order: #471 #480 This PR adds API docs for stack deployment runs and stack deployment steps. https://hashicorp.atlassian.net/browse/TF-26297 NOTE: This PR will remain in draft as this cannot be merged before stacks goes GA. The API documentation has been divided into multiple PRs to simplify the review process. As each of these PRs is approved, it will be merged into `mr/stacks-api-ga` branch. API's introduced in this PR: ``` 1. GET /stack-deployment-groups/{stack_deployment_group_id}/stack-deployment-runs 2. GET /stack-deployment-runs/{stack_deployment_run_id} 3. POST /stack-deployment-runs/{stack_deployment_run_id}/approve-all-plans 4. POST /stack-deployment-runs/{stack_deployment_run_id}/cancel 5. GET /stack-deployment-runs/{stack_deployment_run_id}/stack-deployment-steps 6. GET /stack-deployment-steps/{stack_deployment_step_id} 7. GET /stack-deployment-steps/{stack_deployment_step_id}/stack-diagnostics 8. POST /stack-deployment-steps/{stack_deployment_step_id}/advance 9. POST /stack-deployment-steps/{stack_deployment_step_id}/fail ```
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a copy of two PRs created here:
hashicorp/terraform-docs-common#898
hashicorp/terraform-docs-common#904
Both the above PRs have already been approved
NOTE: This PR will remain in draft as this cannot be merged before stacks goes GA.
The API documentation has been divided into multiple PRs to simplify the review process. As each of these PRs is approved, it will be merged into this branch
mr/stacks-api-ga