| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'suspicious-condition' into 'master'•••Removal of conditions which are always evaluated either to true or false See merge request gitlab-org/gitlab-runner!1517HEADmaster | Tomasz Maczukin | 2019-08-08 | 2 | -8/+2 |
| |\ | |||||
| | * | authConfigs can not be nil because it is created using make above. | Alexander Kutelev | 2019-08-06 | 1 | -4/+0 |
| | * | Removed suspicious condition which is always true. | Alexander Kutelev | 2019-08-05 | 1 | -4/+2 |
| * | | Merge branch 'docs-fix-link' into 'master'•••Update a redirected link See merge request gitlab-org/gitlab-runner!1520 | Evan Read | 2019-08-08 | 1 | -7/+3 |
| |\ \ | |||||
| | * | | Update a redirected link | Marcel Amirault | 2019-08-08 | 1 | -7/+3 |
| |/ / | |||||
| * | | Merge branch 'zm-buffer-masking' into 'master'•••Add test for <at> and <colon> masking See merge request gitlab-org/gitlab-runner!1516 | Steve Azzopardi | 2019-08-07 | 1 | -4/+4 |
| |\ \ | |||||
| | * | | Add test for <at> and <colon> masking | Zeff Morgan | 2019-08-05 | 1 | -4/+4 |
| | |/ | |||||
| * | | Merge branch 'docs-codywest-autoscaling' into 'master'•••Update AWS autoscaling docs See merge request gitlab-org/gitlab-runner!1518 | Evan Read | 2019-08-07 | 1 | -1/+2 |
| |\ \ | |||||
| | * | | Update AWS autoscaling docs•••I'm adding a note about the supported base operating systems for Docker Machine. | Cody West | 2019-08-07 | 1 | -1/+2 |
| |/ / | |||||
| * | | Merge branch 'config-template-for-registration-poc' into 'master'•••Configuration file template for registration command See merge request gitlab-org/gitlab-runner!1263 | Steve Azzopardi | 2019-08-06 | 23 | -95/+1237 |
| |\ \ | |||||
| | * | | Update github.com/imdario/mergo version | Tomasz Maczukin | 2019-07-31 | 21 | -59/+969 |
| | * | | Add configuration template file support for registration command | Tomasz Maczukin | 2019-07-31 | 2 | -21/+249 |
| | * | | Refactor registration command tests | Tomasz Maczukin | 2019-07-31 | 1 | -22/+26 |
| * | | | Merge branch 'remove-ci-commit-ref' into 'master'•••Update reference to CI_COMMIT_REF to CI_COMMIT_SHA See merge request gitlab-org/gitlab-runner!1514 | Steve Azzopardi | 2019-08-06 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | Update reference to CI_COMMIT_REF to CI_COMMIT_SHA | Elliot Rushton | 2019-08-02 | 1 | -1/+1 |
| | | |/ | |/| | |||||
| * | | | Merge branch 'CI_COMMIT_REF-docs' into 'master'•••Change CI_COMMIT_REF to CI_COMMIT_SHA in docs See merge request gitlab-org/gitlab-runner!1513 | Evan Read | 2019-08-05 | 1 | -9/+9 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | Change CI_COMMIT_REF to CI_COMMIT_SHA in docs | Stefan Schmalzhaf | 2019-08-05 | 1 | -9/+9 |
| |/ / | |||||
| * | | Merge branch 'add-docs-var-to-runner-ci-config' into 'master'•••Remove need for externally configured variable See merge request gitlab-org/gitlab-runner!1512 | Tomasz Maczukin | 2019-08-01 | 1 | -0/+1 |
| |\ \ | |/ |/| | |||||
| | * | Remove need for externally configured variable | Evan Read | 2019-08-01 | 1 | -0/+1 |
| |/ | |||||
| * | Merge branch 'update-test-assertion' into 'master'•••Update test assertion See merge request gitlab-org/gitlab-runner!1510 | Tomasz Maczukin | 2019-07-30 | 1 | -1/+1 |
| |\ | |||||
| | * | 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 | 2019-07-30 | 1 | -1/+1 |
| |/ | |||||
| * | Merge branch '4407-prevent-running-multiple-runner-process-instances' into 'm...•••Prevent running multiple instances of the gitlab-runner process using the same configuration file Closes #4407 See merge request gitlab-org/gitlab-runner!1496 | Kamil TrzciĆski | 2019-07-30 | 17 | -2/+1250 |
| |\ | |||||
| | * | Prevent running multiple instances of the gitlab-runner process using the sam... | Tomasz Maczukin | 2019-07-30 | 17 | -2/+1250 |
| |/ | |||||
| * | Merge branch 'windows-sh' into 'master'•••Add .gitattributes See merge request gitlab-org/gitlab-runner!1122 | Steve Azzopardi | 2019-07-30 | 1 | -0/+2 |
| |\ | |||||
| | * | Add an empty line | Andrey Maslennikov | 2019-01-21 | 1 | -1/+1 |
| | * | Add .gitattributes•••Checking out code on Windows machine breaks shell scripts (required to be lf-ended). | Andrey Maslennikov | 2018-12-22 | 1 | -0/+2 |
| * | | Merge branch 'use-dind-with-tls' into 'master'•••Switch to DinD TLS for GitLab CI See merge request gitlab-org/gitlab-runner!1504 | Tomasz Maczukin | 2019-07-29 | 1 | -5/+8 |
| |\ \ | |||||
| | * | | 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 | 2019-07-29 | 1 | -5/+8 |
| * | | | Merge branch '4407-cleanup-commands-config-go-file' into 'master'•••Cleanup commands/config.go See merge request gitlab-org/gitlab-runner!1494 | Steve Azzopardi | 2019-07-29 | 1 | -17/+8 |
| |\ \ \ | |||||
| | * | | | Remove unused method from commands/config.go | Tomasz Maczukin | 2019-07-29 | 1 | -14/+0 |
| | * | | | Cleanup commands/config.go | Tomasz Maczukin | 2019-07-29 | 1 | -3/+8 |
| |/ / / | |||||
| * | | | Merge branch 'patch-4' into 'master'•••fix typo See merge request gitlab-org/gitlab-runner!1503 | Evan Read | 2019-07-29 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | fix typo | Michiel Crefcoeur | 2019-07-25 | 1 | -1/+1 |
| * | | | | Merge branch 'docs-patch-4' into 'master'•••Drop support for Bash shell on Windows until long running issue is addressed See merge request gitlab-org/gitlab-runner!1498 | Evan Read | 2019-07-29 | 1 | -1/+4 |
| |\ \ \ \ | |||||
| | * | | | | Drop support for Bash shell on Windows until long running issue is addressed | Ben Bodenmiller | 2019-07-29 | 1 | -1/+4 |
| |/ / / / | |||||
| * | | | | Merge branch '4123-reorder-methods-in-abstract-shell' into 'master'•••Reorder methods in abstract.go to bring calees closer to the callers See merge request gitlab-org/gitlab-runner!1481 | Steve Azzopardi | 2019-07-26 | 1 | -138/+138 |
| |\ \ \ \ | |_|/ / |/| | | | |||||
| | * | | | Reorder methods in abstract.go to bring calees closer to the callers | Tomasz Maczukin | 2019-07-19 | 1 | -138/+138 |
| * | | | | Merge branch 'docs/add-missing-docker-config' into 'master'•••Add docs for tls_verify config field See merge request gitlab-org/gitlab-runner!1493 | Evan Read | 2019-07-25 | 1 | -0/+1 |
| |\ \ \ \ | |||||
| | * | | | | Add docs for tls_verify config field•••`tls_verify` is missing from the config options for the Docker executor. | Steve Azzopardi | 2019-07-25 | 1 | -0/+1 |
| * | | | | | Merge branch 'quarantine-windows-tests' into 'master'•••Quarantine windows tests See merge request gitlab-org/gitlab-runner!1501 | Tomasz Maczukin | 2019-07-25 | 2 | -0/+892 |
| |\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| | * | | | | Quarantine windows tests | Steve Azzopardi | 2019-07-25 | 2 | -0/+892 |
| |/ / / / | |||||
| * | | | | Filter another Windows flacky tests | Tomasz Maczukin | 2019-07-25 | 2 | -2/+16 |
| * | | | | Merge branch 'update-windows-test-failures' into 'master'•••Update tracked Windows tests failures list See merge request gitlab-org/gitlab-runner!1502 | Steve Azzopardi | 2019-07-25 | 2 | -46/+64 |
| |\ \ \ \ | |||||
| | * | | | | Update tracked Windows tests failures list | Tomasz Maczukin | 2019-07-25 | 2 | -46/+64 |
| |/ / / / | |||||
| * | | | | Merge branch 'add-windows-failing-tests' into 'master'•••Quarantine more windows tests See merge request gitlab-org/gitlab-runner!1499 | Tomasz Maczukin | 2019-07-25 | 2 | -0/+20 |
| |\ \ \ \ | |||||
| | * | | | | 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 | 2019-07-25 | 2 | -0/+20 |
| * | | | | | Merge branch 'docs-patch-5' into 'master'•••Fix PowerShell capitalization See merge request gitlab-org/gitlab-runner!1497 | Steve Azzopardi | 2019-07-25 | 1 | -1/+1 |
| |\ \ \ \ \ | |/ / / / |/| | | | | |||||
| | * | | | | Fix PowerShell capitalization | Ben Bodenmiller | 2019-07-25 | 1 | -1/+1 |
| |/ / / / | |||||
| * | | | | Merge branch 'docs-mdl-rules' into 'master'•••Expand markdown lint rules in runner See merge request gitlab-org/gitlab-runner!1492 | Evan Read | 2019-07-25 | 1 | -1/+2 |
| |\ \ \ \ | |||||
| | * | | | | Expand markdown lint rules in runner | Marcel Amirault | 2019-07-25 | 1 | -1/+2 |
| |/ / / / | |||||
