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 (Expand)Author
2019-09-27Migrate gitaly-proto linter from gitaly-protoAlejandro Rodríguez
2019-09-13Add dedicated CI job for deprecation warningsPaul Okstad
2019-08-08Only do smoke test during releaseJacob Vosmaer
2019-07-25Generate embedded Go and Ruby proto stubsJacob Vosmaer
2019-07-08Make git work even harder for usPaul Okstad
2019-06-05Replace govendor with 'go mod'Jacob Vosmaer
2019-04-13Do not build `gitaly-remote` by default.Mateusz Nowotyński
2019-04-04Disable GO111MODULE explicitlyZeger-Jan van de Weg
2019-03-28Prefer local binariesAlessio Caiazza
2019-02-11Add test to ensure ruby functionality w/ proxyAndrew Newdigate
2019-01-11Add vendored gitlab-shell to rspecJacob Vosmaer
2018-10-23Use $(MAKE) when re-invoking makeJacob Vosmaer
2018-10-22Readd prepare-tests to the MakefileZeger-Jan van de Weg
2018-10-16Delete test repos during 'make clean'Jacob Vosmaer
2018-10-16Make Makefile more predictable by bootstrappingJacob Vosmaer
2018-10-16Add unit tests for Blob from gitlab-ce + setup codeAlejandro Rodríguez
2018-10-15Regenerate rubocop configurationZeger-Jan van de Weg
2018-10-05Restore notice checkJacob Vosmaer
2018-10-05Temporarily disable notice checkJacob Vosmaer
2018-09-11Include keep-around and other references in the checksum calculationDouglas Barbosa Alexandre
2018-05-31Remove golint download workaroundJacob Vosmaer
2018-05-15Add gitaly-ruby installation debug log messagesJacob Vosmaer (out of office May 10-14)
2018-04-23Golint hosting problems workaroundJacob Vosmaer (GitLab)
2018-04-19Use gitaly-proto 0.97.0Jacob Vosmaer (GitLab)
2018-04-09Prevent Go 1.10 test cachingJacob Vosmaer
2018-04-06Run Go test suite with '-race' in CIJacob Vosmaer (GitLab)
2018-03-06Make 'make cover' fasterJacob Vosmaer (GitLab)
2018-01-15Skip the ruby-folder for Go testsKim "BKC" Carlbäcker
2018-01-04Add rspec unit and integration testsJacob Vosmaer (GitLab)
2017-12-18Go 1.9 buildAndrew Newdigate
2017-11-27Docker-compose cluster useful for profiling and perfomance testingAndrew Newdigate
2017-11-15Fix `force-ruby-bundle` make target failing for fresh installsAlejandro Rodríguez
2017-11-15Force `bundle install` on `make assemble`Alejandro Rodríguez
2017-11-15Use --deployment flag for bundler and allow overwriting itAlejandro Rodríguez
2017-10-09Use codecov for better code coverage reportingAndrew Newdigate
2017-09-25Add a specific target to install for assemble all the Gitaly runtime componentsAndrew Newdigate
2017-09-22Unexport special GO* variablesAndrew Newdigate
2017-09-01Added megacheck linter and fixed new linting errorsAndrew Newdigate
2017-08-31Update MakefileAndrew Newdigate
2017-08-25Run 'bundle install' if Gemfile changesJacob Vosmaer
2017-08-18Use 'bundle config' for gitaly-ruby in source production installationsJacob Vosmaer (GitLab)
2017-08-15Codeclimate report fixesAndrew Newdigate
2017-08-10Including logging in testsAndrew Newdigate
2017-08-07Use BUNDLE_PATH instead of --path for gitaly-rubyAhmad Sherif
2017-08-04Install gems into vendor/bundleJacob Vosmaer (GitLab)
2017-07-27Provide a way to bypass 'bundle install'Jacob Vosmaer (GitLab)
2017-07-27Closes https://gitlab.com/gitlab-org/gitaly/issues/419Andrew Newdigate
2017-07-27Implement CommitService.CommitLanguagesJacob Vosmaer (GitLab)
2017-07-26Verify imports are correctAndrew Newdigate
2017-07-25Fix testsAndrew Newdigate