| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add custom executor | Kamil Trzciński | 2019-07-08 | 1 | -1/+2 |
| * | Prevent Executors from modifying Runner configuration | St. John Johnson | 2019-01-23 | 1 | -1/+1 |
| * | Fix job duration counting | Tomasz Maczukin | 2018-09-26 | 1 | -23/+24 |
| * | sed 's/Sirupsen\/logrus/sirupsen\/logrus/g' | Alessio Caiazza | 2018-02-23 | 1 | -1/+1 |
| * | Add information about exec command status | Tomasz Maczukin | 2018-02-22 | 1 | -2/+0 |
| * | Merge branch 'deprecate-exec-and-service-related-commands' into 'master'•••Mark exec and service-management commands as DEPRECATED Closes #2710 See merge request gitlab-org/gitlab-runner!679 | Kamil Trzciński | 2017-09-14 | 1 | -0/+2 |
| |\ | |||||
| | * | Mark exec and service-management commands as DEPRECATED | Tomasz Maczukin | 2017-09-13 | 1 | -0/+2 |
| * | | Fix randomly failing test from commands/single_test.go | Tomasz Maczukin | 2017-09-13 | 1 | -1/+1 |
| |/ | |||||
| * | Rename 2nd iteration: rename imports | Tomasz Maczukin | 2017-09-11 | 1 | -7/+7 |
| * | Swap codegangsta for urfave | Zeger-Jan van de Weg | 2017-08-22 | 1 | -1/+1 |
| * | Drop JR prefix from JobResponse substructures names | Tomasz Maczukin | 2017-03-18 | 1 | -3/+3 |
| * | Refactorize exec's gitlab-ci.yaml parser | Tomasz Maczukin | 2017-03-16 | 1 | -264/+3 |
| * | Remove legacy JobResponse stuct fields - step 15 | Tomasz Maczukin | 2017-03-16 | 1 | -2/+2 |
| * | Remove legacy JobResponse stuct fields - step 13 | Tomasz Maczukin | 2017-03-16 | 1 | -36/+84 |
| * | Remove legacy JobResponse stuct fields - step 12 | Tomasz Maczukin | 2017-03-16 | 1 | -34/+65 |
| * | Remove legacy JobResponse stuct fields - step 11 | Tomasz Maczukin | 2017-03-16 | 1 | -30/+49 |
| * | Remove legacy JobResponse stuct fields - step 5 | Tomasz Maczukin | 2017-03-16 | 1 | -1/+1 |
| * | Remove legacy JobResponse stuct fields - step 4 | Tomasz Maczukin | 2017-03-16 | 1 | -2/+2 |
| * | Remove legacy JobResponse stuct fields - step 1 | Tomasz Maczukin | 2017-03-16 | 1 | -11/+16 |
| * | Rename BuildResponse and BuildRequest | Tomasz Maczukin | 2017-03-16 | 1 | -3/+3 |
| * | Prioritize jobBeforeScript over beforeScript | Eric Giesberg | 2016-10-18 | 1 | -4/+8 |
| * | Lines to append jobBeforeScript | Eric Giesberg | 2016-10-18 | 1 | -1/+8 |
| * | Addition of before_script from job config to exec command | Eric Giesberg | 2016-10-18 | 1 | -2/+2 |
| * | Replace yaml.v1 with yaml.v2 | Nick Thomas | 2016-09-12 | 1 | -1/+1 |
| * | Re-enable docker executor | James Munnelly | 2016-08-19 | 1 | -1/+1 |
| * | Rebase onto latest gitlab-runner. Rewrite more cleanly | James Munnelly | 2016-08-17 | 1 | -5/+6 |
| * | Solve very rare case resulting in dead-lock when cancelling a build•••It's possible that we will block on Notify anonymous function, when the select loop a few lines below gets finished. It will happen, because we use unbuffered channel, but don't have a possibility to consume it. Thus this will block trace sending routing. Trace sending routine will not finish, thus it will block trace.Success/Fail resulting in ability to cleanup a executor and releasing a machine. This also renames BuildAbort to SystemInterrupt which is more accurate and makes a timeout a BuildError instead of SystemError. | Kamil Trzcinski | 2016-07-17 | 1 | -1/+1 |
| * | Add simple integration tests for VirtualBox | Kamil Trzcinski | 2016-07-14 | 1 | -1/+1 |
| * | Merge branch 'feature/exec-command-timeout' into 'master' ••• Add exec command timeout Fixes #1193 See merge request !148 | Kamil Trzciński | 2016-05-16 | 1 | -2/+11 |
| |\ | |||||
| | * | Update timeout option description | Tomasz Maczukin | 2016-04-29 | 1 | -1/+1 |
| | * | Add option for setting timeout of exec command | Tomasz Maczukin | 2016-04-29 | 1 | -2/+11 |
| * | | Merge branch 'variables-at-job-level' into 'master' ••• Make variables to work at job level in exec mode cc @tmaczukin See merge request !160 | Tomasz Maczukin | 2016-05-14 | 1 | -1/+16 |
| |\ \ | |||||
| | * | | Make variables to work at job level in exec mode | Kamil Trzcinski | 2016-05-12 | 1 | -1/+16 |
| | |/ | |||||
| * / | support after_script in gitlab-runner exec | Kamil Trzcinski | 2016-05-04 | 1 | -1/+1 |
| |/ | |||||
| * | Fix: exec command failing to decode map[interface{}]interface{} | Kamil Trzcinski | 2016-03-30 | 1 | -10/+13 |
| * | Remove the usage of Network in context of Build, Executor and Shell | Kamil Trzcinski | 2016-03-12 | 1 | -1/+0 |
| * | Fixes the #1078 | Kamil Trzcinski | 2016-02-29 | 1 | -2/+0 |
| * | Refactor build trace handling | Kamil Trzcinski | 2016-02-08 | 1 | -1/+1 |
| * | Make lint happy (serious name refactoring) | Kamil Trzcinski | 2016-02-06 | 1 | -7/+8 |
| * | Reduce code complexity | Kamil Trzcinski | 2016-02-06 | 1 | -99/+105 |
| * | run go fmt | Daniel Widerin | 2016-01-16 | 1 | -1/+1 |
| * | Rename vbox to virtualbox•••This also changed the env vars from VBOX_BASE_NAME to VIRTUALBOX_BASE_NAME | Daniel Widerin | 2016-01-16 | 1 | -0/+1 |
| * | Added exec command which allows to run build locally using the selected executor | Kamil Trzcinski | 2015-11-25 | 1 | -0/+277 |
