Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move `lib/ci/charts.rb` into `lib/gitlab/ci/charts.rb` | Maxim Rydkin | 2017-09-12 | 1 | -116/+0 |
| | |||||
* | Re-enable SqlInjection and CommandInjection | Brian Neel | 2017-08-08 | 1 | -1/+1 |
| | |||||
* | Remove references to build in pipeline charts | Z.J. van de Weg | 2017-06-23 | 1 | -4/+4 |
| | | | | | | | Being the good boyscouts, but mainly because of [the comment in the review](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12378#note_33302115) the words used for classes and variables are changed to not use builds anymore. | ||||
* | Improve performance for pipeline charts | Z.J. van de Weg | 2017-06-23 | 1 | -5/+5 |
| | | | | | Achieved by using another table, which both has better indexes and is smaller. Now the data provided for the user is more valueable too. | ||||
* | Enable Style/DotPosition Rubocop :cop: | Grzegorz Bizon | 2017-06-21 | 1 | -13/+13 |
| | |||||
* | Use fewer queries for CI chartsfix/use-fewer-queries-for-ci-charts | Ahmad Sherif | 2016-07-27 | 1 | -26/+70 |
| | |||||
* | Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-lines | Grzegorz Bizon | 2016-07-01 | 1 | -1/+0 |
| | |||||
* | Rename Ci::Commit to Ci::Pipeline and rename some of the ci_commit to pipeline | Kamil Trzcinski | 2016-06-02 | 1 | -1/+1 |
| | |||||
* | Fix Error 500 in CI charts by gracefully handling commits with no durations | Stan Hu | 2016-05-22 | 1 | -1/+2 |
| | | | | Closes #17730 | ||||
* | Remove ci_ prefix from all ci related things | Kamil Trzcinski | 2015-12-11 | 1 | -2/+2 |
| | |||||
* | Migrate CI::Project to Project | Kamil Trzcinski | 2015-12-11 | 1 | -3/+3 |
| | |||||
* | Improve Continuous Integration graphs page | Dmitriy Zaporozhets | 2015-11-10 | 1 | -1/+2 |
| | | | | | | | | | * fix commit duration graph * make graphs responsive * fix wrong padding * add a bit of explanation to colors Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Update gitignore, change literal DB table names, fix errors, fix fontawesome | Douwe Maan | 2015-08-26 | 1 | -3/+3 |
| | |||||
* | Groundwork for merging CI into CE | Douwe Maan | 2015-08-25 | 1 | -0/+71 |