Commit Graph

19 Commits

Author SHA1 Message Date
GitLab Bot dea6ebd31a Add latest changes from gitlab-org/gitlab@master 2019-09-30 12:06:01 +00:00
Scott Hampton f093ceb4a0 Change misleading pipeline status tooltip
Some pipeline status icon tooltips were showing
"Commit: ..." which customers found to be
misleading since it was not the commit that was
failing but the pipeline.

We are changing all status icon tooltips to say
"Pipeline: ..." instead of "Commit: ..." now.
2019-08-23 21:28:46 +00:00
Tim Zallmann f5c8c511d0 Now one test works lets get the other one green 2017-10-30 10:27:46 +01:00
Tim Zallmann f8ce8d2817 CHanged to String Statuses 2017-10-30 10:27:46 +01:00
Tim Zallmann 6c1210d1d2 Need to render it into String cause its a content_tag 2017-10-30 10:27:46 +01:00
Tim Zallmann fb1f75781d Fixed SVG Output Test 2017-10-30 10:27:46 +01:00
Robert Speicher 72a7b30c9f Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
Robert Speicher 9513bd18c4 Ensure all project factories use `:repository` trait or `:empty_project` 2017-08-01 14:51:52 -04:00
Bob Van Landuyt 019b06b9d2 Load a project's CI status in batch from redis 2017-04-26 12:04:22 +00:00
Grzegorz Bizon 2a80ba27b6 Add specs for new ci status helper method 2017-04-21 22:30:45 +02:00
Bob Van Landuyt 02072e17ab Rename `ProjectBuildStatus` -> `ProjectPipelineStatus` 2017-04-07 17:24:11 +02:00
Bob Van Landuyt 9082d1e046 Rename Ci::PipelineStatus -> Ci::ProjectBuildStatus 2017-04-07 17:24:11 +02:00
Bob Van Landuyt 7d5b8993f4 Build project cache key in a helper 2017-03-16 12:31:27 +01:00
Annabel Dunstone 21096189a5 Fix ci_status_helper_spec to look for new SVGs 2016-07-19 11:11:52 -07:00
Kamil Trzcinski 021d3810c3 Rename Ci::Commit to Ci::Pipeline and rename some of the ci_commit to pipeline 2016-06-02 16:59:04 +02:00
Kamil Trzcinski 251a78022d Cleanup changes 2016-04-13 15:58:22 +02:00
Kamil Trzcinski af7214d0f0 Fix specs 2016-04-11 23:32:55 +02:00
Robert Speicher 3084c8c370 Define CI status icon colors in SCSS instead of a helper 2015-12-12 13:18:51 -05:00
Dmitriy Zaporozhets 3b6915d891
Add tests for CiStatusHelper and changelog item
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-09-23 12:34:21 +02:00