Skip to content

Replace loading icon with destination path as plain text

What does this MR do and why?

In Direct transfer history page, we now show the destination path as text instead of a loading icon that will never resolve.

Changelog: changed

Screenshots or screen recordings

Before After
GitLab_Migration_history_before GitLab_Migration_history_after

How to set up and validate locally

  1. In the header bar, click on + icon (Create new...) > New group.
  2. Select Import group.
  3. Fill in the GDK URL as GitLab source instance URL and a Person Access Token.
  4. You should be on the Import groups page. Start a new import for any group.
  5. Open the History link (upper right corner) in a new tab.
  6. You should be on the Import history page. For example, http://127.0.0.1:3000/import/bulk_imports/history.
  7. Observe that the Destination column reflects "Unknown" instead of a loading icon.

MR acceptance checklist

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

Related to #425285 (closed)

Edited by Justin Ho Tuan Duong

Merge request reports