Skip to content

refactor: organize GitLabRepository and WrappedRepository interfaces

Tomas Vik requested to merge 515-move-gitlab-repository-interface into main

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

Merge request reports