| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | | Drop support for Bash shell on Windows until long running issue is addressed | Ben Bodenmiller | 2019-07-29 | 1 | -1/+4 |
| |/ |
|
| * | Merge branch 'docs/further-update-min-docker-version' into 'master'•••Further clarify Docker requirements
See merge request gitlab-org/gitlab-runner!1486 | Steve Azzopardi | 2019-07-23 | 1 | -3/+3 |
| |\ |
|
| | * | Further clarify Docker requirements | Evan Read | 2019-07-23 | 1 | -4/+4 |
| * | | 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 | 2019-07-23 | 1 | -4/+10 |
| * | | Fix markdown in runner docs•••Fix many small issues with markdown, mostly whitespace
changes to codeblocks, trailing spaces, indentation,
part 2
| Marcel Amirault | 2019-07-23 | 4 | -73/+80 |
| |/ |
|
| * | Typo and fix Customer -> Custom | Andrew Greenwood | 2019-07-20 | 1 | -3/+3 |
| * | Add libvirt Custom executor example•••reference https://gitlab.com/gitlab-org/gitlab-runner/issues/4257
| Steve Azzopardi | 2019-07-19 | 2 | -0/+235 |
| * | 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 | 2019-07-18 | 3 | -0/+166 |
| * | Add custom executor documentation | Steve Azzopardi | 2019-07-16 | 2 | -20/+438 |
| * | Update docs executor titles•••To be grammatically correct, `E` should be lower case.
closes https://gitlab.com/gitlab-org/gitlab-runner/issues/4441
| Steve Azzopardi | 2019-07-10 | 1 | -6/+6 |
| * | Docs: Update redirected links in runner docs | Marcel Amirault | 2019-07-05 | 1 | -2/+2 |
| * | Trivial update to virtualbox.md - 'shutdown' is not the verb, barely the noun. | Bishop Clark | 2019-07-05 | 1 | -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 Azzopardi | 2019-07-04 | 1 | -0/+11 |
| * | update doc to use correct Runner name•••The official name is GitLab Runner where the `r` is always uppercase.
| Steve Azzopardi | 2019-07-04 | 1 | -0/+5 |
| * | Enforce consistent prefix for bullet lists | Evan Read | 2019-07-01 | 1 | -7/+7 |
| * | Enforce consistent prefix for numbered lists | Evan Read | 2019-06-28 | 2 | -4/+4 |
| * | Update docs to fix markdown and square bracket use | Marcel Amirault | 2019-06-27 | 1 | -6/+5 |
| * | Add docs for not supporting LCOW•••1. We do not support Linux Containers on Windows (LCOW) since it's an
experimental feature from Docker.
1. One of the biggest headaches is volume management since you are
running on Windows but then have Linux paths so we would require more
volume parsing.
1. Supporting Kubernetes Windows nodes might be a better option in the
long run https://gitlab.com/gitlab-org/gitlab-runner/issues/4014
| Steve Azzopardi | 2019-06-25 | 1 | -0/+20 |
| * | Fix indentation for docs | Steve Azzopardi | 2019-06-24 | 1 | -3/+3 |
| * | Merge branch 'cleanup' into 'master'•••Numerous typos were fixed. Some unused constants, variables and arguments were removed.
See merge request gitlab-org/gitlab-runner!1258 | Tomasz Maczukin | 2019-06-05 | 1 | -1/+1 |
| |\ |
|
| | * | Numerous typos were fixed. Some unused constants, variables and arguments wer... | Alexander Kutelev | 2019-03-25 | 1 | -1/+1 |
| * | | Fix default cache volume docker-windows register•••When the user specifies `docker-windows` `/cache` is still used as a default
value, which is never correct in any cache. The default cache volume for
`docker-windows` needs to be `c:\\cache`.
With this, there is only one limitation, the detection of `c:\\cache`
when the user specified volumes on registration. With the following
specification `c:\\cache:c:\\User\\ContainerAdministrator\\cache` we fail
to add the `c:\\cache` to be used as a cache directory and the reason
for this is because a simple string match is being done. For Linux, it's
easier since we can split the string with `:` but for Windows `:` is
part of the volume mounting. To properly support this scenario we
require to expose the volume parser from Docker which is not ideal. A
note in the documnetation was added about this.
closes https://gitlab.com/gitlab-org/gitlab-runner/issues/3915
| Steve Azzopardi | 2019-06-03 | 1 | -5/+5 |
| * | | Merge branch 'typo-fixes' into 'master'•••Fix Typos
See merge request gitlab-org/gitlab-runner!1392 | Stan Hu | 2019-05-31 | 1 | -1/+1 |
| |\ \ |
|
| | * | | Fix Typos | Yoginth | 2019-05-31 | 1 | -1/+1 |
| * | | | Document clear-docker-cache script | Evan Read | 2019-05-31 | 1 | -2/+14 |
| |/ / |
|
| * | | Merge branch '4182-ask-for-docker-windows-in-registration' into 'master'•••Accept docker-windows as an option on register
Closes #4182
See merge request gitlab-org/gitlab-runner!1388 | Tomasz Maczukin | 2019-05-30 | 1 | -5/+1 |
| |\ \ |
|
| | * | | Update docs for registering a new docker-windows•••`docker-executor` is an option when the user registers a new executor,
it's only the cache that is incorrect.
| Steve Azzopardi | 2019-05-30 | 1 | -5/+1 |
| * | | | changes per mr comments | David Schile | 2019-05-29 | 1 | -7/+7 |
| * | | | Merge branch 'master' into security-context | David Schile | 2019-05-29 | 3 | -23/+116 |
| |\| | |
|
| | * | | Minor markdown fixes | Evan Read | 2019-05-29 | 1 | -10/+10 |
| | * | | Remove unused bash scripts•••These bash commands are not longer user by GitLab Runner.
reference #4013
| Steve Azzopardi | 2019-05-28 | 1 | -3/+1 |
| | * | | Limit `docker-windows` to Windows | Kamil TrzciĆski | 2019-05-22 | 1 | -1/+2 |
| | * | | Merge branch 'docs/windows-docker-executor' into 'master'•••Add documentation for Windows Docker Executor
See merge request gitlab-org/gitlab-runner!1345 | Evan Read | 2019-05-20 | 1 | -0/+79 |
| | |\ \ |
|
| | | * | | Add documentation for Windows Docker Executor | Steve Azzopardi | 2019-05-20 | 1 | -0/+79 |
| | * | | | docs: reuse previous clone | Ben Bodenmiller | 2019-05-13 | 1 | -0/+1 |
| | |/ / |
|
| | * | | Merge branch 'docs/fix-typo' into 'master'•••Better explain the workflow in Docker executors doc
Closes #4153
See merge request gitlab-org/gitlab-runner!1310 | Tomasz Maczukin | 2019-04-25 | 1 | -10/+11 |
| | |\ \ |
|
| | | * | | Fix typo in Docker executors doc | Achilleas Pipinellis | 2019-04-15 | 1 | -10/+11 |
| | * | | | Apply suggestions to shell docs•••Applying wording changes from a review for gitlab-org/gitlab-runner!1209
| Andrew Winata | 2019-04-23 | 1 | -0/+13 |
| * | | | | doc and pointers in struct | David Schile | 2019-04-19 | 1 | -1/+33 |
| * | | | | merged upstream master | David Schile | 2019-04-19 | 4 | -1/+18 |
| |\| | | |
|
| | * | | | Add more documentation for node tolerations | Steve Azzopardi | 2019-04-17 | 1 | -1/+6 |
| | |/ / |
|
| | * | | Add note about git-lfs | Evan Read | 2019-04-09 | 3 | -0/+12 |
| * | | | Merge branch 'master' into security-context | David Schile | 2019-04-05 | 2 | -2/+9 |
| |\| | |
|
| | * | | Add custom clone path for the build•••When the user specifies `GIT_CLONE_PATH` environment variable inside of
the `.gitlab-ci.yml` if the path is valid it is used to clone and build.
`GIT_CLONE_PATH` takes precedence over the configured build dir and
the default build dir.
Closes #2211
| Steve Azzopardi | 2019-04-03 | 1 | -0/+4 |
| | * | | Add new lines around lists for renderer | Evan Read | 2019-04-02 | 2 | -2/+5 |
| | |/ |
|
| * | | merged current master | David Schile | 2019-03-26 | 4 | -11/+34 |
| |\| |
|
| | * | Add information about Kaniko for Kubernetes executor | Alexandr Burdiyan | 2019-03-18 | 1 | -0/+8 |
| | * | Apply suggestion of eread to docs/executors/kubernetes.md | Alexander Tanayno | 2019-03-06 | 1 | -1/+0 |