-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chore: Validate Content plugin settings #525
Chore: Validate Content plugin settings #525
Conversation
Task linked: AY-5419 Validate Content plugin settings |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -770,6 +797,10 @@ class PublishPuginsModel(BaseSettingsModel): | |||
default_factory=ValidateBaseModel, | |||
title="Validate Version" | |||
) | |||
ValidateContainers: ValidateContainersModel = SettingsField( | |||
default_factory=ValidateContainersModel, | |||
title="Validate Containers" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we update the title to Validate Outdated Containers
so it matches the label on the plug-in itself?
With just Validate Containers it leaves me a bit guessing what it validates about the containers?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Eh, why you wrote it after merge, now I have to create new PR...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, day off today - saw it a bit too late.
Changelog Description
Added profile based settings for Validate Content publish plugin.
Additional info
The settings will change behavior of the plugin based on host name. The plugin is disabled if host does not support load functionality, or there are no profiles. Removed settings of the plugin from other hosts.
We should do this for the move of hosts. The first encounter happened in #516 .
Testing notes: