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

Refactor Plugin Extension to avoid duplicate attributes #5

Merged
merged 9 commits into from
Jul 27, 2023

Conversation

nvima
Copy link
Contributor

@nvima nvima commented Jul 26, 2023

Plugin extension was adjusted and all unnecessary builders removed to avoid attribute duplicates.
Added projectUUID to all Tasks, so we are more consistence.
Fix a Bug in Risk Score, where we might get a Null Pointer Exception if the API Response has a null Value on the lastInheritedRiskScore.
Added GradleException's if the user doesn't not specify uuid or name/version.
Adjusted Integration Tests with new Plugin Extension.
Adjusted Readme with the new correct Plugin Configuration

Patrick Mirwald added 8 commits July 26, 2023 11:25
to remove all the duplicate in plugin extension configuration, i replaced the builder objects with normal extension attributes that we can reuse in all tasks.
to remove all the duplicate in plugin extension configuration, i replaced the builder objects with normal extension attributes that we can reuse in all tasks.
…ibutes

to remove all the duplicate in plugin extension configuration, i replaced the builder objects with normal extension attributes that we can reuse in all tasks.
to remove all the duplicate in plugin extension configuration, i replaced the builder objects with normal extension attributes that we can reuse in all tasks.
to remove all the duplicate in plugin extension configuration, i replaced the builder objects with normal extension attributes that we can reuse in all tasks.
@nvima nvima requested a review from Ingwersaft July 26, 2023 13:07
@nvima nvima self-assigned this Jul 26, 2023
Ingwersaft
Ingwersaft previously approved these changes Jul 26, 2023
Copy link
Member

@Ingwersaft Ingwersaft left a comment

Choose a reason for hiding this comment

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

LGTM

@Ingwersaft Ingwersaft merged commit b2b28bf into main Jul 27, 2023
1 check passed
@Ingwersaft Ingwersaft deleted the refactor/remove_builder_duplicates branch July 27, 2023 07:27
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

2 participants