Skip to content

refactor: simplify controller configuration #1635

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

Merged
merged 2 commits into from
Dec 9, 2022

Conversation

metacosm
Copy link
Collaborator

  • refactor: move configuration processing to BaseConfigurationService
  • feat: add validation method on interfaces instead of implementations
  • fix: properly set deprecated filters when overriding configuration

@metacosm metacosm self-assigned this Nov 29, 2022
@metacosm metacosm requested a review from csviri November 29, 2022 08:56
@metacosm metacosm marked this pull request as ready for review December 2, 2022 08:48
Copy link
Collaborator

@csviri csviri left a comment

Choose a reason for hiding this comment

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

Made some comments, minor things just to clarify , otherwise LGTM

@metacosm metacosm force-pushed the simplify-controller-configuration-2 branch from 707d139 to d8f3ace Compare December 2, 2022 11:54
@metacosm metacosm added this to the 4.2 milestone Dec 9, 2022
@metacosm metacosm changed the base branch from main to next December 9, 2022 13:42
@metacosm metacosm force-pushed the simplify-controller-configuration-2 branch from d8f3ace to 6d51e0e Compare December 9, 2022 14:47
Replaced all the different controller configuration implementations by
only one: ResolvedControllerConfiguration.
@metacosm metacosm force-pushed the simplify-controller-configuration-2 branch from 6d51e0e to bda268e Compare December 9, 2022 15:18
@sonarqubecloud
Copy link

sonarqubecloud bot commented Dec 9, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 45 Code Smells

63.0% 63.0% Coverage
0.0% 0.0% Duplication

@metacosm metacosm merged commit 5d5dc00 into next Dec 9, 2022
@metacosm metacosm deleted the simplify-controller-configuration-2 branch December 9, 2022 15:38
metacosm added a commit that referenced this pull request Dec 14, 2022
* refactor: move configuration processing to BaseConfigurationService

Replaced all the different controller configuration implementations by
only one: ResolvedControllerConfiguration.
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.

2 participants