... | @@ -1032,6 +1032,11 @@ The `--since` should be set to when the batch migration was started, |
... | @@ -1032,6 +1032,11 @@ The `--since` should be set to when the batch migration was started, |
|
otherwise you get a flood of requests from the beginning of time (yes,
|
|
otherwise you get a flood of requests from the beginning of time (yes,
|
|
it's weird like that).
|
|
it's weird like that).
|
|
|
|
|
|
|
|
You can also list other types of moves:
|
|
|
|
|
|
|
|
fab gitlab.list-moves --kind=snippet
|
|
|
|
fab gitlab.list-moves --kind=group
|
|
|
|
|
|
This was used to list move failures:
|
|
This was used to list move failures:
|
|
|
|
|
|
fab gitlab.list-moves --since 2025-07-16T19:30 --status=failed | jq -rc '[.project.id, .project.path_with_namespace, .error_message] | join(" ")'
|
|
fab gitlab.list-moves --since 2025-07-16T19:30 --status=failed | jq -rc '[.project.id, .project.path_with_namespace, .error_message] | join(" ")'
|
... | | ... | |