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-01-27Automatically clean up testhelper.ContextSami Hiltunen
2022-01-24services: Drop dependency on the Gitaly configurationPatrick Steinhardt
2022-01-24services: Inject hooks updaterPatrick Steinhardt
2022-01-24localrepo: Remove unused Gitaly configuration dependencyPatrick Steinhardt
2022-01-24updateref: Inject locator when constructing hooks updaterPatrick Steinhardt
2022-01-21updateref: Add additional error information when updating ref failsPatrick Steinhardt
2022-01-14git: Move hook directory override into the command factoryPatrick Steinhardt
2022-01-14git: Move Git version detection into command factoryPatrick Steinhardt
2022-01-11updateref: Drop unused Gitaly configurationPatrick Steinhardt
2022-01-11git: Use command option dependencies provided by Git command factoryPatrick Steinhardt
2022-01-11gittest: Provide helper function to create command factoriesPatrick Steinhardt
2021-12-20updateref: Convert to set hooks path via configPatrick Steinhardt
2021-12-20hooks: Move generation of hooks path into Gitaly configPatrick Steinhardt
2021-12-06testhelper: Absorb helpers from the testassert packagePatrick Steinhardt
2021-11-25hook: Fix custom hook errors not propagating correctlyPatrick Steinhardt
2021-10-07testhelper: Unify setup of test suitesPatrick Steinhardt
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-22updateref: Always assert state transitions if Git supports flushingPatrick Steinhardt
2021-09-21updateref: Fix test flakiness when writing to updater failsPatrick Steinhardt
2021-09-20global: Replace deprecated usage of `ioutil.ReadAll()`Patrick Steinhardt
2021-09-14updateref: Fix indeterminate state when locking refsPatrick Steinhardt
2021-09-14updateref: Return typed error in case preparing ref update failsPatrick Steinhardt
2021-09-06updateref: Lock refs before voting on updatesPatrick Steinhardt
2021-09-06updateref: Fix quarantine directory being migrated too latePatrick Steinhardt
2021-09-06updateref: Unify update of the transactional statePatrick Steinhardt
2021-09-06updateref: Implement ref creation and deletion via `Update()`Patrick Steinhardt
2021-09-06updateref: Introduce new `Cancel()` functionPatrick Steinhardt
2021-09-06updateref: Rename `Wait()` to `Commit()`Patrick Steinhardt
2021-08-30updateref: Generalize `PreReceiveError` according to its usagePatrick Steinhardt
2021-07-22Merge branch 'jv-pack-objects-cache-dependency' into 'master'Ævar Arnfjörð Bjarmason
2021-07-16Use service.Dependencies to inject pack-objects cacheJacob Vosmaer
2021-07-16updateref: Allow updating references with quarantine directoryPatrick Steinhardt
2021-06-30Move mocked Manager into hook packageStan Hu
2021-06-29Rename UpdateReferenceWithHooks -> UpdateReferenceStan Hu
2021-06-28Refactor update reference with hooks codeStan Hu
2021-05-27Create module v14 gitaly versionPavlo Strokov
2021-05-11updateref: Convert to use git.RepositoryExecutor interfacePatrick Steinhardt
2021-05-05localrepo: Provide test helper to construct reposPatrick Steinhardt
2021-04-09updateref: Provide function to send "prepare" commandPatrick Steinhardt
2021-04-09updateref: Verify sending commands succeedsPatrick Steinhardt
2021-03-15replace testhelper.Deferrer with t.CleanupSami Hiltunen
2021-03-11git: Drop `GlobalOption`s from `New()`Patrick Steinhardt
2021-03-05Replacement of the testcfg.NewGitalyCfgBuilder with shortcutPavlo Strokov
2021-03-02Removal of the config.Config from git package and sub-packagesPavlo Strokov
2021-03-01testhelper: Move repository helpers into `gittest`Patrick Steinhardt
2021-02-18updateref: Capture stderr to silence logs on failing updatePatrick Steinhardt
2021-02-12DI git.CommandFactory into localrepo.RepoPavlo Strokov
2021-02-11helper: Remove `ProtoRepoFromRepo()`Patrick Steinhardt
2021-02-11tests: Convert code to use `localrepo.ReadCommit()`Patrick Steinhardt