summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorSteve Azzopardi <steveazz@outlook.com>2019-01-22 14:37:49 +0100
committerYorick Peterse <yorickpeterse@gmail.com>2019-01-31 16:52:49 +0100
commitae793606e26fd49569af8a235e2ffc41ba4887b1 (patch)
tree2a040bcfca1aecaa5003cb16cc08a9c2bfa34330 /changelogs
parent4d7fa59af27409813cc72312b9b2a47da512b5ed (diff)
downloadgitlab-ce-ae793606e26fd49569af8a235e2ffc41ba4887b1.tar.gz
Stop showing ci for guest users
When a user is a guest user, and the "Public Pipeline" is set to false inside of "Settings > CI/CD > General" the commit status in the project dashboard should not be shown.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/security-commit-status-shown-for-guest-user.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/security-commit-status-shown-for-guest-user.yml b/changelogs/unreleased/security-commit-status-shown-for-guest-user.yml
new file mode 100644
index 00000000000..a80170091d0
--- /dev/null
+++ b/changelogs/unreleased/security-commit-status-shown-for-guest-user.yml
@@ -0,0 +1,5 @@
+---
+title: Fix showing ci status for guest users when public pipline are not set
+merge_request:
+author:
+type: security