Commit graph

91 commits

Author SHA1 Message Date
763d4747a8 add log list per request
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-12-18 19:52:26 +01:00
8cc3180c54 only render 100 rows around selection in grouped logs 2024-12-18 18:05:41 +01:00
589f695497 split out input code 2024-12-18 17:21:56 +01:00
7f575659a5 test fix
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-12-17 22:50:00 +01:00
0def1f07ef fix grouped select 2024-12-17 22:22:44 +01:00
af9db2fa09 space separated filter parts 2024-12-17 20:15:27 +01:00
14e5ea72b0 implement Ctrl+W in filter input 2024-12-17 19:09:56 +01:00
4d9719345f add 'All Lines' to match view 2024-12-17 19:00:15 +01:00
64cea44dbe make grouped logs view more meaningfull 2024-12-17 18:34:31 +01:00
8cebac7905 filter logs by request id 2024-12-17 17:34:21 +01:00
f0e87de7df also filter matches by path and placeholders 2024-12-17 17:23:43 +01:00
89bf0a5de6 make F the main search shortcut 2024-12-17 17:18:55 +01:00
831ae1a9e8 case insentive filtering 2024-12-17 14:33:36 +01:00
a0624c4493 don't show "back" option in main page filter 2024-12-17 13:45:06 +01:00
ec19270ecd add filtering 2024-12-17 00:30:13 +01:00
a664daa606 updates 2024-12-16 22:43:49 +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
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