| Commit message (Expand) | Author | Files | Lines |
| 2019-08-07 | Update AWS autoscaling docs•••I'm adding a note about the supported base operating systems for Docker Machine.
| Cody West | 1 | -1/+2 |
| 2019-08-06 | authConfigs can not be nil because it is created using make above. | Alexander Kutelev | 1 | -4/+0 |
| 2019-08-05 | Removed suspicious condition which is always true. | Alexander Kutelev | 1 | -4/+2 |
| 2019-08-05 | Change CI_COMMIT_REF to CI_COMMIT_SHA in docs | Stefan Schmalzhaf | 1 | -9/+9 |
| 2019-08-05 | Add test for <at> and <colon> masking | Zeff Morgan | 1 | -4/+4 |
| 2019-08-02 | Update reference to CI_COMMIT_REF to CI_COMMIT_SHA | Elliot Rushton | 1 | -1/+1 |
| 2019-08-01 | Remove need for externally configured variable | Evan Read | 1 | -0/+1 |
| 2019-07-31 | Update github.com/imdario/mergo version | Tomasz Maczukin | 21 | -59/+969 |
| 2019-07-31 | Add configuration template file support for registration command | Tomasz Maczukin | 2 | -21/+249 |
| 2019-07-31 | Refactor registration command tests | Tomasz Maczukin | 1 | -22/+26 |
| 2019-07-30 | Update test assertion•••We are putting a timeout of 1 millisecond, and the timeout happens it
can be on different part of the http stack, for example reading headers,
reading body which can return two different kind of errors:
`net/http: request canceled while waiting for connection (Client.Timeout
exceeded while awaiting headers)` and `net/http: request canceled
(Client.Timeout)`, we just want to make sure it timed out and not on
what it timed out.
This test causes some flakiness in CI:
- https://gitlab.com/gitlab-org/gitlab-runner/pipelines/73498489
- https://gitlab.com/gitlab-org/gitlab-runner/pipelines/73729522
| Steve Azzopardi | 1 | -1/+1 |
| 2019-07-30 | Prevent running multiple instances of the gitlab-runner process using the sam... | Tomasz Maczukin | 17 | -2/+1250 |
| 2019-07-29 | Switch to DinD TLS for GitLab CI•••With Docker 19.03 TLS is [enabled by
default](https://hub.docker.com/_/docker/#tls), specify the
`DOCKER_TLS_CERTDIR` variable so we start using it since all runners
mount `/certs/client` automatically.
| Steve Azzopardi | 1 | -5/+8 |
| 2019-07-29 | Remove unused method from commands/config.go | Tomasz Maczukin | 1 | -14/+0 |
| 2019-07-29 | Cleanup commands/config.go | Tomasz Maczukin | 1 | -3/+8 |
| 2019-07-29 | Drop support for Bash shell on Windows until long running issue is addressed | Ben Bodenmiller | 1 | -1/+4 |
| 2019-07-25 | Quarantine windows tests | Steve Azzopardi | 2 | -0/+892 |
| 2019-07-25 | fix typo | Michiel Crefcoeur | 1 | -1/+1 |
| 2019-07-25 | Filter another Windows flacky tests | Tomasz Maczukin | 2 | -2/+16 |
| 2019-07-25 | Update tracked Windows tests failures list | Tomasz Maczukin | 2 | -46/+64 |
| 2019-07-25 | Add docs for tls_verify config field•••`tls_verify` is missing from the config options for the Docker executor.
| Steve Azzopardi | 1 | -0/+1 |
| 2019-07-25 | Quarantine more windows tests•••These failures are seen in:
https://gitlab.com/gitlab-org/gitlab-runner/pipelines/72809013
https://gitlab.com/gitlab-org/gitlab-runner/pipelines/72809103
| Steve Azzopardi | 2 | -0/+20 |
| 2019-07-25 | Fix PowerShell capitalization | Ben Bodenmiller | 1 | -1/+1 |
| 2019-07-25 | Expand markdown lint rules in runner | Marcel Amirault | 1 | -1/+2 |
| 2019-07-24 | Update Windows test failures•••Add two new tests that are flaky and causing pipelines to fail when the
change is unrelated.
These failures are seen in:
https://gitlab.com/gitlab-org/gitlab-runner/pipelines/72607563
https://gitlab.com/gitlab-org/gitlab-runner/pipelines/72602945
https://gitlab.com/gitlab-org/gitlab-runner/pipelines/72514675
https://gitlab.com/gitlab-org/gitlab-runner/pipelines/72414229
| Steve Azzopardi | 2 | -0/+26 |
| 2019-07-24 | Fix typo and spacing in two runner docs | Marcel Amirault | 2 | -2/+2 |
| 2019-07-23 | Fix custom executor default config on register•••The config for the Custom executor is not being nullified so it ends up
being populated for every new executor that the user registers.
closes https://gitlab.com/gitlab-org/gitlab-runner/issues/4510
| Steve Azzopardi | 1 | -0/+5 |
| 2019-07-23 | docs: gitlab-runner helper image has no arm64 build yet | NeroBurner | 1 | -1/+1 |
| 2019-07-23 | Update docs to specify default shell of OS•••In https://gitlab.com/gitlab-org/gitlab-runner/merge_requests/1406 we
changed the default shell for Windows to PowerShell for new registered
Runners.
It was suggested by users that the documentation is not very clear about
it
https://gitlab.com/gitlab-org/gitlab-runner/merge_requests/1406#note_194070467.
| Steve Azzopardi | 1 | -4/+10 |
| 2019-07-23 | Fix markdown in runner docs•••Fix many small issues with markdown, mostly whitespace
changes to codeblocks, trailing spaces, indentation,
part 2
| Marcel Amirault | 11 | -305/+321 |
| 2019-07-23 | Fix markdown in runner docs•••Fix many small issues with markdown, mostly whitespace
changes to codeblocks, trailing spaces, indentation,
part 1
| Marcel Amirault | 13 | -347/+352 |
| 2019-07-23 | Add requirements for contributing new hardware architectures | Elliot Rushton | 1 | -0/+17 |
| 2019-07-23 | Further clarify Docker requirements | Evan Read | 2 | -6/+6 |
| 2019-07-22 | Update index.md•••Downgrade Docker version, v1.5 doesn't exist, most recent is 1.13.0
| Evan Read | 1 | -1/+1 |
| 2019-07-20 | Typo and fix Customer -> Custom | Andrew Greenwood | 1 | -3/+3 |
| 2019-07-19 | Merge changelog from 12-1-stable•••Part of https://gitlab.com/gitlab-org/gitlab-runner/issues/4448#at-20th-the-release-day-of-gitlab-runner
| Steve Azzopardi | 1 | -1/+2 |
| 2019-07-19 | Reorder methods in abstract.go to bring calees closer to the callers | Tomasz Maczukin | 1 | -138/+138 |
| 2019-07-19 | Explain configuration for windows-service•••fixes #1048
| Stefan Schmalzhaf | 1 | -3/+9 |
| 2019-07-19 | Add libvirt Custom executor example•••reference https://gitlab.com/gitlab-org/gitlab-runner/issues/4257
| Steve Azzopardi | 2 | -0/+235 |
| 2019-07-18 | Fix some linting issues | Simon Jürgensmeyer | 20 | -35/+70 |
| 2019-07-18 | Add CI job checking changes in Windows tests failures | Tomasz Maczukin | 5 | -0/+332 |
| 2019-07-18 | Make it clear what is the default shell for Windows•••It was suggested in
https://gitlab.com/gitlab-org/gitlab-runner/merge_requests/1406#note_190409847
that it's not very clear when PowerShell is the default shell and when
Batch is the default shell.
| Steve Azzopardi | 1 | -5/+11 |
| 2019-07-18 | Add LXD Custom executor example•••This example creates LXD containers for a specific job and runs the
script inside of that container. After the job is done the container is
removed. This tries to follow the same life cycle of the Docker executor
reference https://gitlab.com/gitlab-org/gitlab-runner/issues/4257
| Steve Azzopardi | 3 | -0/+166 |
| 2019-07-17 | Pass Windows tests output with artifacts | Tomasz Maczukin | 2 | -1/+9 |
| 2019-07-17 | Improved go install instructions for macOS | Evan Read | 1 | -10/+9 |
| 2019-07-17 | Correct spelling in help string | Evan Read | 1 | -1/+1 |
| 2019-07-17 | Move note to subsection | Evan Read | 1 | -20/+23 |
| 2019-07-16 | Use context.Background() to simplify the code | Tomasz Maczukin | 1 | -6/+2 |
| 2019-07-16 | Update doc about Debian version•••Before https://gitlab.com/gitlab-org/gitlab-runner/merge_requests/823 we
specified which debian version has this.
closes https://gitlab.com/gitlab-org/gitlab-runner/issues/4481
| Steve Azzopardi | 1 | -3/+3 |
| 2019-07-16 | Add custom executor documentation | Steve Azzopardi | 3 | -20/+459 |