Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename Ci::Commit to Ci::Pipeline and rename some of the ci_commit to pipeline | Kamil Trzcinski | 2016-06-02 | 1 | -183/+0 |
| | |||||
* | Pipelines can be canceled only when there are running builds | Kamil Trzcinski | 2016-05-31 | 1 | -0/+4 |
| | |||||
* | Fix specs for MySQL | Kamil Trzcinski | 2016-05-14 | 1 | -3/+2 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into with-pipeline-view | Kamil Trzcinski | 2016-05-13 | 1 | -22/+0 |
|\ | |||||
| * | Remove the annotate gem and delete old annotations | Jeroen van Baarsen | 2016-05-09 | 1 | -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 design | Kamil Trzcinski | 2016-05-10 | 1 | -0/+8 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into with-pipeline-view | Kamil Trzcinski | 2016-05-09 | 1 | -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 models | Zeger-Jan van de Weg | 2016-05-06 | 1 | -3/+7 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into with-pipeline-view | Kamil Trzcinski | 2016-04-26 | 1 | -6/+5 |
|\ \ | |/ | |||||
| * | Write specs for this feature | Kamil Trzcinski | 2016-04-16 | 1 | -5/+4 |
| | | |||||
| * | Rename CiStatus to Statusable | Kamil Trzcinski | 2016-04-16 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'ci-commit-as-pipeline' into with-pipeline-view | Kamil Trzcinski | 2016-04-13 | 1 | -10/+15 |
|\ \ | |/ | |||||
| * | Fix implementation of config_processor and ci_yaml_file | Kamil Trzcinski | 2016-04-13 | 1 | -10/+15 |
| | | |||||
| * | Update handling of skipped status | Kamil Trzcinski | 2016-04-13 | 1 | -15/+8 |
| | | |||||
* | | Update handling of skipped status | Kamil Trzcinski | 2016-04-13 | 1 | -15/+8 |
| | | |||||
* | | Merge branch 'ci-commit-as-pipeline' into with-pipeline-view | Kamil Trzcinski | 2016-04-13 | 1 | -61/+11 |
|\ \ | |/ | | | | | | | # Conflicts: # app/models/ci/commit.rb | ||||
| * | Simplify state update of Ci::Commit object | Kamil Trzcinski | 2016-04-13 | 1 | -61/+11 |
| | | |||||
* | | Pipeline view | Kamil Trzcinski | 2016-04-13 | 1 | -0/+7 |
| | | |||||
* | | Make Pipeline view work | Kamil Trzcinski | 2016-04-13 | 1 | -0/+4 |
|/ | |||||
* | Optimise CI status accessor | Kamil Trzcinski | 2016-04-12 | 1 | -1/+5 |
| | |||||
* | Fix create_next_builds method | Kamil Trzcinski | 2016-04-12 | 1 | -3/+3 |
| | |||||
* | Fix rest of rspec and spinach tests | Kamil Trzcinski | 2016-04-12 | 1 | -5/+5 |
| | |||||
* | Fix specs | Kamil Trzcinski | 2016-04-11 | 1 | -6/+21 |
| | |||||
* | Use Ci::Commit as Pipeline | Kamil Trzcinski | 2016-04-11 | 1 | -63/+61 |
| | |||||
* | Fix review commentsfix-commit-status-rendering | Kamil Trzcinski | 2016-03-14 | 1 | -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 CiBuild | Kamil Trzcinski | 2016-03-14 | 1 | -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 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 |
| |