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
2016-07-18Fix build duration when build is not finished yetRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-07-12Add clock and calendar icons for duration and finished at; add finished at ↵Annabel Dunstone
section in pipelines
2016-05-25Merge branch 'improve-pipeline-design' into 'master' Douwe Maan
Improve design of Pipeline view ## What does this MR do? Improves current design of Pipelines view when there is multiple stages. This makes the statuses clickable and makes the view more compact. ## Screenshots (if relevant) ![Screen_Shot_2016-05-21_at_01.20.40](/uploads/dd031b7af7005c7a61f3165fefa8b7c9/Screen_Shot_2016-05-21_at_01.20.40.png) cc @DouweM @markpundsack @rspeicher @marin See merge request !4230
2016-05-24Remove icons from tables; remove timestamp from pipelines, remove info block ↵Annabel Dunstone
at top of pipelines
2016-05-24Move tags to column in generic_commit_statusAnnabel Dunstone
2016-05-10Update generic commit status to make it look like a buildKamil Trzcinski
2016-04-17Make some logic less twistableKamil Trzcinski
2016-03-15Fix double borders around the CI statusKamil Trzcinski
2016-03-14Fix review commentsKamil Trzcinski
- 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
2016-03-14Cleanup CiCommit and CiBuildKamil Trzcinski
- 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