summaryrefslogtreecommitdiff
path: root/app/models/ci
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rename-ci-commit-phase-4' into 'master' Rémy Coutable2016-06-101-1/+1
|\
| * Rename commit to pipeline in TriggerRequestKamil Trzcinski2016-06-091-1/+1
* | Fix UTF-8 handling in incremental trace update APITomasz Maczukin2016-06-101-2/+2
|/
* Fix other places where we still use commit attribute of BuildKamil Trzcinski2016-06-031-1/+1
* Fix more places where we should rename ci_commit to pipelineKamil Trzcinski2016-06-032-2/+2
* Use foreign_key to define column nameKamil Trzcinski2016-06-031-2/+2
* Merge remote-tracking branch 'origin/master' into rename-ci-commitKamil Trzcinski2016-06-031-0/+1
|\
| * Refactor. Add tests.Josh Frye2016-06-021-1/+1
| * Invalidate cache on build changeJosh Frye2016-06-021-0/+1
* | Try to use `pipeline` where applicableKamil Trzcinski2016-06-031-6/+6
* | Use ci_commits tableKamil Trzcinski2016-06-031-0/+2
* | Rename Ci::Commit to Ci::Pipeline and rename some of the ci_commit to pipelineKamil Trzcinski2016-06-023-9/+9
|/
* Merge branch 'upgrade-devise-two-factor' into 'master' Robert Speicher2016-06-021-1/+4
|\
| * Upgrade attr_encrypted and encryptorConnor Shea2016-05-301-1/+4
* | Pipelines can be canceled only when there are running buildsKamil Trzcinski2016-05-311-0/+4
|/
* Merge branch 'rubocop/enable-negatedif-style-cop' into 'master' Robert Speicher2016-05-301-1/+1
|\
| * Enable Style/NegatedIf Rubocop coprubocop/enable-negatedif-style-copGrzegorz Bizon2016-05-301-1/+1
* | Enable Style/MethodDefParentheses rubocop copstyle/enable-method-def-parentheses-rubocop-copGrzegorz Bizon2016-05-301-1/+1
|/
* Merge branch 'feature/runner-config-untagged-jobs' into 'master' Robert Speicher2016-05-192-1/+22
|\
| * Rename method that validates runner tag constrainsGrzegorz Bizon2016-05-191-2/+2
| * Move runner validator to separate private methodGrzegorz Bizon2016-05-191-6/+10
| * Add method that check if build has tagsGrzegorz Bizon2016-05-191-3/+5
| * Improve displaying validation messages for runnerGrzegorz Bizon2016-05-191-3/+7
| * Add custom validator to runner modelGrzegorz Bizon2016-05-191-0/+7
| * Disallow runner to pick untagged build if configuredGrzegorz Bizon2016-05-191-0/+4
| * Extend runner config options for untagged jobsGrzegorz Bizon2016-05-191-1/+1
* | Merge branch 'create-todo-on-failing-build' into 'master' Douwe Maan2016-05-191-0/+1
|\ \
| * | Create a todo on failing MR buildSean McGivern2016-05-171-0/+1
| |/
* | Fix specs for MySQLKamil Trzcinski2016-05-141-3/+2
* | Merge remote-tracking branch 'origin/master' into with-pipeline-viewKamil Trzcinski2016-05-137-133/+9
|\ \ | |/
| * Merge branch 'deprecated-class-methods-cop' into 'master' Robert Speicher2016-05-121-1/+1
| |\
| | * Enable the Rubocop DeprecatedClassMethods copConnor Shea2016-05-081-1/+1
| * | Merge branch 'send-incremental-build-log' into 'master' Jacob Schatz2016-05-121-2/+6
| |\ \
| | * | Fix specssend-incremental-build-logKamil Trzcinski2016-05-121-1/+1
| | * | Merge remote-tracking branch 'origin/master' into send-incremental-build-logKamil Trzcinski2016-05-107-129/+0
| | |\ \
| | * | | Send trace to a browser incrementally when build is runningKamil Trzcinski2016-05-091-2/+6
| | | |/ | | |/|
| * | | Merge branch 'fix/reuse-runner-edit-form-in-admin-area' into 'master' Rémy Coutable2016-05-121-1/+2
| |\ \ \ | | |_|/ | |/| |
| | * | Use % notation for arrays in runner model constantsfix/reuse-runner-edit-form-in-admin-areaGrzegorz Bizon2016-05-111-2/+2
| | * | Share form editable attributes mf runner via modelGrzegorz Bizon2016-05-101-0/+1
| | |/
| * | Remove the annotate gem and delete old annotationsJeroen van Baarsen2016-05-097-129/+0
| |/
* | Improve pipelines designKamil Trzcinski2016-05-101-0/+8
* | Merge remote-tracking branch 'origin/master' into with-pipeline-viewKamil Trzcinski2016-05-095-21/+25
|\ \ | |/
| * Annotate the modelsZeger-Jan van de Weg2016-05-065-21/+25
* | Merge remote-tracking branch 'origin/master' into with-pipeline-viewKamil Trzcinski2016-04-262-10/+42
|\ \ | |/
| * Merge branch 'ci-commit-as-pipeline' into 'master' Kamil Trzciński2016-04-212-103/+61
| |\
| | * Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineci-commit-as-pipelineKamil Trzcinski2016-04-191-3/+15
| | |\
| | * | Write specs for this featureKamil Trzcinski2016-04-161-5/+4
| | * | Rename CiStatus to StatusableKamil Trzcinski2016-04-161-1/+1
| * | | Fix Build#append_trace method usage when trace file doesn't exists yetTomasz Maczukin2016-04-201-1/+1
| * | | Make sure that appending is done on a valid lengthTomasz Maczukin2016-04-201-4/+5