-
Notifications
You must be signed in to change notification settings - Fork 275
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
Make reports a hierarchical data structure #872
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In analysis-model a new registry has been added in jenkinsci/analysis-model#572. - parsers can be selected using an ID - registry returns a parser descriptor that provides properties like URL, icon, help, default pattern - registry contains a factory method to create the actual parser. This functionality previously was part of Jenkins' warnings plugin but it makes more sense to move it to the analysis-model so that other depending modules can reuse that part as well.
Introduce new base class for tools that are based on parsers of the analysis model library.
# Conflicts: # plugin/pom.xml
…n-smart-2.4.2' into sub-reports
…0.0-rc405.29d9a8c02580).
Codecov Report
@@ Coverage Diff @@
## master #872 +/- ##
============================================
- Coverage 80.20% 79.93% -0.27%
+ Complexity 1561 1413 -148
============================================
Files 243 237 -6
Lines 5664 5199 -465
Branches 422 406 -16
============================================
- Hits 4543 4156 -387
+ Misses 965 893 -72
+ Partials 156 150 -6
Continue to review full report at Codecov.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Downstream of jenkinsci/analysis-model#602