summaryrefslogtreecommitdiff
path: root/app/views/admin/runners/index.html.haml
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-181-1/+1
|
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-191-137/+1
|
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-201-6/+6
|
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-120/+122
|
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-7/+6
|
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-2/+4
|
* Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher2021-01-201-13/+13
|
* Add latest changes from gitlab-org/gitlab@13-6-stable-eeGitLab Bot2020-11-231-3/+1
|
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-1/+3
|
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-5/+5
|
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-021-11/+9
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-131-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-171-3/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-271-1/+1
|
* Make flash notifications stickyFatih Acet2019-09-031-123/+121
| | | | | This commit also unifies layout structure and remove no_container flag
* Remove baseEndpoint from search dropdwon63177-follow-up-from-use-scoped-routes-for-labels-and-milestonesDmitriy Zaporozhets2019-06-241-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* use lazy ajax filter dropdown for runner tagsAlexis Reigel2019-02-271-1/+2
| | | | | | the potential number of available runner tags is too large to load it statically to a dropdown. we use the same lazy loaded dropdown as is used for the users dropdown already.
* add tag filter to admin runners pageAlexis Reigel2019-02-271-0/+18
|
* Update runner admin page to make description field largerSascha Reynolds2019-01-301-2/+2
| | | | | | This changes the table with for the desciption and version fields to make the runner descriptions more readable. added changelog
* Simplify runner registration token resettingTomasz Maczukin2018-10-041-93/+90
| | | | | | | | | | | | | | | | | | | | | | | | This icommit adds several changes related to the same topic - resetting a Runner registration token: 1. On Project settings page it adds a button for resetting the registration token and it removes the Runner token field that was confusing all GitLab users. 2. On Group settings page it adds the same button for resetting the registration token. 3. On Admin Runners settings page it moves the button to the same place as in Project and Group settings and it changes slightly the page layout to make it more similar to Group and Project setting pages. 4. It refactorizes a little the partial that prints runner registration description. Thanks to this Project, Group and Admin settings of the Runner are re-using the same code to generate the button. 5. Updates the translations of changed text.
* Merge branch 'feature/runner-type-filter-for-admin-view' into 'master'Kamil Trzciński2018-09-261-0/+9
|\ | | | | | | | | Feature: Runner type filter for admin view See merge request gitlab-org/gitlab-ce!19649
| * add type filter to admin runners pageAlexis Reigel2018-09-241-0/+9
| |
* | Wrap content for admin runners tableFilipa Lacerda2018-09-201-2/+10
| | | | | | | | | | | | | | While refactoring the table into a responsive one we did not account for wrapping issues. This commit wraps some cells and truncates others. Adds `section-5` class to the responsive tables CSS
* | Fix grammar in runner-related specs, views and localisations.Marcel Amirault2018-09-191-1/+1
| |
* | Resolve "Move filter dropdown from Font Awesome to our own icons"Constance Okoghenun2018-09-181-2/+3
|/
* rename variable from *_cnt to *_countAlexis Reigel2018-09-121-1/+1
|
* dry up view by using a for loopAlexis Reigel2018-08-291-9/+2
|
* add i18n support to admin runners pageAlexis Reigel2018-08-291-33/+37
|
* show number of runners indicator as calloutAlexis Reigel2018-08-291-6/+4
|
* convert admin runners table to responsive tableAlexis Reigel2018-08-291-16/+13
|
* add sort dropdown to admin runners pageAlexis Reigel2018-08-291-1/+3
|
* use filtered search bar for admin runnersAlexis Reigel2018-08-291-12/+44
|
* add status filter to admin runners pageAlexis Reigel2018-08-201-7/+11
|
* clarify runners currently online textBen Bodenmiller2018-08-201-1/+1
|
* [Rails5] Replace `params` with `safe_params` in ↵blackst0ne2018-06-061-1/+1
| | | | app/views/admin/runners/index.html.haml
* Merge branch 'master' into bootstrap4Clement Ho2018-05-231-1/+1
|\
| * Fixes: Runners search input placeholder is cut offJacopo2018-05-231-1/+1
| |
* | Rename btn-secondary to btn-defaultAnnabel Dunstone Gray2018-05-101-1/+1
| |
* | Merge branch 'master' into bootstrap4Clement Ho2018-05-081-0/+3
|\ \ | |/
| * denote group runners on admin runners pageAlexis Reigel2018-04-231-0/+3
| |
* | [skip ci] label-info => badge-infoClement Ho2018-04-131-1/+1
| |
* | [skip ci] label-danger => badge-dangerClement Ho2018-04-131-1/+1
| |
* | [skip ci] Convert label-success to badge-successClement Ho2018-04-131-1/+1
| |
* | [skip ci] label-warning => badge-warningClement Ho2018-04-131-1/+1
| |
* | [skip ci] Convert .label. to .badge.Clement Ho2018-04-131-4/+4
| |
* | [skip ci] Replace .pull-right with .float-rightClement Ho2018-04-091-1/+1
| |