-
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
modularization: Mlstudio modularization #448
Closed
Closed
Changes from all commits
Commits
Show all changes
81 commits
Select commit
Hold shift + click to select a range
171a75c
Bump webpack from 5.75.0 to 5.76.1 in /frontend (#371)
dependabot[bot] 4002963
Upgrade sqlalchemy 13.16 -> 1.3.24 and starlette 0.19.1 -> 0.25.0, ar…
dlpzx 79f0e4c
Add dependency in dataset stack (#385)
dlpzx 95c8619
feat: generate url with dynamically domain name for quicksight embede…
wolanlu f677371
fix: dev docker images base (#387)
AmrSaber e01e014
Added missing groupUri from get credentials (#391)
dlpzx 9057116
388 race condition occurs when adding folder to shared items in share…
dlpzx d191b26
hotfix: Revert PR on custom url quicksight embedding sessions (#403)
dlpzx a17f12a
401 shared dbs worksheet list (#402)
noah-paige 6460986
Fix sharing update (#404)
dlpzx 219553f
V1.5.0 Features (#409)
dlpzx 7ad099f
Bump flask from 2.0.3 to 2.3.2 in /backend (#439)
dependabot[bot] e4b3e73
Bump flask from 2.0.3 to 2.3.2 in /backend/dataall/cdkproxy (#438)
dependabot[bot] 2a319ca
solve deployment bug #433 CloudFront logs does not enable ACL access …
akaitoua 13a2fc0
Modify docker-compose yaml to read region and default region from env…
dlpzx e9ebb08
Bump pymdown-extensions from 8.1.1 to 10.0 in /documentation/userguid…
dependabot[bot] 4ad8ce7
Bump starlette from 0.25.0 to 0.27.0 and upgrade fastapi (#460)
dlpzx ee4f34c
Fixes issue with existing cognito callbacks (#464)
gmuslia 3b85ad2
Fix lambda/ECS IAM permissions for AOSS (#467)
kukushking 3097a3a
465 - Update Aurora default Parameter Group to 'default.aurora-postgr…
rbernotas fd7da75
Bump requests from 2.27.1 to 2.31.0 in /backend (#469)
dependabot[bot] 65ea17b
Bump requests from 2.27.1 to 2.31.0 in /backend/dataall/cdkproxy (#470)
dependabot[bot] b59cf9e
hotfix: Remove GitHub template option from data.all Pipelines (#472)
dlpzx 3340610
fix: Upgrade aurora engine version to 11.16 (#471)
kimengu-david b441258
Updated CDK Version to fix issue with cdkproxy/ dataset stack creatio…
gmuslia d0ea832
update auth-at-edge semantic version to latest 2.1.5 (#480)
dlpzx 2dc329f
sync modularization main with main (#395)
AmrSaber fbec440
backend: Pluginarchitecture (#359)
nikpodsh 8bc1dee
frontend: simplify dev dockerfile (#396)
AmrSaber 6a23c83
frontend: make styling consistent and remove dead code (#394)
AmrSaber c8ffe31
ignore styling commits in git blame (#405)
AmrSaber 5e44e1b
Dataset Modularization pt.1 (#413)
nikpodsh 1db7743
Datasets modularization pt.2 (#432)
nikpodsh 433b5af
Datasets modularization pt.3 (#440)
nikpodsh ecaaf6e
Datasets modularization pt.4 (#441)
nikpodsh 5558608
Datasets modularization pt.5 (#442)
nikpodsh 7354367
Module dependencies (#447)
nikpodsh b5f289d
Worksheets modularization (#449)
dbalintx a6539ba
Added mlstudio module skeleton - api package except resolvers, skelet…
dlpzx 7d716d4
mlstudio - moved permissions
dlpzx a2b27a2
ml studio - started to create db models, repositories, services
dlpzx bc15fae
Added create sagemaker studio service, added sm_studio_client
dlpzx 8a7c33f
Renaming and advancing with db.repository, services and resolvers (list)
dlpzx 2f193b8
Rename permissions to SGM_USER instead of SGM_NOTEBOOK
dlpzx 4f23d38
More services and methods - presigned url...
dlpzx 129f64a
Completed services-db-resolvers. Renamed to naming convention sagemak…
dlpzx 5e32c85
Added cdk policies and stack
dlpzx 6c47269
Linting
dlpzx c4367ed
Standardize naming for mlstudio in frontend
dlpzx 7fd81cc
Remove unused query
dlpzx fa195a7
Cleanup, extract non class method in sagemaker client
dlpzx 6163293
Cleanup, extract non class method in sagemaker client
dlpzx 4054034
Replace mlStudioEnabled in environment parameters
dlpzx 98d1933
Remove old files for MLStudio, left TODOs for v1.5 and migration scri…
dlpzx 013fd61
Rebasing with modularization-main
dlpzx ec85577
Review comments
dlpzx aa3903a
Rebasing with modularization-main
dlpzx 99a8f9a
First draft tests - needs migration of db permissions
dlpzx 5ab0bcf
Fixing migration scripts
dlpzx 2e60acf
Added mlstudio module skeleton - api package except resolvers, skelet…
dlpzx ba8b023
mlstudio - moved permissions
dlpzx df72352
ml studio - started to create db models, repositories, services
dlpzx 78deecb
Added create sagemaker studio service, added sm_studio_client
dlpzx f39da0a
Renaming and advancing with db.repository, services and resolvers (list)
dlpzx 8b39a99
Rename permissions to SGM_USER instead of SGM_NOTEBOOK
dlpzx 5d817cb
More services and methods - presigned url...
dlpzx a6627f2
Completed services-db-resolvers. Renamed to naming convention sagemak…
dlpzx cf1c6c5
Linting
dlpzx 48146b5
Cleanup, extract non class method in sagemaker client
dlpzx c8dc09f
Review comments
dlpzx b098e9f
Linting and minor errors
dlpzx 4176228
Fixing migration scripts
dlpzx 345baae
Finish SGM_STUDIO migration scripts, split migration scripts
dlpzx 3c6cf8b
Typo in Makefile
dlpzx d96a3b3
Naming conventions
dlpzx 4a163da
Renaming, fixed migration scripts and remove sagemaker_base
dlpzx 4ce293a
mlstudio review
dlpzx b6def01
Rebasing modularization-main
dlpzx 04c170f
Added environmentExtension for mlStudio
dlpzx a7b909d
Linting
dlpzx 1da7496
Fixing init and stack imports mlstudio
dlpzx 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
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
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
227 changes: 0 additions & 227 deletions
227
backend/dataall/api/Objects/SagemakerStudio/resolvers.py
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
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.
Should be deleted from schema as well
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.
We should migrate
mlStudiosEnabled
to environment parameters. It's still used inEnvironment
models, stacks and api.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.
It is added in
backend/migrations/versions/5fc49baecea4_add_enviromental_parameters.py:76
I thought of having all environment parameter migrations together, but we can discuss this or maybe I am missing something elseThere 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.
Never mind, I got what you were referring to!