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-05-19Vote when reference transaction has been committedSami Hiltunen
2021-05-19coordinator: Conditionally enable transactional config RPCsPatrick Steinhardt
2021-05-19repository: Enable transactional voting on the gitconfigPatrick Steinhardt
2021-05-19repository: Add testserver options to `setupRepositoryServiceWithRuby()`Patrick Steinhardt
2021-05-19repository: Replicate gitconfigPatrick Steinhardt
2021-05-19repository: Split out logic to write repo filesPatrick Steinhardt
2021-05-19repository: Drop rename of attributes pathPatrick Steinhardt
2021-05-19repository: Implement new `GetConfig()` RPCPatrick Steinhardt
2021-05-19gittest: Add missing `t.Helper()` call in `Exec()`Patrick Steinhardt
2021-05-19Merge branch 'ps-fix-test-houskeep-before-gc' into 'master'Patrick Steinhardt
2021-05-19Fix failing TestGarbageCollectDeletesFileLocks testPavlo Strokov
2021-05-19Merge branch 'pks-lfs-pointers-latency' into 'master'Pavlo Strokov
2021-05-19Merge branch 'pks-testserver-server-factory' into 'master'Pavlo Strokov
2021-05-19Merge branch 'wc-no-housekeeping-cleanup' into 'master'Pavlo Strokov
2021-05-19Merge branch 'sluongngoc/use-split-commit-graph' into 'master'Pavlo Strokov
2021-05-19Use split commit graphSon Luong Ngoc
2021-05-19testserver: Use server factory to construct serverPatrick Steinhardt
2021-05-19server: Inject logger into server factoryPatrick Steinhardt
2021-05-19Merge branch 'ps-rm-config-global' into 'master'Patrick Steinhardt
2021-05-19Extract backup/restore pipeline from gitaly-backupJames Fargher
2021-05-19Extract request types for creating and storing backupsJames Fargher
2021-05-19Rename BackupRepository/RestoreRepository to Create/RestoreJames Fargher
2021-05-19Mark nodes as failed if the proxy fails opening streamsSami Hiltunen
2021-05-19Rename file with package external testsSami Hiltunen
2021-05-18Consider primary modified only if a subtransaction was committedSami Hiltunen
2021-05-18Test that primary failing an RPC leads to replicationSami Hiltunen
2021-05-18Align test name with its expectationsSami Hiltunen
2021-05-18Support multiple subtransactions in transaction testsSami Hiltunen
2021-05-18Remove unneeded shouldSucceed fields in testsSami Hiltunen
2021-05-18Implement DidCommitAnySubtransaction on TransactionSami Hiltunen
2021-05-18Remove config.Config global variablePavlo Strokov
2021-05-18changelogs: Add changelog entryWill Chandler
2021-05-18repository: Run housekeeping before executing gcWill Chandler
2021-05-18repository: Remove housekeeping from Cleanup RPCWill Chandler
2021-05-18Merge branch 'ps-fix-lint-macos' into 'master'Toon Claes
2021-05-18Merge branch 'fix-config-toml-example' into 'master'Patrick Steinhardt
2021-05-18config: update a bin_dir of config.toml.exampleKamil Trzciński
2021-05-18Merge branch 'ps-mv-git-user' into 'master'Zeger-Jan van de Weg
2021-05-18Merge branch 'xx/fix-improperly-designed-testcase-for-command' into 'master'Sami Hiltunen
2021-05-18Merge branch 'sh-fix-seg-fault-gitaly' into 'master'James Fargher
2021-05-18Fix Gitaly seg fault when creating new projectsStan Hu
2021-05-17Merge branch 'ps-rm-GrpcErrorHasMessage' into 'master'James Fargher
2021-05-17Merge branch 'jf_backup_permissions' into 'master'Toon Claes
2021-05-17Merge branch 'ps-rm-clone-repo-worktree' into 'master'Toon Claes
2021-05-17Remove testhelper.CloneRepoWithWorktreePavlo Strokov
2021-05-17Merge branch 'ps-clone-repo-at-storage' into 'master'Toon Claes
2021-05-17Merge branch 'smh-accessor-fsck' into 'master'Pavlo Strokov
2021-05-17Break dependency of the CloneRepoAtStorage on the global config.ConfigPavlo Strokov
2021-05-17Merge branch 'pks-global-disk-cache' into 'master'Pavlo Strokov
2021-05-17Mark Repository service's Fsck as an accssorSami Hiltunen