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
015e84ff
Commit
015e84ff
authored
May 25, 2020
by
Arthur de Lapertosa Lisboa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix spelling error on Ci::RunnersFinder
parent
67e63e22
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
app/finders/ci/runners_finder.rb
app/finders/ci/runners_finder.rb
+2
-2
changelogs/unreleased/Fix-spelling-error.yml
changelogs/unreleased/Fix-spelling-error.yml
+5
-0
No files found.
app/finders/ci/runners_finder.rb
View file @
015e84ff
...
...
@@ -52,9 +52,9 @@ module Ci
raise
Gitlab
::
Access
::
AccessDeniedError
unless
can?
(
@current_user
,
:admin_group
,
@group
)
# Getting all runners from the group itself and all its descendants
descen
t
ant_projects
=
Project
.
for_group_and_its_subgroups
(
@group
)
descen
d
ant_projects
=
Project
.
for_group_and_its_subgroups
(
@group
)
@runners
=
Ci
::
Runner
.
belonging_to_group_or_project
(
@group
.
self_and_descendants
,
descen
t
ant_projects
)
@runners
=
Ci
::
Runner
.
belonging_to_group_or_project
(
@group
.
self_and_descendants
,
descen
d
ant_projects
)
end
def
filter_by_status!
...
...
changelogs/unreleased/Fix-spelling-error.yml
0 → 100644
View file @
015e84ff
---
title
:
Fix spelling error on Ci::RunnersFinder
merge_request
:
32985
author
:
Arthur de Lapertosa Lisboa
type
:
fixed
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