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
75305e74
Commit
75305e74
authored
Jun 17, 2016
by
Paco Guzman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove explicit Gitlab::Metrics.action assignments, are already automatic.
parent
d777b87b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
4 deletions
+1
-4
CHANGELOG-EE
CHANGELOG-EE
+1
-0
lib/api/internal.rb
lib/api/internal.rb
+0
-4
No files found.
CHANGELOG-EE
View file @
75305e74
...
...
@@ -11,6 +11,7 @@ v 8.9.0 (unreleased)
- [Elastic] Move ES settings to application settings
- Disable mirror flag for projects without import_url
- Show flash notice when Git Hooks are updated successfully
- Remove explicit Gitlab::Metrics.action assignments, are already automatic.
- [Elastic] Project members with guest role can't access confidential issues
- Ability to lock file or folder in the repository
...
...
lib/api/internal.rb
View file @
75305e74
...
...
@@ -23,8 +23,6 @@ module API
end
post
"/allowed"
do
Gitlab
::
Metrics
.
action
=
'Grape#/internal/allowed'
status
200
actor
=
...
...
@@ -58,8 +56,6 @@ module API
# Get a ssh key using the fingerprint
#
get
"/authorized_keys"
do
Gitlab
::
Metrics
.
action
=
'Grape#/internal/authorized_keys'
fingerprint
=
params
.
fetch
(
:fingerprint
)
do
Gitlab
::
InsecureKeyFingerprint
.
new
(
params
.
fetch
(
:key
)).
fingerprint
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