Skip to content

Introduce Locator abstraction to diff service

Pavlo Strokov requested to merge ps-diff-uses-locator into master

In order to break dependency on the shared global config.Config variable the Locator interface is injected into the service. Calls that eventually lead to global config.Config var were removed.

Part of: #2699 (closed)

Merge request reports