summaryrefslogtreecommitdiff
path: root/commands/exec.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add custom executorKamil Trzciński2019-07-081-1/+2
* Prevent Executors from modifying Runner configurationSt. John Johnson2019-01-231-1/+1
* Fix job duration countingTomasz Maczukin2018-09-261-23/+24
* sed 's/Sirupsen\/logrus/sirupsen\/logrus/g'Alessio Caiazza2018-02-231-1/+1
* Add information about exec command statusTomasz Maczukin2018-02-221-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!679Kamil Trzciński2017-09-141-0/+2
|\
| * Mark exec and service-management commands as DEPRECATEDTomasz Maczukin2017-09-131-0/+2
* | Fix randomly failing test from commands/single_test.goTomasz Maczukin2017-09-131-1/+1
|/
* Rename 2nd iteration: rename importsTomasz Maczukin2017-09-111-7/+7
* Swap codegangsta for urfaveZeger-Jan van de Weg2017-08-221-1/+1
* Drop JR prefix from JobResponse substructures namesTomasz Maczukin2017-03-181-3/+3
* Refactorize exec's gitlab-ci.yaml parserTomasz Maczukin2017-03-161-264/+3
* Remove legacy JobResponse stuct fields - step 15Tomasz Maczukin2017-03-161-2/+2
* Remove legacy JobResponse stuct fields - step 13Tomasz Maczukin2017-03-161-36/+84
* Remove legacy JobResponse stuct fields - step 12Tomasz Maczukin2017-03-161-34/+65
* Remove legacy JobResponse stuct fields - step 11Tomasz Maczukin2017-03-161-30/+49
* Remove legacy JobResponse stuct fields - step 5Tomasz Maczukin2017-03-161-1/+1
* Remove legacy JobResponse stuct fields - step 4Tomasz Maczukin2017-03-161-2/+2
* Remove legacy JobResponse stuct fields - step 1Tomasz Maczukin2017-03-161-11/+16
* Rename BuildResponse and BuildRequestTomasz Maczukin2017-03-161-3/+3
* Prioritize jobBeforeScript over beforeScriptEric Giesberg2016-10-181-4/+8
* Lines to append jobBeforeScriptEric Giesberg2016-10-181-1/+8
* Addition of before_script from job config to exec commandEric Giesberg2016-10-181-2/+2
* Replace yaml.v1 with yaml.v2Nick Thomas2016-09-121-1/+1
* Re-enable docker executorJames Munnelly2016-08-191-1/+1
* Rebase onto latest gitlab-runner. Rewrite more cleanlyJames Munnelly2016-08-171-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 Trzcinski2016-07-171-1/+1
* Add simple integration tests for VirtualBoxKamil Trzcinski2016-07-141-1/+1
* Merge branch 'feature/exec-command-timeout' into 'master' ••• Add exec command timeout Fixes #1193 See merge request !148Kamil Trzciński2016-05-161-2/+11
|\
| * Update timeout option descriptionTomasz Maczukin2016-04-291-1/+1
| * Add option for setting timeout of exec commandTomasz Maczukin2016-04-291-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 !160Tomasz Maczukin2016-05-141-1/+16
|\ \
| * | Make variables to work at job level in exec modeKamil Trzcinski2016-05-121-1/+16
| |/
* / support after_script in gitlab-runner execKamil Trzcinski2016-05-041-1/+1
|/
* Fix: exec command failing to decode map[interface{}]interface{}Kamil Trzcinski2016-03-301-10/+13
* Remove the usage of Network in context of Build, Executor and ShellKamil Trzcinski2016-03-121-1/+0
* Fixes the #1078Kamil Trzcinski2016-02-291-2/+0
* Refactor build trace handlingKamil Trzcinski2016-02-081-1/+1
* Make lint happy (serious name refactoring)Kamil Trzcinski2016-02-061-7/+8
* Reduce code complexityKamil Trzcinski2016-02-061-99/+105
* run go fmtDaniel Widerin2016-01-161-1/+1
* Rename vbox to virtualbox•••This also changed the env vars from VBOX_BASE_NAME to VIRTUALBOX_BASE_NAME Daniel Widerin2016-01-161-0/+1
* Added exec command which allows to run build locally using the selected executorKamil Trzcinski2015-11-251-0/+277