Skip to content

Improves Model registry empty state

Eduardo Bonet requested to merge 456437-model-registry-empty-state-2 into master

What does this MR do and why?

To make it easier for users to get started, the new empty state and a snippet on how to use the MLflow compatibility to create models and a link to use the GitLab UI.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
image image

How to set up and validate locally

  1. In rails console enable the experiment fully
    Feature.enable(:model_registry)
  2. Open any project, then navigate to Deploy > Model registry.

Related to #456437 (closed)

Edited by Eduardo Bonet

Merge request reports