-
Notifications
You must be signed in to change notification settings - Fork 14
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
[JENKINS-72970] Allow selecting XUnit in the web interface #118
Merged
Merged
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
ea22a1f
Add Parser.XUNIT to doFillParserItems
Ririshi 0f8b6c5
Add ParserType enum property to Parser enum, take all test parsers in…
Ririshi 5a6307e
Add ParserType javadoc
Ririshi 75c12ad
Use new test case mapping of coverage-model 0.43.0.
uhafner 2503732
Remove dead code.
uhafner 1a2a683
Bump codecov/codecov-action from 4.1.1 to 4.3.0
dependabot[bot] f5219a2
Bump org.jenkins-ci.main:jenkins-core from 2.448 to 2.453
dependabot[bot] 790dd23
Bump io.netty:netty-bom from 4.1.107.Final to 4.1.108.Final
dependabot[bot] 0c3ea32
Bump org.apache.maven.plugins:maven-compiler-plugin
dependabot[bot] 97ffc32
Bump org.jenkins-ci:acceptance-test-harness
dependabot[bot] 26b2de0
Bump com.fasterxml.jackson.core:jackson-databind from 2.16.1 to 2.17.0
dependabot[bot] c0ea826
Bump org.jenkins-ci.tools:maven-hpi-plugin from 3.53 to 3.54
dependabot[bot] 80c39bb
Bump arcmutate.git.version from 1.2.0 to 1.2.1
dependabot[bot] 2e8e9ce
Bump io.jenkins.tools.incrementals:git-changelist-maven-extension
dependabot[bot] e5247ff
Bump org.jenkins-ci.main:jenkins-core from 2.453 to 2.454
dependabot[bot] c051f6c
Bump io.netty:netty-bom from 4.1.108.Final to 4.1.109.Final
dependabot[bot] c031c60
Bump edu.hm.hafner:codingstyle-pom from 3.44.0 to 4.5.0
dependabot[bot] af5e623
Bump io.jenkins.plugins:data-tables-api from 2.0.1-1 to 2.0.3-1
dependabot[bot] File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Oops, something went wrong.
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.
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.
Actually, in the selection list of the available parsers it would make sense to show all parsers. Can you replace that with a lop (stream) of
Parser.values()
, then this will not happen again?