gitlab-org--gitlab-foss/app
Toon Claes b2c2dfe545 Expose Project's & ProjectSnippet's VisibilityLevel as String
Instead of exposing the VisibilityLevel as Integer, expose it as
String `visibility` for Project and ProjectSnippet.

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

Also remove the `public` boolean.
2017-03-02 09:33:24 +01:00
..
assets Merge branch 'rs-issue-28647' into 'master' 2017-03-02 00:26:03 +00:00
controllers Merge branch 'fix/mwbs-to-mwps' into 'master' 2017-03-01 20:30:51 +00:00
finders
helpers Merge branch 'fix/mwbs-to-mwps' into 'master' 2017-03-01 20:30:51 +00:00
mailers
models Expose Project's & ProjectSnippet's VisibilityLevel as String 2017-03-02 09:33:24 +01:00
policies Don't allow deleting a ghost user. 2017-02-24 16:50:20 +05:30
presenters
serializers Merge branch 'fix/mwbs-to-mwps' into 'master' 2017-03-01 20:30:51 +00:00
services Merge branch 'fix/mwbs-to-mwps' into 'master' 2017-03-01 20:30:51 +00:00
uploaders Minor refactoring of Uploaders 2017-02-24 16:41:27 -05:00
validators Introduce DurationValidator, feedback: 2017-02-24 17:28:24 +08:00
views Merge branch 'fix/mwbs-to-mwps' into 'master' 2017-03-01 20:30:51 +00:00
workers