-
Notifications
You must be signed in to change notification settings - Fork 82
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
Byo vpc mlstudio #894
Merged
Merged
Byo vpc mlstudio #894
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
045f701
Start work on byo vpc ml studio
noah-paige 86de123
Add Payload
noah-paige 866548c
Add backend logic deploy mlstudio custom vpc
noah-paige b717f25
lint
noah-paige f110930
Merge branch 'os-main' into byo-vpc-mlstudio
noah-paige 0b2d6a7
Test new ML Studio Domain Views
noah-paige dc8a412
Test new ML Studio Domain Views - add missing files
noah-paige 973386a
Test new ML Studio Domain Views - add missing files
noah-paige 2de32a4
Write backend resolvers for ml studio domain apis
noah-paige 9212012
Fixes to API params and permissions checks
noah-paige 56099d6
Add Stack Deploy on create/delete studio domain
noah-paige ecb9be0
Fix Migration script and clean up naming and lint checks
noah-paige 3280a05
Create Studio Domain on Env Create/Update, rework Frontend Views
noah-paige 6909b9d
Remove unused API list domains
noah-paige 50a90b3
add tests mlstudio domain apis
noah-paige 4eb4858
Clean Up
noah-paige 2acfdfe
Clean up get studio domain and update migration script
noah-paige 4215ff4
Edit text when ML Studio disabled
noah-paige 95db11b
Fix coverage tests
noah-paige 2dc0e1a
Revert migration script
noah-paige 5cb1d8b
Handle null values Edit form
noah-paige 32bc04d
Move EC2 to base, clean up unused code, move APIs to shared, add dele…
noah-paige f9e522d
Move EC2 to base, clean up unused code, move APIs to shared, add dele…
noah-paige cec2afe
Move EC2 to base, clean up unused code, move APIs to shared, add dele…
noah-paige 47241c6
fix import paths
noah-paige c50e345
Fix tests patch
noah-paige f2a8350
delete domain before deleting env
noah-paige e5cc43f
Add delete ml studio domain as part of delete env backend env resource
noah-paige 3aa03b3
Fix delete_env
noah-paige 57f0e8b
Change method of create / delete ml studio to not call 2 APIs on envi…
noah-paige 9287d16
Clean up tests
noah-paige 513e691
Add default vpc info, SAML Group Name to domain, and Fix EnvironmentM…
noah-paige cc77b4e
Fix downgrade migration and add saml group name to models
noah-paige 4bbba28
Fix tests to add samlgroupname
noah-paige cd4fe7f
fix migration script downgrade then upgrade
noah-paige 9417ab9
Final fixes
noah-paige 33b035f
Fix unknown vpc type integration tests
noah-paige 19c194e
lint
noah-paige 31f250a
only use domain RDS record on imported vpc for mlstudio extension stack
noah-paige File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Love this change, it was my main concern with the PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The final implementation is way cleaner and more elegant :) :)