Skip to content
Snippets Groups Projects
username-removed-487110's avatar
pushed to branch 631-get-blobs-by-sha at GitLab.org / gitaly-proto
  • 53500c96 · BlobService::GetBlobsBySHAs
username-removed-367626's avatar
pushed new tag v0.40.0 at GitLab.org / gitaly-proto
username-removed-367626's avatar
pushed to branch master at GitLab.org / gitaly-proto
username-removed-487110's avatar
pushed to branch 631-get-blobs-by-sha at GitLab.org / gitaly-proto
  • c07ef81e · BlobService::GetBlobsBySHAs
username-removed-487110's avatar
pushed to branch 631-get-blobs-by-sha at GitLab.org / gitaly-proto
  • f83d8957 · BlobService::GetBlobsBySHAs
Zeger-Jan van de Weg's avatar
opened merge request !92 "Define Wiki service" at GitLab.org / gitaly-proto
Zeger-Jan van de Weg's avatar
pushed new branch zj-gitaly-wiki-service at GitLab.org / gitaly-proto
username-removed-367626's avatar
deleted branch has-local-branch at GitLab.org / gitaly-proto
Jacob Vosmaer (GitLab)'s avatar
accepted merge request !91 "Add proto messages for RepositoryService.HasLocalBranches" at GitLab.org / gitaly-proto
Jacob Vosmaer (GitLab)'s avatar
pushed to branch master at GitLab.org / gitaly-proto
username-removed-367626's avatar
commented on merge request !91 "Add proto messages for RepositoryService.HasLocalBranches" at GitLab.org / gitaly-proto

Oh! Thanks @bkc

username-removed-487110's avatar
commented on merge request !91 "Add proto messages for RepositoryService.HasLocalBranches" at GitLab.org / gitaly-proto

@eReGeBe Ahmad is off today (friday) so maybe reassign to someone else? :)

username-removed-487110's avatar
commented on merge request !91 "Add proto messages for RepositoryService.HasLocalBranches" at GitLab.org / gitaly-proto

LGTM

username-removed-367626's avatar
opened merge request !91 "Add proto messages for RepositoryService.HasLocalBranches" at GitLab.org / gitaly-proto
username-removed-367626's avatar
pushed new branch has-local-branch at GitLab.org / gitaly-proto
username-removed-506061's avatar
commented on merge request !90 "WIP: BlobService::GetBlobsBySHAs" at GitLab.org / gitaly-proto

I second removing the suffix. We don't have to drop GetBlob right away; we can change BlobService#get_blob to use this new call and deprecate the o...

username-removed-487110's avatar
commented on merge request !90 "WIP: BlobService::GetBlobsBySHAs" at GitLab.org / gitaly-proto

right, missed that :)

username-removed-367626's avatar
commented on merge request !90 "WIP: BlobService::GetBlobsBySHAs" at GitLab.org / gitaly-proto

Wouldn't renaming an endpoint give us backwards compatibility problems? If not, I'm ok with a rename. In any case, I vote to drop the BySHAs suffix.

username-removed-367626's avatar
commented on merge request !90 "WIP: BlobService::GetBlobsBySHAs" at GitLab.org / gitaly-proto

If I understand correctly there's going to be: a "header" response message with size and oid, followed by one or more "body" response messages with...

username-removed-487110's avatar
commented on merge request !90 "WIP: BlobService::GetBlobsBySHAs" at GitLab.org / gitaly-proto

IDK, I agree that BySHAs seems superflourous. Though IMO we should just change GetBlob => GetBlobs and have it take repeated bytes oid instead and ...