summaryrefslogtreecommitdiff
path: root/docs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update a redirected linkMarcel Amirault2019-08-081-7/+3
* Update AWS autoscaling docs•••I'm adding a note about the supported base operating systems for Docker Machine. Cody West2019-08-071-1/+2
* Change CI_COMMIT_REF to CI_COMMIT_SHA in docsStefan Schmalzhaf2019-08-051-9/+9
* Merge branch 'patch-4' into 'master'•••fix typo See merge request gitlab-org/gitlab-runner!1503Evan Read2019-07-291-1/+1
|\
| * fix typoMichiel Crefcoeur2019-07-251-1/+1
* | Drop support for Bash shell on Windows until long running issue is addressedBen Bodenmiller2019-07-291-1/+4
* | Merge branch 'docs/add-missing-docker-config' into 'master'•••Add docs for tls_verify config field See merge request gitlab-org/gitlab-runner!1493Evan Read2019-07-251-0/+1
|\ \ | |/ |/|
| * Add docs for tls_verify config field•••`tls_verify` is missing from the config options for the Docker executor. Steve Azzopardi2019-07-251-0/+1
* | Fix PowerShell capitalizationBen Bodenmiller2019-07-251-1/+1
|/
* 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
* | 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
* | 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
* | 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
* | Fix markdown in runner docs•••Fix many small issues with markdown, mostly whitespace changes to codeblocks, trailing spaces, indentation, part 1 Marcel Amirault2019-07-2312-346/+351
|/
* 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
* | Update index.md•••Downgrade Docker version, v1.5 doesn't exist, most recent is 1.13.0 Evan Read2019-07-221-1/+1
|/
* Explain configuration for windows-service•••fixes #1048 Stefan Schmalzhaf2019-07-191-3/+9
* 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
* | 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 '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
* | | 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
* | | Merge branch 'freebsd-rc-script' into 'master'•••Use FreeBSD's built-in stop and status scriplets from /etc/rc.subr See merge request gitlab-org/gitlab-runner!757Tomasz Maczukin2019-07-161-21/+2
|\ \ \ | |_|/ |/| |
| * | Use FreeBSD's built-in stop and status scriplets from /etc/rc.subr•••Based on https://www.freebsd.org/doc/en_US.ISO8859-1/articles/rc-scripting/article.html Matt Selsky2019-07-151-21/+2
* | | Merge branch 'patch-2' into 'master'•••docs: clarify the requirements for pinning See merge request gitlab-org/gitlab-runner!823Steve Azzopardi2019-07-161-2/+2
|\ \ \
| * | | docs: clarify the requirements for pinning•••Got confused because the package in Debian is called gitlab-ci-multi-runner and not gitlab-runner, also it's not available in Debian stable but in current testing (Buster).Riccardo Magliocchetti2018-02-011-2/+2
* | | | Add custom executor documentationSteve Azzopardi2019-07-163-20/+459
| |/ / |/| |
* | | Merge branch 'patch-3' into 'master'•••Fix wrong rc script for freebsd. See merge request gitlab-org/gitlab-runner!1418Tomasz Maczukin2019-07-151-4/+5
|\ \ \
| * | | Fix wrong rc file for freebsd.JianBo Liao2019-06-201-4/+5
* | | | Merge branch 'docs/add-process-file' into 'master'•••Add PROCESS.md See merge request gitlab-org/gitlab-runner!1410Tomasz Maczukin2019-07-153-183/+10
|\ \ \ \
| * | | | Add PROCESS.md•••GitLab CE/EE are moving away from feature freeze and the process is changing https://gitlab.com/gitlab-org/release/docs/blob/21cbd409dd5f157fe252f254f3e897f01908abe2/general/deploy/auto-deploy-transition.md which leads into GitLab Runner following a different process which is not longer documented anywhere. The initial commit would be just copy/pasting the PROCESS.md from https://gitlab.com/gitlab-org/gitlab-ce/blob/11-11-stable/PROCESS.md which specifies all the detail about feature freeze and release process. Steve Azzopardi2019-07-083-183/+10
* | | | | Update docs executor titles•••To be grammatically correct, `E` should be lower case. closes https://gitlab.com/gitlab-org/gitlab-runner/issues/4441 Steve Azzopardi2019-07-101-6/+6
|/ / / /
* | | | Docs: Update redirected links in runner docsMarcel Amirault2019-07-053-4/+4
* | | | Update description of flag in docsSteve Azzopardi2019-07-051-1/+1
* | | | Trivial update to virtualbox.md - 'shutdown' is not the verb, barely the noun.Bishop Clark2019-07-051-3/+3
* | | | Document limitation for Windows Docker target drive•••When a user specifies `builds_dir=F:\\builds` inside of `config.toml` file, and run the `docker-windows` executor the user would get an error like below: ``` Error response from daemon: The parameter is incorrect. ``` As explained in https://github.com/MicrosoftDocs/Virtualization-Documentation/issues/334 Docker volumes apart from `C:` are not supported. Steve Azzopardi2019-07-041-0/+11
* | | | update doc to use correct Runner name•••The official name is GitLab Runner where the `r` is always uppercase. Steve Azzopardi2019-07-042-0/+10
* | | | Merge branch 'patch-3' into 'master'•••docs: add --config for install command See merge request gitlab-org/gitlab-runner!1433Steve Azzopardi2019-07-041-0/+1
|\ \ \ \
| * | | | Apply suggestion to docs/commands/README.mdjk2K2019-07-011-1/+1
| * | | | docs: add --config for install commandjk2K2019-06-271-0/+1