-
Notifications
You must be signed in to change notification settings - Fork 18
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
Add Edit Metadata Page & Codecov integration #93
Conversation
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. Thanks for integrating Codecov - We've got you covered ☂️ |
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.
Thanks a lot for this PR! 🎉 Overall the PR looks great! I've left a couple of comments seeking some clarification on some minor stuff, which can be simplified or changed. Let me know what you think about them too!
ui/packages/app/src/project_setting/metadata/UpdateMetadataModalForm.js
Outdated
Show resolved
Hide resolved
ui/packages/app/src/project_setting/metadata/UpdateMetadataModalForm.js
Outdated
Show resolved
Hide resolved
ui/packages/app/src/project_setting/project_info/ProjectInfoForm.js
Outdated
Show resolved
Hide resolved
ui/packages/app/src/project_setting/project_info/ProjectInfoForm.js
Outdated
Show resolved
Hide resolved
ui/packages/app/src/project_setting/project_info/ProjectInfoForm.js
Outdated
Show resolved
Hide resolved
ui/packages/app/src/project_setting/project_info/UpdateProjectInfoModal.js
Outdated
Show resolved
Hide resolved
ui/packages/app/src/project_setting/project_info/UpdateProjectInfoModal.js
Outdated
Show resolved
Hide resolved
c27629e
to
54a68f6
Compare
ui/packages/app/src/project_setting/project_info/UpdateProjectInfoModal.js
Outdated
Show resolved
Hide resolved
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.
LGTM! 🚀 Thanks a lot for your patience in constantly reiterating through multiple versions of this PR! I think it looks good in general right now so I'll be approving it. I'll leave it to the rest to see if they have any other comments. If they don't, feel free to merge this PR anytime!
P.S. Can you also resolve those threads that you've addressed? 😅
643c58d
to
daeb712
Compare
This PR introduces some additional views to modify and manage MLP Project metadata through the UI. The metadata in question are
stream
,team
, andlabels
. Additionally, codecov.io integration is also added as a part to have MLP’s API code coverage.Things updated:
test-api
job.