summaryrefslogtreecommitdiff
path: root/Gopkg.lock (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update github.com/imdario/mergo versionTomasz Maczukin2019-07-311-2/+4
|
* Prevent running multiple instances of the gitlab-runner process using the ↵Tomasz Maczukin2019-07-301-0/+9
| | | | same configuration file
* Update zglob libarySteve Azzopardi2019-06-251-3/+3
|
* Update logrus to v1.4.0Steve Azzopardi2019-06-111-3/+3
| | | | https://github.com/sirupsen/logrus/releases
* Update github.com/Microsoft/go-winio dependencyTomasz Maczukin2019-06-031-2/+3
|
* Added service proxy to the kubernetes executorFrancisco Javier López2019-05-231-0/+4
| | | | | | | | | | In this commit we add new session endpoint like `/proxy/buildOrService/port/requestedURI`. Through this endpoint we will be able to proxy requests to services running inside each service container. At the moment only the kubernetes executor implements this new functionality
* Change source for go-homedirSteve Azzopardi2019-05-121-1/+2
|
* Colored output failed on Windows machines - fixed now.Axel D2019-04-021-0/+1
| | | | | | GitLab Runner terminal output failed to output color codes on Windows machines. Instead, code gibberish was output. This merge request fixes color output on Windows machines.
* Add `github.com/markelog/trie`Kamil Trzciński2019-03-061-0/+12
|
* Version pin github.com/docker/dockerSteve Azzopardi2019-02-081-3/+4
| | | | | | | | | | | | | | | | | | | 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
* Update github.com/opencontainers/runc dependencySteve Azzopardi2019-02-081-4/+3
| | | | | | 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.
* Update vendored code for docker clientSteve Azzopardi2019-02-081-57/+57
| | | | | | | | | | | | | 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
* Change dependency to github.com/docker/cliSteve Azzopardi2019-02-081-4/+14
| | | | | | | | 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
* Merge branch 'update-dep-prometheus-client' into 'master'Tomasz Maczukin2019-01-241-2/+4
|\ | | | | | | | | Update github.com/prometheus/client_golang dep See merge request gitlab-org/gitlab-runner!1150
| * Update github.com/prometheus/client_golang depSteve Azzopardi2019-01-161-2/+4
| | | | | | | | | | | | 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{})`
* | Update github.com/Azure/go-ansiterm dependencySteve Azzopardi2019-01-181-2/+3
| | | | | | | | | | | | 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
* | Update golang.org/x/sysSteve Azzopardi2019-01-161-2/+3
|/ | | | | | 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.
* Update github.com/stretchr/testify dependencySteve Azzopardi2019-01-101-3/+3
|
* Update logrus version to v1.3.0Steve Azzopardi2019-01-091-3/+3
|
* Update github.com/sirupsen/logrus dependencySteve Azzopardi2018-12-311-3/+11
| | | | | | | | 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.
* Update to testify v1.2.2Steve Azzopardi2018-12-191-2/+3
| | | | | Use a version constrain instead of a commit hash constrain inside of Gopkg.toml.
* Add web terminal for docker executorSteve Azzopardi2018-10-051-2/+2
| | | | | | | | | | | 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.
* Upgrade logrusAlessio Caiazza2018-09-061-4/+9
|
* Introduce GCS cache supportTomasz Maczukin2018-09-041-37/+357
|
* CI Web TerminalFrancisco Javier López 🌴 On vacation; back on August 22th!2018-08-141-1/+34
|
* Update Logrus to fix the issueTomasz Maczukin2018-08-071-6/+4
|
* Update kubernetes vendor to 1.10Chris Hoffman2018-06-151-164/+196
|
* Remove last Sirupsen referencesAlessio Caiazza2018-02-231-5/+5
|
* Upgrade logrus to 1.0.4Alessio Caiazza2018-02-231-14/+27
|
* Enable non-go prune in depAlessio Caiazza2018-02-091-29/+325
|
* Update go-homedirTomasz Maczukin2018-02-051-1/+1
|
* Move dependencies to depAlessio Caiazza2018-01-161-0/+364