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-09-23updateref: Fix test flakiness depending on when git-update-ref(1) exitsPatrick Steinhardt
2021-09-23Merge branch 'pks-updateref-always-assert-locking' into 'master'Sami Hiltunen
2021-09-23Merge branch 'fetch_bundle_rpc' into 'master'Patrick Steinhardt
2021-09-23Merge branch 'qmnguyen0711/1278-add-half-close-capability-to-gitaly-sidechann...Patrick Steinhardt
2021-09-23Add option to explicitly disable transactions for fetchJames Fargher
2021-09-22Merge branch 'pks-updateref-print-stderr-when-write-fails' into 'master'Pavlo Strokov
2021-09-22Add half-close capability to Gitaly sidechannelQuang-Minh Nguyen
2021-09-22Merge branch 'pks-ff-drop-tx-file-locking' into 'master'Patrick Steinhardt
2021-09-22updateref: Always assert state transitions if Git supports flushingPatrick Steinhardt
2021-09-22localrepo: Drop unused `Config.Set()` functionPatrick Steinhardt
2021-09-21Use io.CopyN instead of ioutil.CopyNStan Hu
2021-09-21Revert catfile cache refactorStan Hu
2021-09-21updateref: Fix test flakiness when writing to updater failsPatrick Steinhardt
2021-09-20Merge branch 'pks-go-drop-1.15-support' into 'master'Toon Claes
2021-09-20Merge branch 'pks-praefect-feature-flags' into 'master'Sami Hiltunen
2021-09-20golangci: Disallow usage of "io/ioutil" packagePatrick Steinhardt
2021-09-20global: Replace trivial cases of deprecated `ioutil.ReadDir()`Patrick Steinhardt
2021-09-20global: Replace deprecated usage of `ioutil.WriteFile()`Patrick Steinhardt
2021-09-20global: Replace deprecated usage of `ioutil.TempFile()`Patrick Steinhardt
2021-09-20global: Replace deprecated usage of `ioutil.TempDir()`Patrick Steinhardt
2021-09-20global: Replace deprecated usage of `ioutil.ReadFile()`Patrick Steinhardt
2021-09-20global: Replace deprecated usage of `ioutil.ReadAll()`Patrick Steinhardt
2021-09-20global: Replace deprecated usage of `ioutil.Discard`Patrick Steinhardt
2021-09-20Merge branch 'extract_default_branch_2' into 'master'Toon Claes
2021-09-20helper: Move server metadata into storage packagePatrick Steinhardt
2021-09-20helper: Move metatada-helpers into the metadata packagePatrick Steinhardt
2021-09-20Merge branch 'pks-tx-extended-file-locking' into 'master'Pavlo Strokov
2021-09-20Merge branch 'fix_restore_into_non_existent' into 'master'Toon Claes
2021-09-20Add comment about unusual implementation of default branchJames Fargher
2021-09-20Change signature of GetDefaultBranch to only return a reference nameJames Fargher
2021-09-20Implement GetDefaultBranch in localrepoJames Fargher
2021-09-17Merge branch 'pks-catfile-refactorings' into 'master'Toon Claes
2021-09-17objectpool: Convert `Link()` to write alternates transactionallyPatrick Steinhardt
2021-09-17housekeeping: Convert `Perform()` to write config transactionallyPatrick Steinhardt
2021-09-17localrepo: Provide function to remove config entries with transactionsPatrick Steinhardt
2021-09-17localrepo: Provide function to change config entries with transactionsPatrick Steinhardt
2021-09-17objectpool: Make transaction manager availablePatrick Steinhardt
2021-09-17Allow restoring into a non-existent repo on praefectJames Fargher
2021-09-15Merge branch 'pks-updateref-fix-locking-race' into 'master'James Fargher
2021-09-14Merge branch 'ps-commit-graph-on-optimize' into 'master'Pavlo Strokov
2021-09-14commit-graph: Fix bug in IsMissingBloomFilters functionPavlo Strokov
2021-09-14catifle: Move around codePatrick Steinhardt
2021-09-14catfile: Drop unused returned context from `newBatch()`Patrick Steinhardt
2021-09-14catfile: Explicitly close processesPatrick Steinhardt
2021-09-14catfile: Get rid of the separate instrumented batch implementationPatrick Steinhardt
2021-09-14catfile: Fix non-cacheable batch processes becoming decorrelatedPatrick Steinhardt
2021-09-14catfile: Disentangle process creation from the cachePatrick Steinhardt
2021-09-14catfile: Refactor process creation for easier readabilityPatrick Steinhardt
2021-09-14catfile: Get rid of spawn error injectionPatrick Steinhardt
2021-09-14catfile: Extend tests for creating BatchProcesses via the cachePatrick Steinhardt