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-04-08Don't use semicolonjv-refactor-bootstrapJacob Vosmaer
2019-04-08Remove unused typeJacob Vosmaer
2019-04-08Remove ExtraStarter conceptJacob Vosmaer
2019-04-08Fix bugsJacob Vosmaer
2019-04-08Remove race-prone *grpc.Server.StopJacob Vosmaer
2019-04-08Rename Run to WaitJacob Vosmaer
2019-04-08Use deferJacob Vosmaer
2019-04-08Return error from Run()Jacob Vosmaer
2019-04-08Sketch refactor of bootstrap codeJacob Vosmaer
2019-04-08avoid context.ContextAlessio Caiazza
2019-04-08set MR number in changelogAlessio Caiazza
2019-04-08Add a WaitGroup to wait for a graceful restartAlessio Caiazza
We terminate gitaly on the first failure from a listening socket, but on a graceful restart we must wait for all the socket to properly terminate active connections.
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
2019-04-05Improve GetBlobs performance for fetching lots of filesIgor
Currently, Gitaly calculates tree entries for every requested file It's not necessary, since all the needed info can be retrieved by c.Info
2019-04-05Merge branch 'sh-bump-gitaly-proto-1.19.0' into 'master'Paul Okstad
Bump Ruby gitaly-proto to v1.19.0 See merge request gitlab-org/gitaly!1186
2019-04-05Bump Ruby gitaly-proto to v1.19.0Stan Hu
This matches the CE update in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/26532 and reduces Gem duplication in Omnibus GitLab.
2019-04-05Merge branch 'sh-bump-activesupport' into 'master'Paul Okstad
Bump activesupport to 5.0.2.1 See merge request gitlab-org/gitaly!1185
2019-04-05Merge branch 'sh-bump-sentry-raven-2.9.0' into 'master'Paul Okstad
Bump sentry-raven to 2.9.0 See merge request gitlab-org/gitaly!1183
2019-04-05Merge branch 'sh-bump-gitlab-markup-1.7.0' into 'master'Paul Okstad
Bump gitlab-markup to 1.7.0 See merge request gitlab-org/gitaly!1182
2019-04-05Merge branch 'zj-go-mod-disable' into 'master'Paul Okstad
Disable GO111MODULE explicitly See merge request gitlab-org/gitaly!1177
2019-04-05Merge branch 'plafoucriere-master-patch-77557' into 'master'Paul Okstad
Use License Management template in CI See merge request gitlab-org/gitaly!1176
2019-04-05Use License Management template in CIPhilippe Lafoucrière
2019-04-05Bump activesupport to 5.0.2.1Stan Hu
This reduces gem duplication in Omnibus GitLab and matches the changes in CE in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/27022.
2019-04-04Merge branch 'gitlab-shell-no-vendor' into 'master'John Cai
Move gitlab-shell out of ruby/vendor See merge request gitlab-org/gitaly!1173
2019-04-04Move gitlab-shell out of ruby/vendorJacob Vosmaer
2019-04-04Merge branch 'zj-remove-dead-gitlab-git-code' into 'master'John Cai
Remove dead gitlab git code See merge request gitlab-org/gitaly!1178
2019-04-04Merge branch 'upstream-mr-changelog' into 'master'John Cai
Refer to changelog in upstream MR template See merge request gitlab-org/gitaly!1181
2019-04-04Refer to changelog in upstream MR templateJacob Vosmaer
2019-04-04Bump gitlab-markup to 1.7.0Stan Hu
This matches the version bump in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/26246. We need to make sure the same versions are used to save space and to ensure any patches applied in Omnibus get applied to the right version.
2019-04-04Bump sentry-raven to 2.9.0Stan Hu
This matches the version bump in GitLab CE and reduces gem duplication in Omnibus GitLab.
2019-04-04Remove dead code in Gitlab::Git::RepositoryZeger-Jan van de Weg
2019-04-04Run HEAD pipeline on downstream MRZeger-Jan van de Weg
When the Gitaly version is upgraded at GitLab-CE it would skip the last pipeline. But that pipeline signals better on the MR widget what the state is.
2019-04-04Version 1.32.0v1.32.0Jacob Vosmaer
2019-04-04Remove RawDiffChangeZeger-Jan van de Weg
Was ported in: https://gitlab.com/gitlab-org/gitaly/merge_requests/1026 Now its safe to remove the Ruby implementation.
2019-04-04Remove dead methods from Gitlab::Git::CommitZeger-Jan van de Weg
2019-04-04Remove Gitlab::Git::Branch.findZeger-Jan van de Weg
The code was unused, so I've removed it with the tests it has.
2019-04-04Disable GO111MODULE explicitlyZeger-Jan van de Weg
2019-04-04Remove VersionInfo codeZeger-Jan van de Weg
VersionInfo was used in Ruby to disply the Git version and make assertions on that. For Gitaly, this is handled in the Go part, so it could be removed from the Ruby sidecar.
2019-04-03Merge branch 'vendor-gitlab-shell-433cc96551a6d1f1621f9e10' into 'master'Paul Okstad
Vendor gitlab-shell at 433cc96551a6d1f1621f9e10 See merge request gitlab-org/gitaly!1175
2019-04-03Vendor gitlab-shell at 433cc96551a6d1f1621f9e10Jacob Vosmaer
2019-04-03Merge branch 'remove-test-code' into 'master'Paul Okstad
Remove test dependency in main binaries Closes #1584 See merge request gitlab-org/gitaly!1171
2019-04-03Remove test dependency in main binariesJacob Vosmaer
2019-04-02Version 1.31.0v1.31.0Zeger-Jan van de Weg
2019-04-02Merge branch 'doc-training-6' into 'master'Paul Okstad
Add link to training session 6 See merge request gitlab-org/gitaly!1170