Skip to content
Snippets Groups Projects

Model registry: Add Artifacts tab to Version card

Merged Fred de Gier requested to merge 498604-enhance-model-card-versions-tab into master
All threads resolved!

What does this MR do and why?

This MR adds a new tab called Artifacts and moves the artifacts from the Version card to the new tab.

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

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

Before After
image mlops_modelcard_3_full_2_version_3_artifacts.png

How to set up and validate locally

  1. Open GDK: http://127.0.0.1:3000/flightjs/Flight/-/ml/models
  2. Create model if one doesn't exist, give it a model name and a model version click Create
  3. Click on the just created version
  4. Verify that the version card has a tab called "artifacts" in accordance with the screenshot. Numbered steps to set up and validate the change are strongly suggested.

Related to #498604 (closed)

Edited by Graham Bachelder

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Alper Akgun
  • Alper Akgun requested changes

    requested changes

  • Fred de Gier added 183 commits

    added 183 commits

    Compare with previous version

  • mentioned in issue #502189 (closed)

  • Alper Akgun approved this merge request

    approved this merge request

  • Alper Akgun removed review request for @a_akgun

    removed review request for @a_akgun

  • Graham Bachelder approved this merge request

    approved this merge request

  • Fred de Gier resolved all threads

    resolved all threads

  • Fred de Gier requested review from @elwyn-gitlab

    requested review from @elwyn-gitlab

  • Graham Bachelder changed the description

    changed the description

  • Elwyn Benson
  • Elwyn Benson
  • Elwyn Benson approved this merge request

    approved this merge request

  • Elwyn Benson resolved all threads

    resolved all threads

  • Elwyn Benson resolved all threads

    resolved all threads

  • Elwyn Benson enabled automatic add to merge train when checks pass

    enabled automatic add to merge train when checks pass

  • E2E Test Result Summary

    allure-report-publisher generated test report!

    e2e-test-on-gdk: :white_check_mark: test report for d71910c1

    expand test summary
    +------------------------------------------------------------------+
    |                          suites summary                          |
    +-------------+--------+--------+---------+-------+-------+--------+
    |             | passed | failed | skipped | flaky | total | result |
    +-------------+--------+--------+---------+-------+-------+--------+
    | Plan        | 76     | 0      | 0       | 0     | 76    | ✅     |
    | Verify      | 45     | 0      | 2       | 0     | 47    | ✅     |
    | Create      | 129    | 0      | 22      | 0     | 151   | ✅     |
    | Monitor     | 8      | 0      | 0       | 0     | 8     | ✅     |
    | Govern      | 75     | 0      | 3       | 0     | 78    | ✅     |
    | Secure      | 4      | 0      | 0       | 0     | 4     | ✅     |
    | Release     | 5      | 0      | 0       | 0     | 5     | ✅     |
    | Manage      | 1      | 0      | 1       | 0     | 2     | ✅     |
    | Data Stores | 33     | 0      | 1       | 0     | 34    | ✅     |
    | Fulfillment | 2      | 0      | 0       | 0     | 2     | ✅     |
    | Package     | 17     | 0      | 18      | 0     | 35    | ✅     |
    | Analytics   | 2      | 0      | 0       | 0     | 2     | ✅     |
    | Ai-powered  | 0      | 0      | 1       | 0     | 1     | ➖     |
    +-------------+--------+--------+---------+-------+-------+--------+
    | Total       | 397    | 0      | 48      | 0     | 445   | ✅     |
    +-------------+--------+--------+---------+-------+-------+--------+

    e2e-test-on-cng: :white_check_mark: test report for d71910c1

    expand test summary
    +------------------------------------------------------------------+
    |                          suites summary                          |
    +-------------+--------+--------+---------+-------+-------+--------+
    |             | passed | failed | skipped | flaky | total | result |
    +-------------+--------+--------+---------+-------+-------+--------+
    | Govern      | 84     | 0      | 9       | 2     | 93    | ✅     |
    | Data Stores | 33     | 0      | 10      | 0     | 43    | ✅     |
    | Plan        | 86     | 0      | 8       | 0     | 94    | ✅     |
    | Verify      | 50     | 0      | 15      | 0     | 65    | ✅     |
    | Create      | 139    | 0      | 21      | 0     | 160   | ✅     |
    | Package     | 24     | 0      | 14      | 0     | 38    | ✅     |
    | Fulfillment | 2      | 0      | 7       | 0     | 9     | ✅     |
    | Manage      | 1      | 0      | 9       | 0     | 10    | ✅     |
    | Configure   | 0      | 0      | 3       | 0     | 3     | ➖     |
    | ModelOps    | 0      | 0      | 1       | 0     | 1     | ➖     |
    | Secure      | 1      | 0      | 6       | 0     | 7     | ✅     |
    | Analytics   | 2      | 0      | 0       | 0     | 2     | ✅     |
    | Release     | 5      | 0      | 1       | 0     | 6     | ✅     |
    | Monitor     | 8      | 0      | 12      | 0     | 20    | ✅     |
    | Ai-powered  | 0      | 0      | 2       | 0     | 2     | ➖     |
    | Growth      | 0      | 0      | 2       | 0     | 2     | ➖     |
    +-------------+--------+--------+---------+-------+-------+--------+
    | Total       | 435    | 0      | 120     | 2     | 555   | ✅     |
    +-------------+--------+--------+---------+-------+-------+--------+
  • Fred de Gier aborted automatic add to merge train because the source branch was updated. Learn more.

    aborted automatic add to merge train because the source branch was updated. Learn more.

  • Fred de Gier added 1 commit

    added 1 commit

    • d71910c1 - Model registry: Add artifacts tab on Version card

    Compare with previous version

  • Author Maintainer

    Thanks @elwyn-gitlab turned out that one of the specs is now compatible with Vue3 and the pipeline failed https://gitlab.com/gitlab-org/gitlab/-/jobs/8266858343#L1145 I've removed it from the quarantined file. Can you set it to MWPS again?

  • Fred de Gier reset approvals from @a_akgun and @elwyn-gitlab by pushing to the branch

    reset approvals from @a_akgun and @elwyn-gitlab by pushing to the branch

  • Elwyn Benson approved this merge request

    approved this merge request

  • Elwyn Benson enabled automatic add to merge train when checks pass

    enabled automatic add to merge train when checks pass

  • merged

  • Elwyn Benson mentioned in commit 85952a23

    mentioned in commit 85952a23

  • added workflowstaging label and removed workflowcanary label

  • Please register or sign in to reply
    Loading