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-08-12testhelper: Rename `ConfigureGitalySSHBin()`Patrick Steinhardt
2021-08-12testhelper: Rename `ConfigureGitalyHooksBin()`Patrick Steinhardt
2021-08-12testhelper: Rename `ConfigureGitalyLfsSmudge()`Patrick Steinhardt
2021-08-12testhelper: Rename `ConfigureGitalyGit2GoBin()`Patrick Steinhardt
2021-08-09Merge branch 'fix_patterns_create_bundle_from_ref_list' into 'master'Sami Hiltunen
2021-08-09lint: Handle error returned by os.RemovePavlo Strokov
2021-08-09lint: Handle error returned by os.RemoveAllPavlo Strokov
2021-08-09lint: Handle error returned by io.CopyPavlo Strokov
2021-08-09Accept array of patterns in CreateBundleFromRefListJames Fargher
2021-08-05gittest: Rename `CloneRepoAtStorage()` to `CloneRepo()`Patrick Steinhardt
2021-08-05gittest: Drop cleanup function from `CloneRepoAtStorage()`Patrick Steinhardt
2021-08-05gittest: Merge cloning repos with and without worktreesPatrick Steinhardt
2021-08-05gittest: Make relative path of `CloneRepoAtStorage` optionalPatrick Steinhardt
2021-08-05repository: Prepare FetchRemote tests for nested repository pathsPatrick Steinhardt
2021-08-05gittest: Merge initialization of repos into a single functionPatrick Steinhardt
2021-08-02Merge branch 'toon-remove-rebase-in-progress' into 'master'Pavlo Strokov
2021-08-02localrepo: Implement new function to fetch internal remotesPatrick Steinhardt
2021-07-30proto: Remove the IsRebaseInProgress RPCToon Claes
2021-07-30repository: Move worktree helper functionsToon Claes
2021-07-29Merge branch 'create_bundle_from_list' into 'master'Toon Claes
2021-07-29Merge branch 'ps-deprecated-import-2' into 'master'James Fargher
2021-07-29Merge branch 'pks-repository-default-enable-direct-fetches' into 'master'James Fargher
2021-07-28lint: Fix deprecated import github.com/golang/protobuf/protoPavlo Strokov
2021-07-28Merge branch 'pks-repository-default-enable-tx-create-from-bundle' into 'master'Patrick Steinhardt
2021-07-28Merge branch 'pks-helper-formatting-grpc-error-codes' into 'master'Christian Couder
2021-07-28repository: Remove feature flag for atomic repo creation from bundlesPatrick Steinhardt
2021-07-28repository: Remove feature flag for direct fetchespks-repository-default-enable-direct-fetchesPatrick Steinhardt
2021-07-28helper: Fix name of `ErrPreconditionFailed{,f}()`Patrick Steinhardt
2021-07-28global: Replace users of DecorateErrorPatrick Steinhardt
2021-07-28repository: Fix SetFullPath writing multiple entriesPatrick Steinhardt
2021-07-28Add CreateBundleFromRefList RPCJames Fargher
2021-07-26repository: Implement new `SetFullPath()` RPCPatrick Steinhardt
2021-07-26repository: Allow voting on missing configPatrick Steinhardt
2021-07-22quarantine: Fix calling RPCs with manual object quarantine environmentsPatrick Steinhardt
2021-07-22repository: Demonstrate failing GetObjectDirectorySize with quarantinePatrick Steinhardt
2021-07-22repository: Convert RemoveRepository to use locator for the tempdirPatrick Steinhardt
2021-07-22storage: Move module into `internal/gitaly`Patrick Steinhardt
2021-07-22Merge branch 'jv-pack-objects-cache-dependency' into 'master'Ævar Arnfjörð Bjarmason
2021-07-21git: Mark git-clone(1) as supporting `--end-of-options`Patrick Steinhardt
2021-07-21git: Mark git-clone(1) as supporting `--end-of-options`Patrick Steinhardt
2021-07-20git2go: Inject info about alternate object directoriesPatrick Steinhardt
2021-07-20git2go: Inject repository into subcommandsPatrick Steinhardt
2021-07-20git2go: Implement set-config on top of the executorPatrick Steinhardt
2021-07-19Merge branch 'pks-git-quarantine' into 'master'Zeger-Jan van de Weg
2021-07-16Use service.Dependencies to inject pack-objects cacheJacob Vosmaer
2021-07-16Merge branch 'ps-relocate-gitlab-test-server' into 'master'Patrick Steinhardt
2021-07-16tempdir: Wrap tempdir in a structPatrick Steinhardt
2021-07-16tempdir: Refactor public interface to be more genericPatrick Steinhardt
2021-07-13Remove feature gitaly_fetch_internal_remote_errorsJames Fargher
2021-07-12Standardise package aliasesPavlo Strokov