Model Experiments: Add menu item to MLflow usage example
What does this MR do and why?
Model Experiments: Add button to MLflow usage example
References
- Related to #508887 (closed)
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Menu | Opened modal |
---|---|
![]() |
![]() |
How to set up and validate locally
- Go to any project and go to "Analyze" and "Model experiments"
- See a menu in top middle with a modal showing up instructions
Merge request reports
Activity
changed milestone to %17.8
assigned to @a_akgun
removed workflowready for development label
mentioned in issue #508887 (closed)
added docs-only label
added 1 commit
- 2ead04ed - Model Experiments: Add menu item to MLflow usage example
2 Warnings featureaddition and featureenhancement merge requests normally have a documentation change. Consider adding a documentation update or confirming the documentation plan with the Technical Writer counterpart.
For more information, see:
- The Handbook page on merge request types.
- The definition of done documentation.
This merge request contains lines with testid selectors. Please ensure e2e:test-on-omnibus
job is run.testid
selectorsThe following changed lines in this MR contain
testid
selectors:app/assets/javascripts/ml/experiment_tracking/components/model_experiments_header.vue
+ <span class="gl-inline-flex gl-items-center gl-gap-3" data-testid="page-heading"> + data-testid="create-dropdown" + data-testid="create-menu-item"
app/assets/javascripts/ml/experiment_tracking/routes/experiments/index/components/ml_experiments_index.vue
+ data-testid="empty-create-using-button"
If the
e2e:test-on-omnibus
job in theqa
stage has run automatically, please ensure the tests are passing. If the job has not run, please start themanual:e2e-test-pipeline-generate
job in theprepare
stage and ensure the tests infollow-up:e2e:test-on-omnibus-ee
pipeline are passing.For the list of known failures please refer to the latest pipeline triage issue.
If your changes are under a feature flag, please check our Testing with feature flags documentation for instructions.
Reviewer roulette
Category Reviewer Maintainer backend @schmil.monderer
(UTC+2, 1 hour behind author)
@rymai
(UTC+1, 2 hours behind author)
frontend @lwanko
(UTC+1, 2 hours behind author)
@vitallium
(UTC+1, 2 hours behind author)
Please refer to documentation page for guidance on how you can benefit from the Reviewer Roulette, or use the GitLab Review Workload Dashboard to find other available reviewers.
If needed, you can retry the
danger-review
job that generated this comment.Generated by
DangerEdited by Ghost Userremoved docs-only label
- Resolved by Vitaly Slobodin
@AndrasHerczeg could you pls review this for frontend and the minor backend
Manually testing would be appreciated.
requested review from @AndrasHerczeg
added pipeline:mr-approved label
added pipelinetier-2 label
requested review from @vitallium and @sdungarwal