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
2021-07-29Replace bespoke fetch implementations with FetchInternalObjectextract_fetch_internal_objectJames Fargher
2021-07-29Extract FetchInternalObjectJames Fargher
2021-07-29Merge branch 'pks-repository-default-enable-direct-fetches' into 'master'James Fargher
2021-07-29Merge branch '3715-ruby3-build' into 'master'James Fargher
2021-07-28Add Ruby 3 based test jobMatthias Kaeppler
2021-07-28Merge branch 'ps-deprecated-import' into 'master'Sami Hiltunen
2021-07-28Merge branch 'pks-repository-default-enable-tx-create-from-bundle' into 'master'Patrick Steinhardt
2021-07-28Merge branch 'pks-helper-formatting-grpc-error-codes' into 'master'Christian Couder
2021-07-28Merge branch 'pks-set-full-path-fix' into 'master'Pavlo Strokov
2021-07-28repository: Remove feature flag for atomic repo creation from bundlesPatrick Steinhardt
2021-07-28repository: Remove feature flag for direct fetchespks-repository-default-enable-direct-fetchesPatrick Steinhardt
2021-07-28helper: Fix name of `ErrPreconditionFailed{,f}()`Patrick Steinhardt
2021-07-28helper: Make `DecorateError()` privatePatrick Steinhardt
2021-07-28global: Replace users of DecorateErrorPatrick Steinhardt
2021-07-28helper: Add helpers for missing gRPC error codesPatrick Steinhardt
2021-07-28helper: Retain error codes on formatting error helpersPatrick Steinhardt
2021-07-28helper: Drop test of internal unused functionPatrick Steinhardt
2021-07-28helper: Strengthen test condition for formatting errorsPatrick Steinhardt
2021-07-28helper: Group error functions by formatting/non-formattingPatrick Steinhardt
2021-07-28helper: Remove needless condition in `DecorateError()`Patrick Steinhardt
2021-07-28git: Remove unused `config.Add()` functionPatrick Steinhardt
2021-07-28Update changelog for 14.1.1GitLab Release Tools Bot
2021-07-28repository: Fix SetFullPath writing multiple entriesPatrick Steinhardt
2021-07-28git: Implement new `config.Set()` functionPatrick Steinhardt
2021-07-27Update VERSION filesv14.2.0-rc2GitLab Release Tools Bot
2021-07-27Merge branch 'pks-set-full-path' into 'master'Sami Hiltunen
2021-07-27Merge branch 'pks-list-all-blobs' into 'master'Sami Hiltunen
2021-07-27lint: Fix deprecated import github.com/golang/protobuf/jsonpbPavlo Strokov
2021-07-26repository: Implement new `SetFullPath()` RPCPatrick Steinhardt
2021-07-26blob: Implement new ListAllBlobs RPCPatrick Steinhardt
2021-07-26blob: Split out function to process blobsPatrick Steinhardt
2021-07-26proto: Add new ListAllBlobs RPCPatrick Steinhardt
2021-07-26repository: Allow voting on missing configPatrick Steinhardt
2021-07-26Merge branch 'smh-fix-update-remote-mirror-bugs' into 'master'James Fargher
2021-07-26Merge branch 'ps-backup-supports-cloud-sink' into 'master'James Fargher
2021-07-23Merge branch 'pks-tag-fixes' into 'master'Sami Hiltunen
2021-07-23Merge branch 'tracing-catfile-batch' into 'master'Patrick Steinhardt
2021-07-23Ignore symbolic refs in UpdateRemoteMirrorSami Hiltunen
2021-07-23localrepo: differentiate symbolic refs in GetRemoteReferencesSami Hiltunen
2021-07-23Fix UpdateRemoteMirror force pushing over diverged refs due to a raceSami Hiltunen
2021-07-23localrepo: do not force push by defaultSami Hiltunen
2021-07-23Fix mirroring empty repository in UpdateRemoteMirrorSami Hiltunen
2021-07-23Fix mirroring branch and tag of same name in UpdateRemoteMirrorSami Hiltunen
2021-07-23Fix mirroring branch called 'tag' in UpdateRemoteMirrorSami Hiltunen
2021-07-23Refactor instrumentedBatch to use a shared startSpan funcIgor Wiedler
2021-07-23Merge branch 'ps-cleanup' into 'master'Pavlo Strokov
2021-07-23Merge branch 'wc-mirror-hardcode-branch' into 'master'James Fargher
2021-07-22remote: Remove hardcoded branch name from errorWill Chandler
2021-07-22Update VERSION filesv14.2.0-rc1GitLab Release Tools Bot
2021-07-22Merge branch 'pks-ff-create-repository-from-bundle-atomic-fetch-default' into...Zeger-Jan van de Weg