| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update github.com/imdario/mergo version | Tomasz Maczukin | 2019-07-31 | 19 | -53/+961 |
| * | Prevent running multiple instances of the gitlab-runner process using the sam... | Tomasz Maczukin | 2019-07-30 | 7 | -0/+927 |
| * | Update zglob libary | Steve Azzopardi | 2019-06-25 | 3 | -171/+103 |
| * | Update logrus to v1.4.0•••https://github.com/sirupsen/logrus/releases | Steve Azzopardi | 2019-06-11 | 25 | -87/+410 |
| * | Update github.com/Microsoft/go-winio dependency | Tomasz Maczukin | 2019-06-03 | 35 | -185/+3695 |
| * | Add `github.com/markelog/trie` | Kamil Trzciński | 2019-03-06 | 7 | -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 Azzopardi | 2019-02-08 | 304 | -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 Azzopardi | 2019-02-08 | 334 | -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 Azzopardi | 2019-02-08 | 2444 | -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 Azzopardi | 2019-02-08 | 605 | -0/+79369 |
| * | Merge branch 'update-dep-prometheus-client' into 'master'•••Update github.com/prometheus/client_golang dep See merge request gitlab-org/gitlab-runner!1150 | Tomasz Maczukin | 2019-01-24 | 71 | -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 Azzopardi | 2019-01-16 | 71 | -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 Azzopardi | 2019-01-18 | 13 | -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 Azzopardi | 2019-01-16 | 347 | -29776/+138234 |
| |/ | |||||
| * | Update github.com/stretchr/testify dependency | Steve Azzopardi | 2019-01-10 | 8 | -33/+209 |
| * | Update logrus version to v1.3.0 | Steve Azzopardi | 2019-01-09 | 11 | -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 Azzopardi | 2018-12-31 | 30 | -148/+1004 |
| * | Update to testify v1.2.2•••Use a version constrain instead of a commit hash constrain inside of Gopkg.toml. | Steve Azzopardi | 2018-12-19 | 13 | -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 Azzopardi | 2018-10-05 | 5 | -6/+241 |
| * | Upgrade logrus | Alessio Caiazza | 2018-09-06 | 15 | -65/+527 |
| * | Introduce GCS cache support | Tomasz Maczukin | 2018-09-04 | 2617 | -352931/+2439993 |
| * | CI Web Terminal | Francisco Javier López 🌴 On vacation; back on August 22th! | 2018-08-14 | 497 | -46/+546957 |
| * | Update Logrus to fix the issue | Tomasz Maczukin | 2018-08-07 | 15 | -48/+360 |
| * | Update kubernetes vendor to 1.10 | Chris Hoffman | 2018-06-15 | 6519 | -1103076/+532697 |
| * | dep ensure: vendor sync | Alessio Caiazza | 2018-02-23 | 91 | -279/+11337 |
| * | sed 's/Sirupsen\/logrus/sirupsen\/logrus/g' | Alessio Caiazza | 2018-02-23 | 243 | -245/+245 |
| * | Remove upcase github.com/Sirupsen | Alessio Caiazza | 2018-02-23 | 30 | -2476/+0 |
| * | Enable non-go prune in dep | Alessio Caiazza | 2018-02-09 | 3828 | -570547/+111 |
| * | Updates from dep ensure | Tomasz Maczukin | 2018-02-05 | 10360 | -0/+2498448 |
| * | Update go-homedir | Tomasz Maczukin | 2018-02-05 | 4 | -17/+10 |
| * | Move dependencies to dep | Alessio Caiazza | 2018-01-16 | 10 | -7039/+38 |
| * | docker.allowed_images can use glob syntax in config.toml | Tomo Masakura | 2018-01-04 | 9 | -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 implementation | Nicholas Colbert | 2017-12-12 | 1 | -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!707 | Alessio Caiazza | 2017-11-09 | 85 | -3405/+16888 |
| |\ | |||||
| | * | Updating govendor dependencies | Tomasz Maczukin | 2017-10-24 | 39 | -0/+8127 |
| | * | Update github.com/minio/minio-go library | Tomasz Maczukin | 2017-10-24 | 50 | -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 Poel | 2017-11-05 | 2 | -12/+18 |
| |/ | |||||
| * | Update BurntSushi/toml for MIT-license | Kim "BKC" Carlbäcker | 2017-09-25 | 11 | -306/+516 |
| * | Rename 4th iteration: update vendor/vendor.json | Tomasz Maczukin | 2017-09-11 | 1 | -1/+1 |
| * | Updating govendor dependencies | Tomasz Maczukin | 2017-08-31 | 6 | -0/+942 |
| * | Updating govendor dependencies | Alessio Caiazza | 2017-08-22 | 4 | -0/+139 |
| * | Update urfave/cli dependancy | Zeger-Jan van de Weg | 2017-08-22 | 12 | -204/+670 |
| * | Swap codegangsta for urfave | Zeger-Jan van de Weg | 2017-08-22 | 12 | -2003/+28 |
| * | Updating govendor dependencies | Zeger-Jan van de Weg | 2017-08-22 | 18 | -0/+4919 |
| * | Updating govendor dependencies | Kirill Shirinkin | 2017-08-08 | 431 | -750/+50973 |
| * | Update github.com/stretchr/testify and github.com/davecgh/go-spew | Tomasz Maczukin | 2017-07-14 | 24 | -616/+2344 |
| * | Merge branch 'improvement/add-requests-backoff-mechanism' into 'master'•••Add requests backoff mechanism Closes #2377 See merge request !570 | Kamil Trzciński | 2017-06-01 | 4 | -0/+234 |
| |\ | |||||
| | * | Updating govendor dependencies | Tomasz Maczukin | 2017-05-02 | 4 | -0/+234 |
| * | | Update kardianos to get the openbsd procfs fix•••See: https://github.com/golang/go/issues/19453 | Stefan Rinkes | 2017-03-13 | 5 | -17/+76 |
| |/ | |||||
| * | Updating govendor dependencies | Tomasz Maczukin | 2017-03-29 | 19 | -917/+2843 |
