Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-06-23Remove references to build in pipeline chartsZ.J. van de Weg
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.
2017-06-23Improve performance for pipeline chartsZ.J. van de Weg
Achieved by using another table, which both has better indexes and is smaller. Now the data provided for the user is more valueable too.
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2016-07-27Use fewer queries for CI chartsAhmad Sherif
2016-07-01Enable Style/EmptyLines cop, remove redundant onesGrzegorz Bizon
2016-06-02Rename Ci::Commit to Ci::Pipeline and rename some of the ci_commit to pipelineKamil Trzcinski
2016-05-23Fix Error 500 in CI charts by gracefully handling commits with no durationsStan Hu
Closes #17730
2015-12-11Remove ci_ prefix from all ci related thingsKamil Trzcinski
2015-12-11Migrate CI::Project to ProjectKamil Trzcinski
2015-11-10Improve Continuous Integration graphs pageDmitriy Zaporozhets
* 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>
2015-08-27Update gitignore, change literal DB table names, fix errors, fix fontawesomeDouwe Maan
2015-08-26Groundwork for merging CI into CEDouwe Maan