Skip to content

Fixes actor not being passed to feature flag

Eduardo Bonet requested to merge ebonet/fix-ff-tracking into master

What does this MR do and why?

:ml_experiment_tracking is missing the project actor

How to set up and validate locally

  1. Enable the feature flag for anyone project:

    Feature.enable(:ml_experiment_tracking, Project.find_by_full_path(<your project path>))
  2. Open <your-project>/-/ml/experiments. It should load the page

  3. Open <any-other-project>/-/ml/experiments. It should 404

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