| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | authConfigs can not be nil because it is created using make above. | Alexander Kutelev | 2019-08-06 | 1 | -4/+0 |
| * | Fix some linting issues | Simon Jürgensmeyer | 2019-07-18 | 3 | -6/+10 |
| * | Add config() stage for Custom executor management | Tomasz Maczukin | 2019-07-09 | 7 | -11/+273 |
| * | Add custom executor | Kamil Trzciński | 2019-07-08 | 26 | -1/+1960 |
| * | Fix typo in AuthConfigSourceNameUserVariable | Cody West | 2019-06-28 | 1 | -1/+1 |
| * | Dynamically create information about authConfigs source•••(cherry picked from commit 6bff914ece7ee738d0831fdc2b5c2ea0f0245490) | Tomasz Maczukin | 2019-06-28 | 1 | -34/+32 |
| * | Clean up Docker authConfig code•••Apply suggestions from review process. Use array of structs, with a new authConfigResolver type for the functions. | Cody West | 2019-06-27 | 1 | -13/+31 |
| * | Add trace entry for authConfig•••For the purposes of understanding which authentication is being used, I have modified the getAuthConfig method to indicate which method returned non-nil. | Cody West | 2019-06-26 | 1 | -12/+13 |
| * | Wrap submodule command with a string•••Upgrading to Git 2.22, breaks the scenario when you have a Git repository with submodules and `GIT_SUBMODULE_STRATEGY` is set to `recursive`. The command `git submodule foreach --recursive git clean -ffxd` is build and this works fine in Git <2.21 but in Git 2.22 it fails with the following error `error: unknown switch `f'` the reason for this is because Git seems to be thinking that `-ffxd` is a flag for `git submodule` and not for `git clean`. Wrapping the commands with single quotes to fix this issue. | Steve Azzopardi | 2019-06-12 | 1 | -0/+37 |
| * | Merge branch 'update-log-fields' into 'master'•••Update some logrus fields used in Runner logs See merge request gitlab-org/gitlab-runner!1405 | Steve Azzopardi | 2019-06-06 | 1 | -1/+1 |
| |\ | |||||
| | * | Update some logrus fields used in Runner logs | Tomasz Maczukin | 2019-06-05 | 1 | -1/+1 |
| * | | Merge branch 'cleanup' into 'master'•••Numerous typos were fixed. Some unused constants, variables and arguments were removed. See merge request gitlab-org/gitlab-runner!1258 | Tomasz Maczukin | 2019-06-05 | 1 | -8/+0 |
| |\ \ | |/ |/| | |||||
| | * | Numerous typos were fixed. Some unused constants, variables and arguments wer... | Alexander Kutelev | 2019-03-25 | 1 | -8/+0 |
| * | | Merge branch 'make-volumes-to-work-on-linux-docker-on-windows' into 'master'•••Make volumes to work on linux docker on windows Closes #4251 See merge request gitlab-org/gitlab-runner!1363 | Tomasz Maczukin | 2019-06-01 | 20 | -213/+204 |
| |\ \ | |||||
| | * | | Make volumes to work on Linux Containers for Windows | Kamil Trzciński | 2019-05-29 | 20 | -213/+204 |
| * | | | Fix Typos | Yoginth | 2019-05-31 | 2 | -2/+2 |
| * | | | Merge branch '4294-make-windows-volume-case-insensitive' into 'master'•••Fix case sensitivity for windows volumes Closes #4294 See merge request gitlab-org/gitlab-runner!1389 | Tomasz Maczukin | 2019-05-30 | 3 | -4/+8 |
| |\ \ \ | |||||
| | * | | | Use regexp for case insensitiveness | Kamil Trzciński | 2019-05-30 | 2 | -5/+4 |
| | * | | | Update default build/cache dir for windows•••For every volume spec we are doing strings.ToLower so it's nice for it to be consistent through the code. | Steve Azzopardi | 2019-05-29 | 1 | -2/+2 |
| | * | | | Fix case sensitivity for windows volumes•••In https://gitlab.com/gitlab-org/gitlab-runner/merge_requests/1381 we removed the strings.ToLower for volumes for both Windows & Linux, since Linux is case-sensative. Windows is not case-sensative and even Docker follows this in https://github.com/moby/moby/blob/b1239f0a9f5acb08436d7c97092b3e0f5e75fcaa/volume/mounts/windows_parser.go#L82-L94 so it's wise to follow the same thing only for Windows. `C:\builds` should be considered a valid volume but it's not in this case. | Steve Azzopardi | 2019-05-29 | 2 | -3/+8 |
| | |/ / | |||||
| * | | | 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 | 2 | -0/+36 |
| |\ \ \ | |||||
| | * | | | Merge branch 'master' into security-context | David Schile | 2019-05-29 | 38 | -700/+4869 |
| | |\| | | |||||
| | * | | | changes per comments | David Schile | 2019-04-19 | 2 | -23/+5 |
| | * | | | merged upstream master | David Schile | 2019-04-19 | 5 | -12/+126 |
| | |\ \ \ | |||||
| | * \ \ \ | Merge branch 'master' into security-context | David Schile | 2019-04-05 | 12 | -41/+275 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | merged security-context | David Schile | 2019-03-26 | 2 | -4/+22 |
| | |\ \ \ \ \ | |||||
| | | * \ \ \ \ | merged upstream master and fixed node tolerations conflict | Dave Schile | 2019-01-09 | 3 | -6/+68 |
| | | |\ \ \ \ \ | |||||
| | | * | | | | | | corrections per merge request. | Dave Schile | 2018-12-29 | 2 | -4/+22 |
| | * | | | | | | | merged current master | David Schile | 2019-03-26 | 16 | -208/+643 |
| | |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | / | | | |_|_|_|/ | | |/| | | | | |||||
| | * | | | | | | Merge branch 'master' into security-context | Dave Schile | 2018-12-12 | 15 | -68/+1109 |
| | |\ \ \ \ \ \ | |||||
| | * | | | | | | | qa and gofmt fixes | David Schile | 2018-09-28 | 2 | -12/+12 |
| | * | | | | | | | fix test pointer | David Schile | 2018-09-27 | 1 | -4/+4 |
| | * | | | | | | | cast as int64 | David Schile | 2018-09-27 | 1 | -3/+3 |
| | * | | | | | | | more docs | David Schile | 2018-09-27 | 1 | -4/+4 |
| | * | | | | | | | fix tests | David Schile | 2018-09-27 | 1 | -6/+4 |
| | * | | | | | | | added docs and namespace in tests | David Schile | 2018-09-27 | 1 | -0/+1 |
| | * | | | | | | | adding in security context config | David Schile | 2018-09-27 | 2 | -8/+34 |
| | * | | | | | | | add security context structs | David Schile | 2018-09-24 | 1 | -0/+11 |
| * | | | | | | | | 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 | -44/+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 | -44/+0 |
| * | | | | | | | | Merge branch '4013-remove-old-docker-helper-image-commands' into 'master'•••Remove old docker helper image commands Closes #4013 See merge request gitlab-org/gitlab-runner!1373 | Tomasz Maczukin | 2019-05-28 | 6 | -249/+56 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Remove usage of old helper image commands•••The bash scripts are deprecated and only used when someone specified a `helper_image` in `[runners.docker]`. In 12.0 we are going to remove any support for the old bash scripts in favor of the new Go commands. The new Go commands were introduced for https://gitlab.com/gitlab-org/gitlab-runner/issues/3755 for the following merge requests: - https://gitlab.com/gitlab-org/gitlab-runner/merge_requests/1195 - https://gitlab.com/gitlab-org/gitlab-runner/merge_requests/1201 - https://gitlab.com/gitlab-org/gitlab-runner/merge_requests/1218 Update `TestDockerCommandWithHelperImageConfig` to use one of the latest image that has the new commands, since the tag that is being used does not have the new commands which leads into a build failure. closes https://gitlab.com/gitlab-org/gitlab-runner/issues/4013 | Steve Azzopardi | 2019-05-28 | 6 | -249/+56 |
| * | | | | | | | | | Merge branch '4276-z-mode-not-longer-valid-for-volume-mounting' into 'master'•••Fix support for SELinux volume mounts & case sensitivity Closes #4269 and #4276 See merge request gitlab-org/gitlab-runner!1381 | Tomasz Maczukin | 2019-05-28 | 4 | -4/+27 |
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | |||||
| | * | | | | | | | | Fix SELinux volume mounting•••The regex does not match the following specification `/src:/dst:Z|z` which is a legit specification for SELinux https://docs.docker.com/storage/bind-mounts/#configure-the-selinux-label both `Z` and `z` mean different things and have a different meaning to the case sensitivity is important. closes https://gitlab.com/gitlab-org/gitlab-runner/issues/4276 | Steve Azzopardi | 2019-05-28 | 2 | -1/+17 |
| | * | | | | | | | | Fix volume mounting for case sensitivity•••Both for the volume spec and the setting up the Volume itself the string is being all lowered case which causes the following issues: 1. When directory has lower/upper case characters 1. When using the Z mode for SELinux https://docs.docker.com/storage/bind-mounts/#configure-the-selinux-label closes https://gitlab.com/gitlab-org/gitlab-runner/issues/4269 | Steve Azzopardi | 2019-05-27 | 3 | -3/+10 |
| * | | | | | | | | | 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 | 2 | -94/+2 |
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | |||||
| | * | | | | | | | | Remove support for deprecated entrypoint configuration for K8S | Tomasz Maczukin | 2019-05-27 | 2 | -94/+2 |
| | |/ / / / / / / | |||||
| * | | | | | | | | Merge branch 'fix-4253-created-logging-attribute-overloading' into 'master'•••Update logging key for Docker Machine Closes #4253 See merge request gitlab-org/gitlab-runner!1361 | Steve Azzopardi | 2019-05-24 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Rename 'created' to 'lifetime' when logging about a machine. Fixes #4253 | Craig Miskell | 2019-05-22 | 1 | -1/+1 |
| * | | | | | | | | | Merge branch 'make-docker-windows-to-work-only-on-windows' into 'master'•••Limit `docker-windows` to Windows Closes #4255 See merge request gitlab-org/gitlab-runner!1362 | Tomasz Maczukin | 2019-05-24 | 2 | -49/+50 |
| |\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | |||||
