2018-11-18 11:00:15 +05:30
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2022-01-26 12:08:38 +05:30
|
|
|
class NamespacePolicy < BasePolicy
|
2021-11-18 22:05:49 +05:30
|
|
|
# NamespacePolicy has been traditionally for user namespaces.
|
|
|
|
# So these policies have been moved into Namespaces::UserNamespacePolicy.
|
|
|
|
# Once the user namespace conversion is complete, we can look at
|
|
|
|
# either removing this file or locating common namespace policy items
|
|
|
|
# here.
|
2022-01-26 12:08:38 +05:30
|
|
|
# See https://gitlab.com/groups/gitlab-org/-/epics/6689 for details
|
2016-09-29 09:46:39 +05:30
|
|
|
end
|