-
Notifications
You must be signed in to change notification settings - Fork 239
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
pre-flight checks #2846
Merged
Merged
pre-flight checks #2846
Conversation
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
* install github app button * general error component * auto-generate cluster name * fix button text color * infra tab for porter user * keep usage modal hidden
* install github app button * general error component * auto-generate cluster name
* switching * aws role preflight check * add preflight endpoint * mounting volume into container * updating clusterenv * preflight check #1 ready for integration * clean up preflight check struct * add back zarf * add types for uuid * fe refresh * link to aws account id * pass along arn * fix itemized cost * cloudformation push * Adding quota checks and very basic front-end error handling (#2807) * adding second preflight check * committing work * cleanups and error handling * cleanups --------- Co-authored-by: Feroze Mohideen <[email protected]> * changed buttons * updated error handling for creds preflight check * 'feature flag' new credential flow + preflight checks * update zarf * remove ./porter from gitignore --------- Co-authored-by: Stefan McShane <[email protected]> Co-authored-by: sunguroku <[email protected]> Co-authored-by: Feroze Mohideen <[email protected]> Co-authored-by: Feroze Mohideen <[email protected]>
* [POR-1001] Fix procfile subfolder support * Fix trailing / --------- Co-authored-by: Soham Dessai <[email protected]> Co-authored-by: Soham Dessai <[email protected]>
Co-authored-by: Soham Dessai <[email protected]>
* install github app button * general error component * auto-generate cluster name * fix button text color * infra tab for porter user * update icons and header text * update icons and header text * Update Home.tsx --------- Co-authored-by: Stefan McShane <[email protected]>
Co-authored-by: Soham Dessai <[email protected]>
Co-authored-by: Soham Dessai <[email protected]>
Co-authored-by: porter-internal[bot] <108749831+porter-internal[bot]@users.noreply.github.com>
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.
Pull request type
Please check the type of change your PR introduces:
Pull request checklist
Please check if your PR fulfills the following requirements:
go test ./...
runs successfully from the root folder.What is the current behavior?
What is the new behavior?
Technical Spec/Implementation Notes