diff options
| author | Shinya Maeda <shinya@gitlab.com> | 2019-01-08 17:44:27 +0900 |
|---|---|---|
| committer | Shinya Maeda <shinya@gitlab.com> | 2019-01-11 13:26:09 +0900 |
| commit | 9b823af4fd2b937c1e769b4ad2abd4f92aca35c9 (patch) | |
| tree | e742d8bee253e980fc6cc0eb86765456b9b97d14 /lib/api/release | |
| parent | 89c4d2ae623dbd666e2eaa58812323b81e02b4ea (diff) | |
| download | gitlab-ce-9b823af4fd2b937c1e769b4ad2abd4f92aca35c9.tar.gz | |
Remove releases_page feature flag
We introduced releases_page feature flag.
Given this feature is deemed stable, we should remove
this flag before 19th.
Diffstat (limited to 'lib/api/release')
| -rw-r--r-- | lib/api/release/links.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/api/release/links.rb b/lib/api/release/links.rb index a75a320e929..e3072684ef7 100644 --- a/lib/api/release/links.rb +++ b/lib/api/release/links.rb @@ -8,8 +8,6 @@ module API RELEASE_ENDPOINT_REQUIREMETS = API::NAMESPACE_OR_PROJECT_REQUIREMENTS .merge(tag_name: API::NO_SLASH_URL_PART_REGEX) - before { error!('404 Not Found', 404) unless Feature.enabled?(:releases_page, user_project) } - params do requires :id, type: String, desc: 'The ID of a project' end |
