Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-05-22 01:58:11 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-05-23 02:31:51 +0300
commitcd26cfbc27218b734a1a78836084f2205a18c580 (patch)
tree6c0815e7aa535072a14754d95cfd946ec64ffee8 /app/models/ability.rb
parent243e9bc0d9d34e3e930571713625bd51a09a08a6 (diff)
Allow anonymous user to access pipelines
Diffstat (limited to 'app/models/ability.rb')
-rw-r--r--app/models/ability.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/ability.rb b/app/models/ability.rb
index f7ea2fd2b1f..b354b1990c7 100644
--- a/app/models/ability.rb
+++ b/app/models/ability.rb
@@ -60,6 +60,7 @@ class Ability
:read_project_member,
:read_merge_request,
:read_note,
+ :read_pipeline,
:read_commit_status,
:read_container_image,
:download_code