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/go
AgeCommit message (Expand)Author
2022-05-09proto: Enforce comment-linting for RPC definitionsPatrick Steinhardt
2022-05-06tools: Move Protoc plugins into top-level `tools/` directoryPatrick Steinhardt
2022-05-06protoc-gen-gitaly-lint: Absorb internal `linter` packagePatrick Steinhardt
2022-05-06protoc-gen-gitaly: Split up plugin by functionalityPatrick Steinhardt
2022-05-03Merge branch 'jc-cherry-pick-structured-errors-proto' into 'master'John Cai
2022-05-03proto: Add UserCherryPickError type for UserCherryPick structured errorsJohn Cai
2022-05-03Merge branch 'pks-check-objects-exist-improvements' into 'master'Sami Hiltunen
2022-05-03proto: Remove deprecated `PackObjectsHook()` RPCPatrick Steinhardt
2022-05-03commit: Do not ignore revisions of the initial requestPatrick Steinhardt
2022-04-29Rename repository-service.proto to repository.protoJames Fargher
2022-04-29Automatically lint proto filesJames Fargher
2022-04-22Merge branch 'fix-typo-proto-file' into 'master'Toon Claes
2022-04-19Add proto definitions for MarkUnverified RPCSami Hiltunen
2022-04-19Merge branch 'jc-limit-error-proto' into 'master'Sami Hiltunen
2022-04-14proto: Add LimitError as a structured errorjc-limit-error-protoJohn Cai
2022-04-13Expose VerifiedAt via GetRepositoryMetadata proto definitionsSami Hiltunen
2022-04-06commit: Add CheckObjectsExist RPCJohn Cai
2022-04-05Add a range parameter to Commit.RawBlameRequestNick Thomas
2022-03-31Merge branch 'pks-proto-introduce-maintenance-operations' into 'master'Patrick Steinhardt
2022-03-30internalgitaly: WalkRepos to return last accessed timestampJohn Cai
2022-03-30proto: Mark related RPCs as maintenance operationsPatrick Steinhardt
2022-03-30proto: Introduce new "maintenance" RPC typePatrick Steinhardt
2022-03-21operations: Always use structured errors for UserSquashPatrick Steinhardt
2022-03-20Fix typo in documentation of UserCommitFilesRequestHeaderKartik
2022-03-15Repository: allow opting for --mirror for CreateRepositoryFromURLGabriel Mazetto
2022-03-10proto: Add structured error types for UserRebaseCofirmableJohn Cai
2022-03-07repository: Allow CreateRepository to take default_branchjc-create-repo-default-branchJohn Cai
2022-03-07proto: Deprecate PreReceiveError field in UserMergeBranchResponsePatrick Steinhardt
2022-03-07proto: Deprecate PreReceiveError field in UserMergeToRefResponsePatrick Steinhardt
2022-03-02Mark RefTransactionService as handled by PraefectSami Hiltunen
2022-03-02Merge branch 'fj-add-load-content-param-to-wiki-find-page' into 'master'John Cai
2022-03-02Add skip_content param to wiki find page callFrancisco Javier López
2022-03-01proto: Add structured error types for UserSquash RPCPatrick Steinhardt
2022-03-01operations: Remove deprecated `squash_id` from UserSquash RPCPatrick Steinhardt
2022-02-28Merge branch 'brodock/gitaly-clone-improvements' into 'master'Christian Couder
2022-02-23Fix comments of GarbageCollectRequest used by gcblanet
2022-02-22repository: Use optional auth token for cloningbrodock/gitaly-clone-improvementsGabriel Mazetto
2022-02-22repository-service: Add http_authorization_header optional parameterGabriel Mazetto
2022-02-17proto: Deprecate fine-grained repository maintenance RPCsPatrick Steinhardt
2022-02-17proto: Document behaviour of the OptimizeRepository RPCPatrick Steinhardt
2022-02-17proto: Fix typo in documentation of PruneUnreachableObjectsPatrick Steinhardt
2022-02-14repository: Add new RPC to prune unreachable objectsPatrick Steinhardt
2022-01-28Merge branch 'security-add-host-option' into 'master'Mayra Cabrera
2022-01-28Add HTTP Host to all requests that use URLsJames Fargher
2022-01-28operations: Deprecate the rebase IDPatrick Steinhardt
2022-01-25Merge branch 'ps-clock-check' into 'master'James Fargher
2022-01-24Merge branch 'bwill/add-ssh-signature-type' into 'master'Patrick Steinhardt
2022-01-21proto: Add detailed errors when updating references failsPatrick Steinhardt
2022-01-20feat: Detect SSH signed objectsBrian Williams
2022-01-19cmd/praefect: Check of the system clock synchronizationPavlo Strokov