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
2022-01-24remote: Move `FetchInternalRemote()` into repository servicePatrick Steinhardt
2022-01-13remote: FetchInternalRemote doesn't require configPavlo Strokov
2022-01-11localrepo: Deduplicate logic to set HEADPatrick Steinhardt
2021-10-06remote: Drop FetchInternalRemote RPCPatrick Steinhardt
2021-10-06remote: Refactor `FetchInternalRemote()` to use remoterepo interfacePatrick Steinhardt
2021-09-20Merge branch 'pks-praefect-feature-flags' into 'master'Sami Hiltunen
2021-09-20helper: Move server metadata into storage packagePatrick Steinhardt
2021-09-20Change signature of GetDefaultBranch to only return a reference nameJames Fargher
2021-09-20Refactor remote service to use GetDefaultBranchJames Fargher
2021-09-14Revert "Merge branch 'extract_default_branch' into 'master'"James Fargher
2021-09-13Make having no default branch an error in GetDefaultBranchJames Fargher
2021-09-13Change signature of GetDefaultBranch to only return a reference nameJames Fargher
2021-09-13Refactor remote service to use GetDefaultBranchJames Fargher
2021-08-02localrepo: Implement new function to fetch internal remotesPatrick Steinhardt
2021-07-13Remove feature gitaly_fetch_internal_remote_errorsJames Fargher
2021-07-09global: Convert users to use feature flag receiverPatrick Steinhardt
2021-06-14remote: Make `FetchInternalRemote()` callable without a serverPatrick Steinhardt
2021-06-14remote: Make `getRemoteDefaultBranch()` a standalone functionPatrick Steinhardt
2021-06-14ref: Refactor `SetDefaultBranchRef()` to receive repo executorPatrick Steinhardt
2021-05-27Create module v14 gitaly versionPavlo Strokov
2021-05-11services: Convert to use git.RepositoryExecutor interfacePatrick Steinhardt
2021-04-27Return errors from FetchInternalRemoteJames Fargher
2021-04-14featureflag: Remove `AtomicFetch` feature flagPatrick Steinhardt
2021-04-09git: Drop `SupportsAtomicFetches()`Patrick Steinhardt
2021-04-06remote: Use atomic fetch in `FetchInternalRemote()`Patrick Steinhardt
2021-03-11git: Drop `GlobalOption`s from `New()`Patrick Steinhardt
2021-02-11Break dependency on config.Config in remotePavlo Strokov
2021-02-05Injection of the git.CommandFactory into ref packagePavlo Strokov
2021-01-28Replacement of the git.NewCommandWithoutRepo in remote packagePavlo Strokov
2021-01-18Reduce dependency of the upload-pack on config.ConfigPavlo Strokov
2021-01-14git: Rename SafeCmd() to NewCommand()Patrick Steinhardt
2021-01-14git: Convert SafeCmdWithEnv() invocations to use WithEnv()Patrick Steinhardt
2020-12-14remote: Disable transactions for FetchInternalRemotePatrick Steinhardt
2020-11-12Add and remove ref hooks as neededPaul Okstad
2020-11-10improve logging in ReplicateRepositorySami Hiltunen
2020-11-04Resolve conflicts git2go subcommandPaul Okstad
2020-10-28Use SafeCmdWithEnv in FetchInternalRemoteJames Fargher
2020-10-06Refactor server metadata to be more type safePaul Okstad
2020-09-28Introduce Locator abstraction to remote servicePavlo Strokov
2020-09-07gitaly: Move Gitaly-specific code into `internal/gitaly`Patrick Steinhardt