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-09-30sidechannel: remove waiter.Wait()Jacob Vosmaer
2021-09-30Merge branch 'qmnguyen0711/1219-create-postuploadpackwithsidechannel-postuplo...Toon Claes
2021-09-30Implement PostUploadPackWithSidechannel using sidechannel protocolQuang-Minh Nguyen
2021-09-24Skip NamespaceService tests when testing with PraefectSami Hiltunen
2021-09-23Merge branch 'fetch_bundle_rpc' into 'master'Patrick Steinhardt
2021-09-23Merge branch 'pks-operations-drop-git2go-merge-gob-ff' into 'master'James Fargher
2021-09-23Add FetchBundle RPCJames Fargher
2021-09-23Add option to explicitly disable transactions for fetchJames Fargher
2021-09-22Merge branch 'remove_orphaned_worktree_dirs' into 'master'Patrick Steinhardt
2021-09-22repository: Always lock gitconfig and gitattributes on writePatrick Steinhardt
2021-09-22Use `require.NoDirExists` to test directories in cleanup RPCJames Fargher
2021-09-22Remove orphaned worktree directoriesJames Fargher
2021-09-21Merge branch 'ps-remove-SA1019-excludes' into 'master'3787-integrate-ipynb2md-to-gitlabToon Claes
2021-09-21test: Fix data race on the votes counterPavlo Strokov
2021-09-21Merge branch 'pks-drop-list-new-blobs' into 'master'Pavlo Strokov
2021-09-21repository: Remove `IsSquashInProgress()` RPCPatrick Steinhardt
2021-09-21operations: Always return structured errors from Git2Go mergesPatrick Steinhardt
2021-09-21ref: Drop ListNewBlobs RPCPatrick Steinhardt
2021-09-21repository: Remove `SetConfig()` RPCPatrick Steinhardt
2021-09-21repository: Remove `DeleteConfig()` RPCPatrick Steinhardt
2021-09-20Merge branch 'pks-go-drop-1.15-support' into 'master'Toon Claes
2021-09-20Merge branch 'pks-praefect-feature-flags' into 'master'Sami Hiltunen
2021-09-20golangci: Disallow usage of "io/ioutil" packagePatrick Steinhardt
2021-09-20global: Replace trivial cases of deprecated `ioutil.ReadDir()`Patrick Steinhardt
2021-09-20global: Replace deprecated usage of `ioutil.WriteFile()`Patrick Steinhardt
2021-09-20global: Replace deprecated usage of `ioutil.TempFile()`Patrick Steinhardt
2021-09-20global: Replace deprecated usage of `ioutil.TempDir()`Patrick Steinhardt
2021-09-20global: Replace deprecated usage of `ioutil.ReadFile()`Patrick Steinhardt
2021-09-20global: Replace deprecated usage of `ioutil.ReadAll()`Patrick Steinhardt
2021-09-20global: Replace deprecated usage of `ioutil.Discard`Patrick Steinhardt
2021-09-20Merge branch 'extract_default_branch_2' into 'master'Toon Claes
2021-09-20ssh: Verify that feature flags get passed correctly on pushPatrick Steinhardt
2021-09-20helper: Move server metadata into storage packagePatrick Steinhardt
2021-09-20helper: Move metatada-helpers into the metadata packagePatrick Steinhardt
2021-09-20Merge branch 'pks-tx-extended-file-locking' into 'master'Pavlo Strokov
2021-09-20Change signature of GetDefaultBranch to only return a reference nameJames Fargher
2021-09-20Make FindBranchNames an actual function rather than a varJames Fargher
2021-09-20Remove headReference from refs serviceJames Fargher
2021-09-20Refactor refs service to use GetDefaultBranchJames Fargher
2021-09-20Refactor commit service to use FindDefaultBranchJames Fargher
2021-09-20Refactor remote service to use GetDefaultBranchJames Fargher
2021-09-20Refactor operations service to use GetDefaultBranchJames Fargher
2021-09-17lint: Remove SA1019 exclude rulesPavlo Strokov
2021-09-17operations: Convert `UserApplyPatch()` to write config transactionallyPatrick Steinhardt
2021-09-17housekeeping: Convert `Perform()` to write config transactionallyPatrick Steinhardt
2021-09-17repository: Convert `ReplicateRepository()` to write files transactionallyPatrick Steinhardt
2021-09-17repository: Convert `MidxRepack()` to write config transactionallyPatrick Steinhardt
2021-09-17localrepo: Provide function to change config entries with transactionsPatrick Steinhardt
2021-09-17repository: Fix wrong usage of git-commit-graph(1)Patrick Steinhardt
2021-09-17operations: Make transaction manager availablePatrick Steinhardt