| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add custom executor | Kamil Trzciński | 2019-07-08 | 1 | -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 D | 2019-04-02 | 1 | -0/+1 |
| * | Move logging helpers and configuration to dedicated package | Tomasz Maczukin | 2018-10-03 | 1 | -1/+3 |
| * | Refactor logrus configuration | Tomasz Maczukin | 2018-10-03 | 1 | -7/+6 |
| * | Allow to set JSON formatter for logrus | Tomasz Maczukin | 2018-09-26 | 1 | -1/+1 |
| * | Introduce GCS cache support | Tomasz Maczukin | 2018-09-04 | 1 | -0/+2 |
| * | Detect possible misplaced boolean on command line | Alessio Caiazza | 2018-06-20 | 1 | -0/+1 |
| * | sed 's/Sirupsen\/logrus/sirupsen\/logrus/g' | Alessio Caiazza | 2018-02-23 | 1 | -1/+1 |
| * | Rename 2nd iteration: rename imports | Tomasz Maczukin | 2017-09-11 | 1 | -13/+13 |
| * | Swap codegangsta for urfave | Zeger-Jan van de Weg | 2017-08-22 | 1 | -1/+1 |
| * | Update maintainers information to GitLab Inc. and support@gitlab.com | Tomasz Maczukin | 2017-02-22 | 1 | -3/+3 |
| * | Rebase onto latest gitlab-runner. Rewrite more cleanly | James Munnelly | 2016-08-17 | 1 | -0/+1 |
| * | Refactor common/version | Tomasz Maczukin | 2016-07-12 | 1 | -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 !180 | Kamil Trzciński | 2016-07-11 | 1 | -5/+0 |
| |\ | |||||
| | * | Revert "Add go-reaper to make gitlab-runner to act as init 1 process fixing z...•••This reverts commit c308176ca2dc91b861903b6bb0cf6908eb46b003. | Kristian Klausen | 2016-05-30 | 1 | -5/+0 |
| * | | Restore valid version info in --help message | Tomasz Maczukin | 2016-06-08 | 1 | -0/+1 |
| |/ | |||||
| * | Add branch name to the version info | Tomasz Maczukin | 2016-05-14 | 1 | -0/+2 |
| * | Refactor version printing | Tomasz Maczukin | 2016-05-09 | 1 | -2/+1 |
| * | Set BUILT in Makefile on compile time | Tomasz Maczukin | 2016-05-07 | 1 | -0/+2 |
| * | Add runtime platform logging in debug mode | Tomasz Maczukin | 2016-04-10 | 1 | -0/+1 |
| * | Fix home environment variable | Kamil Trzcinski | 2016-02-19 | 1 | -0/+1 |
| * | Introduce docker-machine support to automatically spin-up nodes | Kamil Trzcinski | 2016-02-08 | 1 | -0/+1 |
| * | Make lint happy (serious name refactoring) | Kamil Trzcinski | 2016-02-06 | 1 | -1/+1 |
| * | Add CPU profile option | Kamil Trzcinski | 2016-02-06 | 1 | -0/+1 |
| * | Added nicer text formatting when running from command line | Kamil Trzcinski | 2016-01-22 | 1 | -0/+3 |
| * | Fix regression with missing internal commands | Kamil Trzcinski | 2016-01-17 | 1 | -3/+4 |
| * | Rename vbox to virtualbox•••This also changed the env vars from VBOX_BASE_NAME to VIRTUALBOX_BASE_NAME | Daniel Widerin | 2016-01-16 | 1 | -1/+1 |
| * | added initial support for virtual box executor | Matthew Cillo | 2016-01-16 | 1 | -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 Trzcinski | 2016-01-14 | 1 | -0/+5 |
| * | Panic during registration making it possible to automatically delete (cleanup... | Kamil Trzcinski | 2015-11-20 | 1 | -3/+13 |
| * | Be strict about code formatting: use go fmt to check that | Kamil Trzcinski | 2015-11-20 | 1 | -3/+3 |
| * | Fail if command is not found | Kamil Trzcinski | 2015-11-17 | 1 | -2/+9 |
| * | Use -ldflags for versioning | Kamil Trzcinski | 2015-09-17 | 1 | -0/+10 |
| * | Change import order in main.go, fixes #169 | Matthias Loibl | 2015-09-05 | 1 | -1/+1 |
| * | Move debug and log-level cli flags to helpers/cli | Kamil Trzcinski | 2015-08-28 | 1 | -31/+2 |
| * | Use log-level set to info, but also make `Checking for builds: nothing` being... | Kamil Trzcinski | 2015-06-22 | 1 | -1/+1 |
| * | Change default log level to warning | Kamil Trzcinski | 2015-05-18 | 1 | -1/+1 |
| * | Change github.com/ayufan/gitlab-ci-multi-runner to gitlab.com/gitlab-org/gitl... | Kamil Trzcinski | 2015-05-03 | 1 | -7/+7 |
| * | Change "GitLab-CI Multi-purpose Runner" to "GitLab Runner" | Kamil Trzcinski | 2015-05-03 | 1 | -1/+1 |
| * | Move version string | Kamil Trzcinski | 2015-05-02 | 1 | -2/+3 |
| * | Use kardianos/service module | Kamil Trzcinski | 2015-03-27 | 1 | -5/+2 |
| * | Added abstraction over shell script - it allows to add support for multiple s... | Kamil Trzcinski | 2015-03-27 | 1 | -0/+1 |
| * | Added Parallels executor | Kamil Trzcinski | 2015-02-12 | 1 | -0/+1 |
| * | Refactor sources | Kamil Trzcinski | 2015-02-12 | 1 | -2/+56 |
| * | WIP | Kamil Trzcinski | 2015-01-25 | 1 | -64/+2 |
| * | Initial commit | Kamil Trzcinski | 2015-01-25 | 1 | -0/+71 |
