summaryrefslogtreecommitdiff
path: root/vendor (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update github.com/imdario/mergo versionTomasz Maczukin2019-07-3119-53/+961
* Prevent running multiple instances of the gitlab-runner process using the sam...Tomasz Maczukin2019-07-307-0/+927
* Update zglob libarySteve Azzopardi2019-06-253-171/+103
* Update logrus to v1.4.0•••https://github.com/sirupsen/logrus/releases Steve Azzopardi2019-06-1125-87/+410
* Update github.com/Microsoft/go-winio dependencyTomasz Maczukin2019-06-0335-185/+3695
* Add `github.com/markelog/trie`Kamil Trzciński2019-03-067-0/+1011
* Version pin github.com/docker/docker•••Change the source for `github.com/docker/docker` to `github.com/docker/engine` and version pin it to the latest tag `18.09` this would match the version of `github.com/docker/cli`. There is a good explantion as to why use `github.com/docker/engine` as a source instead of `github.com/moby/moby` in https://github.com/moby/moby/issues/38063#issuecomment-431324613. Some other related issues as to why using `github.com/docker/engine` is ideal: - https://github.com/moby/moby/issues/38507 - https://github.com/moby/moby/issues/38134 - https://github.com/moby/moby/issues/37683 - https://github.com/moby/moby/issues/37529 - https://github.com/moby/moby/issues/38063 https://gitlab.com/gitlab-org/gitlab-runner/issues/3488 Steve Azzopardi2019-02-08304-4286/+3663
* Update github.com/opencontainers/runc dependency•••This is a direct dependency of `github.com/docker/docker` which was updated. It's ideal to update this to keep and version mismatch bugs to a minimum. Steve Azzopardi2019-02-08334-34450/+14132
* Update vendored code for docker client•••Update `github.com/docker/docker` and it's dependencies to the latest version of the client. All the dependencies that were updated are the minimum version needed to make the build pass. `gitlab-runner` itself does not build yet since there are some breaking changes on the client. Below is a list of all the packages there were updated - github.com/docker/docker - github.com/docker/distribution - github.com/prometheus/client_golang Steve Azzopardi2019-02-082444-99064/+129904
* Change dependency to github.com/docker/cli•••The docker cli was moved into it's own repository, in https://github.com/docker/cli which not is the source of through for the docker configuration. https://gitlab.com/gitlab-org/gitlab-runner/issues/3488 Steve Azzopardi2019-02-08605-0/+79369
* Merge branch 'update-dep-prometheus-client' into 'master'•••Update github.com/prometheus/client_golang dep See merge request gitlab-org/gitlab-runner!1150Tomasz Maczukin2019-01-2471-2501/+9832
|\
| * Update github.com/prometheus/client_golang dep•••Update to the latest version which had a breaking change on the process collector func. Following the comment on it it's just a matter of having `NewProcessCollector(ProcessCollectorOpts{})` Steve Azzopardi2019-01-1671-2501/+9832
* | Update github.com/Azure/go-ansiterm dependency•••Remove the override from `Gopkg.toml` file and update the dependency, since it is needed for `github.com/docker/docker` latest client upgrade that is needed for https://gitlab.com/gitlab-org/gitlab-runner/issues/3488 Steve Azzopardi2019-01-1813-128/+158
* | Update golang.org/x/sys•••This update is needed for https://gitlab.com/gitlab-org/gitlab-runner/issues/3488 since the latest client depends on a new version then we have. Steve Azzopardi2019-01-16347-29776/+138234
|/
* Update github.com/stretchr/testify dependencySteve Azzopardi2019-01-108-33/+209
* Update logrus version to v1.3.0Steve Azzopardi2019-01-0911-228/+255
* Update github.com/sirupsen/logrus dependency•••Instead of using the master branch, use the latest tag, which will help us in the future when we want to upgrade to a new release. The commit `bcd833dfe83d3cebad139e4a29ed79cb2318bf95` was behind the `1.2.0` tag. Steve Azzopardi2018-12-3130-148/+1004
* Update to testify v1.2.2•••Use a version constrain instead of a commit hash constrain inside of Gopkg.toml. Steve Azzopardi2018-12-1913-877/+2942
* Add web terminal for docker executor•••Use reflect.DeepEqual for session.closeTerminalConn since the struct might have slices which are not comparable. Make the docker executor implement the `session.Conn` & `session.InteractiveTerminal` interface to support interactive web terminals. Update `gitlab-terminal` package to version to support docker stream. Steve Azzopardi2018-10-055-6/+241
* Upgrade logrusAlessio Caiazza2018-09-0615-65/+527
* Introduce GCS cache supportTomasz Maczukin2018-09-042617-352931/+2439993
* CI Web TerminalFrancisco Javier López 🌴 On vacation; back on August 22th!2018-08-14497-46/+546957
* Update Logrus to fix the issueTomasz Maczukin2018-08-0715-48/+360
* Update kubernetes vendor to 1.10Chris Hoffman2018-06-156519-1103076/+532697
* dep ensure: vendor syncAlessio Caiazza2018-02-2391-279/+11337
* sed 's/Sirupsen\/logrus/sirupsen\/logrus/g'Alessio Caiazza2018-02-23243-245/+245
* Remove upcase github.com/SirupsenAlessio Caiazza2018-02-2330-2476/+0
* Enable non-go prune in depAlessio Caiazza2018-02-093828-570547/+111
* Updates from dep ensureTomasz Maczukin2018-02-0510360-0/+2498448
* Update go-homedirTomasz Maczukin2018-02-054-17/+10
* Move dependencies to depAlessio Caiazza2018-01-1610-7039/+38
* docker.allowed_images can use glob syntax in config.tomlTomo Masakura2018-01-049-0/+600
* added pod annotations•••added comment for overwritePodAnnotations method added tests for pod annotations added pod annotation doc Merge branch 'master' into feature/pod_annotations fixed gramar in doc refactored implementationNicholas Colbert2017-12-121-1/+1
* Merge branch 'update-minio-go-library' into 'master'•••Update minio go library to v3.0.3 Closes #2042 and #2810 See merge request gitlab-org/gitlab-runner!707Alessio Caiazza2017-11-0985-3405/+16888
|\
| * Updating govendor dependenciesTomasz Maczukin2017-10-2439-0/+8127
| * Update github.com/minio/minio-go libraryTomasz Maczukin2017-10-2450-3954/+9310
* | fixes https://gitlab.com/gitlab-org/gitlab-runner/issues/1904•••by updating the dependency: gitlab.com/ayufan/golang-cli-helpers Christiaan Van den Poel2017-11-052-12/+18
|/
* Update BurntSushi/toml for MIT-licenseKim "BKC" Carlbäcker2017-09-2511-306/+516
* Rename 4th iteration: update vendor/vendor.jsonTomasz Maczukin2017-09-111-1/+1
* Updating govendor dependenciesTomasz Maczukin2017-08-316-0/+942
* Updating govendor dependenciesAlessio Caiazza2017-08-224-0/+139
* Update urfave/cli dependancyZeger-Jan van de Weg2017-08-2212-204/+670
* Swap codegangsta for urfaveZeger-Jan van de Weg2017-08-2212-2003/+28
* Updating govendor dependenciesZeger-Jan van de Weg2017-08-2218-0/+4919
* Updating govendor dependenciesKirill Shirinkin2017-08-08431-750/+50973
* Update github.com/stretchr/testify and github.com/davecgh/go-spewTomasz Maczukin2017-07-1424-616/+2344
* Merge branch 'improvement/add-requests-backoff-mechanism' into 'master'•••Add requests backoff mechanism Closes #2377 See merge request !570Kamil Trzciński2017-06-014-0/+234
|\
| * Updating govendor dependenciesTomasz Maczukin2017-05-024-0/+234
* | Update kardianos to get the openbsd procfs fix•••See: https://github.com/golang/go/issues/19453 Stefan Rinkes2017-03-135-17/+76
|/
* Updating govendor dependenciesTomasz Maczukin2017-03-2919-917/+2843