Skip to content

codeintel: Add GitService requirement to dependencies service

Warren Gifford requested to merge ef/31643-gitservice into main

Created by: efritz

Add a GitService interface to the Dependencies API service with a (currently unused) GetCommits method. This method will be used when solving #31639 (closed), as we need to resolve symbolic commits (e.g. HEAD) into a stable commit for persistence.

Test plan

Existing pipelines should catch any uninitialized uses.

Merge request reports

Loading