Merge branch '18760-remove-explicate-assignment-on-metrics-action' into 'master'

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

See merge request !4731
This commit is contained in:
Yorick Peterse 2016-06-21 09:50:13 +00:00
commit 61f7c127a3
2 changed files with 1 additions and 2 deletions

View File

@ -131,6 +131,7 @@ v 8.9.0 (unreleased)
- Various associations are now eager loaded when parsing issue references to reduce the number of queries executed
- Set inverse_of for Project/Service association to reduce the number of queries
- Update tanuki logo highlight/loading colors
- Remove explicit Gitlab::Metrics.action assignments, are already automatic.
- Use Git cached counters for branches and tags on project page
- Filter parameters for request_uri value on instrumented transactions.
- Remove duplicated keys add UNIQUE index to keys fingerprint column

View File

@ -23,8 +23,6 @@ module API
end
post "/allowed" do
Gitlab::Metrics.action = 'Grape#/internal/allowed'
status 200
actor =