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-09-13proto: Add documentation for RawBlame RPCPatrick Steinhardt
2023-09-07proto: Document LastCommitForPath RPCPatrick Steinhardt
2023-07-28proto: Add documentation for TreeEntry RPCPatrick Steinhardt
2023-07-04tools/protoc-gen-go: Update module google.golang.org/protobuf to v1.31.0GitLab Renovate Bot
2023-06-29Extend GetCommitSignatures to return SignerIgor Drozdov
2023-06-01proto: Add new message `GetTreeEntriesError`Karthik Nayak
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 root tree ID from TreeEntry messagePatrick 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
2023-03-15proto: Deprecate `root_oid` field in the TreeEntry messagePatrick Steinhardt
2023-02-03commit: Add option to include tags with `FindCommits` RPCj.seto
2022-11-17proto: Remove file_count from CommitLanguagesResponseToon Claes
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-07-15Add stat option for FindCommitswanning pan
2022-07-08Merge branch 'toon-linguist-be-gone' into 'master'Sami Hiltunen
2022-07-08proto: Document the CommitLanguages rpcToon Claes
2022-07-08Add an option to skip flat paths for tree entriesIgor Drozdov
2022-06-10Makefile: Update protoc to v21.1Patrick Steinhardt
2022-06-10Makefile: Update protoc-gen-go to v1.28.0Patrick Steinhardt
2022-05-20Update go package name from v14 to v15John 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-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-03commit: Do not ignore revisions of the initial requestPatrick Steinhardt
2022-04-29Automatically lint proto filesJames Fargher
2022-04-06commit: Add CheckObjectsExist RPCJohn Cai
2022-04-05Add a range parameter to Commit.RawBlameRequestNick Thomas
2021-12-21commit: Remove deprecated and unused CommitsBetween RPCPatrick Steinhardt
2021-07-21Add pagination to GetTreeEntries RPCStan Hu
2021-07-15Add sort capability for GetTreeEntriesStan Hu
2021-07-06commit: Allow listing commits in reversePatrick Steinhardt
2021-07-02commit: Implement new `ListAllCommits()` RPCPatrick Steinhardt
2021-07-02commit: Implement new `ListCommits()` RPCPatrick Steinhardt
2021-06-11GeneratedMikhail Mazurskiy
2021-05-27Create module v14 gitaly versionPavlo Strokov
2021-03-30CommitsBetween: learn to accept pagination paramsZeger-Jan van de Weg
2021-01-18FindCommit[s]: add a "Trailers" boolean flag to do %(trailers) workÆvar Arnfjörð Bjarmason
2020-11-11TreeEntry: MaxSize preconditionMikhail Mazurskiy
2020-07-03ListCommitsByRefname: cleanup deprecated fieldZeger-Jan van de Weg
2020-06-24Use a GlobalOptions message to specify literal pathspecsStan Hu
2020-06-24Support literal path lookups in other commit RPCsStan Hu
2020-06-19Support literal path lookups in LastCommitsForTreeRequestStan Hu