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
2018-08-01Fix some old reference to ListNewObjectsrd-test-new-objects-rpcRubén Dávila
2018-07-31Log value of limitRubén Dávila
2018-07-31Update gitaly-protoRubén Dávila
2018-07-31Exclude non blob objectsRubén Dávila
2018-07-31First impl of ListNewObjectsRubén Dávila
2018-07-30Merge branch 'zj-vendor-gitlab-git-20180730' into 'master'Zeger-Jan van de Weg
Vendor Gitlab::Git at 2ca8219a20f16 See merge request gitlab-org/gitaly!841
2018-07-30Vendor Gitlab::Git at 2ca8219a20f16Zeger-Jan van de Weg
Part of stopping vendoring Gitlab::VersionInfo in https://gitlab.com/gitlab-org/gitaly/merge_requests/840, I revendored `Gitlab::Git`, to check if anything changed. This still had value, so this got extracted in this commit.
2018-07-30Merge branch 'sh-bump-gitlab-markup' into 'master'Jacob Vosmaer (GitLab)
Fix reStructuredText not working on Gitaly nodes See merge request gitlab-org/gitaly!838
2018-07-29Fix reStructuredText not working on Gitaly nodesStan Hu
We are shipping gitlab-markup 1.6.4 in CE, but Gitaly uses 1.6.3. Since Omnibus only patches 1.6.4 to use python 3, Wiki reStructuredText stopped working.
2018-07-27Merge branch 'numstat-small-fixes' into 'master'Zeger-Jan van de Weg
Move diff parser test to own package See merge request gitlab-org/gitaly!837
2018-07-27Move diff parser test to own packageJacob Vosmaer (GitLab)
2018-07-27Merge branch 'osw-diff-numstat' into 'master'Jacob Vosmaer (GitLab)
Add DiffNumStat RPC Closes #1147 See merge request gitlab-org/gitaly!808
2018-07-27Add DiffNumStat RPCOswaldo Ferreira
2018-07-26Merge branch 'remove-danger-dockerfile' into 'master'Zeger-Jan van de Weg
Remove the Dockerfile for Danger since the image is now built by https://gitlab.com/gitlab-org/gitlab-build-images See merge request gitlab-org/gitaly!836
2018-07-26Remove the 'create-dangercontainer' job which is not needed anymoreRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-07-26Version 0.114.0v0.114.0Zeger-Jan van de Weg
2018-07-26Merge branch 'readme-goals' into 'master'Jacob Vosmaer (GitLab)
Update goals and status in README See merge request gitlab-org/gitaly!835
2018-07-26Update goals and status in READMEJacob Vosmaer (GitLab)
2018-07-26Delete Danger DockerfileRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-07-24Merge branch 'gitaly-ruby-memory-limit' into 'master'Alejandro Rodríguez
Lower gitaly-ruby default max_rss to 200MB See merge request gitlab-org/gitaly!833
2018-07-24Lower gitaly-ruby default max_rss to 200MBJacob Vosmaer (GitLab)
2018-07-24Merge branch 'zj-config-lock-removal' into 'master'Jacob Vosmaer (GitLab)
Remove stale config.lock files See merge request gitlab-org/gitaly!832
2018-07-24Remove config.lock when staleZeger-Jan van de Weg
During reviewing of https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20806, it was discovered that we don't cleaup stale config.lock files. After this commit is released it will be part of general cleaup procedures.
2018-07-24Merge branch 'changelog-0.111.3' into 'master'Zeger-Jan van de Weg
Backport 0.111.3 changelog See merge request gitlab-org/gitaly!829
2018-07-24Merge branch 'sh-bump-rspec-3.7.0' into 'master'Jacob Vosmaer (GitLab)
Bump rspec from 3.6.0 to 3.7.0 See merge request gitlab-org/gitaly!830
2018-07-24Merge branch 'sh-bump-sanitize-and-nokogiri' into 'master'Jacob Vosmaer (GitLab)
Bump nokogiri to 1.8.4 and sanitize to 4.6.6 See merge request gitlab-org/gitaly!831
2018-07-24Merge branch 'vendor-mirroring' into 'master'Jacob Vosmaer (GitLab)
Vendor gitlab-git at 92802e51 Closes #554 and #343 See merge request gitlab-org/gitaly!825
2018-07-24Bump nokogiri to 1.8.4 and sanitize to 4.6.6Stan Hu
sanitize 4.6.6 has this optimization that will benefit Markdown rendering: https://github.com/rgrove/sanitize/pull/183 nokogiri 1.4.4 has this memory leak fix: https://github.com/sparklemotion/nokogiri/pull/1771 This mirrors changes for https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20795.
2018-07-23Vendor gitlab-git at 92802e51Alejandro Rodríguez
2018-07-23Bump rspec from 3.6.0 to 3.7.0Stan Hu
This brings the version in line with the Gemfile in CE so we aren't shipping different versions in Omnibus. Relates to https://gitlab.com/gitlab-org/omnibus-gitlab/issues/3698
2018-07-23Merge branch ↵Jacob Vosmaer (GitLab)
'1267-userdeletetag-nomethoderror-undefined-method-gsub-for-gitlab-git-commiterror' into 'master' Handle non-existing tags on UserDeleteTag Closes #1267 See merge request gitlab-org/gitaly!827
2018-07-23Backport 0.111.3 changelogJacob Vosmaer
2018-07-23Merge branch ↵Jacob Vosmaer (GitLab)
'1006-operationservice-userdeletebranch-doesn-t-handle-non-existing-branches-correctly' into 'master' Handle non-existing branch on UserDeleteBranch Closes #1006 See merge request gitlab-org/gitaly!826
2018-07-23Merge branch 'sh-update-gollum-libs' into 'master'Jacob Vosmaer (GitLab)
Update to gitlab-gollum-lib v4.2.7.5 and make Gemfile consistent with GitLab versions See merge request gitlab-org/gitaly!828
2018-07-23Update to gitlab-gollum-lib v4.2.7.5 and make Gemfile consistent with GitLab ↵Stan Hu
versions
2018-07-21Handle non-existing tags on UserDeleteTagAlejandro Rodríguez
2018-07-21Handle non-existing branch on UserDeleteBranchAlejandro Rodríguez
2018-07-20Merge branch 'stop-vendoring-index' into 'master'Alejandro Rodríguez
Stop vendoring gitlab/git/index.rb See merge request gitlab-org/gitaly!824
2018-07-20Merge branch 'changelog-0.111.2' into 'master'Alejandro Rodríguez
Add changelog entry for 0.111.2 See merge request gitlab-org/gitaly!823
2018-07-20changelogJacob Vosmaer
2018-07-20Stop vendoring gitlab/git/index.rbJacob Vosmaer
2018-07-20Add changelog entry for 0.111.2Jacob Vosmaer
2018-07-19Merge branch 'fix-local-branch-nil-commit' into 'master'Alejandro Rodríguez
Handle nil commit in buildLocalBranch See merge request gitlab-org/gitaly!822
2018-07-19Handle nil commit in buildLocalBranchJacob Vosmaer (GitLab)
2018-07-19Merge branch 'zj-bump-linguist' into 'master'Jacob Vosmaer (GitLab)
Bump Linguist version to match Rails See merge request gitlab-org/gitaly!821
2018-07-19Bump Linguist version to match RailsZeger-Jan van de Weg
2018-07-18Version 0.113.0v0.113.0Alejandro Rodríguez
2018-07-18Merge branch 'vendor-gitlab-git-20180718' into 'master'Alejandro Rodríguez
Vendor gitlab_git at 740ae2d194f3833e224 See merge request gitlab-org/gitaly!819
2018-07-18Vendor gitlab_git at 740ae2d194f3833e224Jacob Vosmaer (GitLab)
2018-07-18Merge branch 'fix-lines-sender-chunking' into 'master'Alejandro Rodríguez
Fix lines.Sender message chunking See merge request gitlab-org/gitaly!817