Skip to content

Shows header of MlExpeirmentIndex on empty state

Eduardo Bonet requested to merge mlops/move-ml-experiment-header into master

What does this MR do and why?

When the project had no experiments, we were just displaying the empty state, which hid the experiment tag.

Screenshots or screen recordings

header After
image image

How to set up and validate locally

  1. Enable the feature flag

    echo "Feature.enable(:ml_experiment_tracking)" | bundle exec rails c
  2. Open any project with experiments, and navigate to /-/ml/experiments or Package & registries > Model experiments

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports

Loading