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-10-20gitpipe: Drop the `RevisionTransform()` pipeline stepPatrick Steinhardt
2021-10-20ref: Refactor FindAllTags to skip `CatfileInfo()` pipeline stepPatrick Steinhardt
2021-10-20ref: Avoid useless `CatfileInfo()` pipeline stepPatrick Steinhardt
2021-10-20commit: Avoid useless `CatfileInfo()` pipeline stepPatrick Steinhardt
2021-10-20blob: Avoid useless `CatfileInfo()` pipeline stepPatrick Steinhardt
2021-10-20blob: Skip CatfileInfo pipeline step in ListBlobs and ListAllBlobsPatrick Steinhardt
2021-10-20gitpipe: Allow using iterators interchangeably as inputPatrick Steinhardt
2021-10-20gitpipe: Allow specifying revisions in `ForEachRef()` stepPatrick Steinhardt
2021-10-20gitpipe: Convert `RevisionFilter()` into an optionPatrick Steinhardt
2021-10-20gitpipe: Convert `CatfileInfoFilter()` into an optionPatrick Steinhardt
2021-10-19Merge branch 'pks-catfile-close-on-evict' into 'master'Pavlo Strokov
2021-10-19Merge branch 'extract_checksum_alg' into 'master'Toon Claes
2021-10-18Merge branch 'pks-git-v2.33.1' into 'master'Toon Claes
2021-10-18Merge branch 'backup_incremental' into 'master'Toon Claes
2021-10-18Merge branch 'xx/fix-create-file-with-path-already-exists' into 'master'John Cai
2021-10-18catfile: Fix cache eviction potentially hangingPatrick Steinhardt
2021-10-18catfile: Rename `stack` to `processes`Patrick Steinhardt
2021-10-18Merge branch 'pks-praefect-formatting-issue' into 'master'Pavlo Strokov
2021-10-18Merge branch 'pks-catfile-drop-batch' into 'master'Toon Claes
2021-10-18Merge branch 'smh-assignment-repo-id' into 'master'Toon Claes
2021-10-18praefect: Fix formatting issuePatrick Steinhardt
2021-10-18backup: Extract an empty bundle error sentinelJames Fargher
2021-10-18backup: Allow creating an incremental backup from the create commandJames Fargher
2021-10-18backup: Create incremental backupsJames Fargher
2021-10-16Fix flaky test TestReconcilerSami Hiltunen
2021-10-16Support multiple outcomes in reconciliation testsSami Hiltunen
2021-10-15Return the virtual storage parameter to GetPrimarySami Hiltunen
2021-10-15Get host assignment by repository IDSami Hiltunen
2021-10-15Revert "Get host assignment by repository ID"Sami Hiltunen
2021-10-14Merge branch 'smh-cluster-id-router' into 'master'Toon Claes
2021-10-14Merge branch 'smh-cluster-id-reconciler' into 'master'James Fargher
2021-10-14Get consistent storages by repository id in PerRepositoryRouterSami Hiltunen
2021-10-14Add a method for getting consistent storages by repository IDSami Hiltunen
2021-10-14Join records via repository id in GetConsistentStoragesSami Hiltunen
2021-10-14Don't unnecessarily compute latest generationSami Hiltunen
2021-10-14Get host assignment by repository IDSami Hiltunen
2021-10-14Update GetHostAssignments tests to setup repository IDsSami Hiltunen
2021-10-14Remove unused type StaticStorageAssignmentsSami Hiltunen
2021-10-14Get primary by the repository's IDSami Hiltunen
2021-10-14Use PerRepositoryRouter and Postgres in RepositoryReplicas testsSami Hiltunen
2021-10-14Support injecting router in to runPraefectServer test helperSami Hiltunen
2021-10-14Merge branch 'pks-testserver-internal-server-healthiness' into 'master'Christian Couder
2021-10-14catfile: Drop inefficient Batch interfacePatrick Steinhardt
2021-10-14repository: Trivial conversions to use ObjectInfoReadersPatrick Steinhardt
2021-10-14repository: Use object reader to read gitattributes filePatrick Steinhardt
2021-10-14cleanup: Convert notifier to accept object info readerPatrick Steinhardt
2021-10-14commit: Convert retrieval of commit signatures to use object readerPatrick Steinhardt
2021-10-14commit: Convert tree entry helpers to accept catfile readersPatrick Steinhardt
2021-10-14gitpipe: Convert interfaces to accept object or object info readersPatrick Steinhardt
2021-10-14catfile: Convert commit interface to accept an ObjectReaderPatrick Steinhardt