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
AgeCommit message (Expand)Author
2023-07-11Add UserRebaseToRef RPCHordur Freyr Yngvason
2023-07-04tools/protoc-gen-go: Update module google.golang.org/protobuf to v1.31.0GitLab Renovate Bot
2023-06-30Add expected_old_oid to UserMergeToRefRequestHordur Freyr Yngvason
2023-06-22operations.proto: Mark allow_conflicts field deprecatedJohn Cai
2023-06-01makefile: Update the protoc version to v23.1Karthik Nayak
2023-05-10go: Bump module version from v15 to v16Patrick 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-03-28Bump protoc-gen-go to v1.30.0Quang-Minh Nguyen
2023-03-22Bump protoc-gen-go to v1.29.1Quang-Minh Nguyen
2023-03-16proto: Update gitalypb files protoc-gen-go 1.29.0Will Chandler
2022-11-14proto: Add `expected_old_oid` for ref updating RPCsKarthik Nayak
2022-11-09proto: Regenerate sources with Go 1.19Patrick Steinhardt
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-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-25proto: Add UserCreateBranchErrorKarthik Nayak
2022-07-27Merge branch 'pks-user-create-tag-preparatory-refactorings' into 'master'Patrick Steinhardt
2022-07-27proto: Improve documentation for UserCreateTagsPatrick Steinhardt
2022-07-22proto: Introduce structured UserCreateTagErrorpks-user-create-tag-error-protoPatrick Steinhardt
2022-06-22proto: Deprecate PreReceiveError in UserDeleteBranchResponsepks-user-delete-branch-remove-structured-errors-ffPatrick Steinhardt
2022-06-15operations: Return structured errors on conflict in UserMergeBranchPatrick 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 to v1.28.0Patrick 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-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 definitionsPatrick Steinhardt
2022-05-09proto: Enforce comment-linting for message definitionsPatrick 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-04-29Automatically lint proto filesJames Fargher
2022-04-22Merge branch 'fix-typo-proto-file' into 'master'Toon Claes