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-12-02backup: Set HEAD from bundle filesupdate-head-14-5James Fargher
2021-12-02repository: Implement UpdateHead option for FetchBundleJames Fargher
2021-12-02localrepo: Add GuessHead to guess what HEAD would be given a referenceJames Fargher
2021-12-02git: Convert DefaultRef to a constant ReferenceNameJames Fargher
2021-12-02proto: Add UpdateHead to FetchBundleJames Fargher
2021-12-02git: Move ShowRefDecoder into git packageJames Fargher
2021-12-02backup: Rename RefsDecoder to ShowRefsDecoderJames Fargher
2021-12-01Update VERSION filesv14.5.1GitLab Release Tools Bot
2021-12-01Update changelog for 14.5.1GitLab Release Tools Bot
2021-11-30Merge branch 'sh-14-5-ensure-bytes-remaining-64-bit-aligned' into '14-5-stable'Henri Philipps
2021-11-25catfile: Ensure structs are properly aligned in memory for 32-bit CPUsStan Hu
2021-11-23Merge branch 'pks-praefect-datastore-collector-metrics-endpoint-v14.5' into '...Pavlo Strokov
2021-11-19praefect: Do not collect repository store metrics on startupJohn Cai
2021-11-19Update VERSION filesv14.5.0GitLab Release Tools Bot
2021-11-19Update changelog for 14.5.0GitLab Release Tools Bot
2021-11-18Update VERSION filesv14.5.0-rc42GitLab Release Tools Bot
2021-11-18Merge branch 'jc-query-metrics' into 'master'James Fargher
2021-11-17praefect: add test to ensure database metrics collector registrationJohn Cai
2021-11-17Merge branch 'pks-gitaly-server-factory-logging-race' into 'master'Pavlo Strokov
2021-11-17Merge branch 'sh-demo-add-slow-logs' into 'master'Toon Claes
2021-11-17praefect: Add ability to have separate database metrics endpointJohn Cai
2021-11-17Merge branch 'pks-ruby-drop-dead-code' into 'master'Patrick Steinhardt
2021-11-17Merge branch 'ps-fix-flaky-TestPayloadBytes' into 'master'Patrick Steinhardt
2021-11-17log: Flakiness in TestPayloadBytesPavlo Strokov
2021-11-17gitaly/server: Fix race checking for expected log entriesPatrick Steinhardt
2021-11-17Merge branch 'ashmckenzie/bump-golang-version' into 'master'James Fargher
2021-11-17demo: Activate PostgreSQL slow logsStan Hu
2021-11-16Merge branch 'smh-remove-clone-from-pool' into 'master'Sami Hiltunen
2021-11-16Merge branch 'smh-ordered-health-updates' into 'master'Sami Hiltunen
2021-11-16Merge branch 'pks-objectpool-fix-logging-data-race' into 'master'Pavlo Strokov
2021-11-16objectpool: Fix data race with loggerPatrick Steinhardt
2021-11-16Merge branch 'ps-track-payload-size' into 'master'Toon Claes
2021-11-16Merge branch 'pks-commit-tree-entries' into 'master'Patrick Steinhardt
2021-11-16ruby: Remove unused codePatrick Steinhardt
2021-11-16ruby: Create test data in temporary directoryPatrick Steinhardt
2021-11-16Remove CloneFromPool and CloneFromPoolInternal RPCsSami Hiltunen
2021-11-16Merge branch 'pks-revert-raw-changes-drop-paths' into 'master'Patrick Steinhardt
2021-11-16Revert "repository: Remove deprecated and unused fields from GetRawChanges"Patrick Steinhardt
2021-11-16Merge branch 'ps-fix-link-repository-id-migration' into 'master'Toon Claes
2021-11-16Merge branch 'pks-fsck-ignore-zero-padded-filemode' into 'master'Toon Claes
2021-11-16Bump required golang to 1.16.10Ash McKenzie
2021-11-15Merge branch 'pks-catfile-bufio' into 'master'Patrick Steinhardt
2021-11-15Perform health check updates in an ordered mannerSami Hiltunen
2021-11-15Add a test case for concurrent deadlocking inserts in HealthManagerSami Hiltunen
2021-11-15Move WaitForQueries helper to glsqlSami Hiltunen
2021-11-15Rearrange method call in HealthManager to make them more testableSami Hiltunen
2021-11-15catfile: Use buffered mode in git-cat-file(1)Patrick Steinhardt
2021-11-15catfile: Use buffered writes to queue requestsPatrick Steinhardt
2021-11-15catfile: Flush requests as requiredPatrick Steinhardt
2021-11-15catfile: Implement support for flushingPatrick Steinhardt