Skip to content

refactor: organize GitLabRepository and WrappedRepository interfaces

This small refactoring does two things:

  1. Create an interface for the WrappedRepository, rather than having only implementation.
  2. Move the GitLabRepository type to the wrapped_repository.ts file

This is in preparation for removing GitLab-specific logic out of the WrappedRepository in the near future.

Related to #515 (closed)

Edited by Tomas Vik (OOO back on 2024-08-12)

Merge request reports