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-02-02git: Include reason oid is invalid in errorWill Chandler
2023-01-27Add OID filtering to ListRefs RPCAlishan Ladhani
2022-12-20ref: Refactor tests for the `RefExists()` RPCPatrick Steinhardt
2022-12-20ref: Remove duplicate testsPatrick Steinhardt
2022-12-19helper: Replace `helper.ErrInvalidArgumentf()` with `structerr` packagePatrick Steinhardt
2022-12-19helper: Replace `helper.ErrNotFoundf()` with `structerr` packagePatrick Steinhardt
2022-12-19helper: Replace `helper.ErrInternalf()` with `structerr` packagePatrick Steinhardt
2022-12-16Merge branch 'kn-golangci-lint-parallel-test' into 'master'karthik nayak
2022-12-16ref: Reinitialize test variableKarthik Nayak
2022-12-15Merge branch 'pks-command-factory-simplification' into 'master'karthik nayak
2022-12-15tests: Parallelize some of our most expensive testsPatrick Steinhardt
2022-12-15ref: Refactor test that writes thousands of referencesPatrick Steinhardt
2022-12-14git: Rename `SubCmd` structure to `Command`Patrick Steinhardt
2022-12-13global: Replace use of `helper.ErrInternal()`Patrick Steinhardt
2022-12-09global: Replace use of `helper.ErrInvalidArgument()`Patrick Steinhardt
2022-12-07Merge branch 'deprecated_list_all_names' into 'master'karthik nayak
2022-12-07proto: Deprecate FindAllBranchNames and FindAllTagNamesJames Fargher
2022-12-06global: Return structured errors via `structerr` packagePatrick Steinhardt
2022-12-01testhelper: Convert `GitalyOrPraefectMessage` to use genericsPatrick Steinhardt
2022-11-25Fix unhandled error while cleaning up tests in delete_refs_test.goQuang-Minh Nguyen
2022-11-25Add --no-deref option to DeleteRefs RPCQuang-Minh Nguyen
2022-11-24Merge branch '4420-utilize-git-cat-file-batch-command-mode' into 'master'Toon Claes
2022-11-21catfile: Rename ObjectReader to ObjectContentReaderKarthik Nayak
2022-11-17Rename Updater's Cancel method to CloseSami Hiltunen
2022-11-17Support multiple transactions over a single update-ref processSami Hiltunen
2022-11-16Revert "Merge branch '4420-utilize-git-cat-file-batch-command-mode' into 'mas...Patrick Steinhardt
2022-11-16Merge branch '4420-utilize-git-cat-file-batch-command-mode' into 'master'Toon Claes
2022-11-14Revert "Merge branch 'revert-9737f0aa' into 'master'"Pavlo Strokov
2022-11-14catfile: Rename ObjectReader to ObjectContentReaderKarthik Nayak
2022-11-10Revert "Merge branch 'ps-ref-fix' into 'master'"Pavlo Strokov
2022-11-10Merge branch 'smh-parse-invalid-ref-name' into 'master'Toon Claes
2022-11-09Parse invalid reference name errors in UpdaterSami Hiltunen
2022-11-09ref: Standardize error creationPavlo Strokov
2022-11-08gitaly/service: Use 'service.ValidateRepository()' to validate inputPavlo Strokov
2022-11-08testhelper: More descriptive name for GitalyOrPraefectPavlo Strokov
2022-11-08service/ref: Improve validation of inputPavlo Strokov
2022-11-04Add pack objects limiter to hook serverJohn Cai
2022-10-26Merge branch 'remove-git-v2.35.0' into 'master'Toon Claes
2022-10-21git: Deprecate `Version.FlushesUpdaterefStatus`Karthik Nayak
2022-10-20featureflag: Remove SimplifyFindLocalBranchesResponseKarthik Nayak
2022-10-14global: Reorder `testing.TB` before `context.Context` argumentsPatrick Steinhardt
2022-10-12Revert "Merge branch 'pks-revert-delete-refs-fix' into 'master'"John Cai
2022-10-10ref: Revert fix for DeleteRefs that broke QAPatrick Steinhardt
2022-10-05ref: Return structured error when update error is not ErrAlreadyLockedJohn Cai
2022-09-22ref: Always use structured errors in FindTag RPCPatrick Steinhardt
2022-08-26refs: Add 'LocalBranches' to 'FindLocalBranchesResponse'1294-simplify-response-type-of-findlocalbranchesKarthik Nayak
2022-08-26testhelper: Introduce a new 'assertContainsBranch'Karthik Nayak
2022-08-26testhelper: Rename 'assertContainsBranch'Karthik Nayak
2022-08-11Merge branch '17801_use_semantic_sort_for_tags' into 'master'John Cai
2022-08-11Use semantic sort for tagsVasilii Iakliushin