| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
| |
same configuration file
|
| | |
|
| |
|
|
| |
https://github.com/sirupsen/logrus/releases
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
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
|
| | |
|
| |
|
|
|
|
| |
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.
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
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 `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
|
| |
|
|
|
|
|
|
| |
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
|
| |\
| |
| |
| |
| | |
Update github.com/prometheus/client_golang dep
See merge request gitlab-org/gitlab-runner!1150
|
| | |
| |
| |
| |
| |
| | |
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{})`
|
| | |
| |
| |
| |
| |
| | |
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
|
| |/
|
|
|
|
| |
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.
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
| |
Use a version constrain instead of a commit hash constrain inside of
Gopkg.toml.
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|