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-03-15Removal of the config.Config from blob packagePavlo Strokov
2021-03-11Merge branch 'pks-blob-lfs-catfile-buffering' into 'master'Pavlo Strokov
2021-03-11blob: Enable use of bitmap indices when searching LFS pointersPatrick Steinhardt
2021-03-11blob: Buffer output of git-catfile to speed up reading LFS pointersPatrick Steinhardt
2021-03-11localrepo: Drop `GlobalOption`s from `Exec()` and `ExecAndWait()`Patrick Steinhardt
2021-03-09catfile: Convert ObjectInfo to use typed OIDPatrick Steinhardt
2021-03-04blob: Cancel execution of git-rev-list(1) when hitting LFS pointer limitPatrick Steinhardt
2021-03-04blob: Check exit status of git-cat-file(1) when reading LFS pointersPatrick Steinhardt
2021-03-04blob: Drop rogue optimization when reading LFS pointersPatrick Steinhardt
2021-03-04blob: Add LFS pointer benchmarksPatrick Steinhardt
2021-03-01blob: Port GetNewLFSPointers to GoPatrick Steinhardt
2021-03-01blob: Allow limiting number of returned LFS pointersPatrick Steinhardt
2021-03-01testhelper: Move repository helpers into `gittest`Patrick Steinhardt
2021-03-01testhelper: Move commit helpers into `gittest`Patrick Steinhardt
2021-02-24blob: Port GetLFSPointers to GoPatrick Steinhardt
2021-02-24blob: Port GetAllLFSPointers to GoPatrick Steinhardt
2021-02-24blob: Implement slicing of LFS pointersPatrick Steinhardt
2021-02-24blob: Implement function to find LFS pointersPatrick Steinhardt
2021-02-24blob: Use consistent coding style to verify requestsPatrick Steinhardt
2021-02-24blob: Make config availablePatrick Steinhardt
2021-02-24blob: Avoid duplicated definitions of LFS pointer testdataPatrick Steinhardt
2021-02-23blob: Fix limiting of new LFS pointersPatrick Steinhardt
2021-02-17Make CreateCommitInAlternateObjectDirectory independent from globalPavlo Strokov
2021-02-13Gitaly-ruby server should not depend on the global statePavlo Strokov
2021-02-04Merge branch 'ps-catfile-cmd-factory' into 'master'Pavlo Strokov
2021-02-03Fix usage of the Fatal callPavlo Strokov
2021-02-03Injection of the git.CommandFactory into catfile packagePavlo Strokov
2021-02-03Removal of unused storage.LocatorPavlo Strokov
2021-01-14catfile: Convert interface to accept RevisionsPatrick Steinhardt
2021-01-06testhelper: Accept `testing.TB` when starting the serverPatrick Steinhardt
2020-12-16Break dependency of the catfile on global config.ConfigPavlo Strokov
2020-12-01Merge branch 'tracing-instrument-batch' into 'master'Sami Hiltunen
2020-11-29Removal of command.GitPath()Pavlo Strokov
2020-11-26Extract catfile.Batch interfaceIgor Wiedler
2020-11-26Require the ctx for each Batch command invokationIgor Wiedler
2020-11-20Unbound initialization and validation funcs from global ConfigPavlo Strokov
2020-11-17tests: Don't call log.Fatal in test setupsPatrick Steinhardt
2020-11-17testhelper: Have Configure() return cleanup functionPatrick Steinhardt
2020-11-17tests: Unify test setupPatrick Steinhardt
2020-11-04Resolve dependency on global state in rubyserver.SetHeadersPavlo Strokov
2020-09-17grpc: Remove embedded UnimplementedServiceServer structuresPatrick Steinhardt
2020-09-13Use filepath package to manipulate file pathsMikhail Mazurskiy
2020-09-07gitaly: Move Gitaly-specific code into `internal/gitaly`Patrick Steinhardt