summaryrefslogtreecommitdiff
path: root/docs/install (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update a redirected linkMarcel Amirault2019-08-081-7/+3
|
* Fix typo and spacing in two runner docsMarcel Amirault2019-07-241-1/+1
|
* Fix markdown in runner docsMarcel Amirault2019-07-239-284/+287
| | | | | | Fix many small issues with markdown, mostly whitespace changes to codeblocks, trailing spaces, indentation, part 1
* Move note to subsectionEvan Read2019-07-171-20/+23
|
* Merge branch ↵Evan Read2019-07-161-3/+3
|\ | | | | | | | | | | | | | | | | 'docs/4481-follow-up-from-docs-clarify-the-requirements-for-pinning' into 'master' Update doc about Debian version Closes #4481 See merge request gitlab-org/gitlab-runner!1464
| * Update doc about Debian versionSteve Azzopardi2019-07-161-3/+3
| | | | | | | | | | | | | | 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
* | Merge branch 'freebsd-rc-script' into 'master'Tomasz Maczukin2019-07-161-21/+2
|\ \ | |/ |/| | | | | Use FreeBSD's built-in stop and status scriplets from /etc/rc.subr See merge request gitlab-org/gitlab-runner!757
| * Use FreeBSD's built-in stop and status scriplets from /etc/rc.subrMatt Selsky2019-07-151-21/+2
| | | | | | | | Based on https://www.freebsd.org/doc/en_US.ISO8859-1/articles/rc-scripting/article.html
* | Merge branch 'patch-2' into 'master'Steve Azzopardi2019-07-161-2/+2
|\ \ | |/ |/| | | | | docs: clarify the requirements for pinning See merge request gitlab-org/gitlab-runner!823
| * docs: clarify the requirements for pinningRiccardo Magliocchetti2018-02-011-2/+2
| | | | | | | | | | | | 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).
* | Merge branch 'patch-3' into 'master'Tomasz Maczukin2019-07-151-4/+5
|\ \ | | | | | | | | | | | | Fix wrong rc script for freebsd. See merge request gitlab-org/gitlab-runner!1418
| * | Fix wrong rc file for freebsd.JianBo Liao2019-06-201-4/+5
| | |
* | | Docs: Update redirected links in runner docsMarcel Amirault2019-07-052-2/+2
| | |
* | | Remove fedora/30 from supported listSteve Azzopardi2019-06-281-1/+0
| | | | | | | | | | | | | | | | | | | | | We rely on packagecloud to distribute RPMs. As of now packagecloud does not support fedora/30, especially the version that we are running. We need to wait for packagecloud to support this OS since before adding it back to the list.
* | | Enforce consistent prefix for numbered listsEvan Read2019-06-281-1/+1
| | |
* | | Disallow bare URLs from projectEvan Read2019-06-252-3/+3
| | |
* | | Replace wget commands with curl commandsEvan Read2019-06-211-6/+5
|/ /
* | Merge branch 'patch-2' into 'master'Evan Read2019-06-071-2/+2
|\ \ | | | | | | | | | | | | Update osx.md so the update instructions work as well as the install instructions See merge request gitlab-org/gitlab-runner!1402
| * | Update osx.md so the update instructions work as well as the install ↵Steve Robinson2019-06-051-2/+2
| | | | | | | | | | | | instructions
* | | Update compatibility heading as it's no longer a chart/tableCollen2019-06-051-2/+2
|/ /
* | Remove doc notice for deprecated OSesSteve Azzopardi2019-05-291-5/+0
| | | | | | | | | | | | In https://gitlab.com/gitlab-org/gitlab-runner/merge_requests/1130 we removed all of the OSes that are deprecated. The note no longer makes sense to be there.
* | Remove deprecated distrosJavier Jardón2019-05-291-10/+0
| |
* | add build info for fedora 30Jonathan Wilkins2019-05-171-0/+1
| |
* | Refactor macOS install instructionsEvan Read2019-04-101-41/+52
| |
* | Add homebrew installation method for macOS runnersRemco Haszing2019-04-101-4/+17
| | | | | | | | | | | | This is marked as the recommended method. Closes #2729
* | Add new lines around lists for rendererEvan Read2019-04-022-7/+6
| |
* | Replace the current k8s manual installation with the Helm chartAchilleas Pipinellis2019-03-271-77/+270
| |
* | Update docker.md to fix anchor.Marcel Amirault2019-03-271-1/+1
| |
* | Make gitlab-runner:alpine more specific, Add link to Dockerfiles sources, ↵Phileas Lebada2019-03-251-8/+4
| | | | | | | | | | | | | | | | | | | | Remove non-saying list, update image sizes ``` for i in alpine latest; do docker pull "gitlab/gitlab-runner:${i}" docker image inspect "gitlab/gitlab-runner:${i}" --format='{{.Size}}' done ```
* | Docs: clarify runner api registration processTristan Williams2019-03-141-6/+7
| |
* | Fix anchors in Runner documentationEvan Read2019-02-261-3/+3
| |
* | Document OS deprecations for 12.0Steve Azzopardi2019-02-251-23/+28
| | | | | | | | | | In 12.0 we get the chance to do breaking changes. Mark as deprecated any OS that will reach end of life before the 12.0 milestone.
* | Follow style convention for documentationSteve Azzopardi2019-02-221-2/+3
| | | | | | | | Update the TIP to follow style guide provided in https://docs.gitlab.com/ee/development/documentation/styleguide.html#tip
* | Fix line spacing after Tip for proper rendering.Steve Grossman2019-02-221-3/+1
| |
* | Minor edits to conform to style guide.Steve Grossman2019-02-201-6/+6
| |
* | Apply suggestion to docs/install/kubernetes.mdSteve Grossman2019-02-201-1/+1
| |
* | Apply suggestion to docs/install/kubernetes.mdSteve Grossman2019-02-201-1/+1
| |
* | Update kubernetes.mdSteve Grossman2019-02-191-14/+16
| |
* | merging latest master into 3793-docs-feedback-run-runner-on-kubernetesjSteve Grossman2019-02-181-0/+7
|\ \
| * | docs: add GitLab Runner Helm Chart linkBen Bodenmiller2019-02-111-0/+3
| | |
* | | Correct quoting/highlighting of text.Steve Grossman2019-02-181-2/+2
| | |
* | | Incorporate feedback from MR with topic overview, individual sections for ↵Steve Grossman2019-02-181-16/+22
| | | | | | | | | | | | each activity and general rewording and restructuring for clarity and readability.
* | | Update kubernetes.md to include guidance on how to fetch the runner token ↵Steve Grossman2019-02-081-3/+12
|/ / | | | | | | given the registration token and how to push the ConfigMap and Deployment to Kubernetes using kubectl.
* | Fixed runner anchors that we know won't changeMarcel Amirault2019-02-071-1/+1
| |
* | Merge branch 'jjardon/F29' into 'master'Steve Azzopardi2019-02-061-0/+1
|\ \ | | | | | | | | | | | | | | | | | | Add support for fedora/29 packages Closes #3697 See merge request gitlab-org/gitlab-runner!1082
| * | Add support for fedora/29 packagesJavier Jardón2019-01-031-0/+1
| | |
* | | Merge branch 'patch-2' into 'master'Achilleas Pipinellis2019-01-161-1/+1
|\ \ \ | | | | | | | | | | | | | | | | Update registry_and_cache_servers.md See merge request gitlab-org/gitlab-runner!1098
| * \ \ Merge branch 'master' into bartlaarhoven/gitlab-runner-patch-2Achilleas Pipinellis2019-01-163-4/+5
| |\ \ \
| * | | | Update registry_and_cache_servers.mdBart Laarhoven2018-11-231-1/+1
| | | | |
* | | | | Updated hint on running Windows 10 shell as administrator. (II)Axel D2019-01-161-12/+16
| |/ / / |/| | |