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
path: root/cmd
AgeCommit message (Expand)Author
2021-09-30Merge branch 'ps-crowler' into 'master'Pavlo Strokov
2021-09-30repoclean: Run background task to log unknown repositoriesPavlo Strokov
2021-09-29Merge branch 'smh-test-with-per-repo' into 'master'Toon Claes
2021-09-29Merge branch 'jc-fix-gitaly-logs' into 'master'James Fargher
2021-09-27Ensure log entries have time formatted as UTCJohn Cai
2021-09-24Wait for the first health check prior to serving in PraefectSami Hiltunen
2021-09-23Merge branch 'pks-operations-drop-git2go-merge-gob-ff' into 'master'James Fargher
2021-09-21operations: Always return structured errors from Git2Go mergesPatrick Steinhardt
2021-09-21gitaly-git2go: Remove "set-config" subcommandPatrick Steinhardt
2021-09-20Merge branch 'pks-go-drop-1.15-support' into 'master'Toon Claes
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.Discard`Patrick Steinhardt
2021-09-20helper: Move metatada-helpers into the metadata packagePatrick Steinhardt
2021-09-14Merge branch 'ps-repo-removal-cli' into 'master'Pavlo Strokov
2021-09-14remove-repository: A new sub-command for the praefect to remove repositoryPavlo Strokov
2021-09-13config: Extend error from loadConfig() with contextPavlo Strokov
2021-09-08Merge branch 'pks-updateref-lock-during-tx' into 'master'Toon Claes
2021-09-06updateref: Rename `Wait()` to `Commit()`Patrick Steinhardt
2021-09-02hook: Fix allowed errors not propagating correctly anymorePatrick Steinhardt
2021-09-01Merge branch 'pks-go-1.17-build-tags' into 'master'Pavlo Strokov
2021-09-01Merge branch 'smh-cluster-repository-id' into 'master'Patrick Steinhardt
2021-09-01global: Support Go-1.17-style build tagsPatrick Steinhardt
2021-08-31Merge branch 'restore_concurrency' into 'master'Sami Hiltunen
2021-08-31Link records with repository ID in CreateRepositorySami Hiltunen
2021-08-31Reserve repository ids when routing repository creationsSami Hiltunen
2021-08-31Rename ParallelCreatePipeline to ParallelPipelineJames Fargher
2021-08-31Restore backups concurrentlyJames Fargher
2021-08-31Refactor backup pipeline to use commandsJames Fargher
2021-08-31global: Reformat sources with gofumptPatrick Steinhardt
2021-08-30gitlab: Generalize GitLab mock clientPatrick Steinhardt
2021-08-30hook: Fix prereceive returning AllowedError for generic errorsPatrick Steinhardt
2021-08-30gitaly-git2go: Return structured conflict error on merge conflictPatrick Steinhardt
2021-08-30git2go: Support driving merge command via gobPatrick Steinhardt
2021-08-30gitaly-git2go: Support gob in the merge subcommandPatrick Steinhardt
2021-08-30gitaly-git2go: Fix merge response always going to stdoutPatrick Steinhardt
2021-08-30gitaly-git2go: Split merge code into runner and actual logicPatrick Steinhardt
2021-08-30Allow selecting locator strategy from commandlineJames Fargher
2021-08-26FindLicense: Implement license finding in GoKirill
2021-08-25Merge branch 'pks-golangci-1.42.0' into 'master'Pavlo Strokov
2021-08-24Add PackObjectsHookWithSidechannel support to gitaly-hooksJacob Vosmaer
2021-08-20praefect: Fix misuse of `signal.Notify()` with unbuffered channelPatrick Steinhardt
2021-08-20Merge branch 'smh-dont-replicate-accept-dataloss' into 'master'Pavlo Strokov
2021-08-19Do not inject replication queue into InfoServiceSami Hiltunen
2021-08-19Merge branch 'ps-parallel-sql-dependent-tests' into 'master'Sami Hiltunen
2021-08-19test: Parallel tests dependent on the PostgreSQL databasePavlo Strokov
2021-08-19test: Rename GetDB to NewDBPavlo Strokov
2021-08-19test: Remove redundant wrapper around glsql.GetDBPavlo Strokov