Skip to content

Rename log-parser to query and improve usability#208

Merged
ueno merged 3 commits into
latchset:mainfrom
ueno:wip/log-parser-update
Jan 28, 2026
Merged

Rename log-parser to query and improve usability#208
ueno merged 3 commits into
latchset:mainfrom
ueno:wip/log-parser-update

Conversation

@ueno
Copy link
Copy Markdown
Contributor

@ueno ueno commented Dec 12, 2025

This renames crau-log-parser to crau-query, and attempts to add the following usability improvements:

  • Print output through a pager
  • Add --since and --until option to filter events by date (TODO)
  • Add a way to take filtering expressions matching the key value pairs (TODO)

Fixes: #154

Comment thread log-parser/src/query.rs Outdated
Comment thread monitor/src/monitor.rs Outdated
Comment thread monitor/src/monitor.rs Outdated
Comment thread monitor/src/config.rs
Signed-off-by: Daiki Ueno <dueno@redhat.com>
@ueno ueno force-pushed the wip/log-parser-update branch from d72ce6e to a4a6817 Compare January 28, 2026 04:28
ueno added 2 commits January 28, 2026 13:37
Signed-off-by: Daiki Ueno <dueno@redhat.com>
Signed-off-by: Daiki Ueno <dueno@redhat.com>
@ueno ueno force-pushed the wip/log-parser-update branch from a4a6817 to 48daefb Compare January 28, 2026 04:40
@ueno ueno marked this pull request as ready for review January 28, 2026 04:42
@ueno
Copy link
Copy Markdown
Contributor Author

ueno commented Jan 28, 2026

Let's merge this and address the remaining issues in a follow-up PR.

@ueno ueno merged commit a2112a3 into latchset:main Jan 28, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Simpler CLI

2 participants