-
Notifications
You must be signed in to change notification settings - Fork 340
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
External storage - Part 1 #141
Merged
Merged
Changes from 34 commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
28c001a
Preparing for external storage.
jglick dc87e71
Merge branch 'TestResultParser' into external-storage
jglick 5e62358
Merge branch 'TestResultParser' into external-storage
jglick ea8e7f5
Thinking.
jglick d39d5c3
Skeleton of smoke test.
jglick 67bf585
Now successfully writing basic test results to a database from the ag…
jglick c500c1e
Initial work on master-side queries.
jglick b52397b
More test coverage.
jglick 96c738e
Oops, was building against older LTS lines.
jglick 7541ad4
FindBugs
jglick 3b1bbfe
If you are going to patch a third-party library without repackaging/s…
jglick 8e4aca0
Threading the TestResultSummary back from the agent so that the junit…
jglick 2d10039
We do not want to attach a TestResultAction when there is an empty re…
jglick 049a9fe
[JENKINS-48250] Removing bogus test from #93. 8e4aca0638f8483b05ee02d…
jglick 6e704e8
The TestResultSummary constructor silently fails on an untallied/unfr…
jglick 5665a2c
Making TestResultSummary more robust by detecting an untallied/unfroz…
jglick c6a4223
Simplified distinction between methods returning TestResult vs. TestR…
jglick ad66963
How was this plugin getting a test dep on an older version of itself?!
jglick 79b1937
Supporting repeated archiving, and reporting on total, pass, and skip…
jglick 2f0e93f
Javadoc
jglick d014339
Preparing more tests.
jglick e097352
Merge branch 'master' into external-storage
jglick cff4c0a
Merge branch 'master' into external-storage
jglick 79a7297
Merge branch 'master' into external-storage
timja c3af197
Merge branch 'master' into external-storage-v2
timja 656e083
Finished implementing existing test
timja 805709e
Skipped and passed
timja a87088d
Add package result methods
timja 0e8a000
getFailedSince run
timja f9e629c
Add getByPackage
timja 2fd51f8
Add a fallback
timja 23af1da
More hardening
timja 019ae4d
Test results now work in report
timja 3645b64
Update src/test/java/hudson/tasks/junit/pipeline/JUnitResultsStepTest…
timja d53b8dc
Update src/test/java/hudson/tasks/junit/storage/TestResultStorageTest…
timja 3f3eacb
Remove debug line
timja 970ca51
Apparently toString on a stapler dispatched object is a bad idea
timja 385d2be
Fix results not getting counted if no failures
timja 5189e6b
Fix spotbugs
timja 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
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
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
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
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.
these are just moved up so that all the constructors are together