-
Notifications
You must be signed in to change notification settings - Fork 12
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
Watch log command #673
Merged
Merged
Watch log command #673
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
# Conflicts: # monitor/src/main/kotlin/spp/jetbrains/monitor/skywalking/SkywalkingExtensions.kt # plugin/src/main/java/spp/jetbrains/sourcemarker/status/BreakpointStatusBar.java # plugin/src/main/java/spp/jetbrains/sourcemarker/status/LiveMeterStatusPanel.java # plugin/src/main/java/spp/jetbrains/sourcemarker/status/LogStatusBar.java # plugin/src/main/java/spp/jetbrains/sourcemarker/status/MeterStatusBar.java # plugin/src/main/java/spp/jetbrains/sourcemarker/status/SpanStatusBar.java # plugin/src/main/kotlin/spp/jetbrains/sourcemarker/SourceMarkerPlugin.kt # plugin/src/main/kotlin/spp/jetbrains/sourcemarker/listeners/PortalEventListener.kt # plugin/src/main/kotlin/spp/jetbrains/sourcemarker/mark/SourceMarkKeys.kt # plugin/src/main/kotlin/spp/jetbrains/sourcemarker/service/LiveViewManager.kt # plugin/src/main/kotlin/spp/jetbrains/sourcemarker/service/LogCountIndicators.kt
BFergerson
added a commit
that referenced
this pull request
Mar 14, 2022
* protocol update * bump * refactor * refactor * refactor * temp version * refactor * refactor * refactor * clean * organize imports * refactor * refactor * bump * bump * refactor * validate marker auth over tcp * refactor * bump * refactor * bump * bump * backwards compatibility issues * bump * bump * bump * moved packages * refactor * better error message * bump * bump * use official lib * Update build.gradle.kts * Update build.gradle.kts * Update build.gradle.kts * Update build.gradle.kts * Update build.gradle.kts * bump * Update build.gradle.kts * bump * fixes #658 * refactor * remove globalscope * fixes #666 * refactor * formatting * fix log pattern ordering * bump * live variable presentation * refactor * use protocol marshaller * require input * skip if no pattern * bump * clean * Watch log command (#673) * watch log * unused * refactor * refactor * moved portal only code to portal * protocol update * clean * watch log command * bump * refactor * format * remove subscription on mark remove * move package * move test * bump * remove mapper * remove mapper * unused * remove unused * remove unused * remove portal tests * exclude gen * use protocol type * start from current service * remove portal config from status bars * translations * skywalking reroute * skywalking reroute * bump * remove hardcoded config * view event listener merged instrument id source keys * remove portal * bump * bump * use marshaller * use marshaller * use marshaller * re-impl portal * refactor * refactor * bump * refactor * reimpl portal * move portal code * license * sw live service * bump * move packages * MARK_USER_DATA_UPDATED event * bump * activity quick stats * clean * createMethodInlayMark * increase visibility * formatting * bump * more logging * import organizing * remove specific subs instead of clearing all * fix dupe quick stat inlays * bump * remove mapper * reset * Update ViewEventListener.kt * merge refactor * Update build.gradle.kts * remove mapper * compatibility * overview wip * fix edt warning
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.
No description provided.