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
2021-02-03Drop hard dependency on licensee gem in Gitaly gemspecStan Hu
This doesn't actually block GitLab from upgrading Gitaly since gitaly-ruby is shipped with a bump in GITALY_SERVER_VERSION, not the Ruby gem version.
2021-02-03ruby: Upgrade to Rugged 1.0.1Stan Hu
With v1.0, libgit2 released its first stable major version since forever and as Rugged follows the same versioning scheme, it also released v1.0 of the Gem. This caused us to be blocked on upgrading libgit2/Rugged as some of our dependencies were depending on ~>0.28. The two last dependencies which did depend on that are licensee and gitlab-gollum-lib. While the latter has a new Gem pushed which now depends on ~>1.0 of rugged, licensee didn't yet release a new version but has the fix on its master branch. This commit here thus upgrades both Gems, which allows us to finally make use of rugged v1.0 and later.
2019-08-07Publish Ruby stubs as 'gitaly' gemJacob Vosmaer
2017-07-27Remove gitaly.gemspec, moved to gitaly-protoJacob Vosmaer
2017-02-07Fix gemspec to work correctly as a gemAlejandro Rodríguez
2017-01-26Put gitaly.gemspec in the root directoryJacob Vosmaer
This allows Bundler to fetch development versions of the 'gitaly' gem using git: directives.