summaryrefslogtreecommitdiff
path: root/app/models/ci/commit.rb
Commit message (Collapse)AuthorAgeFilesLines
* Rename Ci::Commit to Ci::Pipeline and rename some of the ci_commit to pipelineKamil Trzcinski2016-06-021-183/+0
|
* Pipelines can be canceled only when there are running buildsKamil Trzcinski2016-05-311-0/+4
|
* Fix specs for MySQLKamil Trzcinski2016-05-141-3/+2
|
* Merge remote-tracking branch 'origin/master' into with-pipeline-viewKamil Trzcinski2016-05-131-22/+0
|\
| * Remove the annotate gem and delete old annotationsJeroen van Baarsen2016-05-091-22/+0
| | | | | | | | | | | | | | | | | | In 8278b763d96ef10c6494409b18b7eb541463af29 the default behaviour of annotation has changes, which was causing a lot of noise in diffs. We decided in #17382 that it is better to get rid of the whole annotate gem, and instead let people look at schema.rb for the columns in a table. Fixes: #17382
* | Improve pipelines designKamil Trzcinski2016-05-101-0/+8
| |
* | Merge remote-tracking branch 'origin/master' into with-pipeline-viewKamil Trzcinski2016-05-091-3/+7
|\ \ | |/ | | | | | | | | | | # Conflicts: # app/views/projects/ci/builds/_build.html.haml # app/views/projects/commit/_ci_commit.html.haml # app/views/projects/commit/_commit_box.html.haml
| * Annotate the modelsZeger-Jan van de Weg2016-05-061-3/+7
| |
* | Merge remote-tracking branch 'origin/master' into with-pipeline-viewKamil Trzcinski2016-04-261-6/+5
|\ \ | |/
| * Write specs for this featureKamil Trzcinski2016-04-161-5/+4
| |
| * Rename CiStatus to StatusableKamil Trzcinski2016-04-161-1/+1
| |
* | Merge branch 'ci-commit-as-pipeline' into with-pipeline-viewKamil Trzcinski2016-04-131-10/+15
|\ \ | |/
| * Fix implementation of config_processor and ci_yaml_fileKamil Trzcinski2016-04-131-10/+15
| |
| * Update handling of skipped statusKamil Trzcinski2016-04-131-15/+8
| |
* | Update handling of skipped statusKamil Trzcinski2016-04-131-15/+8
| |
* | Merge branch 'ci-commit-as-pipeline' into with-pipeline-viewKamil Trzcinski2016-04-131-61/+11
|\ \ | |/ | | | | | | # Conflicts: # app/models/ci/commit.rb
| * Simplify state update of Ci::Commit objectKamil Trzcinski2016-04-131-61/+11
| |
* | Pipeline viewKamil Trzcinski2016-04-131-0/+7
| |
* | Make Pipeline view workKamil Trzcinski2016-04-131-0/+4
|/
* Optimise CI status accessorKamil Trzcinski2016-04-121-1/+5
|
* Fix create_next_builds methodKamil Trzcinski2016-04-121-3/+3
|
* Fix rest of rspec and spinach testsKamil Trzcinski2016-04-121-5/+5
|
* Fix specsKamil Trzcinski2016-04-111-6/+21
|
* Use Ci::Commit as PipelineKamil Trzcinski2016-04-111-63/+61
|
* Fix review commentsfix-commit-status-renderingKamil Trzcinski2016-03-141-0/+6
| | | | | | | - Remove unused Gitlab::Application.routes.url_helpers from Ci::Build - Remove too much logic from a view, use Ci::Commit.matrix_builds - Use ci_status_with_icon - Don't describe symbols
* Cleanup CiCommit and CiBuildKamil Trzcinski2016-03-141-28/+4
| | | | | | - Remove all view related methods from Ci::Build and CommitStatus - Remove unused Ci::Commit and Ci::Build methods - Use polymorphism to render different types of CommitStatus
* Use begin/end instead of defined?Jacob Vosmaer2016-02-021-5/+5
|
* WIP lazy blobsJacob Vosmaer2016-02-011-1/+5
|
* Don't create CI status for refs that doesn't have .gitlab-ci.yml, even if ↵Kamil Trzcinski2015-12-171-10/+0
| | | | the builds are enabled
* Merge branch 'master' into ux/suppress-ci-yml-warningGrzegorz Bizon2015-12-141-16/+14
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (24 commits) Fix runners admin view Fix migrations Run builds from projects with enabled CI Use Gitlab::Git instead of Ci::Git Fix last specs Fix specs Fix after column rename Fix errors Update badge Finishing touches Fix triggers tests Rename columns and rename migrations Reimplement Trigger API Remove ci_ prefix from all ci related things Add runners token Migrate CI::Project to Project Fix indentation and BuildsEmailService Change default values Enhance migrate CI emails Fix issue tracker service ... Conflicts: spec/features/commits_spec.rb
| * Use Gitlab::Git instead of Ci::GitKamil Trzcinski2015-12-111-1/+1
| |
| * Migrate CI::Project to ProjectKamil Trzcinski2015-12-111-14/+8
| |
| * Migrate CI::Services and CI::WebHooks to Services and WebHooksKamil Trzcinski2015-12-101-0/+4
| |
* | Do not display ci build status if builds enabled but no `.gitlab-ci.yml`Grzegorz Bizon2015-12-141-0/+10
|/ | | | Ref #3827
* Merge branch 'master' into merge-if-greenDouwe Maan2015-12-081-1/+1
|\ | | | | | | | | | | # Conflicts: # app/views/projects/merge_requests/widget/_heading.html.haml # app/views/projects/merge_requests/widget/open/_accept.html.haml
| * Memoize ci_yaml_file.Douwe Maan2015-12-081-1/+1
| |
* | Merge branch 'master' into merge-if-greenZeger-Jan van de Weg2015-12-071-4/+4
|\ \ | |/
| * Don't rescue Exception, but StandardErrorci-yaml-validationKamil Trzcinski2015-11-191-6/+3
| |
| * Fix testsKamil Trzcinski2015-11-191-1/+1
| |
| * Commits without .gitlab-ci.yml are marked as skippedKamil Trzcinski2015-11-191-1/+4
| | | | | | | | - Save detailed error when YAML syntax
* | Merge branch 'master' into merge-if-greenZeger-Jan van de Weg2015-11-181-13/+14
|\ \ | |/
| * Annotate modelsDmitriy Zaporozhets2015-11-131-12/+13
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * Extend yml syntax for only and except to support specifying repository pathKamil Trzcinski2015-11-021-1/+1
| |
* | Merge when build succeedsZeger-Jan van de Weg2015-11-021-0/+8
|/
* Implement when syntax in .gitlab-ci.ymlKamil Trzcinski2015-10-151-35/+17
|
* Remove ordering from :ci_commits relationKamil Trzcinski2015-10-141-0/+2
|
* Fix broken matrix_for_ref?Kamil Trzcinski2015-10-121-1/+1
| | | | Signed-off-by: Kamil Trzcinski <ayufan@ayufan.eu>
* Fix broken testsKamil Trzcinski2015-10-121-2/+2
|
* Rename builds_without_retry to latest_buildsKamil Trzcinski2015-10-121-7/+7
|
* Update renderingKamil Trzcinski2015-10-121-34/+32
|