ListCommitsByOids

Needed to tackle N + 1 queries.

Input: List of Oids

Output: stream of Commits


Stages:

  • RPC Design: gitaly-proto!100 (merged)

  • Server Implementation: !438 (merged)

  • ~"Client Implementation": https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/14846

  • ~"Acceptance Testing": #844 (closed)

RPC Endpoints:

  • CommitService::ListCommitsByOid

Known Client Routes:

  • Branches#Index
  • Pipelines#Index

Edited Mar 21, 2018 by Kim Carlbäcker
Assignee Loading
Time tracking Loading