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-27Merge branch 'wc-server-keepalive' into 'master'Pavlo Strokov
2022-01-27Merge branch 'docs-gitaly-typofix-greg' into 'master'Sami Hiltunen
2022-01-27Fix typos in gitaly docsGreg Myers
2022-01-27operations: Always respect committer timezone in UserApplyPatchPatrick Steinhardt
2022-01-27hooks: Don't use Ruby hooks by defaultPatrick Steinhardt
2022-01-27Makefile: Allow standalone installation of bundled GitPatrick Steinhardt
2022-01-27Merge branch 'pks-operations-merges-allow-structured-errors' into 'master'Patrick Steinhardt
2022-01-27operations: Enable use of structured errors in UserMergeBranchPatrick Steinhardt
2022-01-27Merge branch 'jc-limithandler-limit' into 'master'James Fargher
2022-01-27ssh: Add stderr to errors returned by SSHUploadPackJames Fargher
2022-01-27ssh: Add error message test for SSHUploadPack failuresJames Fargher
2022-01-27limithandler: add concurrency queue limitJohn Cai
2022-01-26Merge branch 'toon-bundle-user-config' into 'master'James Fargher
2022-01-26limithandler: use RWMutexJohn Cai
2022-01-26Expand flat paths only for the returned page in GetTreeEntriesSami Hiltunen
2022-01-26linguist: Pass on BUNDLE_USER_CONFIG if setToon Claes
2022-01-26linguist: Add test to successful get StatsToon Claes
2022-01-26rubyserver: Pass on BUNDLE_USER_CONFIG if setToon Claes
2022-01-26Merge branch 'pks-git-feature-flag' into 'master'Patrick Steinhardt
2022-01-25Makefile: Run tests with bundled and external Git configuredPatrick Steinhardt
2022-01-25git: Add a feature flag to toggle between bundled and external GitPatrick Steinhardt
2022-01-25git: Set up all configured execution environmentsPatrick Steinhardt
2022-01-25git: Add option to override the Git binary pathPatrick Steinhardt
2022-01-25git: Clean up execution environment on shutdownPatrick Steinhardt
2022-01-25git: Move setup of Git execution environment into factoryPatrick Steinhardt
2022-01-25git: Cache Git version by binary pathPatrick Steinhardt
2022-01-25git: Rewrite version tests to use intercepting command factoryPatrick Steinhardt
2022-01-25gittest: Execute commands via Git command factory's environmentPatrick Steinhardt
2022-01-25git: Fix missing setup of gitaly-hooks binaryPatrick Steinhardt
2022-01-25Merge branch 'pks-libgit2-v1.3.0' into 'master'James Fargher
2022-01-25Merge branch 'ps-clock-check' into 'master'James Fargher
2022-01-24Shorten server keepalive period to 5 minutesjramsay
2022-01-24Merge branch 'pks-gitaly-services-drop-config' into 'master'Patrick Steinhardt
2022-01-24services: Drop dependency on the Gitaly configurationPatrick Steinhardt
2022-01-24streamcache: Move metric tracking whether cache is enabled or notPatrick Steinhardt
2022-01-24services: Inject hooks updaterPatrick Steinhardt
2022-01-24services: Inject Git2go executorPatrick Steinhardt
2022-01-24objectpool: Remove unused Gitaly configuration dependencyPatrick Steinhardt
2022-01-24localrepo: Remove unused Gitaly configuration dependencyPatrick Steinhardt
2022-01-24git: Convert UploadPackEnv into a Git command optionPatrick Steinhardt
2022-01-24updateref: Inject locator when constructing hooks updaterPatrick Steinhardt
2022-01-24repository: Use locator to get storage's temporary directoryPatrick Steinhardt
2022-01-24cleanup: Inject `storage.Locator` into serverPatrick Steinhardt
2022-01-24remote: Move `FetchInternalRemote()` into repository servicePatrick Steinhardt
2022-01-24repository: Drop unused config parameter from `updateRef()`Patrick Steinhardt
2022-01-24Makefile: Document that libgit2 and git2go need to be kept in syncPatrick Steinhardt
2022-01-24cmd/gitaly-git2go: Upgrade to libgit2 v1.3.0Patrick Steinhardt
2022-01-24Merge branch 'bwill/add-ssh-signature-type' into 'master'Patrick Steinhardt
2022-01-21Merge branch 'pks-operations-apply-patch-timezone' into 'master'John Cai
2022-01-21Update VERSION filesv14.8.0-rc1GitLab Release Tools Bot