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-09-30golangci-lint: Restore default revive lintswc/fix-revive-lintsWill Chandler
2022-09-30Merge branch 'pks-refactor-ioutil-readdir-usages' into 'master'Sami Hiltunen
2022-09-29Merge remote-tracking branch 'dev/master'GitLab Release Tools Bot
2022-09-29cache: Convert file cleanup to use `os.ReadDir()`pks-refactor-ioutil-readdir-usagesPatrick Steinhardt
2022-09-29cache: Convert lease cleanup to use `os.ReadDir()`Patrick Steinhardt
2022-09-29repository: Convert keep-around ref cleanup to use `os.ReadDir()`Patrick Steinhardt
2022-09-29housekeeping: Convert worktree cleanup to use `os.ReadDir()`Patrick Steinhardt
2022-09-29stats: Convert `GetPackfiles()` to use `os.ReadDir()`Patrick Steinhardt
2022-09-29tempdir: Convert cleaning to use `os.ReadDir()`Patrick Steinhardt
2022-09-29Update changelog for 15.2.5GitLab Release Tools Bot
2022-09-29Update changelog for 15.3.4GitLab Release Tools Bot
2022-09-29Update changelog for 15.4.1GitLab Release Tools Bot
2022-09-29Merge branch 'pks-proto-deprecations-for-errors-in-responses' into 'master'Patrick Steinhardt
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-09-29Merge branch 'wc/track-repos-logger-race' into 'master'Patrick Steinhardt
2022-09-28praefect: run track-repositories tests seriallywc/track-repos-logger-raceWill Chandler
2022-09-27Merge branch 'wc/makefile-override-append' into 'master'John Cai
2022-09-27Merge branch 'pks-remove-user-create-tag-structured-errors-ff' into 'master'John Cai
2022-09-27Merge branch 'pks-docs-document-rpc-business-boundary' into 'master'Patrick Steinhardt
2022-09-27Merge branch 'sh-update-golang-1.18.6' into 'master'Patrick Steinhardt
2022-09-27Bump .tool-versions to use Go 1.18.6Stan Hu
2022-09-26Merge branch 'renovate/github.com-google-go-cmp-0.x' into 'master'Toon Claes
2022-09-24make: use 'override' when adding to TEST_OPTIONSwc/makefile-override-appendWill Chandler
2022-09-23Merge branch '4455-feature-flag-roll-out-user_create_branch_structured_errors...Toon Claes
2022-09-23Merge branch 'revert-9498ab94' into 'master'Patrick Steinhardt
2022-09-23Merge branch 'pks-remove-fetch-into-object-pool-prune-refs-ff' into 'master'Patrick Steinhardt
2022-09-23objectpool: Always prune refs on fetches to fix D/F conflictsPatrick Steinhardt
2022-09-23Merge branch 'pks-golangci-lint-errcheck-improvements' into 'master'Patrick Steinhardt
2022-09-23Revert "Merge branch '4452-feature-flag-roll-out-simplify_find_local_branches...karthik nayak
2022-09-23packed_binaries: Check error code when closing packed filePatrick Steinhardt
2022-09-23praefect: Fix missing error checks for factory's `Serve()` functionPatrick Steinhardt
2022-09-23http: Fix missing error checks for `Serve()` functionPatrick Steinhardt
2022-09-23grpc: Fix missing error checks for `Serve()` functionPatrick Steinhardt
2022-09-23sidechannel: Check `Close()` errors returned by the waiterPatrick Steinhardt
2022-09-23backchannel: Propagate errors when closing server channel failsPatrick Steinhardt
2022-09-23linguist: Ignore error in deferred close of zlib writerPatrick Steinhardt
2022-09-23archive: Explicitly ignore error retruned by the tar writerPatrick Steinhardt
2022-09-23safe: Check error code when closing writersPatrick Steinhardt
2022-09-23sidechannel: Check error code when closing Unix socket listenerPatrick Steinhardt
2022-09-23golangci-lint: Stop excluding `Close` and `Serve` from errcheck linterPatrick Steinhardt
2022-09-22Merge branch '4452-feature-flag-roll-out-simplify_find_local_branches_respons...Will Chandler
2022-09-22operations: Structured errors in UserCreateBranch4455-feature-flag-roll-out-user_create_branch_structured_errorsKarthik Nayak
2022-09-22Merge branch 'pks-remove-find-tag-structured-errors-ff' into 'master'karthik nayak
2022-09-22ff: Set SimplifyFindLocalBranchesResponse to trueKarthik Nayak
2022-09-22operations: Always use structured errors in UserCreateTag RPCpks-remove-user-create-tag-structured-errors-ffPatrick Steinhardt
2022-09-22ref: Always use structured errors in FindTag RPCPatrick Steinhardt
2022-09-21Merge branch 'toon-update-delve' into 'master'Will Chandler