Skip to content

Add import stats to bulk_import_history_app

What does this MR do and why?

Show import stats under a "Details" link. Mostly following logic in app/assets/javascripts/import_entities/components/import_status.vue which is currently used on the projects import page.

Changelog: changed

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

Import_with_stats

Before After
Import_with_stats_before Import_with_stats_after

How to set up and validate locally

  1. On the left sidebar, at the top, select Create new... (+) and New group. Then select Import group.
  2. In GitLab source instance base URL, enter your GDK URL. For example, http://127.0.0.1:3000.
  3. In Personal access token, enter a token from your GDK.
  4. Select Connect instance.
  5. Start a few imports, then click on the History link in the upper right corner to view the page.

Related to #437874 (closed)

Merge request reports