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
a5ae6148
Commit
a5ae6148
authored
Aug 21, 2018
by
Alexis Reigel
Committed by
Winnie Hellmann
Aug 21, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
enable frozen string literal on runners finder
(cherry picked from commit 24976fc29339724c9ace56a53f83c147e556c043)
parent
db5b585a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
app/finders/admin/runners_finder.rb
app/finders/admin/runners_finder.rb
+2
-0
spec/finders/admin/runners_finder_spec.rb
spec/finders/admin/runners_finder_spec.rb
+2
-0
No files found.
app/finders/admin/runners_finder.rb
View file @
a5ae6148
# frozen_string_literal: true
class
Admin::RunnersFinder
<
UnionFinder
NUMBER_OF_RUNNERS_PER_PAGE
=
30
...
...
spec/finders/admin/runners_finder_spec.rb
View file @
a5ae6148
# frozen_string_literal: true
require
'spec_helper'
describe
Admin
::
RunnersFinder
do
...
...
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