Commit e04b74bd authored by Fernando's avatar Fernando

Remove legacy license management dropdown

* Remove from Settings -> CI/CD -> License Compliance

Remove no longer used tests

* Remove QA tests that no longer apply

Update POT files

* Regenerate translations

Remove reference to unused Module

* Remove EE CI/CD reference

Add changelog entry

* Add changelog to remove license compliance UI
parent c7d03290
= render_ce 'projects/settings/ci_cd/show' = render_ce 'projects/settings/ci_cd/show'
= render 'projects/settings/ci_cd/managed_licenses'
= render 'projects/settings/ci_cd/pipeline_subscriptions' = render 'projects/settings/ci_cd/pipeline_subscriptions'
---
title: Remove license management from CI/CD settings
merge_request: 31553
author:
type: changed
...@@ -3081,9 +3081,6 @@ msgstr "" ...@@ -3081,9 +3081,6 @@ msgstr ""
msgid "Auto DevOps, runners and job artifacts" msgid "Auto DevOps, runners and job artifacts"
msgstr "" msgstr ""
msgid "Auto License Compliance"
msgstr ""
msgid "Auto stop successfully canceled." msgid "Auto stop successfully canceled."
msgstr "" msgstr ""
...@@ -10627,9 +10624,6 @@ msgstr "" ...@@ -10627,9 +10624,6 @@ msgstr ""
msgid "Gitea Import" msgid "Gitea Import"
msgstr "" msgstr ""
msgid "Gitlab CI/CD"
msgstr ""
msgid "Gitlab Pages" msgid "Gitlab Pages"
msgstr "" msgstr ""
...@@ -12915,15 +12909,9 @@ msgstr "" ...@@ -12915,15 +12909,9 @@ msgstr ""
msgid "LicenseCompliance|Deny" msgid "LicenseCompliance|Deny"
msgstr "" msgstr ""
msgid "LicenseCompliance|Here you can allow or deny licenses for this project. Using %{ci} or %{license} will allow you to see if there are any unmanaged licenses and allow or deny them in merge request."
msgstr ""
msgid "LicenseCompliance|License" msgid "LicenseCompliance|License"
msgstr "" msgstr ""
msgid "LicenseCompliance|License Compliance"
msgstr ""
msgid "LicenseCompliance|License Compliance detected %d license and policy violation for the source branch only; approval required" msgid "LicenseCompliance|License Compliance detected %d license and policy violation for the source branch only; approval required"
msgid_plural "LicenseCompliance|License Compliance detected %d licenses and policy violations for the source branch only; approval required" msgid_plural "LicenseCompliance|License Compliance detected %d licenses and policy violations for the source branch only; approval required"
msgstr[0] "" msgstr[0] ""
......
...@@ -123,7 +123,6 @@ module QA ...@@ -123,7 +123,6 @@ module QA
autoload :Integrations, 'qa/ee/page/project/settings/integrations' autoload :Integrations, 'qa/ee/page/project/settings/integrations'
autoload :Repository, 'qa/ee/page/project/settings/repository' autoload :Repository, 'qa/ee/page/project/settings/repository'
autoload :PushRules, 'qa/ee/page/project/settings/push_rules' autoload :PushRules, 'qa/ee/page/project/settings/push_rules'
autoload :CICD, 'qa/ee/page/project/settings/ci_cd'
autoload :LicenseCompliance, 'qa/ee/page/project/settings/license_compliance' autoload :LicenseCompliance, 'qa/ee/page/project/settings/license_compliance'
module Services module Services
......
...@@ -42,5 +42,3 @@ module QA ...@@ -42,5 +42,3 @@ module QA
end end
end end
end end
QA::Page::Project::Settings::CICD.prepend_if_ee('QA::EE::Page::Project::Settings::CICD')
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment