Commit graph

101 commits

Author SHA1 Message Date
de82dcf793 handle non-string users
Some checks failed
CI / matrix (push) Failing after 2s
CI / (push) Has been skipped
CI / build (push) Has been skipped
CI / build-nixpkgs (push) Has been skipped
2025-04-07 19:45:27 +02:00
29e57dd6e3 clippy fixes 2025-03-26 18:55:29 +01:00
b8af91acd7 lazy single_match table 2025-03-26 18:55:29 +01:00
8299a90578 lazy histograms 2025-03-26 18:55:29 +01:00
2f3e2325df don't store match group lines twice 2025-03-26 18:55:29 +01:00
c1200c5676 gate jemalloc behind musl 2025-03-26 18:55:29 +01:00
f7ed810253 linenumber 2025-03-25 22:56:43 +01:00
efcb86d2cf log index type 2025-03-15 22:43:33 +01:00
1f8cbbf2b8 allow using custom date format 2025-02-20 23:26:17 +01:00
95dbe0171e updates
Some checks failed
CI / matrix (push) Has been cancelled
CI / (push) Has been cancelled
CI / build (push) Has been cancelled
CI / build-nixpkgs (push) Has been cancelled
2025-02-18 15:21:34 +01:00
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