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
0
Merge Requests
0
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
Boxiang Sun
gitlab-ce
Commits
03a8f108
Commit
03a8f108
authored
Jul 25, 2019
by
Kyle Wiebers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update gitlab-styles to add Lint/SafeNavigationWithEmpty
parent
2219b140
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
Gemfile.lock
Gemfile.lock
+3
-3
app/models/concerns/token_authenticatable.rb
app/models/concerns/token_authenticatable.rb
+1
-3
No files found.
Gemfile.lock
View file @
03a8f108
...
...
@@ -321,7 +321,7 @@ GEM
gitlab-markup (1.7.0)
gitlab-sidekiq-fetcher (0.4.0)
sidekiq (~> 5)
gitlab-styles (2.
7
.0)
gitlab-styles (2.
8
.0)
rubocop (~> 0.69.0)
rubocop-gitlab-security (~> 0.1.0)
rubocop-performance (~> 1.1.0)
...
...
@@ -441,7 +441,7 @@ GEM
jaeger-client (0.10.0)
opentracing (~> 0.3)
thrift
jaro_winkler (1.5.
2
)
jaro_winkler (1.5.
3
)
jira-ruby (1.4.1)
activesupport
multipart-post
...
...
@@ -845,7 +845,7 @@ GEM
ruby-fogbugz (0.2.1)
crack (~> 0.4)
ruby-prof (0.17.0)
ruby-progressbar (1.10.
0
)
ruby-progressbar (1.10.
1
)
ruby-saml (1.7.2)
nokogiri (>= 1.5.10)
ruby_parser (3.13.1)
...
...
app/models/concerns/token_authenticatable.rb
View file @
03a8f108
...
...
@@ -3,10 +3,8 @@
module
TokenAuthenticatable
extend
ActiveSupport
::
Concern
private
class_methods
do
private
# rubocop:disable Lint/UselessAccessModifier
private
def
add_authentication_token_field
(
token_field
,
options
=
{})
if
token_authenticatable_fields
.
include?
(
token_field
)
...
...
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