Commit 75305e74 authored by Paco Guzman's avatar Paco Guzman

Remove explicit Gitlab::Metrics.action assignments, are already automatic.

parent d777b87b
......@@ -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
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment