summaryrefslogtreecommitdiff
path: root/lib/ci/charts.rb
Commit message (Collapse)AuthorAgeFilesLines
* move `lib/ci/charts.rb` into `lib/gitlab/ci/charts.rb`Maxim Rydkin2017-09-121-116/+0
|
* Re-enable SqlInjection and CommandInjectionBrian Neel2017-08-081-1/+1
|
* Remove references to build in pipeline chartsZ.J. van de Weg2017-06-231-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 chartsZ.J. van de Weg2017-06-231-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 Bizon2017-06-211-13/+13
|
* Use fewer queries for CI chartsfix/use-fewer-queries-for-ci-chartsAhmad Sherif2016-07-271-26/+70
|
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-1/+0
|
* Rename Ci::Commit to Ci::Pipeline and rename some of the ci_commit to pipelineKamil Trzcinski2016-06-021-1/+1
|
* Fix Error 500 in CI charts by gracefully handling commits with no durationsStan Hu2016-05-221-1/+2
| | | | Closes #17730
* Remove ci_ prefix from all ci related thingsKamil Trzcinski2015-12-111-2/+2
|
* Migrate CI::Project to ProjectKamil Trzcinski2015-12-111-3/+3
|
* Improve Continuous Integration graphs pageDmitriy Zaporozhets2015-11-101-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 fontawesomeDouwe Maan2015-08-261-3/+3
|
* Groundwork for merging CI into CEDouwe Maan2015-08-251-0/+71