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-12-11Upgrade to Git 2.24Pavlo Strokov
- update Docker base image - extend CI testing matrix Part of: https://gitlab.com/gitlab-org/gitaly/issues/2170
2019-11-15Drop support for Go 1.11jramsay
Closes: https://gitlab.com/gitlab-org/gitaly/issues/2076
2019-07-03Update Git version and remove GitLab-Shell cloneZeger-Jan van de Weg
Our Dockerfile is hardly used, but it does still hold value. This commit bumps the version of the Git package, to a supported version. Also removes the cloned version of GitLab-Shell, as the required parts are absorbed already now.
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-01-11Fix docker source image nameMateusz Nowotyński
It fixes #1431
2018-11-10Upgrade to Ruby 2.5.3Stan Hu
Disable Style/RedundantBegin since we may need to support Ruby 2.4
2018-10-02Remove support for Go 1.9Jacob Vosmaer
2018-05-30Upgrade to Ruby 2.4.4Stan Hu
2018-02-01Update recommended and minimum git versions to 2.14.3 and 2.9.0 respectivelyAlejandro Rodríguez
2017-11-27Docker-compose cluster useful for profiling and perfomance testingAndrew Newdigate