Update Direct Transfer History page to be able to filter by migration id
Currently https://gitlab.com/import/bulk_imports/history page shows all entities of the all Direct Transfer migrations user initiated. If a user has multiple migrations in progress it's hard to grasp which entities belong to which migration. Add an ability to filter by migration id so that a user can view a list of entities for a particular migration.
Proposal
Add an optional bulk_import_id=1
to the history GET request so that the returned list of entities is filtered by the migration id.
Add See failures
buttons on import Status page, which should lead to the History page filtered by a specific migration.
Edited by Magdalena Frankiewicz