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
816f8fe1
Commit
816f8fe1
authored
Jun 14, 2016
by
Valery Sizov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix rubocop
parent
f2b297f0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
db/migrate/20150312000132_add_group_id_to_web_hooks.rb
db/migrate/20150312000132_add_group_id_to_web_hooks.rb
+1
-1
db/migrate/20151113115819_canonicalize_kerberos_identities.rb
...igrate/20151113115819_canonicalize_kerberos_identities.rb
+1
-1
No files found.
db/migrate/20150312000132_add_group_id_to_web_hooks.rb
View file @
816f8fe1
...
...
@@ -2,4 +2,4 @@ class AddGroupIdToWebHooks < ActiveRecord::Migration
def
change
add_column
:web_hooks
,
:group_id
,
:integer
,
after: :project_id
end
end
\ No newline at end of file
end
db/migrate/20151113115819_canonicalize_kerberos_identities.rb
View file @
816f8fe1
...
...
@@ -12,7 +12,7 @@ class CanonicalizeKerberosIdentities < ActiveRecord::Migration
default_realm
=
krb5
.
get_default_realm
krb5
.
close
# release memory allocated by the krb5 library
default_realm
||
''
rescue
Exception
rescue
StandardError
''
# could not find the system's default realm, maybe there's no Kerberos at all
end
end
...
...
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