- Nov 08, 2019
-
-
Add service definition in config for Kubernetes executor See merge request gitlab-org/gitlab-runner!1476
-
Allow the user to specify services inside of the `config.toml` for the kubernetes executor, for example: ``` [runners.kubernetes] services = ["mysql", "redis:2.8", "postgres:9"] ``` reference #4470
- Nov 07, 2019
-
-
Populate a list of machines with machines that might not yet be persisted on disk Closes #2342 See merge request gitlab-org/gitlab-runner!914
-
- Nov 06, 2019
-
-
Tomasz Maczukin authored
Fix bind propagation for Linux volumes Closes #4494 See merge request gitlab-org/gitlab-runner!1632
-
Add few constants to executors/custom/api See merge request gitlab-org/gitlab-runner!1657
-
Tomasz Maczukin authored
-
Add support for [bind propagations](https://docs.docker.com/storage/bind-mounts/#configure-bind-propagation) GitLab Runner will also parse a volume mount `/src:/dst:ro:rslave` which is not correct format for Docker but for GitLab Runner it is. This is to keep the regex simple and the code overall simple, check !1632 (comment 240079623) for the discussion and rationale. closes #4494
-
- Nov 04, 2019
-
-
Tomasz Maczukin authored
Change config lock to create a separate lock file Closes #4721 and #4691 See merge request gitlab-org/gitlab-runner!1647
-
- Oct 29, 2019
-
-
When creating a lock create a new lock file, for example `config.toml.lock` to prevent `gitlab-runner run` process using the same config file, and fix issues for Windows where there is only exclusive locks (so no other process can even read from it). With this change we still end up allowing users using the same config file when they just mount the `config.toml` file to a Docker container since the lock file is not mounted so we loose that functionality. This is expected and is a more complex thing to fix, which a file lock is not enough, that kind of locking should happen on GitLab coordinator side. closes #4691 #4721
-
Tomasz Maczukin authored
Update Git version for Windows dev environment See merge request gitlab-org/gitlab-runner!1646
-
- Oct 28, 2019
-
-
Fix external Helm documentation links See merge request gitlab-org/gitlab-runner!1644
-
-
Fix tls chain building Closes #4805 See merge request gitlab-org/gitlab-runner!1643
-
Fix tls chain building Closes #4805 See merge request gitlab-org/gitlab-runner!1643
-
- Oct 26, 2019
-
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
-
- Oct 25, 2019
-
-
Update makefile to setup dev dependencies before running tests See merge request gitlab-org/gitlab-runner!1589
-
For the occasional community contributor like myself, this is unbvious to see random tests crashing because the clone is not provided.
-
Fix #4684 for K3s/containerd Closes #4684 See merge request gitlab-org/gitlab-runner!1605
-
- Oct 23, 2019
-
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
Upgrade to alpine 3.10 See merge request gitlab-org/gitlab-runner!1636
-
Tomasz Maczukin authored
Fix golint issues in machine pkg See merge request gitlab-org/gitlab-runner!1641
-
- Oct 22, 2019
-
-
Populate a list of machines with machines that might not yet be persisted on disk.
-
error strings should not be capitalized or end with punctuation or a newline which comes from golint
-
- Oct 21, 2019
-
-
Tomasz Maczukin authored
* 12-4-stable: Update CHANGELOG for v12.4.0 Update CHANGELOG for v12.4.0-rc2 Merge branch 'fix-certificates-chain-generation' into 'master'
-
Tomasz Maczukin authored
Bump DOCKER_MACHINE_VERSION See merge request gitlab-org/gitlab-runner!1595
-
- Oct 18, 2019
-
-
Fix certificates chain generation regression introduced with 12.4.0-rc1 See merge request !1639
-
Fix certificates chain generation regression introduced with 12.4.0-rc1 See merge request gitlab-org/gitlab-runner!1639
-
Tomasz Maczukin authored
-
Evan Read authored
Update redirected link See merge request gitlab-org/gitlab-runner!1637
-