summaryrefslogtreecommitdiff
path: root/main.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add custom executorKamil Trzciński2019-07-081-0/+1
* Colored output failed on Windows machines - fixed now.•••GitLab Runner terminal output failed to output color codes on Windows machines. Instead, code gibberish was output. This merge request fixes color output on Windows machines. Axel D2019-04-021-0/+1
* Move logging helpers and configuration to dedicated packageTomasz Maczukin2018-10-031-1/+3
* Refactor logrus configurationTomasz Maczukin2018-10-031-7/+6
* Allow to set JSON formatter for logrusTomasz Maczukin2018-09-261-1/+1
* Introduce GCS cache supportTomasz Maczukin2018-09-041-0/+2
* Detect possible misplaced boolean on command lineAlessio Caiazza2018-06-201-0/+1
* sed 's/Sirupsen\/logrus/sirupsen\/logrus/g'Alessio Caiazza2018-02-231-1/+1
* Rename 2nd iteration: rename importsTomasz Maczukin2017-09-111-13/+13
* Swap codegangsta for urfaveZeger-Jan van de Weg2017-08-221-1/+1
* Update maintainers information to GitLab Inc. and support@gitlab.comTomasz Maczukin2017-02-221-3/+3
* Rebase onto latest gitlab-runner. Rewrite more cleanlyJames Munnelly2016-08-171-0/+1
* Refactor common/versionTomasz Maczukin2016-07-121-16/+2
* Merge branch 'zombie' into 'master' ••• Fix zombie issue by using dumb-init Fix: #1081, #1167 and #1119 Need some testing, but seems to work. I have only done a few builds yet, so need to do some more, before I can confirm it fix the issue. See merge request !180Kamil Trzciński2016-07-111-5/+0
|\
| * Revert "Add go-reaper to make gitlab-runner to act as init 1 process fixing z...•••This reverts commit c308176ca2dc91b861903b6bb0cf6908eb46b003. Kristian Klausen2016-05-301-5/+0
* | Restore valid version info in --help messageTomasz Maczukin2016-06-081-0/+1
|/
* Add branch name to the version infoTomasz Maczukin2016-05-141-0/+2
* Refactor version printingTomasz Maczukin2016-05-091-2/+1
* Set BUILT in Makefile on compile timeTomasz Maczukin2016-05-071-0/+2
* Add runtime platform logging in debug modeTomasz Maczukin2016-04-101-0/+1
* Fix home environment variableKamil Trzcinski2016-02-191-0/+1
* Introduce docker-machine support to automatically spin-up nodesKamil Trzcinski2016-02-081-0/+1
* Make lint happy (serious name refactoring)Kamil Trzcinski2016-02-061-1/+1
* Add CPU profile optionKamil Trzcinski2016-02-061-0/+1
* Added nicer text formatting when running from command lineKamil Trzcinski2016-01-221-0/+3
* Fix regression with missing internal commandsKamil Trzcinski2016-01-171-3/+4
* Rename vbox to virtualbox•••This also changed the env vars from VBOX_BASE_NAME to VIRTUALBOX_BASE_NAME Daniel Widerin2016-01-161-1/+1
* added initial support for virtual box executorMatthew Cillo2016-01-161-0/+1
* Add go-reaper to make gitlab-runner to act as init 1 process fixing zombie issue•••It will be live in 1.0. Fixes https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/issues/989 Kamil Trzcinski2016-01-141-0/+5
* Panic during registration making it possible to automatically delete (cleanup...Kamil Trzcinski2015-11-201-3/+13
* Be strict about code formatting: use go fmt to check thatKamil Trzcinski2015-11-201-3/+3
* Fail if command is not foundKamil Trzcinski2015-11-171-2/+9
* Use -ldflags for versioningKamil Trzcinski2015-09-171-0/+10
* Change import order in main.go, fixes #169Matthias Loibl2015-09-051-1/+1
* Move debug and log-level cli flags to helpers/cliKamil Trzcinski2015-08-281-31/+2
* Use log-level set to info, but also make `Checking for builds: nothing` being...Kamil Trzcinski2015-06-221-1/+1
* Change default log level to warningKamil Trzcinski2015-05-181-1/+1
* Change github.com/ayufan/gitlab-ci-multi-runner to gitlab.com/gitlab-org/gitl...Kamil Trzcinski2015-05-031-7/+7
* Change "GitLab-CI Multi-purpose Runner" to "GitLab Runner"Kamil Trzcinski2015-05-031-1/+1
* Move version stringKamil Trzcinski2015-05-021-2/+3
* Use kardianos/service moduleKamil Trzcinski2015-03-271-5/+2
* Added abstraction over shell script - it allows to add support for multiple s...Kamil Trzcinski2015-03-271-0/+1
* Added Parallels executorKamil Trzcinski2015-02-121-0/+1
* Refactor sourcesKamil Trzcinski2015-02-121-2/+56
* WIPKamil Trzcinski2015-01-251-64/+2
* Initial commitKamil Trzcinski2015-01-251-0/+71