Skip to content

Add REST api to metrics dictionary

Michał Wielich requested to merge michold-introduced-by-url-api into main

Add base class and two classes that will be used in Loader for filling in the "introduced_by_url" field in metrics dictionary. FileCommitsApi is to be used for getting commit history for a file [so that we could grab the first commit] and CommitMergeRequestsApi will be used to get merge requests associated with a commit.

Related to gitlab-org/gitlab#351471 (closed) , further discussed in gitlab-org/gitlab#351471 (comment 946281414)

Edited by Michał Wielich

Merge request reports