Commit 853b6232 authored by Roman Lacko's avatar Roman Lacko
Browse files

Update visibility values

parent 17f5ef6a
......@@ -37,9 +37,9 @@ Exporter::export_ok_tags(qw|group_visibility member_access project_visibility ut
use constant {
# Group Visibility
GROUP_PRIVATE => 00,
GROUP_INTERNAL => 10,
GROUP_PUBLIC => 20,
GROUP_PRIVATE => "private",
GROUP_INTERNAL => "internal",
GROUP_PUBLIC => "public",
# Member rights
MEMBER_GUEST => 10,
......@@ -48,11 +48,7 @@ use constant {
MEMBER_MASTER => 40,
MEMBER_OWNER => 50,
# Project visibility (old values)
_PROJECT_PRIVATE => 0,
_PROJECT_INTERNAL => 10,
_PROJECT_PUBLIC => 20,
# Project Visibility
PROJECT_PRIVATE => "private",
PROJECT_INTERNAL => "internal",
PROJECT_PUBLIC => "public",
......
......@@ -75,6 +75,7 @@ my $requests = {
lfs_enabled
request_access_enabled
parent_id
shared_runners_minutes_limit
)],
},
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment