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-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
2016-12-10Fix build parameters and ignore generated binaries on gitAlejandro Rodríguez
2016-12-08Adapt Makefile test recipe to work on CIAhmad Sherif
2016-12-07Implement a client to forward git commands to a serverAhmad Sherif
2016-12-02Fix make test so it does not ignore test failuresAhmad Sherif
2016-11-29Add makefile for testsPablo Carranza
2016-11-29Add makefile to build the whole thingPablo Carranza