-
Notifications
You must be signed in to change notification settings - Fork 23
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(ui): artifact and configuration edit #187
feat(ui): artifact and configuration edit #187
Conversation
Signed-off-by: Yulong Ruan <ruanyl@amazon.com>
Signed-off-by: Yulong Ruan <ruanyl@amazon.com>
Signed-off-by: Yulong Ruan <ruanyl@amazon.com>
Signed-off-by: Yulong Ruan <ruanyl@amazon.com>
Signed-off-by: Yulong Ruan <ruanyl@amazon.com>
Signed-off-by: Yulong Ruan <ruanyl@amazon.com>
Codecov Report
@@ Coverage Diff @@
## feature/model-registry #187 +/- ##
==========================================================
+ Coverage 83.29% 83.92% +0.63%
==========================================================
Files 105 107 +2
Lines 1987 2041 +54
Branches 413 430 +17
==========================================================
+ Hits 1655 1713 +58
+ Misses 244 240 -4
Partials 88 88 |
public/components/common/forms/__tests__/model_configuration/model_configuration.test.tsx
Outdated
Show resolved
Hide resolved
public/components/model_version/__tests__/version_artifact.test.tsx
Outdated
Show resolved
Hide resolved
} | ||
return true; | ||
} | ||
import { ModelConfiguration } from '../common/forms/model_configuration'; |
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.
Do we need to expose these form components and constants to common folder?
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.
You mean components like ModelConfiguration
?
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.
I mean expose common/forms/model_configuration
contents to common/forms/index.ts
. Then we can use import {ModelConfiguration} from '../common'
to import this component. That's not a big issue.
Signed-off-by: Yulong Ruan <ruanyl@amazon.com>
Signed-off-by: Yulong Ruan <ruanyl@amazon.com>
feat: edit model artifact and configuration on version details page Enable user to edit model version artifact and configuration --------- Signed-off-by: Yulong Ruan <ruanyl@amazon.com> Signed-off-by: Lin Wang <wonglam@amazon.com>
Description
This PR adds artifact and configuration to version details page
Issues Resolved
List any issues this PR will resolve, e.g. Closes [...].
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.