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-09-23Merge branch 'fetch_bundle_rpc' into 'master'Patrick Steinhardt
2021-09-22Merge branch 'smh-fix-repository-exists' into 'master'Patrick Steinhardt
2021-09-22Add FetchBundle to repository service protoJames Fargher
2021-09-21Merge branch 'pks-drop-list-new-blobs' into 'master'Pavlo Strokov
2021-09-21repository: Remove `IsSquashInProgress()` RPCPatrick Steinhardt
2021-09-21ref: Drop ListNewBlobs RPCPatrick Steinhardt
2021-09-21repository: Remove `SetConfig()` RPCPatrick Steinhardt
2021-09-21repository: Remove `DeleteConfig()` RPCPatrick Steinhardt
2021-09-20Revert "proto: Mark RepositoryExists as an intercepted method"Sami Hiltunen
2021-09-20global: Replace trivial cases of deprecated `ioutil.ReadDir()`Patrick Steinhardt
2021-09-20global: Replace deprecated usage of `ioutil.ReadAll()`Patrick Steinhardt
2021-09-20Revert "Revert "Merge branch 'smh-intercepted-methods' into 'master'""Sami Hiltunen
2021-09-17Revert "Merge branch 'smh-intercepted-methods' into 'master'"Patrick Steinhardt
2021-09-15Merge branch 'pks-ref-deprecate-list-new-blobs' into 'master'Christian Couder
2021-09-15Merge branch 'pks-objectpool-deprecate-unlink' into 'master'Sami Hiltunen
2021-09-15Merge branch 'smh-intercepted-methods' into 'master'Toon Claes
2021-09-15objectpool: Deprecate `UnlinkRepositoryFromObjectPool()`Patrick Steinhardt
2021-09-15ref: Deprecate `ListNewBlobs()` RPCPatrick Steinhardt
2021-09-13proto: Mark RepositoryExists as an intercepted methodSami Hiltunen
2021-09-13proto: Support marking RPC methods as interceptedSami Hiltunen
2021-09-13Register RepositoryExists as a handler instead of interceptorSami Hiltunen
2021-09-13remote: Deprecate FetchInternalRemote RPCPatrick Steinhardt
2021-08-31Makefile: Fix Go sources not including protoc-gen-gitaly pluginPatrick Steinhardt
2021-08-31Merge branch 'pks-drop-golang-protobuf-pkg' into 'master'James Fargher
2021-08-30operations: Implement rich errors for UserMergeBranch access checksPatrick Steinhardt
2021-08-30protobuf: Migrate to use new pluginpb packagePatrick Steinhardt
2021-08-30protobuf: Migrate to use new descriptorpb packagePatrick Steinhardt
2021-08-24Merge branch 'pks-list-blobs-with-paths' into 'master'Sami Hiltunen
2021-08-24blob: Allow listing paths in `ListBlobs()`Patrick Steinhardt
2021-08-24Add proto definition for PackObjectsHookWithSidechannelJacob Vosmaer
2021-08-24repository: Deprecate `SetConfig()` RPCPatrick Steinhardt
2021-08-23repository: Deprecate `IsSquashInProgress()`Patrick Steinhardt
2021-08-23operations: Deprecate `SquashId`Patrick Steinhardt
2021-08-20repository: Remove support for on-disk remotes in FetchRemotePatrick Steinhardt
2021-08-20remote: Remove unused ListRemotes protobuf messagesPatrick Steinhardt
2021-08-20remote: Remove support for on-disk remotes in FindRemoteRootRefPatrick Steinhardt
2021-08-20remote: Remove support for on-disk remotes in UpdateRemoteMirrorPatrick Steinhardt
2021-08-20remote: Remove `AddRemote()` RPCPatrick Steinhardt
2021-08-20remote: Remove `RemoveRemote()` RPCPatrick Steinhardt
2021-08-19ref: Remove unused FindRefName RPCPatrick Steinhardt
2021-08-10Merge branch 'list_refs_rpc' into 'master'James Fargher
2021-08-09Accept array of patterns in CreateBundleFromRefListJames Fargher
2021-08-06Add ListRef RPC to protosJames Fargher
2021-07-30proto: Remove the IsRebaseInProgress RPCToon Claes
2021-07-29Merge branch 'ps-sort-tags' into 'master'Pavlo Strokov
2021-07-29gitaly: Sort the tags returned by FindAllTags RPCPavlo Strokov
2021-07-29gitaly: Sort the tags returned by FindAllTags RPCPavlo Strokov
2021-07-29Merge branch 'create_bundle_from_list' into 'master'Toon Claes
2021-07-28lint: Fix deprecated import github.com/golang/protobuf/protoPavlo Strokov
2021-07-28Add CreateBundleFromRefList protoJames Fargher