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
2018-06-26Remove the use of `is_shared` of `Ci::Runner`Kamil Trzciński
2018-05-08Merge branch 'master' into bootstrap4Clement Ho
2018-05-07Add internalizationKamil Trzciński
2018-05-07Inline runner_path and runners_path helpersDylan Griffith
These were just shorthands for project_... and they will be confusing when introducing group runners so we should not have them (#10244)
2018-05-03Add comment in _runner.html.haml about hacky runner type checkDylan Griffith
2018-05-01Remove N+1 query from app/views/projects/runners/_runner.html.hamlDylan Griffith
2018-04-30Rename Runner#group? -> #assigned_to_group? and Runner#project? -> ↵Dylan Griffith
#assigned_to_project?
2018-04-23show group runners on runners pageAlexis Reigel
2018-04-13[skip ci] label-primary => badge-primaryClement Ho
2018-04-13[skip ci] Convert .label. to .badge.Clement Ho
2018-04-09[skip ci] Replace .pull-right with .float-rightClement Ho
2017-12-27Add pause/resume button to specific project runnersMario de la Ossa
2017-08-23Refurbish spec/features/runners_spec.rbShinya Maeda
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-05-12Consistently use monospace font for commit SHAs and branch and tag namesDouwe Maan
2017-02-15Alphabetically sort tags on runner listblackst0ne
2016-12-31HAMLLint: Fix `SpaceInsideHashAttributes` offencesKushal Pandya
2016-09-28Fix grammar and typos in Runners pagesAchilleas Pipinellis
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-06-21Update wordings according to:Lin Jen-Shin
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4093#note_12594802
2016-06-20Rename according to:Lin Jen-Shin
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4093#note_12563922 For clarification and consistency
2016-06-20Use .has-tooltip as suggested at:Lin Jen-Shin
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4093#note_12533926
2016-06-15Use font awesome instead of Unicode. Feedback from:Lin Jen-Shin
https://gitlab.com/gitlab-org/gitlab-ce/commit/53121601f38155e926eed300160f79dd4bc0768b#note_12465224
2016-06-09Add a small locked icon if it's locked:Lin Jen-Shin
This is probably not the way we add icons, but well. Not sure if this should be put next to the status icon or edit icon, my first thought was put this next to status, but it looks a bit better next to edit button. Please tweak this accordingly. I don't have strong opinion regarding views. Feedback: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4093#note_12345567
2016-05-19Extend runner config options for untagged jobsGrzegorz Bizon
2015-12-14Fix 500 when viewing specific runners on runners page [ci skip]Kamil Trzcinski
2015-12-11Remove ci_ prefix from all ci related thingsKamil Trzcinski
2015-12-11Migrate CI::Project to ProjectKamil Trzcinski
2015-09-25Move runners page to project settingsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>