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 (Collapse)Author
2019-06-25Version 1.34.3v1.34.31-34-stablePaul Okstad
2019-06-24Merge branch 'pb-get-object-directory-size-1-34' into '1-34-stable'Jacob Vosmaer
Add GetObjectDirectorySize RPC See merge request gitlab-org/gitaly!1326
2019-06-24Update gitaly-proto versionPatrick Bajao
2019-06-24Add changelog entryPatrick Bajao
2019-06-24Add GetObjectDirectorySize RPCPatrick Bajao
This RPC will be used to determine if a push will exceed the size limit of a repository. In gitlab-rails, this will be used in context of a git push (pre-receive hook). At that point, the object directory is the quarantine directory.
2019-05-03Version 1.34.2v1.34.2Jacob Vosmaer
2019-05-03Merge branch 'sh-3-way-merge-1-34-branch' into '1-34-stable'Jacob Vosmaer
[1-34-stable] Use 3-way merge for squashing commits See merge request gitlab-org/gitaly!1230
2019-05-01Merge branch 'sh-use-3way-merge-for-squash' into 'master'John Cai
Use 3-way merge for squashing commits See merge request gitlab-org/gitaly!1214
2019-04-24Version 1.34.1v1.34.1Paul Okstad
2019-04-24Merge branch 'security-leaking-repo-mirror-credentials-1-34' into '1-34-stable'Paul Okstad
[Gitaly 1.34] Loosen regex for exception sanitization See merge request gitlab/gitaly!18
2019-04-24[Gitaly 1.34] Loosen regex for exception sanitizationOswaldo Ferreira
2019-04-18Version 1.34.0v1.34.0John Cai
2019-04-18Merge branch 'jc-fix-find-all-tags-for-tags' into 'master'Jacob Vosmaer
Fix FindAllTags to dereference tags that point to other tags Closes #1605 See merge request gitlab-org/gitaly!1193
2019-04-17Merge branch 'zj-git-2.21' into 'master'Paul Okstad
Test and require Git 2.21 See merge request gitlab-org/gitaly!1205
2019-04-17Merge branch 'remove-weird-test' into 'master'John Cai
Improve WikiGetAllPages validation test See merge request gitlab-org/gitaly!1198
2019-04-17Improve WikiGetAllPages validation testJacob Vosmaer
2019-04-16Test and require Git 2.21Zeger-Jan van de Weg
Prior to this change, Git 2.18 was the minimal version GitLab required. This commit will require 2.21. This allows GitLab to leverage newer Git features. Part of: https://gitlab.com/gitlab-org/gitlab-ce/issues/54255
2019-04-16Merge branch 'osw-remove-license-management-tmp' into 'master'Jacob Vosmaer
Remove License Management from CI temporarily See merge request gitlab-org/gitaly!1204
2019-04-16Remove License Management from CI temporarilyOswaldo Ferreira
2019-04-16Merge branch 'po_stale_worktrees' into 'master'Jacob Vosmaer
Cleanup RPC prunes disconnected work trees Closes #1551 See merge request gitlab-org/gitaly!1189
2019-04-16Cleanup RPC prunes disconnected work treesPaul Okstad
2019-04-16Merge branch 'zj-doc-delta-islands' into 'master'Zeger-Jan van de Weg
Add technical documentation about delta islands See merge request gitlab-org/gitaly!1191
2019-04-15removing unused variable histogramEnabledJohn Cai
2019-04-15Merge branch 'update-nokogiri-1.10.2' into 'master'Paul Okstad
Update nokogiri to 1.10.2 to align with GitLab See merge request gitlab-org/gitaly!1201
2019-04-15Add technical documentation about delta islandsZeger-Jan van de Weg
To prevent only a few people to have the understanding of Gitaly, the feature is explained on a technical level. Thus it lives in the Gitaly repository as these are features that end users don't have an interface to other than their usual interface, `git fetch` or `git clone`.
2019-04-12Merge branch 'id-add-option-avoid-loading-wiki-page-content' into 'master'Jacob Vosmaer
Introduce WikiListPages RPC call See merge request gitlab-org/gitaly!1194
2019-04-12Introduce WikiListPages RPC callIgor
2019-04-12Update nokogiri to 1.10.2 to align with GitLabLin Jen-Shin
2019-04-12Merge branch 'po_vendor_ci_tools' into 'master'Zeger-Jan van de Weg
Vendor CI Go tools Closes #1526 See merge request gitlab-org/gitaly!1197
2019-04-12Vendor CI Go toolsPaul Okstad
2019-04-12Merge branch 'fix-staticcheck-error' into 'master'Paul Okstad
Remove unused variable See merge request gitlab-org/gitaly!1200
2019-04-12Remove unused variableJacob Vosmaer
2019-04-11dereference tag referencesJohn Cai
2019-04-11Merge branch 'jc-remove-find-all-tags-ruby' into 'master'Paul Okstad
Remove find all tags ruby Closes #1583 See merge request gitlab-org/gitaly!1163
2019-04-10Merge branch 'list-git-remotes' into 'master'Jacob Vosmaer
Implement ListRemotes Closes #1422 See merge request gitlab-org/gitaly!1019
2019-04-10Implement ListRemotesMichael Leopard
2019-04-09Merge branch 'po_repljob_datastore' into 'master'Jacob Vosmaer
Datastore pattern for replication jobs See merge request gitlab-org/gitaly!1147
2019-04-09Datastore pattern for replication jobsPaul Okstad
2019-04-09Merge branch 'jc-pack-refs' into 'master'John Cai
Add PackRefs RPC Closes #1572 See merge request gitlab-org/gitaly!1161
2019-04-09Add PackRefs RPCJohn Cai
2019-04-08remove find all tags rubyJohn Cai
2019-04-08Merge branch 'gitlab-shell-delete-ssh' into 'master'Paul Okstad
Delete SSH frontend code from ruby/gitlab-shell See merge request gitlab-org/gitaly!1179
2019-04-08Delete SSH frontend code from ruby/gitlab-shellJacob Vosmaer
2019-04-05Version 1.33.0v1.33.0Zeger-Jan van de Weg
2019-04-05Merge branch 'zero-downtime-deployment' into 'master'Zeger-Jan van de Weg
Zero downtime deployment See merge request gitlab-org/gitaly!1133
2019-04-05Zero downtime deploymentAlessio Caiazza
2019-04-05Merge branch 'zj-remove-skip-ci' into 'master'John Cai
Run HEAD pipeline on downstream MR See merge request gitlab-org/gitaly!1180
2019-04-05Merge branch 'zj-fix-renamed-method' into 'master'Paul Okstad
Fix compilation error due to renamed method See merge request gitlab-org/gitaly!1187
2019-04-05Fix compilation error due to renamed methodZeger-Jan van de Weg
Two merge request got merged where the merge commit of the first wasn't in the second yet. This meant that renaming the method of the second created a compilation error.
2019-04-05Merge branch 'get-blobs-performance' into 'master'Zeger-Jan van de Weg
Improve GetBlobs performance for fetching lots of files See merge request gitlab-org/gitaly!1165