Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
7ab82a58
Commit
7ab82a58
authored
Jan 15, 2021
by
Yogi
Committed by
David O'Regan
Jan 15, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add gl-badge to CI runners
parent
41da94da
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
7 deletions
+12
-7
app/views/admin/runners/index.html.haml
app/views/admin/runners/index.html.haml
+5
-5
app/views/shared/runners/_runner_description.html.haml
app/views/shared/runners/_runner_description.html.haml
+2
-2
changelogs/unreleased/yo-gl-badge-runners.yml
changelogs/unreleased/yo-gl-badge-runners.yml
+5
-0
No files found.
app/views/admin/runners/index.html.haml
View file @
7ab82a58
...
...
@@ -14,23 +14,23 @@
%span
=
_
(
'Runners can be:'
)
%ul
%li
%span
.badge.badge-success
shared
%span
.badge.badge-
pill.gl-badge.sm.badge-
success
shared
\-
=
_
(
'Runs jobs from all unassigned projects.'
)
%li
%span
.badge.badge-success
group
%span
.badge.badge-
pill.gl-badge.sm.badge-
success
group
\-
=
_
(
'Runs jobs from all unassigned projects in its group.'
)
%li
%span
.badge.badge-info
specific
%span
.badge.badge-
pill.gl-badge.sm.badge-
info
specific
\-
=
_
(
'Runs jobs from assigned projects.'
)
%li
%span
.badge.badge-warning
locked
%span
.badge.badge-
pill.gl-badge.sm.badge-
warning
locked
\-
=
_
(
'Cannot be assigned to other projects.'
)
%li
%span
.badge.badge-danger
paused
%span
.badge.badge-
pill.gl-badge.sm.badge-
danger
paused
\-
=
_
(
'Not available to run jobs.'
)
...
...
app/views/shared/runners/_runner_description.html.haml
View file @
7ab82a58
...
...
@@ -5,8 +5,8 @@
%div
%ul
%li
%span
.badge.badge-success
active
%span
.badge.badge-
pill.gl-badge.sm.badge-
success
active
=
_
(
'- Available to run jobs.'
)
%li
%span
.badge.badge-danger
paused
%span
.badge.badge-
pill.gl-badge.sm.badge-
danger
paused
=
_
(
'- Not available to run jobs.'
)
changelogs/unreleased/yo-gl-badge-runners.yml
0 → 100644
View file @
7ab82a58
---
title
:
Add gl-badge to CI runners
merge_request
:
51548
author
:
Yogi (@yo)
type
:
other
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment