- 24 Jun, 2019 1 commit
-
-
Steve Azzopardi authored
Add Markdown linting and one rule See merge request !1422
-
- 23 Jun, 2019 1 commit
-
-
Evan Read authored
-
- 21 Jun, 2019 7 commits
-
-
Tomasz Maczukin authored
* 12-0-stable: Update CHANGELOG for v12.0.0 Set proper version info in VERSION file
-
Tomasz Maczukin authored
Add missing test cases for s3 IAM checks See merge request !1421
-
Tomasz Maczukin authored
Wrap submodule command with a string Closes #4352 See merge request !1411
-
Tomasz Maczukin authored
-
Steve Azzopardi authored
ShouldUseIAMCredentials checks if any of the fields are empty if one of them is empty it will return true. Most test cases are missing, the only thing tested is when all fields are empty. In !1365 (comment 183850614) a change was made that would have broken the check but CI did not catch this.
-
Steve Azzopardi authored
Replace wget commands with curl commands Closes #4345 See merge request !1419
-
Evan Read authored
-
- 18 Jun, 2019 1 commit
-
- 17 Jun, 2019 4 commits
-
-
Steve Azzopardi authored
-
Steve Azzopardi authored
Upgrade base image for gitlab/gitlab-runner:ubuntu to ubuntu:18.04 Closes #3954 See merge request !1413
-
Steve Azzopardi authored
Fix Powershell scripts for Docker containers See merge request !1414
-
Peter Neumayr authored
Multi-line Powershell commands have to be closed by an empty line if piped to a Docker container. Otherwise the code block is not executed. #4291
-
- 14 Jun, 2019 1 commit
-
-
Tomasz Maczukin authored
Some packages (e.g. tzdata which was direct cause of this change) normally provide a UI for configuration. This however doesn't work for automated usages like building a Docker image. This commit configures packaging system to behave as an noninteractive process.
-
- 13 Jun, 2019 1 commit
-
-
Tomasz Maczukin authored
-
- 12 Jun, 2019 1 commit
-
-
Steve Azzopardi authored
Upgrading to Git 2.22, breaks the scenario when you have a Git repository with submodules and `GIT_SUBMODULE_STRATEGY` is set to `recursive`. The command `git submodule foreach --recursive git clean -ffxd` is build and this works fine in Git <2.21 but in Git 2.22 it fails with the following error `error: unknown switch `f'` the reason for this is because Git seems to be thinking that `-ffxd` is a flag for `git submodule` and not for `git clean`. Wrapping the commands with single quotes to fix this issue.
-
- 11 Jun, 2019 8 commits
-
-
Tomasz Maczukin authored
Fix "WARNING: apt does not have a stable CLI interface. Use with caution in scripts" See merge request !1143
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
Update logrus to v1.4.0 See merge request !1407
-
-
Steve Azzopardi authored
Restore gofmt rules from before codeclimate update See merge request !1408
-
Tomasz Maczukin authored
-
- 10 Jun, 2019 1 commit
-
-
Tomasz Maczukin authored
Make PowerShell default for new registered Windows shell executors See merge request !1406
-
- 07 Jun, 2019 1 commit
-
- 06 Jun, 2019 2 commits
-
-
Steve Azzopardi authored
When a user registers a new Shell executor `cmd` is the default shell. In 11.11 Windows Batch was deprecated https://about.gitlab.com/2019/05/22/gitlab-11-11-released/#support-for-windows-batch-is-now-deprecated. For new registered Runners Powershell should be the default shell used to increase adoption of PowerShell, the user still has the option to go back to `cmd` if they specify it. Reference #4163
-
Steve Azzopardi authored
Update some logrus fields used in Runner logs See merge request !1405
-
- 05 Jun, 2019 7 commits
-
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
Numerous typos were fixed. Some unused constants, variables and arguments were removed. See merge request !1258
-
Tomasz Maczukin authored
Docker Credentials helper support See merge request !1386
-
Andrei Burd authored
-
Achilleas Pipinellis authored
Update compatibility heading as it's no longer a chart/table See merge request !1401
-
Collen authored
-
Steve Robinson authored
-
- 04 Jun, 2019 3 commits
-
-
Andrei Burd authored
Maintainer
-
Steve Azzopardi authored
Update github.com/Microsoft/go-winio dependency Closes #2860 See merge request !1348
-
Steve Azzopardi authored
Fixed date typo See merge request !1394
-
- 03 Jun, 2019 1 commit
-
-
Tomasz Maczukin authored
Fix default cache volume docker-windows register Closes #3915 See merge request gitlab-org/gitlab-runner!1391
-