- May 29, 2019
-
-
Steve Azzopardi authored
`getLogrusOutput` & `testRegisterCommandRun` are not being used anywhere, the usage for these was removed in https://gitlab.com/gitlab-org/gitlab-runner/merge_requests/1367
-
Steve Azzopardi authored
Remove support for deprecated distributions See merge request gitlab-org/gitlab-runner!1130
-
Steve Azzopardi authored
Minor markdown fixes Closes #4249 See merge request gitlab-org/gitlab-runner!1382
-
- May 28, 2019
-
-
Javier Jardón authored
-
Evan Read authored
Added --system flag information into gitlab-runner install command Closes gitlab-ce#61847 See merge request gitlab-org/gitlab-runner!1378
-
Evan Read authored
-
Steve Azzopardi authored
Remove support for deprecated S3 cache configuration Closes #4070 See merge request gitlab-org/gitlab-runner!1367
-
Tomasz Maczukin authored
Remove old docker helper image commands Closes #4013 See merge request gitlab-org/gitlab-runner!1373
-
Tomasz Maczukin authored
Fix support for SELinux volume mounts & case sensitivity Closes #4269 and #4276 See merge request gitlab-org/gitlab-runner!1381
-
Tomasz Maczukin authored
-
Steve Azzopardi authored
These bash commands are not longer user by GitLab Runner. reference #4013
-
Steve Azzopardi authored
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 authored
Remove support for deprecated entrypoint configuration for K8S Closes #4073 See merge request gitlab-org/gitlab-runner!1369
-
Steve Azzopardi authored
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 authored
Add labels to templates See merge request gitlab-org/gitlab-runner!1375
-
Elliot Rushton authored
-
- May 27, 2019
-
-
Tomasz Maczukin authored
-
Steve Azzopardi authored
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 authored
Remove support for deprecated metrics_server setting Closes #4072 See merge request gitlab-org/gitlab-runner!1368
-
Steve Azzopardi authored
Remove deprecated git clean strategy Closes #4175 See merge request gitlab-org/gitlab-runner!1370
-
- May 26, 2019
-
-
Rubem Mota authored
Added --system flag information into gitlab-runner install command, the information contains the default values and a small description of what this flag does in the install command. fix gitlab-org/gitlab-ce#61847
-
- May 24, 2019
-
-
Achilleas Pipinellis authored
Update docs to refer to Windows Batch deprecation See merge request gitlab-org/gitlab-runner!1371
-
Jason Lenny authored
-
Steve Azzopardi authored
Update logging key for Docker Machine Closes #4253 See merge request gitlab-org/gitlab-runner!1361
-
Tomasz Maczukin authored
Limit `docker-windows` to Windows Closes #4255 See merge request gitlab-org/gitlab-runner!1362
-
Steve Azzopardi authored
add build info for fedora 30 See merge request gitlab-org/gitlab-runner!1353
-
- May 23, 2019
-
-
Tomasz Maczukin authored
-
Jonathan Wilkins authored
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
Implement session endpoint to proxy build services requests Closes #3948 See merge request gitlab-org/gitlab-runner!1170
-
Francisco Javier López authored
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
-
Steve Azzopardi authored
Add feature flag to mounting volumes to services Closes #4260 See merge request gitlab-org/gitlab-runner!1352
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
-