-
Notifications
You must be signed in to change notification settings - Fork 356
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: Config Policies UI, Workspaces Experiments [CM-521] #10009
Conversation
✅ Deploy Preview for determined-ui ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #10009 +/- ##
==========================================
- Coverage 54.59% 50.57% -4.02%
==========================================
Files 1258 949 -309
Lines 157136 128623 -28513
Branches 3617 3616 -1
==========================================
- Hits 85795 65057 -20738
+ Misses 71208 63433 -7775
Partials 133 133
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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 screenshots of the code change look great! I love how experiments and tasks are in separate tabs. I think it's organized and clear.
From a project perspective, LGTM! I will leave the code review to more qualified people. :)
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 logged in as admin but do not have MODIFY_WORKSPACE_CONFIG_POLICIES
permission, I wonder which roles have this permission?
I feel like it would be clearer to have an explicit Delete
button, but not a blocker.
Ticket
CM-521
Description
Add secondary tabs for "Experiments" and "Tasks" to "Config Policies" tab on Workspace Details page. Also made changes to
Test Plan
Only in EE:
"Config Policies" tab on Workspace Details page should display secondary tabs for "Experiments" and "Tasks"
Non-admin should not see Apply button, and should see CodeEditor in read-only mode.
Admin should be able to Apply (with valid YAML syntax that modifies what's fetched).
Should be able to remove all YAML and Apply without error.
Checklist
docs/release-notes/
See Release Note for details.