summaryrefslogtreecommitdiff
path: root/cache (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix some linting issuesSimon Jürgensmeyer2019-07-182-2/+6
* Add missing test cases for s3 IAM checks•••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 https://gitlab.com/gitlab-org/gitlab-runner/merge_requests/1365#note_183850614 a change was made that would have broken the check but CI did not catch this. Steve Azzopardi2019-06-211-46/+115
* Merge branch 'cleanup' into 'master'•••Numerous typos were fixed. Some unused constants, variables and arguments were removed. See merge request gitlab-org/gitlab-runner!1258Tomasz Maczukin2019-06-052-10/+10
|\
| * Numerous typos were fixed. Some unused constants, variables and arguments wer...Alexander Kutelev2019-03-252-10/+10
* | Remove support for deprecated S3 cache configurationTomasz Maczukin2019-05-282-61/+1
|/
* Unable escaping project bucket in cache operationsTomasz Maczukin2018-09-242-56/+109
* Clenup env, cli-options and deprecations of cache settingsTomasz Maczukin2018-09-115-11/+12
* Introduce GCS cache supportTomasz Maczukin2018-09-0416-0/+1728