- Jan 08, 2018
-
-
Alessio Caiazza authored
[skip ci]
-
- Jan 07, 2018
-
-
Kamil Trzciński authored
Added docker runtime support See merge request gitlab-org/gitlab-runner!764
-
Ahmad Kiswani authored
-
- Jan 05, 2018
-
-
Kamil Trzciński authored
Fix executor/docker/machine.testMachine data races Closes #2912, #2918, #2919, and #2920 See merge request gitlab-org/gitlab-runner!800
-
Kamil Trzciński authored
Use local GOPATH in Makefile See merge request gitlab-org/gitlab-runner!779
-
Alessio Caiazza authored
* Data Race in function executors/docker/machine.(*testMachine).Create() - #2912 * Data Race in function executors/docker/machine.(*testMachine).Exist() - #2918 * Data Race in function executors/docker/machine.(*testMachine).Remove() - #2919 * Data Race in function executors/docker/machine.(*testMachine).List() - #2920
-
- Jan 04, 2018
-
-
Alessio Caiazza authored
docker.allowed_images can use glob syntax in config.toml See merge request gitlab-org/gitlab-runner!721
-
Tomo Masakura authored
-
- Jan 03, 2018
-
-
Alessio Caiazza authored
Remove golint and gocycle dependencies, both tools are now used with codeclimate and are no longer needed
-
- Jan 02, 2018
-
-
Alessio Caiazza authored
Move Bleeding Edge release from ubuntu/yakkety to ububut/artful See merge request gitlab-org/gitlab-runner!797
-
Tomasz Maczukin authored
Add a script for generating release post items See merge request gitlab-org/gitlab-runner!793
-
Tomasz Maczukin authored
-
- Dec 22, 2017
-
-
Alessio Caiazza authored
Feature/pod annotations Closes #2940 See merge request gitlab-org/gitlab-runner!666
-
Alessio Caiazza authored
As discussed during 10.3 release blog post review, we should use meaningful links. This MR introduces a script `./scripts/chagelog2releasepost` that converts each changelog entry to a markdown link that can be used in preparation of the release post. [skip ci]
-
Tomasz Maczukin authored
Merge branch '2909-data-race-in-function-commands-handletestbuild-commands-builds_helper_test-go-176' into 'master' Fix data race in commands package unit tests Closes #2909 and #2910 See merge request gitlab-org/gitlab-runner!787
-
Alessio Caiazza authored
-
Alessio Caiazza authored
-
Alessio Caiazza authored
This commit removes a racy test that was aiming to simulate concurrency.
-
- Dec 21, 2017
-
-
Alessio Caiazza authored
-
Tomasz Maczukin authored
Do not use `git config --local` as it's not available in git v1.7.1 Closes #2991 See merge request gitlab-org/gitlab-runner!790 (cherry picked from commit 006699dd) 28f888ae
Do not use git config --local it's not available on git 1.7.1 -
Tomasz Maczukin authored
Do not use `git config --local` as it's not available in git v1.7.1 Closes #2991 See merge request gitlab-org/gitlab-runner!790
-
- Dec 20, 2017
-
-
Nicholas Colbert authored
added test for annotations rebased off of master to include bearer token refactored to use regex for the overwrite added additional pod annotaion tests updated docs and refactored evaluateMapOverwrite method fixed typos in doc
-
- Dec 19, 2017
-
-
Alessio Caiazza authored
Merge branch 'feature/sm/2722-send-failure_reason-when-updating-job-statues-gitlab-api-endpoint' into 'master' Send `failure_reason` when updating job statues (GitLab API endpoint) Closes #2722 See merge request gitlab-org/gitlab-runner!675
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
-
- Dec 18, 2017
-
-
Alessio Caiazza authored
`git config --local` has been introduced in git v1.7.3 and it's the default behavior. This `--local` flag is superfluous and can be omitted in order to support older git version.
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
-
Shinya Maeda authored
-
- Dec 13, 2017
-
-
Alessio Caiazza authored
-
Kamil Trzciński authored
Fix data races in network package Closes #2925, #2926, #2927, #2928, #2929, #2930, and #2931 See merge request gitlab-org/gitlab-runner!775
-
Kamil Trzciński authored
Resolve "Data Race in function common.(*Trace).Write() - common/trace.go:18" Closes #2911 See merge request gitlab-org/gitlab-runner!784
-
Kamil Trzciński authored
Merge branch 'bearer-token' into 'master' See merge request gitlab-org/gitlab-runner!785
-
Alessio Caiazza authored
found bug when setting service account but not bearer token Closes #2974 See merge request gitlab-org/gitlab-runner!773 (cherry picked from commit 38905ac8) 677b1eeb found bug when not setting service account but not bearer token 759f07cc Merge branch 'master' into bearer-token 99ee3eee Test changes per MR
-
Alessio Caiazza authored
-
- Dec 12, 2017
-
-
Nicholas Colbert authored
-