Commit graph

121 commits

Author SHA1 Message Date
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
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
68282f67af restore terminal state on panic 2024-09-16 18:09:23 +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
1a667a68cc require at least 3 characters in pattern for matching 2024-09-15 16:04:30 +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
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
95e09f0e0c borrowed line parsing 2024-08-14 16:35:43 +02:00
d061e7b606 add option to show parse errors 2024-08-09 23:08:48 +02:00
d04da3b11d fix error count 2024-08-08 13:46:32 +02:00
4737a0db3c support reading log.gz files 2024-08-08 13:45:50 +02:00
6213aff07e try more date formats when parsing 2024-08-07 17:05:30 +02:00
6530749a01 some cleanup 2024-07-30 23:11:26 +02:00
c946b9a8a6 remove unneeded field 2024-07-30 22:46:16 +02:00
441790dbc7 improve exception display 2024-07-30 14:50:00 +02:00
1af348c35b fix crashes with small log counts 2024-07-30 14:46:33 +02:00
dc81fc18d4 fix backtrace 2024-07-30 14:18:25 +02:00
7b8e8ec6cb make log parsing more reliable 2024-07-30 14:17:12 +02:00
5b1ae14639 cache sparklines 2024-07-29 20:45:02 +02:00
5d4a17f289 scrollbartable widget 2024-07-29 20:27:41 +02:00
8f310cadcf clear screen on start 2024-07-29 19:40:52 +02:00
8dafab4c15 don't re-render ui needlessly 2024-07-29 19:37:45 +02:00
96a5b6afff fix windows build 2024-07-28 20:02:34 +02:00
d0997370bb jemalloc 2024-07-28 18:58:51 +02:00
aff67c43dd log trace 2024-07-28 18:37:14 +02:00
04308e966b clippy fixes 2024-07-28 17:16:06 +02:00
6d4ec29d43 more par 2024-07-28 16:42:12 +02:00
e9b5807127 parallel matching 2024-07-28 16:02:00 +02:00
2bb7f2b47f store index in log_match 2024-07-28 15:19:56 +02:00
e89f5c17f6 profile 2024-07-28 14:31:52 +02:00
5b86279b46 add copy keybind 2024-07-27 14:57:00 +02:00
e27a964457 cleanup 2024-07-26 23:24:24 +02:00
adb370e6bb better log message 2024-07-26 22:44:59 +02:00
5e09bb8ea6 generate more data logic 2024-07-26 22:01:01 +02:00