Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use begin/end instead of defined? | Jacob Vosmaer | 2016-02-02 | 1 | -5/+5 |
| | |||||
* | WIP lazy blobs | Jacob Vosmaer | 2016-02-01 | 1 | -1/+5 |
| | |||||
* | Don't create CI status for refs that doesn't have .gitlab-ci.yml, even if ↵ | Kamil Trzcinski | 2015-12-17 | 1 | -10/+0 |
| | | | | the builds are enabled | ||||
* | Merge branch 'master' into ux/suppress-ci-yml-warning | Grzegorz Bizon | 2015-12-14 | 1 | -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::Git | Kamil Trzcinski | 2015-12-11 | 1 | -1/+1 |
| | | |||||
| * | Migrate CI::Project to Project | Kamil Trzcinski | 2015-12-11 | 1 | -14/+8 |
| | | |||||
| * | Migrate CI::Services and CI::WebHooks to Services and WebHooks | Kamil Trzcinski | 2015-12-10 | 1 | -0/+4 |
| | | |||||
* | | Do not display ci build status if builds enabled but no `.gitlab-ci.yml` | Grzegorz Bizon | 2015-12-14 | 1 | -0/+10 |
|/ | | | | Ref #3827 | ||||
* | Merge branch 'master' into merge-if-green | Douwe Maan | 2015-12-08 | 1 | -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 Maan | 2015-12-08 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into merge-if-green | Zeger-Jan van de Weg | 2015-12-07 | 1 | -4/+4 |
|\ \ | |/ | |||||
| * | Don't rescue Exception, but StandardErrorci-yaml-validation | Kamil Trzcinski | 2015-11-19 | 1 | -6/+3 |
| | | |||||
| * | Fix tests | Kamil Trzcinski | 2015-11-19 | 1 | -1/+1 |
| | | |||||
| * | Commits without .gitlab-ci.yml are marked as skipped | Kamil Trzcinski | 2015-11-19 | 1 | -1/+4 |
| | | | | | | | | - Save detailed error when YAML syntax | ||||
* | | Merge branch 'master' into merge-if-green | Zeger-Jan van de Weg | 2015-11-18 | 1 | -13/+14 |
|\ \ | |/ | |||||
| * | Annotate models | Dmitriy Zaporozhets | 2015-11-13 | 1 | -12/+13 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Extend yml syntax for only and except to support specifying repository path | Kamil Trzcinski | 2015-11-02 | 1 | -1/+1 |
| | | |||||
* | | Merge when build succeeds | Zeger-Jan van de Weg | 2015-11-02 | 1 | -0/+8 |
|/ | |||||
* | Implement when syntax in .gitlab-ci.yml | Kamil Trzcinski | 2015-10-15 | 1 | -35/+17 |
| | |||||
* | Remove ordering from :ci_commits relation | Kamil Trzcinski | 2015-10-14 | 1 | -0/+2 |
| | |||||
* | Fix broken matrix_for_ref? | Kamil Trzcinski | 2015-10-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Kamil Trzcinski <ayufan@ayufan.eu> | ||||
* | Fix broken tests | Kamil Trzcinski | 2015-10-12 | 1 | -2/+2 |
| | |||||
* | Rename builds_without_retry to latest_builds | Kamil Trzcinski | 2015-10-12 | 1 | -7/+7 |
| | |||||
* | Update rendering | Kamil Trzcinski | 2015-10-12 | 1 | -34/+32 |
| | |||||
* | Add Commit Status documentation | Kamil Trzcinski | 2015-10-12 | 1 | -1/+1 |
| | |||||
* | Implement Commit Status API | Kamil Trzcinski | 2015-10-12 | 1 | -47/+41 |
| | |||||
* | Fixed failure reading .gitlab-ci.ymlfix-ci-bugs | Kamil Trzcinski | 2015-10-06 | 1 | -1/+1 |
| | |||||
* | Add stage tests | Kamil Trzcinski | 2015-10-05 | 1 | -1/+2 |
| | |||||
* | Fix build pipelining | Kamil Trzcinski | 2015-10-05 | 1 | -0/+10 |
| | |||||
* | Fix builds_without_retry | Kamil Trzcinski | 2015-10-05 | 1 | -10/+7 |
| | |||||
* | Make commit_spec run | Kamil Trzcinski | 2015-10-05 | 1 | -30/+45 |
| | |||||
* | Add user to Ci::Build to have pusher email address | Kamil Trzcinski | 2015-10-05 | 1 | -2/+2 |
| | |||||
* | Refactor commit and build | Kamil Trzcinski | 2015-10-05 | 1 | -94/+43 |
| | |||||
* | Make ensure_gitlab_ci_project return ci_project or create a new oneci-commits-to-projects | Kamil Trzcinski | 2015-09-29 | 1 | -5/+1 |
| | |||||
* | Fix tests | Kamil Trzcinski | 2015-09-29 | 1 | -10/+17 |
| | |||||
* | WIP | Kamil Trzcinski | 2015-09-29 | 1 | -5/+5 |
| | |||||
* | WIP | Kamil Trzcinski | 2015-09-29 | 1 | -2/+6 |
| | |||||
* | Fail builds if no .gitlab-ci.yml is found | Kamil Trzcinski | 2015-09-20 | 1 | -1/+1 |
| | |||||
* | Groundwork for merging CI into CE | Douwe Maan | 2015-08-25 | 1 | -0/+267 |