-
Notifications
You must be signed in to change notification settings - Fork 130
[JEP-210] Log handling rewrite #27
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
Changes from 9 commits
Commits
Show all changes
71 commits
Select commit
Hold shift + click to select a range
c229421
[JENKINS-38381] Prototype of log handling rewrite.
jglick 754ab9e
Pick up https://github.com/jenkinsci/maven-hpi-plugin/pull/25.
jglick e3ccb7b
Updated dependency versions.
jglick 721bc75
Obsolete Javadoc comment.
jglick 30d64c7
Reproduced AssociatedNodeNote error in a test.
jglick 78c5fbf
Another snapshot version forgotten.
jglick 875b3ed
Lighter-weight way of marking which node printed a line.
jglick f2f1296
FindBugs
jglick 141d748
Updated TODOs.
jglick 19530bd
Extracting createBuildListener.
jglick 4579f77
2.16 parent
jglick 6f1ab49
Prototype SPI for replacing the log file of a build.
jglick e57d7c6
Deleting comment implemented as https://github.com/jenkinsci/jenkins-…
jglick 7db5d9d
Faulty _getLogInputStream caused StackOverflowError’s in the normal c…
jglick e4968ef
Pending https://github.com/jenkinsci/jenkins-test-harness/pull/38 avo…
jglick e6a58e8
Reimplemented HTML display of Pipeline console to include some featur…
jglick f46b98c
FindBugs
jglick 62ccf49
Hide the show/hide link except during hover.
jglick 51fdc25
Do not hide a “show” link.
jglick d34d03e
[JENKINS-27394] Better implementation of collapsible sections, finall…
jglick aa12940
Discovered a problem with NewNodeConsoleNote and LabelAction.
jglick 08268a3
Found a fix for the LabelAction timing problem.
jglick d2a39dd
Fixed a bug in enclosing logic.
jglick 89559d5
Noting LessAbstractTaskListener.
jglick 211bd14
Merge branch 'master' into logs-JENKINS-38381
jglick 72d29d0
hpi-plugin.version=1.121
jglick 2de9add
getLog should take a long start argument.
jglick b0c6369
Need https://github.com/jenkinsci/maven-hpi-plugin/pull/48 to get hpi…
jglick 0f511fa
Giving up on jitpack for now.
jglick c88e980
Added a crude scalability test.
jglick a0e766b
Stronger assertions.
jglick c7b8610
Adapted test to annotateHtml coalescing change.
jglick 33e9151
Switched to enclosingId to simplify JavaScript.
jglick a8ea094
Adapted test to new behavior of NewNodeConsoleNote.
jglick 24266f8
Merge branch 'master' into logs-JENKINS-38381
jglick 59ba822
Minor build errors.
jglick 2ecc99f
Merge branch 'UTF-8-JENKINS-31096' into logs-JENKINS-38381
jglick 1c75a1c
Merge branch 'UTF-8-JENKINS-31096' into logs-JENKINS-38381
jglick 4c8c8ab
Skipping an expensive test on Windows which currently fails anyway.
jglick a01addc
Use the latest LTS as a baseline.
jglick a86881f
TestUnit2 unnecessarily restricted.
jglick 18d78f3
Race condition finishing build caught by WorkflowRunRestartTest.lazyL…
jglick ab259f8
Merge branch 'UTF-8-JENKINS-31096' into logs-JENKINS-38381
jglick 976c775
Apparent race condition in NewNodeConsoleNote sometimes resulting in …
jglick 216223d
Removed reference to obsolete LessAbstractTaskListener.
jglick c2f2a8f
Passing complete flag to getLog.
jglick 46bf528
Refactored to LogStorage.
jglick 39779fc
Bumps.
jglick ae2b07e
Javadoc fix.
jglick 5616213
FindBugs
jglick d41f02f
Fixing deprecation warnings in test.
jglick 9c48541
Merge branch 'master' into logs-JENKINS-38381
jglick 4c76b65
Merge branch 'UTF-8-JENKINS-31096' into logs-JENKINS-38381
jglick 49c91cd
Merge branch 'master' into logs-JENKINS-38381
jglick 096aeab
Adapted to FileLogStorage.
jglick d450172
Replacing deprecated FlowScanningUtils.fetchEnclosingBlocks with Flow…
jglick 8873326
Found a couple of places where WorkflowRun.listener was being imprope…
jglick acd07c0
Updated comments.
jglick 3474475
Nulling out listener after close, and expanding upon an earlier comme…
jglick 17a0d2a
Logging a condition which is probably impossible.
jglick 0a39b1c
Showing that it is quick (0ms for me) to display short node log text …
jglick 6eac61d
Merge branch 'master' into logs-JENKINS-38381
jglick 6f5d227
Apparently flaky tests.
jglick 2aa0348
Obsolete comment.
jglick ae21cee
Demonstrating that a JEP-210 upgrade preserves both whole-build and s…
jglick 5854f54
Avoid duplicated labels on blocks.
jglick e830112
Merge branch 'master' into logs-JENKINS-38381
jglick f9325b5
Bumps.
jglick 46f8333
Under certain conditions behaviors can be repeatedly applied, so they…
jglick 9e07b63
Call AsynchronousExecution.completed even if saving build.xml fails. …
jglick 5623f82
compatibleSinceVersion=2.26
jglick 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 hidden or 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.
Ideally should be updated in the Parent POM
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.
Please review jenkinsci/plugin-pom#35. :-)