Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot
2022-05-06 15:09:03 +00:00
parent 669ad9e431
commit 67fa8362ae
327 changed files with 1449 additions and 1969 deletions

View File

@ -8,7 +8,7 @@ module API
namespace 'usage_data' do
before do
not_found! unless Feature.enabled?(:usage_data_queries_api, default_enabled: :yaml, type: :ops)
not_found! unless Feature.enabled?(:usage_data_queries_api, type: :ops)
end
desc 'Get raw SQL queries for usage data SQL metrics' do