summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge branch 'update-windows-test-failures' into 'master'•••Update Windows test failures See merge request gitlab-org/gitlab-runner!1490Tomasz Maczukin2019-07-242-0/+26
|\ \ \ \ | |/ / / |/| | |
| * | | 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 Azzopardi2019-07-242-0/+26
* | | | Merge branch '4510-custom-executor-config-added-when-registering-a-new-execut...•••Fix custom executor default config on register Closes #4510 See merge request gitlab-org/gitlab-runner!1491Steve Azzopardi2019-07-241-0/+5
|\ \ \ \
| * | | | 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 Azzopardi2019-07-231-0/+5
| |/ / /
* | | | Merge branch 'patch-4' into 'master'•••docs: gitlab-runner helper image has no arm64 build yet See merge request gitlab-org/gitlab-runner!1489Steve Azzopardi2019-07-241-1/+1
|\ \ \ \
| * | | | docs: gitlab-runner helper image has no arm64 build yetNeroBurner2019-07-231-1/+1
| |/ / /
* | | | Merge branch 'docs-runner-markdown-followups' into 'master'•••Fix typo and spacing in two runner docs Closes #4498 and #4497 See merge request gitlab-org/gitlab-runner!1487Evan Read2019-07-242-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Fix typo and spacing in two runner docsMarcel Amirault2019-07-242-2/+2
|/ / /
* | | Merge branch 'docs/further-update-min-docker-version' into 'master'•••Further clarify Docker requirements See merge request gitlab-org/gitlab-runner!1486Steve Azzopardi2019-07-232-5/+5
|\ \ \
| * | | Further clarify Docker requirementsEvan Read2019-07-232-6/+6
* | | | Merge branch 'docs/update-default-shell-for-windows' into 'master'•••Update docs to specify default shell of OS See merge request gitlab-org/gitlab-runner!1485Evan Read2019-07-231-4/+10
|\ \ \ \
| * | | | 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 Azzopardi2019-07-231-4/+10
|/ / / /
* | | | Merge branch 'docs-runner-markdown-2' into 'master'•••Fix markdown in runner docs (part 2) See merge request gitlab-org/gitlab-runner!1484Evan Read2019-07-2311-305/+321
|\ \ \ \
| * | | | Fix markdown in runner docs•••Fix many small issues with markdown, mostly whitespace changes to codeblocks, trailing spaces, indentation, part 2 Marcel Amirault2019-07-2311-305/+321
|/ / / /
* | | | Merge branch 'docs-runner-markdown-1' into 'master'•••Fix markdown in runner docs (part 1) See merge request gitlab-org/gitlab-runner!1483Evan Read2019-07-2313-347/+352
|\ \ \ \
| * | | | Fix markdown in runner docs•••Fix many small issues with markdown, mostly whitespace changes to codeblocks, trailing spaces, indentation, part 1 Marcel Amirault2019-07-2313-347/+352
|/ / / /
* | | | Merge branch 'docs-add-new-hardware-contrib' into 'master'•••Add requirements for contributing new hardware architectures See merge request gitlab-org/gitlab-runner!1478Evan Read2019-07-231-0/+17
|\ \ \ \ | |/ / / |/| | |
| * | | Add requirements for contributing new hardware architecturesElliot Rushton2019-07-231-0/+17
|/ / /
* | | Merge branch 'track-windows-test-failures' into 'master'•••Track Windows tests failures Closes #4305 See merge request gitlab-org/gitlab-runner!1450Steve Azzopardi2019-07-226-1/+341
|\ \ \
| * | | Add CI job checking changes in Windows tests failuresTomasz Maczukin2019-07-185-0/+332
| * | | Pass Windows tests output with artifactsTomasz Maczukin2019-07-172-1/+9
* | | | Merge branch 'andrew30-master-patch-10537' into 'master'•••Typo and fix Customer -> Custom See merge request gitlab-org/gitlab-runner!1479Steve Azzopardi2019-07-221-3/+3
|\ \ \ \
| * | | | Typo and fix Customer -> CustomAndrew Greenwood2019-07-201-3/+3
* | | | | Merge branch 'docs/update-min-docker-version' into 'master'•••Docs/update min docker version See merge request gitlab-org/gitlab-runner!1480Steve Azzopardi2019-07-221-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Update index.md•••Downgrade Docker version, v1.5 doesn't exist, most recent is 1.13.0 Evan Read2019-07-221-1/+1
|/ / / /
* | / / 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 Azzopardi2019-07-191-1/+2
| |/ / |/| |
* | | Merge branch '1048-windows-cert-docs' into 'master'•••Update self-signed certificate docs for Windows service Closes #1048 See merge request gitlab-org/gitlab-runner!1466Steve Azzopardi2019-07-191-3/+9
|\ \ \
| * | | Explain configuration for windows-service•••fixes #1048 Stefan Schmalzhaf2019-07-191-3/+9
|/ / /
* | | Merge branch 'docs/4257-document-custom-executor-with-examples-libvirt-exampl...•••Add libvirt custom executor example See merge request gitlab-org/gitlab-runner!1456Evan Read2019-07-192-0/+235
|\ \ \
| * | | Add libvirt Custom executor example•••reference https://gitlab.com/gitlab-org/gitlab-runner/issues/4257 Steve Azzopardi2019-07-192-0/+235
|/ / /
* | | Merge branch 'docs/4257-add-lxc-example' into 'master'•••Add LXD example for custom executor See merge request gitlab-org/gitlab-runner!1439Evan Read2019-07-193-0/+166
|\ \ \
| * | | 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 Azzopardi2019-07-183-0/+166
* | | | Merge branch 'docs/windows-default-shell' into 'master'•••Make it clear what is the default shell for Windows See merge request gitlab-org/gitlab-runner!1474Evan Read2019-07-191-5/+11
|\ \ \ \
| * | | | 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 Azzopardi2019-07-181-5/+11
| | |/ / | |/| |
* | | | Merge branch 'fix-error-check' into 'master'•••Fix some linting issues See merge request gitlab-org/gitlab-runner!1424Steve Azzopardi2019-07-1820-35/+70
|\ \ \ \ | |/ / / |/| | |
| * | | Fix some linting issuesSimon Jürgensmeyer2019-07-1820-35/+70
|/ / /
* | | Merge branch 'docs/update-macos-instructions' into 'master'•••Improved go install instructions for macOS See merge request gitlab-org/gitlab-runner!1472Steve Azzopardi2019-07-171-10/+9
|\ \ \
| * | | Improved go install instructions for macOSEvan Read2019-07-171-10/+9
* | | | Merge branch '3356-disable-crashreport-for-docker-machine' into 'master'•••Force an opt-out from Docker Machine bugsnag report Closes #3356 See merge request gitlab-org/gitlab-runner!1443Steve Azzopardi2019-07-172-14/+118
|\ \ \ \
| * | | | Use context.Background() to simplify the codeTomasz Maczukin2019-07-161-6/+2
| * | | | Respect user's configuration via environment variableTomasz Maczukin2019-07-122-14/+52
| * | | | Force an opt-out from Docker Machine bugsnag reportTomasz Maczukin2019-07-012-14/+84
* | | | | Merge branch 'fix-spelling-in-help-text' into 'master'•••Correct spelling in help string See merge request gitlab-org/gitlab-runner!1471Steve Azzopardi2019-07-171-1/+1
|\ \ \ \ \
| * | | | | Correct spelling in help stringEvan Read2019-07-171-1/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'docs/move-note-to-subsection' into 'master'•••Move note to subsection See merge request gitlab-org/gitlab-runner!1469Steve Azzopardi2019-07-171-20/+23
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Move note to subsectionEvan Read2019-07-171-20/+23
|/ / / /
* | | | Merge branch 'docs/4481-follow-up-from-docs-clarify-the-requirements-for-pinn...•••Update doc about Debian version Closes #4481 See merge request gitlab-org/gitlab-runner!1464Evan Read2019-07-161-3/+3
|\ \ \ \
| * | | | 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 Azzopardi2019-07-161-3/+3
* | | | | Merge branch 'patch-2' into 'master'•••Fix typo on security docs See merge request gitlab-org/gitlab-runner!956Evan Read2019-07-161-1/+1
|\ \ \ \ \
| * | | | | Fix typo on security docsAve2018-07-071-1/+1