| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Removed suspicious condition which is always true. | Alexander Kutelev | 2019-08-05 | 1 | -4/+2 |
| * | Fix some linting issues | Simon Jürgensmeyer | 2019-07-18 | 2 | -4/+5 |
| * | 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 | 4 | -4/+41 |
| * | Add missing test cases for s3 IAM checks•••ShouldUseIAMCredentials checks if any of the fields are empty if one of them is empty it will return true. Most test cases are missing, the only thing tested is when all fields are empty. In https://gitlab.com/gitlab-org/gitlab-runner/merge_requests/1365#note_183850614 a change was made that would have broken the check but CI did not catch this. | Steve Azzopardi | 2019-06-21 | 1 | -0/+101 |
| * | Merge branch 'store-traces-on-disk' into 'master'•••Store traces on disk See merge request gitlab-org/gitlab-runner!1315 | Tomasz Maczukin | 2019-05-31 | 2 | -3/+10 |
| |\ | |||||
| | * | Store temporary traces on disk | Kamil Trzciński | 2019-04-25 | 2 | -8/+26 |
| * | | Merge branch 'security-context' into 'master'•••Allow configuration of Pod Security Context by Kubernetes Exeutor See merge request gitlab-org/gitlab-runner!1036 | Tomasz Maczukin | 2019-05-30 | 1 | -36/+65 |
| |\ \ | |||||
| | * | | changes per mr comments | David Schile | 2019-05-29 | 1 | -1/+1 |
| | * | | Merge branch 'master' into security-context | David Schile | 2019-05-29 | 7 | -310/+52 |
| | |\ \ | |||||
| | * | | | ran go fmt | Dave Schile | 2019-04-19 | 1 | -5/+5 |
| | * | | | doc and pointers in struct | David Schile | 2019-04-19 | 1 | -4/+24 |
| | * | | | merged upstream master | David Schile | 2019-04-19 | 7 | -111/+74 |
| | |\ \ \ | |||||
| | * \ \ \ | Merge branch 'master' into security-context | David Schile | 2019-04-05 | 4 | -30/+430 |
| | |\ \ \ \ | |||||
| | * | | | | | 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 | 5 | -12/+340 |
| | | |\ \ \ \ \ | |||||
| | | * | | | | | | corrections per merge request. | Dave Schile | 2018-12-29 | 1 | -43/+43 |
| | * | | | | | | | merged current master | David Schile | 2019-03-26 | 16 | -131/+646 |
| | |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | |||||
| | * | | | | | | | Merge branch 'master' into security-context | Dave Schile | 2018-12-12 | 7 | -52/+361 |
| | |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | | 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 |
| * | | | | | | | | | Merge branch '4069-remove-support-for-old-clone-fetch-methods' into 'master'•••Remove deprecated clone/fetch command Closes #4069 See merge request gitlab-org/gitlab-runner!1372 | Tomasz Maczukin | 2019-05-30 | 1 | -10/+0 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | Remove deprecated clone/fetch command•••GitLab Runner now requires Refspec information in the job response to clone the project which is sent from a GitLab instance that is running version %11.9+. If Refspec is not present a fallback to the deprecated commands was done. closes https://gitlab.com/gitlab-org/gitlab-runner/issues/4069 | Steve Azzopardi | 2019-05-24 | 1 | -10/+0 |
| * | | | | | | | | | | Add configuration of access_level for runners on registration•••Allow setting access_level of new runner to not_protected (default) or ref_protected Minor update to relevant docs and tests See https://gitlab.com/gitlab-org/gitlab-runner/issues/3186 | zelin-l | 2019-05-29 | 1 | -0/+1 |
| | |_|_|_|_|_|_|/ / |/| | | | | | | | | |||||
| * | | | | | | | | | 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 | 2 | -240/+2 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | Remove support for deprecated S3 cache configuration | Tomasz Maczukin | 2019-05-28 | 2 | -240/+2 |
| | |/ / / / / / / / | |||||
| * | | | | | | | | | Merge branch '4073-remove-deprecated-k8s-entrypoint-ff' into 'master'•••Remove support for deprecated entrypoint configuration for K8S Closes #4073 See merge request gitlab-org/gitlab-runner!1369 | Steve Azzopardi | 2019-05-28 | 1 | -4/+4 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | Remove support for deprecated entrypoint configuration for K8S | Tomasz Maczukin | 2019-05-27 | 1 | -4/+4 |
| | |/ / / / / / / / | |||||
| * / / / / / / / / | Remove support for deprecated metrics_server setting | Tomasz Maczukin | 2019-05-23 | 1 | -16/+0 |
| |/ / / / / / / / | |||||
| * | | | | | | | | Added service proxy to the kubernetes executor•••In this commit we add new session endpoint like `/proxy/buildOrService/port/requestedURI`. Through this endpoint we will be able to proxy requests to services running inside each service container. At the moment only the kubernetes executor implements this new functionality | Francisco Javier López | 2019-05-23 | 2 | -0/+13 |
| * | | | | | | | | Update mocks•••We again have some of our mocks not aligned with what mockery autogenerates. This MR updates all affected **existing** mocks, so calling `make mocks` will not have side effects in specific MRs. | Tomasz Maczukin | 2019-05-06 | 1 | -5/+16 |
| * | | | | | | | | Add support for PowerShell for helper image•••A default command is passed to the helper image container when it starts, since it's specific to Linux it take in consideration which OS is being used. The helperimage package now also controls the command that are used by default. | Steve Azzopardi | 2019-05-04 | 1 | -7/+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 |
| * | | | | | | | | Prepare single source of thruth for defined feature flags | Tomasz Maczukin | 2019-04-19 | 1 | -22/+16 |
| | |_|_|_|_|/ / |/| | | | | | | |||||
| * | | | | | | | Merge branch 'add-ff-for-builds-dir' into 'master'•••Allow to use FF to configure `/builds` folder See merge request gitlab-org/gitlab-runner!1319 | Steve Azzopardi | 2019-04-18 | 1 | -0/+2 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Allow to configure FF using config.toml | Kamil Trzciński | 2019-04-18 | 1 | -1/+1 |
| | * | | | | | | | Allow to use FF to configure `/builds` folder | Kamil Trzciński | 2019-04-18 | 1 | -0/+2 |
| * | | | | | | | | Allow to configure FF using config.toml | Kamil Trzciński | 2019-04-18 | 2 | -1/+35 |
| |/ / / / / / / | |||||
| * | | | | | | | Merge branch 'patch-3' into 'master'•••Typo: varialbes -> variables See merge request gitlab-org/gitlab-runner!1316 | Steve Azzopardi | 2019-04-18 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Typo: varialbes -> variables | Sergio Oller | 2019-04-17 | 1 | -1/+1 |
| | | |_|_|_|_|/ | |/| | | | | | |||||
| * | | | | | | | Merge branch 'cleanup-feature-flags-mess' into 'master'•••Cleanup feature flags mess See merge request gitlab-org/gitlab-runner!1312 | Steve Azzopardi | 2019-04-17 | 1 | -4/+8 |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| | * | | | | | | Use consts and define explicitly default values for all FFs | Tomasz Maczukin | 2019-04-17 | 1 | -4/+8 |
| * | | | | | | | Optimise trace handling•••This makes all traces to be send in chunks and to only use incremental sending endpoint. This makes GitLab Runner to efficiently append traces in small chunks, and to not resend unless explicitly requested. | Kamil Trzciński | 2019-04-16 | 4 | -96/+8 |
| |/ / / / / / | |||||
| * | | | | | | Merge branch '4123-ci-cd-updating-initializing-submodules-does-not-do-a-lfs-p...•••Fix git lfs not getting submodule objects Closes #4123 See merge request gitlab-org/gitlab-runner!1298 | Tomasz Maczukin | 2019-04-09 | 1 | -0/+15 |
| |\ \ \ \ \ \ | |||||
