Commit graph

71 commits

Author SHA1 Message Date
a36df49377 group by app and url 2025-08-16 14:48:02 +02:00
9e66967141 event more grouping prep 2025-08-16 13:22:41 +02:00
0fa90510cb more grouping prep 2025-08-10 12:35:23 +02:00
3943407b9b work towards generic grouping
All checks were successful
CI / build (push) Successful in 48s
CI / checks (push) Successful in 1m1s
CI / build-nixpkgs (push) Successful in 42s
2025-08-09 23:39:23 +02:00
ea695e8460 remove logging statement indirection 2025-08-09 17:27:28 +02:00
dc4b5d2853 store logline references instead of indirecting trough logindex
All checks were successful
CI / build (push) Successful in 1m4s
CI / checks (push) Successful in 1m21s
CI / build-nixpkgs (push) Successful in 37s
2025-08-09 16:02:38 +02:00
da02bb0329 some refactoring 2025-07-31 20:40:49 +02:00
14734ad089 clippy fix
All checks were successful
CI / build (push) Successful in 47s
CI / checks (push) Successful in 1m1s
CI / build-nixpkgs (push) Successful in 38s
2025-07-01 17:48:15 +02:00
1b128bf177 fix terminal restore 2025-07-01 15:01:29 +02:00
7516cdcb7c improve exception display
All checks were successful
CI / build (push) Successful in 53s
CI / checks (push) Successful in 1m6s
CI / build-nixpkgs (push) Successful in 35s
2025-06-11 17:16:30 +02:00
758a4fa5e3 fix filtered grouped log view
All checks were successful
CI / build (push) Successful in 38s
CI / checks (push) Successful in 57s
CI / build-nixpkgs (push) Successful in 16s
2025-05-30 14:39:53 +02:00
4af0bcb512 fix error when selecting 'unmatched' while filter is active 2025-05-28 17:09:56 +02:00
bee8062f3a fix false user files 2025-05-27 22:33:00 +02:00
eec9d1aa00 full line parse error page 2025-05-27 22:30:55 +02:00
ba88701f5e fix backtrace common prefix detection false positive 2025-05-26 19:27:52 +02:00
768c56c447 less fragile backtrace parsing 2025-05-26 19:27:52 +02:00
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
f7ed810253 linenumber 2025-03-25 22:56:43 +01:00
efcb86d2cf log index type 2025-03-15 22:43:33 +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
0def1f07ef fix grouped select 2024-12-17 22:22:44 +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
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
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
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
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
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
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
6530749a01 some cleanup 2024-07-30 23:11:26 +02:00