summaryrefslogtreecommitdiff
path: root/changelogs/unreleased
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2019-07-31 06:49:56 -0700
committerStan Hu <stanhu@gmail.com>2019-07-31 06:52:11 -0700
commit3d9c28af9331feb279053113677af2633e4b8e91 (patch)
treefa2c81f63c6a10e32dd0b2787f833889d855cd1f /changelogs/unreleased
parentaf9b1ffa75c8bb4e6e80d9d5cd2ad34487c0446c (diff)
downloadgitlab-ce-3d9c28af9331feb279053113677af2633e4b8e91.tar.gz
Fix first-time contributor notes not renderingsh-fix-special-role-error-500
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/31117 enabled the HashInefficientHash Rubocop rule that was fooled by the special implementation of `SpecialRole`. We fix this by introducing a `value?` method and adding unit tests. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/65383
Diffstat (limited to 'changelogs/unreleased')
-rw-r--r--changelogs/unreleased/sh-fix-special-role-error-500.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/sh-fix-special-role-error-500.yml b/changelogs/unreleased/sh-fix-special-role-error-500.yml
new file mode 100644
index 00000000000..9aed0710da3
--- /dev/null
+++ b/changelogs/unreleased/sh-fix-special-role-error-500.yml
@@ -0,0 +1,5 @@
+---
+title: Fix first-time contributor notes not rendering
+merge_request: 31340
+author:
+type: fixed