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
2020-12-11account for lazy election when calculating read-only repo countsmh-lazy-electionSami Hiltunen
2020-12-10combine different read-only metric queriesSami Hiltunen
2020-12-10elect repository specific primary lazilySami Hiltunen
2020-12-10Merge branch 'pks-object-pool-housekeeping' into 'master'Patrick Steinhardt
2020-12-10Merge branch 'po-fork-repo-recover' into 'master'Sami Hiltunen
2020-12-10CreateFork recovers when encountering existing empty directory targetPaul Okstad
2020-12-10Merge branch 'ps-fix-usage-mock-repository-store' into 'master'Sami Hiltunen
2020-12-10Fix usage of MockRepositoryStore in a test setupPavlo Strokov
2020-12-10Merge branch 'pks-hooks-payload-transactions' into 'master'Patrick Steinhardt
2020-12-10transaction: Unify logic to extract optional transaction metadataPatrick Steinhardt
2020-12-10hooks: Convert Ruby to inject transaction info via payloadPatrick Steinhardt
2020-12-10hooks: Start injecting transactions via HooksPayloadPatrick Steinhardt
2020-12-10hooks: Start using hooks payload for transactionsPatrick Steinhardt
2020-12-10hooks: Add transaction information to HooksPayloadPatrick Steinhardt
2020-12-10hooks: Make `HooksPayloadFromEnv()` more extendablePatrick Steinhardt
2020-12-10hooks: Disallow configuring hooks multiple timesPatrick Steinhardt
2020-12-10hooks: Use common code path to configure hook setupPatrick Steinhardt
2020-12-10hooks: Split up implementation of options and payloadPatrick Steinhardt
2020-12-10hooks: Fix incomplete test setupsPatrick Steinhardt
2020-12-10gitaly-hooks: Use common function to compute hook environmentsPatrick Steinhardt
2020-12-09Merge branch 'sh-update-github-linguist' into 'master'Toon Claes
2020-12-09Merge branch 'avar/port-user-tag-create-to-go-prep' into 'master'Toon Claes
2020-12-09Merge branch 'avar/doc-plumbing' into 'master'Ævar Arnfjörð Bjarmason
2020-12-09docs: clarify "plumbing" v.s. "porcelain" in git(1) usageÆvar Arnfjörð Bjarmason
2020-12-09doc: re-flow server-side git usage paragraph & add sectionsÆvar Arnfjörð Bjarmason
2020-12-09Merge branch 'cgroups-impl' into 'master'Patrick Steinhardt
2020-12-09Merge branch 'sh-fix-3way-squash-test-macs' into 'master'Sami Hiltunen
2020-12-09Add initial implementation of spawning git inside cgroupsAhmad Sherif
2020-12-09objectpool: Perform housekeepingPatrick Steinhardt
2020-12-09housekeeping: Prune empty referencesPatrick Steinhardt
2020-12-09housekeeping: Don't try to fix permissions when removing filesPatrick Steinhardt
2020-12-09housekeeping: Stop deleting temporary dirsPatrick Steinhardt
2020-12-09housekeeping: Do not delete temporary files outside of ODBPatrick Steinhardt
2020-12-09housekeeping: Extract function to search temporary objectsPatrick Steinhardt
2020-12-09housekeeping: Rearrange code to improve readabilityPatrick Steinhardt
2020-12-09housekeeping: Modernize test stylePatrick Steinhardt
2020-12-09git: Move housekeeping into git packagePatrick Steinhardt
2020-12-09Merge branch 'ps-deprecate-get-storage-path' into 'master'Christian Couder
2020-12-09Deprecate helper.GetStorageByNamePavlo Strokov
2020-12-09Update github-linguist to v7.12.1Stan Hu
2020-12-09Fix 3-way merge test failing on macOSStan Hu
2020-12-08UserCreateTag tests: test nested annotated tagsÆvar Arnfjörð Bjarmason
2020-12-08UserCreateTag: fix internal error in tree/blob tag creationÆvar Arnfjörð Bjarmason
2020-12-08UserCreateTag tests: test for tags to trees & blobsÆvar Arnfjörð Bjarmason
2020-12-08UserCreateTag tests: amend test description for future changeÆvar Arnfjörð Bjarmason
2020-12-08UserCreateTag tests: test creation of "refs/tags/NAME" tagsÆvar Arnfjörð Bjarmason
2020-12-08UserCreateTag tests: test full response & error in validationÆvar Arnfjörð Bjarmason
2020-12-08UserCreateTag tests: add a test for empty starting pointÆvar Arnfjörð Bjarmason
2020-12-08Merge branch 'ps-pool-of-healthy-conns' into 'master'James Fargher
2020-12-07Merge remote-tracking branch 'dev/master'GitLab Release Tools Bot