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
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
2017-07-24Drop `go-get-if-missing`Andrew Newdigate
2017-07-21Add coverage to the buildAndrew Newdigate
2017-07-19Change the build process from copying to using symlinksAndrew Newdigate
2017-07-18Version without Build TimeAndrew Newdigate
2017-07-18Perform notice check as part of the `make verify` stageAndrew Newdigate
2017-06-23Makefile: add ".NOTPARALLEL:"Luke Shumaker
2017-06-12Remove cyclic Make dependency on /_buildJacob Vosmaer
2017-05-08Update testdata path in 'make clean'Jacob Vosmaer
2017-03-24Print version upon startupAhmad Sherif
2017-03-24Clone gitlab-test repo only onceAhmad Sherif
2017-03-03Add "make install"Jacob Vosmaer
2017-03-03Break out 'make verify', avoiding it on Go 1.5Jacob Vosmaer
2017-03-03Run tests on Go 1.5, 1.6, 1.7, 1.8Jacob Vosmaer
2017-02-23Merge branch 'notice-check-nuisance' into 'master' Jacob Vosmaer (GitLab)
2017-02-23Only check NOTICE in CI and during releaseJacob Vosmaer
2017-02-22Remove "smart" foreach use in MakefileJacob Vosmaer
2017-02-15Check NOTICE in CIJacob Vosmaer
2017-02-14Rewrite three shell scripts in goJacob Vosmaer
2017-02-14Add script to add missing go cli toolsJacob Vosmaer
2017-02-14LintingAndrew Newdigate
2017-02-14Validate vendor.json in CIJacob Vosmaer
2017-01-25Put _package under _supportJacob Vosmaer
2017-01-14Add "make package" targetJacob Vosmaer
2017-01-05Don't leave stale files in the _build directoryJacob Vosmaer
2017-01-05All code must pass "gofmt -s"Jacob Vosmaer
2016-12-23Prepend ./ on rm -fJacob Vosmaer
2016-12-23Remove "make deps"Jacob Vosmaer
2016-12-23Just build everything in ./cmdJacob Vosmaer
2016-12-21Monitor subcommands executedAlejandro Rodríguez
2016-12-21Add Prometheus metrics servingAlejandro Rodríguez
2016-12-20Rename package to gitalyAhmad Sherif
2016-12-16Use govendor for managing dependenciesAhmad Sherif
2016-12-11Add PHONY to makefile to force build on testPablo Carranza
2016-12-10Add verbose mode to the testingPablo Carranza