Skip to content

refactor: remove AccountService.getAllCredentials

This MR removes AccountService.getAllCredentials. This method was not compatible with the new concept of multiple accounts for the same GitLab instance.

  • pick_instance - changed to pick_account. Commands that let the user select a GitLab instance now let them select an account
  • gitlab_remote_source_provider_repository - We now need to create a remote source provider (used for cloning) for every account, not just for every instance URL
  • open_repository_test - didn't need getAllCredentials

This MR is best-reviewed commit-by-commit.

Related to #298 (closed)

Edited by Tomas Vik (OOO back on 2024-09-23)

Merge request reports