Backport EE changes to the qa/ directory

Now that the qa/ directory uses the X_if_ee methods we can backport all
these lines to CE.
上级 5445f71e
......@@ -83,3 +83,5 @@ module QA
end
end
end
QA::Page::Admin::Menu.prepend_if_ee('QA::EE::Page::Admin::Menu')
......@@ -29,3 +29,5 @@ module QA
end
end
end
QA::Page::Dashboard::Projects.prepend_if_ee('QA::EE::Page::Dashboard::Projects')
......@@ -32,3 +32,5 @@ module QA
end
end
end
QA::Page::File::Show.prepend_if_ee('QA::EE::Page::File::Show')
......@@ -187,3 +187,5 @@ module QA
end
end
end
QA::Page::MergeRequest::Show.prepend_if_ee('QA::EE::Page::MergeRequest::Show')
......@@ -34,3 +34,5 @@ module QA
end
end
end
QA::Page::Profile::Menu.prepend_if_ee('QA::EE::Page::Profile::Menu')
......@@ -17,3 +17,5 @@ module QA
end
end
end
QA::Page::Project::Issue::Index.prepend_if_ee('QA::EE::Page::Project::Issue::Index')
......@@ -108,3 +108,5 @@ module QA
end
end
end
QA::Page::Project::Issue::Show.prepend_if_ee('QA::EE::Page::Project::Issue::Show')
......@@ -39,3 +39,5 @@ module QA
end
end
end
QA::Page::Project::Menu.prepend_if_ee('QA::EE::Page::Project::SubMenus::SecurityCompliance')
......@@ -73,3 +73,5 @@ module QA
end
end
end
QA::Page::Project::New.prepend_if_ee('QA::EE::Page::Project::New')
......@@ -53,3 +53,5 @@ module QA
end
end
end
QA::Page::Project::Operations::Kubernetes::Show.prepend_if_ee('QA::EE::Page::Project::Operations::Kubernetes::Show')
......@@ -60,3 +60,5 @@ module QA::Page
end
end
end
QA::Page::Project::Pipeline::Show.prepend_if_ee('QA::EE::Page::Project::Pipeline::Show')
......@@ -41,3 +41,5 @@ module QA
end
end
end
QA::Page::Project::Settings::Main.prepend_if_ee('QA::EE::Page::Project::Settings::Main')
......@@ -89,3 +89,5 @@ module QA
end
end
end
QA::Page::Project::Settings::MirroringRepositories.prepend_if_ee('QA::EE::Page::Project::Settings::MirroringRepositories')
......@@ -73,3 +73,5 @@ module QA
end
end
end
QA::Page::Project::Settings::ProtectedBranches.prepend_if_ee('QA::EE::Page::Project::Settings::ProtectedBranches')
......@@ -131,3 +131,5 @@ module QA
end
end
end
QA::Page::Project.prepend_if_ee('QA::EE::Page::Project::Show')
......@@ -233,3 +233,5 @@ module QA
end
end
end
QA::Runtime::Env.extend_if_ee('QA::EE::Runtime::Env')
......@@ -56,3 +56,5 @@ module QA
end
end
end
QA::Scenario::Test::Sanity::Selectors.prepend_if_ee('QA::EE::Scenario::Test::Sanity::Selectors')
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册