1
1
mirror of https://github.com/tstack/lnav.git synced 2024-08-16 16:30:25 +03:00
Commit Graph

296 Commits

Author SHA1 Message Date
Tim Stack
c879b2a690 [data_scanner] fix for non-terminated quoted string
Fixes #1278
2024-07-02 09:25:42 -07:00
Tim Stack
842eabb4af [sql] do not dump the log on an empty SQL result
Related to #466
2024-06-13 15:37:28 -07:00
Tim Stack
2117a12ded [text] auto pretty-print text files 2024-06-11 23:00:41 -07:00
Tim Stack
4759a59b23 [timeline] rename gantt view to timeline 2024-05-23 15:04:40 -07:00
Tim Stack
f81ffeeba7 [tests] fix distclean 2024-05-10 22:27:38 -07:00
Tim Stack
71a1850dd3 [demux] some more testing 2024-05-07 21:49:08 -07:00
Tim Stack
8aa72b16e4 [demux] add lnav_file_demux_metadata view 2024-05-01 15:18:59 -07:00
Tim Stack
964e84707b [demux] fixing various bugs 2024-04-30 22:04:18 -07:00
Tim Stack
46b2a9f1ee [piper] start support for demux
... and other misc things:

* Bump to C++17
* Add zookeeper_log
2024-04-28 10:01:43 -07:00
Tim Stack
5c6fde92a6 [tests] try to fix a couple issues 2024-04-04 22:19:40 -07:00
Tim Stack
844147bc27 [security] improve handling of file names with escape sequences 2024-04-04 10:13:59 -07:00
Tim Stack
2cb227e14f [prql] use cxx for rust ffi stuff 2024-03-27 21:27:03 -07:00
Tim Stack
1025e466a2 [build] more test linkage 2024-03-27 05:40:27 -07:00
Tim Stack
4a899e287a [build] try to fix test linkage 2024-03-26 22:38:46 -07:00
Tim Stack
bdc9c5a28d [prql] initial work for integrating PRQL 2024-03-25 22:34:46 -07:00
Tim Stack
554f0e2439 [partitions] revive partition functionality 2024-03-21 08:47:29 -07:00
Tim Stack
91a47dbd39 [build] add new textfile to makefile 2024-03-06 20:53:08 -08:00
Tim Stack
ee345321f7 [hotkeys] change curly braces to move to the next/prev section
and... a bunch of other stuff
2024-02-17 07:16:14 -08:00
Tim Stack
926d73afd0 [crumbs] try to fix crumb for json path 2024-02-07 20:58:53 -08:00
Tim Stack
36b68bfbff [build] missed adding logfile to makefile 2024-02-06 09:14:07 -08:00
Tim Stack
0be6c8906e [tidy] use anon namespaces and some other stuff 2024-01-28 09:36:54 -08:00
Tim Stack
8d2aed91c3 [data-parser] paths in keys 2024-01-13 18:24:22 -08:00
Tim Stack
aa6708f7fb [log_format] check for missing timestamp capture
Related to #1208
2023-12-11 10:46:19 -08:00
Tim Stack
930748a013 [data_scanner] recognize toml/ini table headers 2023-10-03 09:04:45 -07:00
Tim Stack
eacbaa9d4f [cmds] add command for setting a default time zone 2023-09-08 21:31:16 -07:00
Tim Stack
97e43bc76f [libs] import the c++ date library 2023-09-05 21:54:49 -07:00
Tim Stack
cf177281da missed adding test file 2023-08-31 22:53:39 -07:00
Tim Stack
5c0333fd64 [themes] add dracula theme
Various improvements to styling.

Empty opids are not valid.
2023-08-16 22:13:15 -07:00
Tim Stack
e952dc6340 [date_time_scanner] do not try to read millis if it is already set
Also, pay attention to the gmtoff when converting exttm to a timeval.

Fixes #1034
2023-08-10 16:08:56 -07:00
Tim Stack
116ff24da3 [tests] add regexp test
Related to #1177
2023-08-07 10:05:22 -07:00
Tim Stack
cb43a562a2 [bro] update opid metadata 2023-08-05 07:20:17 -07:00
Tim Stack
3ae3515f44 [build] missed mentioning some new files in the Makefiles 2023-07-30 22:08:32 -07:00
Tim Stack
a16a8cf3fa [log-annotations] add :annotate command 2023-07-30 21:17:52 -07:00
Tim Stack
401ec5181f [piper] add metadata to piper file header and cleanup workdir 2023-07-18 22:14:45 -07:00
Tim Stack
1f5849e430 [test] cleanup test home dirs 2023-07-16 07:31:21 -07:00
Tim Stack
9b2a6f323a [misc] add URL handler test
Fix loading of configs from include dirs

Add "config get" and "config blame" management CLI
commands
2023-07-15 21:50:46 -07:00
Tim Stack
4f4fd4091f [misc] more include shuffling
Improve xpath() error messages

Update alt-text in other themes
2023-07-14 22:03:08 -07:00
Tim Stack
8df83d562a [config] simplify file format detection by moving it into the log format definition 2023-07-10 10:35:18 -07:00
Tim Stack
2e09202ff5 [config] externalize file format detection 2023-07-09 10:11:10 -07:00
Tim Stack
c49d83395b [formats] add cloudflare format
Related to #1081
2023-06-21 16:40:19 -07:00
Tim Stack
e77ef5c8cd [cursor] breadcrumb performers should move selection instead of top 2023-06-20 11:06:35 -07:00
Florian Münchbach
1b250cc124 Add test input files to Makefile 2023-04-25 21:38:53 +02:00
Tim Stack
db1fc92fdd [ansi] missed resizing a buffer when scrubbing ansi
Fixes #1135
2023-03-30 22:06:19 -07:00
Tim Stack
faeaf477ab [yajlpp] flesh things out a bit more 2022-10-04 21:17:01 -07:00
Tim Stack
9eb734ef7e [log_format] support for a separate sub-second field 2022-10-02 21:58:10 -07:00
Tim Stack
07c57dae08 [json-log] change how lines that do not start with a curly are reported 2022-09-24 21:19:20 -07:00
Tim Stack
a31045a97b [build] fix dist listing in test 2022-09-22 12:27:14 -07:00
Tim Stack
0fd9845580 [tests] test_tailer tweaks 2022-09-22 10:54:09 -07:00
Tim Stack
59ec0b4794 [build] missed dist'ing test file 2022-09-20 20:52:20 -07:00
Tim Stack
20a06a2782 [test] missed input file 2022-09-19 21:15:28 -07:00