-
Notifications
You must be signed in to change notification settings - Fork 55
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
Move Pants output to console view instead of notification channel #242
Merged
Merged
Changes from 22 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
9d60d48
can show up at awkward place
wisechengyi 4d66e94
shows up in console now
wisechengyi ac96cb4
move to UI
wisechengyi b152ade
yes colors
wisechengyi 8f649ff
Merge branch 'master' into console
wisechengyi 95adbb7
Revert "yes colors"
wisechengyi 3209a76
basic hyperlink
wisechengyi 9fe1d2c
basically good
wisechengyi ef0833e
looks ok
wisechengyi 0dd30ee
try it out
wisechengyi ff240f8
invokelater
wisechengyi 16bf322
register disposable
wisechengyi c7d772d
clean up and doc
wisechengyi 4cf55fc
testonly dispose all
wisechengyi ed6c139
fix
wisechengyi 0c4455f
rename stale name
wisechengyi 9532921
use optional
wisechengyi 39d2649
more doc
wisechengyi 1cb5b88
ws
wisechengyi ce904a4
2.11.8
wisechengyi 91d0bbf
put it back
wisechengyi c3d1080
Merge branch 'master' into console
wisechengyi 9ba2a0c
test is good
wisechengyi 3f0000b
refactor
wisechengyi 9e3bc58
Merge branch 'master' into console
wisechengyi 568ef7b
update doc
wisechengyi 6e17423
getter
wisechengyi 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
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.
some negative examples from old log
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.
It's okay for
String filePath
to beAssert.assertEquals("0
for example, because the hyperlink construction will check if it is an actual file. If not, it will there will be no hyperlinks.I will add more doc to this to be more clear.
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.
More doc added, as well as test case to cover this.