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-05-24Add CloseSession RPCjc-evict-batch-cacheJohn Cai
2019-05-22Merge branch 'po-reflect-proto-target' into 'master'Paul Okstad
Protobuf registry extracts Repository target via reflection Closes #1588 See merge request gitlab-org/gitaly!1232
2019-05-22Protobuf registry extracts Repository target via reflectionPaul Okstad
2019-05-21Merge branch 'jc-replication' into 'master'Zeger-Jan van de Weg
Replication logic Closes #1484 See merge request gitlab-org/gitaly!1219
2019-05-21Merge branch 'po-proxy-peeking' into 'master'John Cai
gRPC proxy stream peeking capability Closes #1617 See merge request gitlab-org/gitaly!1260
2019-05-21gRPC proxy stream peeking capabilityPaul Okstad
2019-05-21Merge branch 'ac-package-ps' into 'master'Zeger-Jan van de Weg
Restore FreeBSD compatibility See merge request gitlab-org/gitaly!1258
2019-05-21Restore FreeBSD compatibilityAlessio Caiazza
2019-05-21Merge branch 'an-labkit-support' into 'master'Zeger-Jan van de Weg
LabKit integration with Gitaly-Ruby See merge request gitlab-org/gitaly!1083
2019-05-21LabKit supportAndrew Newdigate
2019-05-20Merge branch 'zj-update-observibility-docs' into 'master'Zeger-Jan van de Weg
Expand on Gitaly observibility See merge request gitlab-org/gitaly!1252
2019-05-20Expend on Gitaly observibilityZeger-Jan van de Weg
Working toward one place to find all up to date documentation, I've expended on our observibility story at GitLab.com.
2019-05-20Add replication logic to praefect replication managerJohn Cai
2019-05-20Merge branch 'jv-test-chompbytes' into 'master'John Cai
Add test for text.ChompBytes See merge request gitlab-org/gitaly!1259
2019-05-20Add test for text.ChompBytesJacob Vosmaer
2019-05-20Merge branch 'last-commit-catfile' into 'master'John Cai
Fix catfile N+1 in ListLastCommitsForTree Closes #1665 See merge request gitlab-org/gitaly!1253
2019-05-20Fix catfile N+1 in ListLastCommitsForTreeJacob Vosmaer
2019-05-20Merge branch 'zj-port-create-repo-go' into 'master'John Cai
Port repository creation to Golang See merge request gitlab-org/gitaly!1245
2019-05-20Merge branch 'sh-bump-rubocop-and-other-gems' into 'master'Paul Okstad
Upgrade Rubocop to 0.69.0 with other dependencies See merge request gitlab-org/gitaly!1250
2019-05-20Port repository creation to GolangZeger-Jan van de Weg
Prior to this change, this RPC was written in Ruby. There's not a big performance benefit from updating to Go but converging towards no sidecar is nice.
2019-05-18Merge branch 'po-fork-proxy' into 'master'John Cai
Absorb grpc-proxy into Gitaly See merge request gitlab-org/gitaly!1248
2019-05-18absorb grpc-proxy into praefectPaul Okstad
This change absorbs the previously vendored library grpc-proxy into the Gitaly project for breaking changes needed for Praefect requirements. There were slight modifications needed to make the project work within Gitaly: - Go import paths were rewritten to refer to the new Gitaly location - Test service code was moved to testdata folder to prevent CI linter warnings - CI-lint overrides were added to exclude inherited technical debt (see follow up issue #1663) - Removal of unused/ineffective code detected by linter.
2019-05-17Merge branch 'zj-remove-dead-ruby-code' into 'master'Paul Okstad
Remove unused Ruby code See merge request gitlab-org/gitaly!1246
2019-05-17Merge branch 'jramsay/youtube-links' into 'master'John Cai
Change video links to Youtube links See merge request gitlab-org/gitaly!1251
2019-05-17Merge branch 'ac-wrapper-check-pid' into 'master'Paul Okstad
[gitaly-wrapper] Check process binary before adoption Closes #1661 See merge request gitlab-org/gitaly!1249
2019-05-17Check children path during wrapper bootAlessio Caiazza
pidfile content may be a reassigned to a new process and gitaly-wrapper will not start a new gitaly instance. This commit checks if the process path includes gitaly before adopting a child process.
2019-05-16Change video links to Youtube linksJames Ramsay
2019-05-16Upgrade Rubocop to 0.69.0 with other dependenciesStan Hu
This fixes parser warnings with Ruby 2.6: https://github.com/rubocop-hq/rubocop/pull/7009
2019-05-16Merge branch 'remote-add-go' into 'master'Zeger-Jan van de Weg
Add git2go dependency See merge request gitlab-org/gitaly!1061
2019-05-16Remove unused Ruby codeZeger-Jan van de Weg
2019-05-14Add changelog entryMateusz Nowotyński
Signed-off-by: Mateusz Nowotyński <maxmati4@gmail.com>
2019-05-13Merge branch 'jc-document-replicatio-logic' into 'master'Zeger-Jan van de Weg
Document HA replication logic See merge request gitlab-org/gitaly!1237
2019-05-12Document HA replication logicJohn Cai
2019-05-11Merge branch 'zj-stop-symlinking-hooks' into 'master'Paul Okstad
Stop symlinking hooks on repository creation Closes #1392 See merge request gitlab-org/gitaly!1052
2019-05-11Merge branch 'jc-remove-path-field' into 'master'Jacob Vosmaer
Remove path field in ListLastCommitsForTree response See merge request gitlab-org/gitaly!1240
2019-05-10Merge branch 'po-fix-datastore-update' into 'master'Zeger-Jan van de Weg
Fix replication job state changing See merge request gitlab-org/gitaly!1236
2019-05-10Fix replication job state changingPaul Okstad
2019-05-10Stop symlinking hooks on repository creationZeger-Jan van de Weg
In an earlier MR[1] hooks are executed not through the symlink, but leveraging the `-c` flag on the `git` binary. This works well, but when `#run_git` was executed in Gitaly-Ruby the hooks weren't executed the new way. Luckily this was covered by tests, and the symlinking strategy remained employed. This commit fixes the bug where the hooks weren't executed and now allows the removal of the code that set the hooks. Part of: #1226 [1]: !886
2019-05-10Remove notification serviceJohn Cai
2019-05-09remove path field in ListLastCommitsForTree responseJohn Cai
2019-05-09Merge branch 'jc-use-perl-regexp' into 'master'Zeger-Jan van de Weg
Use --perl-regexp for code search See merge request gitlab-org/gitaly!1241
2019-05-09Merge branch 'sh-upgrade-ruby-2.6' into 'master'Zeger-Jan van de Weg
Upgrade to Ruby 2.6 See merge request gitlab-org/gitaly!1228
2019-05-08Upgrade to Ruby 2.6Stan Hu
Ruby 2.6 offers better performance and memory usage: https://www.rubyguides.com/2018/11/ruby-2-6-new-features/ Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/57323
2019-05-08use --perl-regexp for code searchJohn Cai
2019-05-07Merge branch 'jv-fix-changelog-1.38.0' into 'master'John Cai
Add missing changelog entry for MR 1203 See merge request gitlab-org/gitaly!1242
2019-05-07Add missing changelog entry for MR 1203Jacob Vosmaer
2019-05-06Version 1.42.0v1.42.0Jacob Vosmaer
2019-05-06Merge branch 'jv-sketch-cache-data-structure' into 'master'Paul Okstad
Use simpler data structure for cat-file cache See merge request gitlab-org/gitaly!1233
2019-05-06Use simpler data structure for cat-file cacheJacob Vosmaer
2019-05-06Merge branch 'jv-release-publish' into 'master'Zeger-Jan van de Weg
Split out the "publish" step from _support/release See merge request gitlab-org/gitaly!1231