Skip to content
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

RUN-1261: Dynamic default values for properties plugins #8356

Merged
merged 11 commits into from Jul 11, 2023
Merged

Conversation

carlosrfranco
Copy link
Contributor

Is this a bugfix, or an enhancement? Please describe.
Plugin enhancement to define dynamic default values for plugin properties

Describe the solution you've implemented
It was added a Map<String, Object> dynamicDefaults( Map<String, Object> projectAndFrameworkValues, Services services ) method to the DynamicProperties interface.

This method should return a map with string default values for all the dynamic properties

Additional context
Also updates project config save/update process to enforce more validation of plugin property values

@carlosrfranco carlosrfranco added this to the 4.14.0 milestone May 30, 2023
@carlosrfranco carlosrfranco self-assigned this May 30, 2023
@ltamaster ltamaster modified the milestones: 4.14.0, 4.15.0 Jun 15, 2023
@chrismcg14 chrismcg14 self-requested a review July 10, 2023 18:19
Copy link
Contributor

@chrismcg14 chrismcg14 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, tested

@carlosrfranco carlosrfranco merged commit a187d05 into main Jul 11, 2023
3 checks passed
@carlosrfranco carlosrfranco deleted the RUN-1261 branch July 11, 2023 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants