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-01-18golangci: whitelist more common *.Close patternsÆvar Arnfjörð Bjarmason
2021-01-18golangci: whitelist common test patternsÆvar Arnfjörð Bjarmason
2021-01-18Broke dependency of updateref on config.ConfigPavlo Strokov
2021-01-18Merge branch 'pks-revert-go-resolve-conflicts-default' into 'master'Zeger-Jan van de Weg
2021-01-18feature flag: Fix conflict resolution errorZeger-Jan van de Weg
2021-01-18Merge branch 'master' into 'pks-revert-go-resolve-conflicts-default'Zeger-Jan van de Weg
2021-01-18Merge branch 'ps-cleanup-ruby-fetch-remote' into 'master'Pavlo Strokov
2021-01-18Removal of ruby implementation of the FetchRemotePavlo Strokov
2021-01-18Revert "Merge branch 'po-resolve-conflicts-featureflag-removal' into 'master'"Patrick Steinhardt
2021-01-18repository: Fix ReplicateRepository returning before RPCs have finishedPatrick Steinhardt
2021-01-18Merge branch 'ps-upload-pack-env' into 'master'Pavlo Strokov
2021-01-18Reduce dependency of the upload-pack on config.ConfigPavlo Strokov
2021-01-18Merge branch 'pks-remove-ruby-list-conflict-files' into 'master'Patrick Steinhardt
2021-01-18FindCommit[s]: add a "Trailers" boolean flag to do %(trailers) workÆvar Arnfjörð Bjarmason
2021-01-15Merge branch 'cat-disable-ref-hooks-for-fetchremote' into 'master'Paul Okstad
2021-01-14Merge branch 'avar/its-over-three-thousand' into 'master'Toon Claes
2021-01-14Merge branch 'po-resolve-conflicts-featureflag-removal' into 'master'Zeger-Jan van de Weg
2021-01-14Enable Go version of ResolveConflicts by defaultPaul Okstad
2021-01-14Merge branch 'po-remove-ruby-userupdatesubmodule' into 'master'Paul Okstad
2021-01-14Remove feature flag for Go version of UserUpdateSubmodulePaul Okstad
2021-01-14Merge branch 'pks-go-fetch-source-branch-default' into 'master'Toon Claes
2021-01-14Merge branch 'pks-objectpool-stats-normal-refs' into 'master'Toon Claes
2021-01-14Merge branch 'pks-fetch-source-branch-quiet' into 'master'Toon Claes
2021-01-14Merge branch 'pks-cache-locator' into 'master'Toon Claes
2021-01-14Merge remote-tracking branch 'dev/master'GitLab Release Tools Bot
2021-01-14Merge branch 'ps-drop-assignemnts-column' into 'master'Sami Hiltunen
2021-01-14cache: Use locator to resolve storage locationsPatrick Steinhardt
2021-01-14cache: Make locator available to the LeaseKeyerPatrick Steinhardt
2021-01-14cache: Introduce a constructor for the LeaseKeyer structPatrick Steinhardt
2021-01-14cache: Use proper error wrappingPatrick Steinhardt
2021-01-14smarthttp: Get rid of global inforef cachePatrick Steinhardt
2021-01-14featureflag: Enable Go implementation of FetchSourceBranch by defaultPatrick Steinhardt
2021-01-14conflicts: Drop Ruby implementation of ListConflictsFilesPatrick Steinhardt
2021-01-14objectpool: Count normal references when collecting statsPatrick Steinhardt
2021-01-14objectpool: Count dangling references by going over all refsPatrick Steinhardt
2021-01-14objectpool: Fix counting of dangling referencesPatrick Steinhardt
2021-01-14repository: Silence progress meter of FetchSourceBranchPatrick Steinhardt
2021-01-14Merge branch 'pks-git-revs-refs' into 'master'Patrick Steinhardt
2021-01-14git: Drop `GetBranch()` function in favor of Reference helpersPatrick Steinhardt
2021-01-14log: Convert interface to accept RevisionsPatrick Steinhardt
2021-01-14catfile: Convert interface to accept RevisionsPatrick Steinhardt
2021-01-14git: Rename ContainsRefish() and have it accept a RevisionPatrick Steinhardt
2021-01-14git: Rename ResolveRefish() and have it accept a RevisionPatrick Steinhardt
2021-01-14updateref: Convert interface to accept ReferenceNamesPatrick Steinhardt
2021-01-14ref: Convert refsToRemove() to return ReferenceNamesPatrick Steinhardt
2021-01-14internalrefs: Convert lookup table to return ReferenceNamesPatrick Steinhardt
2021-01-14git: Convert UpdateRef() to accept a ReferenceNamePatrick Steinhardt
2021-01-14git: Convert GetReference() to accept a ReferenceNamePatrick Steinhardt
2021-01-14git: Convert Reference.Name field to the ReferenceName typePatrick Steinhardt
2021-01-14git: Introduce new Revision and ReferenceName typesPatrick Steinhardt