summaryrefslogtreecommitdiff
path: root/app/models/ci/commit.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add Commit Status documentationKamil Trzcinski2015-10-121-1/+1
|
* Implement Commit Status APIKamil Trzcinski2015-10-121-47/+41
|
* Fixed failure reading .gitlab-ci.ymlfix-ci-bugsKamil Trzcinski2015-10-061-1/+1
|
* Add stage testsKamil Trzcinski2015-10-051-1/+2
|
* Fix build pipeliningKamil Trzcinski2015-10-051-0/+10
|
* Fix builds_without_retryKamil Trzcinski2015-10-051-10/+7
|
* Make commit_spec runKamil Trzcinski2015-10-051-30/+45
|
* Add user to Ci::Build to have pusher email addressKamil Trzcinski2015-10-051-2/+2
|
* Refactor commit and buildKamil Trzcinski2015-10-051-94/+43
|
* Make ensure_gitlab_ci_project return ci_project or create a new oneci-commits-to-projectsKamil Trzcinski2015-09-291-5/+1
|
* Fix testsKamil Trzcinski2015-09-291-10/+17
|
* WIPKamil Trzcinski2015-09-291-5/+5
|
* WIPKamil Trzcinski2015-09-291-2/+6
|
* Fail builds if no .gitlab-ci.yml is foundKamil Trzcinski2015-09-201-1/+1
|
* Groundwork for merging CI into CEDouwe Maan2015-08-251-0/+267