Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/proto
AgeCommit message (Expand)Author
2021-03-05proto: Remove name field from Remote messagesPatrick Steinhardt
2021-03-04proto: Remove RemoteService.ListRemotes RPCPatrick Steinhardt
2021-02-24proto: Document LFS pointer RPCsPatrick Steinhardt
2021-02-20Reconciliation sub-command performs as much as possiblePavlo Strokov
2021-02-19docs: Describe RemoveRepository behaviourZeger-Jan van de Weg
2021-02-11Add pass-through PackObjectsHook RPCJacob Vosmaer
2021-02-01operations: Fix UpdateSubmodule RPC confusing reference namesPatrick Steinhardt
2021-02-01ref: Fix FindRef RPC confusing reference namesPatrick Steinhardt
2021-01-26proto: Add missing documentation for FetchRemoteRequestPatrick Steinhardt
2021-01-26Merge branch 'smh-remove-server-scope' into 'master'James Fargher
2021-01-25conflicts: Allow ResolveConflicts to get an optional timestampPatrick Steinhardt
2021-01-25operations: Allow UserUpdateSubmodule to get an optional timestampPatrick Steinhardt
2021-01-25operations: Allow UserApplyPatch to get an optional timestampPatrick Steinhardt
2021-01-25operations: Allow UserSquash to get an optional timestampPatrick Steinhardt
2021-01-25operations: Allow UserRevert to get an optional timestampPatrick Steinhardt
2021-01-25operations: Allow UserCommitFiles to get an optional timestampPatrick Steinhardt
2021-01-25operations: Allow UserCherryPick to get an optional timestampPatrick Steinhardt
2021-01-25operations: Allow UserCreateTag to get an optional timestampPatrick Steinhardt
2021-01-25operations: Allow UserRebaseConfirmable to get an optional timestampPatrick Steinhardt
2021-01-25operations: Allow UserMergeToRef to get an optional timestampPatrick Steinhardt
2021-01-25operations: Allow UserMergeBranch to get an optional timestampPatrick Steinhardt
2021-01-21proto: Add missing documentation for Operations RPCsPatrick Steinhardt
2021-01-19remove server scopeSami Hiltunen
2021-01-19remove remaining use of server scope from tests in protolintSami Hiltunen
2021-01-18FindCommit[s]: add a "Trailers" boolean flag to do %(trailers) workÆvar Arnfjörð Bjarmason
2021-01-14Merge branch 'pks-user-ff-branch-ambiguous-ref' into 'master'Christian Couder
2021-01-12Merge branch 'add-tags-updated-to-fetch-remote' into 'master'Toon Claes
2021-01-12proto: Document UserFFBranch RPCPatrick Steinhardt
2021-01-07proto: Document RepositoryService.FetchSourceBranchPatrick Steinhardt
2021-01-06Specify tag changes reporting in RepositoryService.FetchRemoteNick Thomas
2021-01-04Merge branch 'parsing-commit-trailers' into 'master'Ævar Arnfjörð Bjarmason
2020-12-19Parse Git commit trailers when processing commitsYorick Peterse
2020-12-17golangci: enable "gci" linterPatrick Steinhardt
2020-12-14Revert "Merge branch 'sh-create-fork-with-object-pool' into 'master'"Stan Hu
2020-12-11Support cloning with an object pool in CreateForkStan Hu
2020-12-03implement SetReplicationFactor RPC on Praefect's Info serviceSami Hiltunen
2020-11-24print out host assignments in `praefect dataloss`Sami Hiltunen
2020-11-24print primary per repository in datalossSami Hiltunen
2020-11-18Add new diff-tree rpc for files changedMarc Shaw
2020-11-11TreeEntry: MaxSize preconditionMikhail Mazurskiy
2020-11-10proto: Add Tree ID to GitCommit structureZeger-Jan van de Weg
2020-11-04Require documenting gRPC-protobuf interfacePaul Okstad
2020-11-03Autogenerated proto changesNick Thomas
2020-11-03Remove RepositoryService.FetchHTTPRemote from the protoNick Thomas
2020-11-02Ensure reference hooks are used in valid commandsPaul Okstad
2020-10-29document UserCommitFiles protobuf definitionsSami Hiltunen
2020-10-20Expose ancestor path in Conflicts RPCIgor Drozdov
2020-10-15Merge branch 'id-allow-conflicts-on-merge' into 'master'Pavlo Strokov
2020-10-14hooks: Send reference-transaction state to hook servicePatrick Steinhardt
2020-10-14Add option to include conflict markers to merge commitIgor Drozdov