Skip to content

Port of 27501-api-use-visibility-everywhere to EE

Toon Claes requested to merge ee-27501-api-use-visibility-everywhere into master

EE port of gitlab-org/gitlab-ce!9337

Description

Instead of exposing the VisibilityLevel as Integer, expose it as String visibility.

Filter queries also accept the visibility as String instead of visibility_level as Integer.

Also remove the public boolean.

Merge request reports