Skip to content

Extracting incubation page init

Eduardo Bonet requested to merge incubation/extract-incubation-page-init into master

What does this MR do and why?

Incubation page initialization was being repeated in a few places, this DRYs it up.

Screenshots or screen recordings

No visual changes

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>/-/ml/experiments/. It should load the page.

MR acceptance checklist

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

Edited by Eduardo Bonet

Merge request reports