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
2023-05-10go: Bump module version from v15 to v16Patrick Steinhardt
2023-05-10Merge branch 'smh-log-pack-files' into 'master'qmnguyen0711/always-log-queue-msPatrick Steinhardt
2023-05-09Implement write-ahead logging for objectsSami Hiltunen
2023-05-08proto: Add missing documentation for the CreateFork RPCPatrick Steinhardt
2023-05-05Merge branch 'pks-proto-remove-deprecated-http-host-fields' into 'master'Quang-Minh Nguyen
2023-05-04ref: Remove deprecated FindAllTagNames RPCPatrick Steinhardt
2023-05-04ref: Remove deprecated FindAllBranchNames RPCPatrick Steinhardt
2023-05-04proto: Drop deprecated `http_host` field in FetchRemote RPCPatrick Steinhardt
2023-05-04proto: Drop deprecated `http_host` field in CreateRepositoryFromSnapshot RPCPatrick Steinhardt
2023-05-04proto: Drop deprecated `http_host` field in CreateRepositoryFromURL RPCPatrick Steinhardt
2023-05-04proto: Drop deprecated `http_host` field in UpdateRemoteMirror RPCPatrick Steinhardt
2023-05-04proto: Drop deprecated `http_host` field in FindRemoteRootRef RPCPatrick Steinhardt
2023-05-02proto: Drop root tree ID from TreeEntry messagePatrick Steinhardt
2023-05-02proto: Drop deprecated embedded errors in UserCherryPickPatrick Steinhardt
2023-05-02proto: Drop deprecated embedded errors in UserCreateBranchPatrick Steinhardt
2023-05-02proto: Drop deprecated embedded errors in UserCreateTagPatrick Steinhardt
2023-05-02proto: Drop deprecated embedded errors in UserDeleteBranchPatrick Steinhardt
2023-04-27proto: Remove deprecated ReduplicateRepository RPCPatrick Steinhardt
2023-04-21global: Remove PackRefs RPCPatrick Steinhardt
2023-04-21global: Remove WriteCommitGraph RPCPatrick Steinhardt
2023-04-21global: Remove GarbageCollect RPCPatrick Steinhardt
2023-04-21global: Remove Cleanup RPCPatrick Steinhardt
2023-04-21global: Remove MidxRepack RPCPatrick Steinhardt
2023-04-21global: Remove RepackFull RPCPatrick Steinhardt
2023-04-21global: Remove RepackIncremental RPCPatrick Steinhardt
2023-04-12proto: Add some comments to FindChangedPathsResponseToon Claes
2023-04-12diff: Add mode to get only all parent changesToon Claes
2023-04-05proto: Improve documentation for the RepositorySize RPCPatrick Steinhardt
2023-03-30Add RemoteIP to PackObjectsHookWithSidechannelRequestQuang-Minh Nguyen
2023-03-28Merge branch 'pks-gitaly-introduce-repository-info-rpc' into 'master'karthik nayak
2023-03-28proto: Add definition for a new RepositoryInfo RPCPatrick Steinhardt
2023-03-28Bump protoc-gen-go to v1.30.0Quang-Minh Nguyen
2023-03-23Merge branch 'smh-log-custom-hooks' into 'master'Quang-Minh Nguyen
2023-03-22Support write-ahead logging custom hooksSami Hiltunen
2023-03-22Bump protoc-gen-go to v1.29.1Quang-Minh Nguyen
2023-03-22Merge branch 'renovate-tools/protoc-gen-go/google.golang.org-protobuf-1.x' in...Will Chandler
2023-03-16Merge branch 'git-commit-message-encoding' into 'master'Will Chandler
2023-03-16proto: Update gitalypb files protoc-gen-go 1.29.0Will Chandler
2023-03-16catfile: Add encoding information to GitCommitarkn98
2023-03-15proto: Deprecate `root_oid` field in the TreeEntry messagePatrick Steinhardt
2023-02-28proto: Update `LogEntry` to contain `DefaultBranchUpdate`Karthik Nayak
2023-02-15proto: Deprecate `BackupCustomHooks` RPCJustin Tobler
2023-02-15proto: Add `GetCustomHooks` RPCJustin Tobler
2023-02-15proto: Deprecate `RestoreCustomHooks` RPCJustin Tobler
2023-02-15proto: Add `SetCustomHooks` RPCJustin Tobler
2023-02-10Define new RemoveAll RPCJames Fargher
2023-02-07Merge branch 'pks-remoterepo-sha256' into 'master'James Fargher
2023-02-06Merge branch 'add-tags-to-find-commits' into 'master'Sami Hiltunen
2023-02-06repository: Implement new RPC to detect the object formatPatrick Steinhardt
2023-02-03commit: Add option to include tags with `FindCommits` RPCj.seto