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-08-26Merge branch '4227-convert-usercreatebranch-to-use-structured-errors' into 'm...Sami Hiltunen
2022-08-26Merge branch 'ps-flaky-server-factory' into 'master'Justin Tobler
2022-08-25Merge branch 'ps-remove-drift_threshold_millis' into 'master'Toon Claes
2022-08-25branches: Use 'UserCreateBranchError' behind a flag4227-convert-usercreatebranch-to-use-structured-errorsKarthik Nayak
2022-08-25featureflag: Add new flag 'user_create_branch_structured_errors'Karthik Nayak
2022-08-24proto: Remove deprecated drift_threshold_millisps-remove-drift_threshold_millisPavlo Strokov
2022-08-23Merge branch 'master' into 'master'Will Chandler
2022-08-23feat(gitaly-git2go): sign commits with OpenPGP keySavely Krasovsky
2022-08-22license: Return additional info from FindLicense RPCPavlo Strokov
2022-08-22server factory: Wait for termination of all goroutinesps-flaky-server-factoryPavlo Strokov
2022-08-22server factory: Don't call Close for listenersPavlo Strokov
2022-08-22server factory: Terminate all serversPavlo Strokov
2022-08-22server factory: Drop unneeded limit middlewarePavlo Strokov
2022-08-22cgroups: Call GetGitalyProcessTempDir()John Cai
2022-08-22cgroups: Add PruneOldCgroups helperJohn Cai
2022-08-22cgroups: Inject pid into cgroup manangerJohn Cai
2022-08-22config: Do not early exit when pruning gitaly process dirJohn Cai
2022-08-22config: Generisize functions that create and prune temp directoriesJohn Cai
2022-08-22Merge branch 'qmnguyen0711/4440-repository-searchfilesbyname-doesn-t-work-wel...Pavlo Strokov
2022-08-22Fix Repository SearchFilesByName not handle non-ASCII file names wellQuang-Minh Nguyen
2022-08-21client: Fix linter issues4341-remove-dependency-on-gitlab-shellKarthik Nayak
2022-08-21gitlab: Use the newly created 'client' packageKarthik Nayak
2022-08-21gitlab: Copy client code from 'gitlab-shell'Karthik Nayak
2022-08-20go: Update module github.com/pelletier/go-toml to v2Toon Claes
2022-08-20Extract Duration into its own packageJames Fargher
2022-08-18Revert "config: Set autocrlf to false"Justin Tobler
2022-08-18Remove custom duration typeSami Hiltunen
2022-08-17Merge branch 'pks-makefile-refactor-git-target' into 'master'Pavlo Strokov
2022-08-16Merge branch 'jt-update-autocrlf-config' into 'master'John Cai
2022-08-16repository: Use git-cat-file to calculate repository sizeJohn Cai
2022-08-16config: Set autocrlf to falseJustin Tobler
2022-08-16Merge branch 'pks-gitpipe-sha256' into 'master'Toon Claes
2022-08-12Merge branch 'smh-default-enable-replica-path' into 'master'Toon Claes
2022-08-12Merge branch 'jt-update-git-fsck-config' into 'master'Toon Claes
2022-08-12fsck: Test ignore rules configurationjt-update-git-fsck-configJustin Tobler
2022-08-12fsck: Update fsck ignore rules configurationJustin Tobler
2022-08-11Merge branch '17801_use_semantic_sort_for_tags' into 'master'John Cai
2022-08-11gitpipe: Support SHA256 object hashpks-gitpipe-sha256Patrick Steinhardt
2022-08-11gitpipe: Parallelize testsPatrick Steinhardt
2022-08-11gitpipe: Refactor Pipeline tests to not use seeded reposPatrick Steinhardt
2022-08-11gitpipe: Refactor ForEachRef tests to not use seeded reposPatrick Steinhardt
2022-08-11gitpipe: Refactor Revision tests to not use seeded reposPatrick Steinhardt
2022-08-11gitpipe: Refactor LsTree tests to not use seeded reposPatrick Steinhardt
2022-08-11gitpipe: Refactor DiffTree tests to not use seeded reposPatrick Steinhardt
2022-08-11gitpipe: Refactor CatfileObject tests to not use seeded reposPatrick Steinhardt
2022-08-11gitpipe: Refactor CatfileInfo tests to not use seeded reposPatrick Steinhardt
2022-08-11Use semantic sort for tagsVasilii Iakliushin
2022-08-11golangci-lint: Enforce consistent naming of `testing.TB` variablesPatrick Steinhardt
2022-08-11golangci-lint: Enforce that `testing.T` must be first parameterPatrick Steinhardt
2022-08-11golangci-lint: Allow `testing.T` as first parameterPatrick Steinhardt