Commit graph

172 commits

Author SHA1 Message Date
029894b74c fmt
Some checks failed
CI / matrix (push) Has been cancelled
CI / ${{ matrix.check }} (push) Has been cancelled
CI / build (push) Has been cancelled
CI / build-nixpkgs (push) Has been cancelled
v0.1.7
2024-11-09 14:50:49 +01:00
8192c971fe 0.1.7 2024-11-09 14:48:15 +01:00
36c134fc95 fix cross builds 2024-11-09 14:47:45 +01:00
f66a115c50 updates
Some checks failed
CI / matrix (push) Has been cancelled
CI / ${{ matrix.check }} (push) Has been cancelled
CI / build (push) Has been cancelled
CI / build-nixpkgs (push) Has been cancelled
2024-11-06 18:47:04 +01:00
3191c98457 0.1.6
Some checks are pending
CI / matrix (push) Waiting to run
CI / ${{ matrix.check }} (push) Blocked by required conditions
CI / build (push) Blocked by required conditions
CI / build-nixpkgs (push) Blocked by required conditions
v0.1.6
2024-11-05 20:13:22 +01:00
d33bbc8ed2 nix: auto version 2024-11-05 20:12:39 +01:00
42c4ebe4c1 clippy, update readme 2024-11-05 20:08:24 +01:00
1e33ad60db add loading progress bar 2024-11-05 19:56:14 +01:00
9634736d8c support selecting a file from an archive 2024-11-05 19:50:13 +01:00
4f3d6a17ab support .zstd, .xz and .bz2 compressed inputs
Some checks are pending
CI / matrix (push) Waiting to run
CI / ${{ matrix.check }} (push) Blocked by required conditions
CI / build (push) Blocked by required conditions
CI / build-nixpkgs (push) Blocked by required conditions
2024-11-05 17:21:14 +01:00
1af4aa6de9 updates
Some checks are pending
CI / matrix (push) Waiting to run
CI / ${{ matrix.check }} (push) Blocked by required conditions
CI / build (push) Blocked by required conditions
CI / build-nixpkgs (push) Blocked by required conditions
2024-11-04 16:45:32 +01:00
7a524ae1d4 tar(.gz) support 2024-11-04 16:39:04 +01:00
2a76bb44a9 cleanup
Some checks failed
CI / matrix (push) Failing after 2s
CI / ${{ matrix.check }} (push) Has been skipped
CI / build (push) Has been skipped
CI / build-nixpkgs (push) Has been skipped
2024-09-28 22:47:31 +02:00
2a34eee2f1 flake reorg 2024-09-28 22:47:31 +02:00
9140759082 fmt extractor 2024-09-25 19:13:10 +02:00
095c957d0d fmt data 2024-09-25 19:12:47 +02:00
a8dff294c7 fmt readme 2024-09-25 19:12:25 +02:00
cea03a8f4f fix selecting last match if there are no unmatched lines
Some checks failed
CI / check (push) Failing after 7s
CI / check-extractor (push) Failing after 2s
CI / clippy (push) Has been skipped
CI / build (x86_64-pc-windows-gnu) (push) Has been skipped
CI / build (x86_64-unknown-linux-gnu) (push) Has been skipped
CI / build (x86_64-unknown-linux-musl) (push) Has been skipped
CI / build-nixpkgs (push) Has been skipped
2024-09-25 16:56:56 +02:00
0eb22ccd20 show version number in log details 2024-09-25 16:56:56 +02:00
a463903d24 do some variable flattening when extracting log messages 2024-09-17 16:47:08 +02:00
6b9211667d add onlyoffice and impersonate data 2024-09-17 15:13:14 +02:00
5e73134c37 fix extracting format string messages 2024-09-17 14:59:32 +02:00
68282f67af restore terminal state on panic 2024-09-16 18:09:23 +02:00
9d17f94d45 add license 2024-09-16 17:47:06 +02:00
4fb09c3a60 add nc30 data v0.1.5 2024-09-16 12:41:32 +02:00
b503caed69 0.1.5 2024-09-16 12:17:56 +02:00
730b7b8c7a handle more date formats 2024-09-16 11:35:32 +02:00
5f24ab45c2 handle zip files with __MACOSX folder 2024-09-16 11:23:32 +02:00
5e01154d24 make mousewheel scroll instead of change selection 2024-09-16 10:57:17 +02:00
dfcecb9510 allow clicking rows to select them 2024-09-16 10:46:04 +02:00
ff4d270d02 mouse scroll 2024-09-15 18:22:25 +02:00
78475c1e72 fix sometimes also showing shorter matches 2024-09-15 17:32:09 +02:00
fa539dfeae uistate cmp 2024-09-15 17:13:48 +02:00
7bda24c6ba show request id in log details 2024-09-15 17:00:46 +02:00
21f89c6d92 trim exception trace paths 2024-09-15 16:55:37 +02:00
6f27c4fb76 clippy fixes 2024-09-15 16:10:06 +02:00
1a667a68cc require at least 3 characters in pattern for matching 2024-09-15 16:04:30 +02:00
e2a09c71f5 handle sprintf logging calls 2024-09-15 11:58:54 +02:00
e992588923 printf placeholder extraction 2024-09-15 11:24:24 +02:00
b24297dfd5 trim whitespace from extracted placeholders 2024-09-14 17:46:15 +02:00
96f961a7ba sort extracted data 2024-09-14 17:44:10 +02:00
cbb9cbabdd fix displaying patterns 2024-09-14 17:14:07 +02:00
bce2ba3bf5 cleanup 2024-09-14 16:45:50 +02:00
595b6a1c75 optimize rayon line iter 2024-09-12 18:15:38 +02:00
7af8f0d63d group matches by loglevel for faster matching 2024-09-12 17:55:45 +02:00
ece904f791 improve matching speed a bit 2024-09-12 16:56:38 +02:00
e316efc4c2 0.1.4 v0.1.4 2024-08-23 19:30:27 +02:00
45d0fc2392 clippy fixes 2024-08-23 18:52:29 +02:00
3ab76aed7a improve matching 2024-08-23 17:44:41 +02:00
bd3860d0d3 try new log matcher 2024-08-15 21:52:03 +02:00