diff options
author | Yorick Peterse <yorickpeterse@gmail.com> | 2016-08-12 16:43:10 +0200 |
---|---|---|
committer | Yorick Peterse <yorickpeterse@gmail.com> | 2016-08-12 16:43:10 +0200 |
commit | e0fc43ebe2d174c97062e79de36161914dafbb66 (patch) | |
tree | daeaa25a87ef0d4f4381dd99fb9f52e418c9eda7 /CHANGELOG | |
parent | b2828d4145ac01468a59b821ced29dd248526089 (diff) | |
download | gitlab-ce-e0fc43ebe2d174c97062e79de36161914dafbb66.tar.gz |
Instrument Project.visible_to_user
Because this method is a Rails scope we have to instrument it manually
as regular the instrumentation methods only instrument methods defined
directly on a Class or Module.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 28834c1129a..6fe1720796d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -25,6 +25,7 @@ v 8.11.0 (unreleased) - Pre-create all builds for a Pipeline when the new Pipeline is created !5295 - Fix of 'Commits being passed to custom hooks are already reachable when using the UI' - Show member roles to all users on members page + - Project.visible_to_user is instrumented again - Fix awardable button mutuality loading spinners (ClemMakesApps) - Add support for using RequestStore within Sidekiq tasks via SIDEKIQ_REQUEST_STORE env variable - Optimize maximum user access level lookup in loading of notes |