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-07-08Add an option to skip flat paths for tree entriesIgor Drozdov
2022-07-04Add proto for FullPath RPCJames Fargher
2022-06-23Merge branch 'pks-user-delete-branch-remove-structured-errors-ff' into 'master'Patrick Steinhardt
2022-06-22proto: Deprecate PreReceiveError in UserDeleteBranchResponsepks-user-delete-branch-remove-structured-errors-ffPatrick Steinhardt
2022-06-17FindChangedPaths: Add old_mode and new_mode fieldsKyle Edwards
2022-06-15Merge branch 'find-changed-paths-commit-pairs' into 'master'Will Chandler
2022-06-15Merge branch 'jc-pass-user-details-to-pack-objects' into 'master'John Cai
2022-06-15operations: Return structured errors on conflict in UserMergeBranchPatrick Steinhardt
2022-06-15operations: Provide conflicting commits on merge conflict errorPatrick Steinhardt
2022-06-14proto: Add glId, glUser, gitProtocol to PackObjectsRequestJohn Cai
2022-06-14FindChangedPaths: Add requests fieldKyle Edwards
2022-06-13Merge branch 'pks-user-delete-branch-structured-errors' into 'master'Patrick Steinhardt
2022-06-13Merge branch 'pks-proto-remove-deprecated-operation-error-fields' into 'master'Patrick Steinhardt
2022-06-10Makefile: Update protoc to v21.1Patrick Steinhardt
2022-06-10Makefile: Update protoc-gen-go-grpc to v1.2.0Patrick Steinhardt
2022-06-10Makefile: Update protoc-gen-go to v1.28.0Patrick Steinhardt
2022-06-10operations: Use structured errors in UserDeleteBranchpks-user-delete-branch-structured-errorsPatrick Steinhardt
2022-06-09operations: Remove deprecated GitError field from UserSquashpks-proto-remove-deprecated-operation-error-fieldsPatrick Steinhardt
2022-06-09operations: Remove deprecated PreReceiveError field from UserMergeToRefPatrick Steinhardt
2022-06-09operations: Remove deprecated PreReceiveError field from UserMergeBranchPatrick Steinhardt
2022-06-08proto: Introduce new UserDeleteBranchError messagePatrick Steinhardt
2022-06-07proto: Document UserDeleteBranch RPCPatrick Steinhardt
2022-05-20Update go package name from v14 to v15John Cai
2022-05-17proto: Inroduce DeleteRefsErrorjc-delete-ref-structured-err-protoJohn Cai
2022-05-17Merge branch 'feature/gitlab-349228' into 'master'James Fargher
2022-05-16ListCommits: Extend ListCommits rpc to support filter by commit msg patternsAbhishek Kumar
2022-05-11proto: Introduce new `CustomHookError` for `UserMergeBranchError`Patrick Steinhardt
2022-05-11Merge branch 'pks-proto-style-update' into 'master'Patrick Steinhardt
2022-05-10Merge branch 'squash-using-merge' into 'master'Toon Claes
2022-05-09protolint: Enforce new style for enumerationsPatrick Steinhardt
2022-05-09proto: Enforce comment-linting for message fieldsPatrick Steinhardt
2022-05-09proto: Enforce comment-linting for enum fieldsPatrick Steinhardt
2022-05-09proto: Enforce comment-linting for enum definitionsPatrick Steinhardt
2022-05-09proto: Enforce comment-linting for message definitionsPatrick Steinhardt
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-05operations: Change MergeSquashConflict comment in protobufPiotr Stankowski
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