summaryrefslogtreecommitdiff
path: root/app/helpers/runners_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Make the builds view and warning notice nicerKamil Trzcinski2015-10-151-1/+1
|
* Merge branch 'builds-view' into 'master' Kamil Trzciński2015-10-151-0/+13
|\ | | | | | | | | | | | | | | | | | | Added builds view ![Screen_Shot_2015-10-13_at_19.02.48](https://gitlab.com/gitlab-org/gitlab-ce/uploads/95bb3a7d9d603678fdd077558637045d/Screen_Shot_2015-10-13_at_19.02.48.png) /cc @dzaporozhets @vsizov See merge request !1593
| * Added builds viewKamil Trzcinski2015-10-141-0/+13
| |
* | Fix warning signshow_pending_warningKamil Trzcinski2015-10-141-1/+1
| |
* | Show warning if build doesn't have runners with specified tags or runners ↵Kamil Trzcinski2015-10-141-15/+11
|/ | | | | | | | didn't connect recently Slightly refactor runner status detection: moving it to Runner class Signed-off-by: Kamil Trzcinski <ayufan@ayufan.eu>
* Refactor CI helpersDmitriy Zaporozhets2015-09-291-0/+20
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>