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
2022-06-14operations: Return structured errors on conflict in UserMergeBranchpks-user-merge-branch-structured-merge-conflict-errorPatrick Steinhardt
2022-06-14operations: Remove check for specific error messagePatrick Steinhardt
2022-06-14operations: Provide conflicting commits on merge conflict errorPatrick Steinhardt
2022-06-13Merge branch 'pks-praefect-fix-remove-maintenance-jobs-migration' into 'master'Sami Hiltunen
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-10Merge branch 'pks-makefile-tooling-version-bumps' into 'master'Patrick Steinhardt
2022-06-10Merge branch 'toon-freeze-i-ma-bundler' into 'master'Patrick Steinhardt
2022-06-10Merge branch 'pks-catfile-request-queue-tests' into 'master'Toon Claes
2022-06-10Makefile: Consistently require `v` prefix for tool versionsPatrick 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-10Makefile: Update go-licenses to v1.2.1Patrick Steinhardt
2022-06-10Makefile: Update gotestsum to v1.8.1Patrick Steinhardt
2022-06-10Makefile: Update goimports to v0.1.11Patrick Steinhardt
2022-06-10Makefile: Update protolint to v0.38.1Patrick Steinhardt
2022-06-10Makefile: Update golangci-lint to v1.46.1Patrick Steinhardt
2022-06-10Makefile: Run bundle in frozen modeToon Claes
2022-06-10operations: Use structured errors in UserDeleteBranchpks-user-delete-branch-structured-errorsPatrick Steinhardt
2022-06-10Merge branch 'pks-lfs-process-filter' into 'master'Patrick Steinhardt
2022-06-10repository: Use long-running filter process for converting LFS pointersPatrick Steinhardt
2022-06-10cmd/gitaly-lfs-smudge: Implement support for long-lived filter protocolPatrick Steinhardt
2022-06-10cmd/gitaly-lfs-smudge: Introduce driver typesPatrick Steinhardt
2022-06-10repository: Don't manually inject the correlation IDPatrick Steinhardt
2022-06-10repository: Avoid injecting smudge filter configuration if not neededPatrick Steinhardt
2022-06-10cmd/gitaly-lfs-smudge: Don't return a reader when request failsPatrick Steinhardt
2022-06-10cmd/gitaly-lfs-smudge: Rename functions and filePatrick Steinhardt
2022-06-10cmd/gitaly-lfs-smudge: Move creation of the HTTP clientPatrick Steinhardt
2022-06-10cmd/gitaly-lfs-smudge: Move creation of the context into `run()`Patrick Steinhardt
2022-06-10pktline: Add helper function to retrieve and verify dataPatrick 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-09Update VERSION filesv15.1.0-rc1GitLab Release Tools Bot
2022-06-08Merge branch '3817_enable_ff_by_default' into 'master'Will Chandler
2022-06-08Merge branch 'pks-user-delete-branch-errors' into 'master'Will Chandler
2022-06-08datastore: Fix migration that prunes maintenance-style replication jobspks-praefect-fix-remove-maintenance-jobs-migrationPatrick Steinhardt
2022-06-08proto: Introduce new UserDeleteBranchError messagePatrick Steinhardt
2022-06-08operations: Improve test coverage for UserDeleteBranchPatrick Steinhardt
2022-06-07Enable feature flag exact_pagination_token_match by default3817_enable_ff_by_defaultVasilii Iakliushin
2022-06-07operations: Modernize test names in branches testsPatrick Steinhardt
2022-06-07operations: Modernize error messages returned by UserDeleteBranchPatrick Steinhardt
2022-06-07operations: Remove out-of-date commentPatrick Steinhardt
2022-06-07proto: Document UserDeleteBranch RPCPatrick Steinhardt
2022-06-07Merge branch 'sh-upgrade-bundler-2.3.15' into 'master'Toon Claes
2022-06-07Merge branch 'sh-update-lfs' into 'master'Patrick Steinhardt
2022-06-07chore: Update Gemfile.lock to use bundler v2.3.15Stan Hu
2022-06-07catfile: Add tests which exercise the request queuepks-catfile-request-queue-testsPatrick Steinhardt
2022-06-06Update changelog for 15.0.2GitLab Release Tools Bot