-
Notifications
You must be signed in to change notification settings - Fork 73
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
chore(log-viewer-webui): Update yscope-log-viewer
to the latest version.
#615
chore(log-viewer-webui): Update yscope-log-viewer
to the latest version.
#615
Conversation
WalkthroughThis pull request includes updates to the Changes
Possibly related PRs
Suggested reviewers
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (2)
✅ Files skipped from review due to trivial changes (1)
🔇 Additional comments (1)deps-tasks.yml (1)
The update to the yscope-log-viewer dependency looks correct, with matching commit hashes in both the source name and URL. Let's verify the commit hash exists and is the latest intended version: ✅ Verification successfulCommit hash verified and is the latest version The specified commit hash 🏁 Scripts executedThe following scripts were executed for the analysis: Script: #!/bin/bash
# Description: Verify the commit hash exists in the yscope-log-viewer repository
# and check if it's the latest version
# Verify the specific commit exists
gh api \
-H "Accept: application/vnd.github+json" \
repos/y-scope/yscope-log-viewer/commits/969ff35b2387bcdc3580b441907e3656640ce16d
# Get the latest commit for comparison
gh api \
-H "Accept: application/vnd.github+json" \
repos/y-scope/yscope-log-viewer/commits/main \
--jq '.sha'
Length of output: 18772 Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Description
This updates to the latest version of the log viewer which includes some major user experience improvements for structured log viewing.
Validation performed
yscope-log-viewer
to the latest version. #565 to ensure theyscope-log-viewer
git ref is updated in all needed places.yscope-log-viewer
to the latest version. #565 .package.storage_engine
asclp-s
in<package>/etc/clp-config.yml
.sbin/start-clp.sh
sbin/compress.sh --timestamp-key 't.$date' mongod
localStorage
content was preserved as the old formatter syntax is not compatible with the current syntax).1
.{t.$date:timestamp:YYYY-MM-DD HH\:mm\:ss} {s} [{ctx}] {msg}
in the Settings modal, clicked buttonApply & Reload
and observed the application reloaded, and the logs are formatted as desired: