Skip to content

refactor: remove service_factory.ts and get_instance_url.ts

Tomas Vik requested to merge 515-remove-service-factory into main

This MR removes two utility functions that were no longer necessary because it's enough to pass through the WrappedRepository object which gives us access to the GitLab project and the GitLab API.

This simplifies the code and ensures we access the GitLab project and GitLab API in a uniform way.

There are no functionality changes. The webview controller is tested with integration tests and I tested it manually as well.

Related to #515 (closed)

Edited by Tomas Vik

Merge request reports