| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix some linting issues | Simon Jürgensmeyer | 2019-07-18 | 1 | -1/+4 |
| * | Correct spelling in help string | Evan Read | 2019-07-17 | 1 | -1/+1 |
| * | Add config() stage for Custom executor management | Tomasz Maczukin | 2019-07-09 | 1 | -0/+4 |
| * | Add custom executor | Kamil Trzciński | 2019-07-08 | 1 | -0/+17 |
| * | changes per mr comments | David Schile | 2019-05-29 | 1 | -1/+1 |
| * | Merge branch 'master' into security-context | David Schile | 2019-05-29 | 1 | -128/+3 |
| |\ | |||||
| | * | Merge branch '4070-remove-deprecated-cache-configuration' into 'master'•••Remove support for deprecated S3 cache configuration Closes #4070 See merge request gitlab-org/gitlab-runner!1367 | Steve Azzopardi | 2019-05-28 | 1 | -96/+2 |
| | |\ | |||||
| | | * | Remove support for deprecated S3 cache configuration | Tomasz Maczukin | 2019-05-28 | 1 | -96/+2 |
| | * | | Remove support for deprecated metrics_server setting | Tomasz Maczukin | 2019-05-23 | 1 | -16/+0 |
| | |/ | |||||
| | * | Refactor k8s executor to use helperimage package•••The Kubernetes executor is using the same logic to build the helper image tag, which is just duplicated from the docker executor, start using the helperimage to use the same implementation. | Steve Azzopardi | 2019-04-23 | 1 | -16/+1 |
| | * | Typo: varialbes -> variables | Sergio Oller | 2019-04-17 | 1 | -1/+1 |
| * | | ran go fmt | Dave Schile | 2019-04-19 | 1 | -5/+5 |
| * | | doc and pointers in struct | David Schile | 2019-04-19 | 1 | -4/+24 |
| * | | Merge branch 'master' into security-context | David Schile | 2019-04-05 | 1 | -7/+14 |
| |\| | |||||
| | * | Merge branch 'allow-to-disable-debug-tracing' into 'master'•••Allow to disable debug tracing See merge request gitlab-org/gitlab-runner!1286 | Steve Azzopardi | 2019-04-04 | 1 | -0/+2 |
| | |\ | |||||
| | | * | Allow to disable CI_DEBUG_TRACE support from the configuration file | Tomasz Maczukin | 2019-03-28 | 1 | -0/+2 |
| | * | | Remove commands/register.go changes as they are unneeded | Kamil Trzciński | 2019-04-03 | 1 | -1/+1 |
| | * | | Add custom clone path for the build•••When the user specifies `GIT_CLONE_PATH` environment variable inside of the `.gitlab-ci.yml` if the path is valid it is used to clone and build. `GIT_CLONE_PATH` takes precedence over the configured build dir and the default build dir. Closes #2211 | Steve Azzopardi | 2019-04-03 | 1 | -7/+12 |
| * | | | misnamed struct | David Schile | 2019-03-26 | 1 | -37/+37 |
| * | | | merged security-context | David Schile | 2019-03-26 | 1 | -7/+7 |
| |\ \ \ | |||||
| | * | | | fixed merge of config | Dave Schile | 2019-01-09 | 1 | -36/+1 |
| | * | | | merged upstream master and fixed node tolerations conflict | Dave Schile | 2019-01-09 | 1 | -1/+65 |
| | |\ \ \ | |||||
| | * | | | | corrections per merge request. | Dave Schile | 2018-12-29 | 1 | -43/+43 |
| * | | | | | merged current master | David Schile | 2019-03-26 | 1 | -16/+64 |
| |\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| | | |||||
| | * | | | Remove unnecessary log alias for logrus inport•••Some time ago [we had a discussion](https://gitlab.com/gitlab-org/gitlab-runner/merge_requests/934#note_91891281) about why we're aliasing some of the imports of `github.com/sirupsen/logrus` package with a `log` alias. At that moment we've been doing that in 17 from 68 cases when logrus was imported in Runners codebase. The conclusion was this aliasing is unnecessary, because: - we relay on logrus interface so much that moving to another logging library will be not so simple as switching the import name; - we're totally not consistent in the alias usage which makes the code even more messy. Three GitLab Runner maintainers agreeded hat there is no reason to use the aliasing and that we should just use `logrus` everywhere. But no action was don since then. The cleanup was left for a future. Unfortunately, because GitLab Runner is one of our biggest projects in Go, for some people it becomes a source of suggestions of how certain things should be handled. For example here is a discussion in a new project that creates a go-based tool for our Serverless integration: https://gitlab.com/gitlab-org/gitlabktl/merge_requests/9#note_152472275 The most important statement is: > perhaps we could leave it as is since it is how we are exposing logrus in the runner project Because we already know that it should be changed and others start to look on Runner's code to find good patterns, let's finally cleanup the `log` aliasing mess. | Tomasz Maczukin | 2019-03-21 | 1 | -13/+13 |
| | | |/ | |/| | |||||
| | * | | Document creation of Docker volumes passed with docker exec --docker-volumes ... | Karl-Philipp Richter | 2019-02-17 | 1 | -1/+1 |
| | * | | Merge branch 'fix-typo-in-k8s-executor-configuration-options-description' int...•••Fix a typo in the description of the configuration option See merge request gitlab-org/gitlab-runner!1205 | Steve Azzopardi | 2019-02-15 | 1 | -1/+1 |
| | |\ \ | |||||
| | | * | | Fix a typo in the description of the configuration option | Tomasz Maczukin | 2019-02-15 | 1 | -1/+1 |
| | * | | | feat(parallels): allow the timeserver to be customizable | Max Wittig | 2019-02-11 | 1 | -0/+1 |
| | |/ / | |||||
| | * / | Prevent Executors from modifying Runner configuration | St. John Johnson | 2019-01-23 | 1 | -0/+18 |
| | |/ | |||||
| | * | Move node tolerations format helper to config object | Chris Hoffman | 2019-01-08 | 1 | -0/+28 |
| | * | Add note that only one toleration can be supplied through environment variables | Chris Hoffman | 2018-12-31 | 1 | -1/+1 |
| | * | Add env variable pass through of kubernetes node selector | Chris Hoffman | 2018-12-21 | 1 | -1/+1 |
| | * | Add node taint tolerations to kubernetes executor | Chris Hoffman | 2018-12-21 | 1 | -0/+1 |
| * | | Merge branch 'master' into security-context | Dave Schile | 2018-12-12 | 1 | -34/+41 |
| |\| | |||||
| | * | Add OomKillDisable option to Docker executor | Marko Petric | 2018-10-08 | 1 | -0/+5 |
| | * | Merge branch 'support-json-logging' into 'master'•••Support json logging Closes #2406 and #3336 See merge request gitlab-org/gitlab-runner!1020 | Tomasz Maczukin | 2018-10-04 | 1 | -0/+1 |
| | |\ | |||||
| | | * | Handle log configuration via config.toml file | Tomasz Maczukin | 2018-10-03 | 1 | -0/+1 |
| | * | | Allow disabling docker entrypoint overwrite | Daniel Juarez | 2018-10-01 | 1 | -34/+35 |
| | |/ | |||||
| * | | conform to snake case toml keys | David Schile | 2018-09-28 | 1 | -6/+6 |
| * | | Update config.go to remove typo in RunAsGroup | David Schile | 2018-09-28 | 1 | -1/+1 |
| * | | qa and gofmt fixes | David Schile | 2018-09-28 | 1 | -41/+41 |
| * | | adding in security context config | David Schile | 2018-09-27 | 1 | -6/+6 |
| * | | add security context structs | David Schile | 2018-09-24 | 1 | -35/+44 |
| |/ | |||||
| * | Clenup env, cli-options and deprecations of cache settings | Tomasz Maczukin | 2018-09-11 | 1 | -12/+135 |
| * | Add few TODOs to mark things that should be cleaned in 12.0 | Tomasz Maczukin | 2018-09-06 | 1 | -3/+5 |
| * | Introduce GCS cache support | Tomasz Maczukin | 2018-09-04 | 1 | -10/+39 |
| * | CI Web Terminal | Francisco Javier López 🌴 On vacation; back on August 22th! | 2018-08-14 | 1 | -3/+21 |
| * | Log 'metrics_server' deprecation not only when the setting is used | Tomasz Maczukin | 2018-06-21 | 1 | -1/+3 |
| * | Start rename of "metrics server" config | Ben Kochie | 2018-05-15 | 1 | -9/+21 |
