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-02-02Remove PostUploadPack RPCQuang-Minh Nguyen
2023-02-01proto: CommitDiffRequest: Introduce `WhitespaceChanges`Karthik Nayak
2023-01-31Merge branch 'jt-atomic-hooks' into 'master'Justin Tobler
2023-01-31Merge branch 'deprecate_full_path' into 'master'Christian Couder
2023-01-27Add OID filtering to ListRefs RPCAlishan Ladhani
2023-01-27hooks: Refactor `restoreCustomHooks()`Justin Tobler
2023-01-26Deprecate FullPath and SetFulPath RPCsJames Fargher
2023-01-18Add service config protobuf definitionQuang-Minh Nguyen
2023-01-17Merge branch 'ahorvath-doc-20230110' into 'master'Patrick Steinhardt
2023-01-17doc: Regenerate proto files after comment changeAndras Horvath
2023-01-17doc: Use Go-style comments for proto fieldsPatrick Steinhardt
2023-01-16Implement basic transaction processing with write-ahead loggingSami Hiltunen
2023-01-10doc: Document a single proto field with a too-generic nameAndras Horvath
2023-01-09structerr: Add interceptors to inject metadata as error detailsPatrick Steinhardt
2023-01-06Merge branch '4332-allow-diff-limit-size-to-be-configured-by-client' into 'ma...Toon Claes
2023-01-06commit: Adds max batch size per file typeEduardo Bonet
2023-01-03proto: Add documentation for Fsck RPCPatrick Steinhardt
2022-12-21Add new GetPatchID RPCDavid Kim
2022-12-13proto: Fix deprecation marking wrong ObjectPoolService RPC as deprecatedPatrick Steinhardt
2022-12-07Merge branch 'deprecated_list_all_names' into 'master'karthik nayak
2022-12-07proto: Deprecate FindAllBranchNames and FindAllTagNamesJames Fargher
2022-12-05objectpool: Deprecate ReduplicateRepository RPCPatrick Steinhardt
2022-12-05proto: Add missing documentation for the ObjectPool servicePatrick Steinhardt
2022-11-23proto: Add additional documentation for FindLicenseToon Claes
2022-11-21Merge branch 'pks-create-repository-sha256' into 'master'Quang-Minh Nguyen
2022-11-17proto: Remove file_count from CommitLanguagesResponseToon Claes
2022-11-16repository: Allow controlling object format in CreateRepositoryPatrick Steinhardt
2022-11-16proto: Introduce object format enumPatrick Steinhardt
2022-11-15Merge branch '4407-usermergebranch-lacks-ability-to-let-clients-update-a-refe...Sami Hiltunen
2022-11-14proto: Add `expected_old_oid` for ref updating RPCsKarthik Nayak
2022-11-14tools/protoc-gen-gitaly-lint: Move test Protobuf definitionsPatrick Steinhardt
2022-11-09proto: Regenerate sources with Go 1.19Patrick Steinhardt
2022-11-08repository: Introduce "eager" optimization strategyPatrick Steinhardt
2022-11-08repository: Introduce strategy for `OptimizeRepository`Patrick Steinhardt
2022-11-08proto: Fill in missing documentation for `OptimizeRepository`Patrick Steinhardt
2022-11-02proto: Deprecate `http_host` fieldKarthik Nayak
2022-11-02proto: Add resolved_address along remote URLsKarthik Nayak
2022-10-27Remove Wiki-related code paths in Ruby sidecarQuang-Minh Nguyen
2022-10-25Fix documentation typo on NtpHost default valuejohn.mcdonnell
2022-10-20proto: Reformat Protobuf filesPatrick Steinhardt
2022-10-19tools/protoc: Upgrade protoc compiler to v21.7Patrick Steinhardt
2022-10-19Update protobuf comments for protoc-gen-go v1.28.1Stan Hu
2022-10-14proto: Add UserCommitFilesErrorWill Chandler
2022-10-12Add limit and offset to SearchFilesByNameRequestqmnguyen0711/add-limit-offset-to-search-files-by-names-2Quang-Minh Nguyen
2022-09-29proto: Set removal date for deprecated UserDeleteBranch embedded errorPatrick Steinhardt
2022-09-29proto: Deprecate embedded errors in UserCherryPickResponsePatrick Steinhardt
2022-09-29proto: Deprecate embedded errors in UserCreateBranchResponsePatrick Steinhardt
2022-09-29proto: Deprecate embedded errors in UserCreateTagResponsePatrick Steinhardt
2022-08-26Merge branch '4227-convert-usercreatebranch-to-use-structured-errors' into 'm...Sami Hiltunen
2022-08-25Merge branch '1294-simplify-response-type-of-findlocalbranches' into 'master'Will Chandler