| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added service proxy to the kubernetes executor•••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 | Francisco Javier López | 2019-05-23 | 6 | -28/+462 |
| * | Create pointers to mocks in session package | Tomasz Maczukin | 2018-10-16 | 2 | -14/+14 |
| * | Add missing AssertExpectations on mocks in session package | Tomasz Maczukin | 2018-10-16 | 2 | -5/+16 |
| * | Add AssertExpectations on mocked structs•••When using `github.com/stretchr/testify/mock` `c.AssertExpectations` should be called to make sure the mock calls are called correctly. | Steve Azzopardi | 2018-10-16 | 1 | -0/+1 |
| * | Refactor tests for docker terminals | Steve Azzopardi | 2018-10-08 | 1 | -3/+6 |
| * | Add tests for docker executor terminal | Steve Azzopardi | 2018-10-05 | 1 | -0/+27 |
| * | Actively watch for the exec container•••- Kill the terminal connection if container exits - Fix deadlock in build container method flow - Fix closing terminal connection, resolving the problem of terminal still being connected even though it is disconnected | Kamil Trzciński | 2018-10-05 | 1 | -1/+2 |
| * | 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 | 1 | -1/+2 |
| * | CI Web Terminal | Francisco Javier López 🌴 On vacation; back on August 22th! | 2018-08-14 | 7 | -0/+769 |
