Commit Graph

2583 Commits

Author SHA1 Message Date
Tim Stack
ac398dd441 [site] add links to playground / tutorial 2022-09-01 15:15:01 -07:00
Tim Stack
e047386441 [sql] extract() assumed too much about elements 2022-09-01 14:33:51 -07:00
Tim Stack
c9ec288853 [regexp_vtab] hex floats were being passed through to json, which does not support hex floats
It looks like sscanf("%f") was accepting hex-floats. So, lnav
was passing that through to the JSON, which does not like hex
floats.

FYI, @trantor, this should fix the regexp_capture_into_json()
issue of hex numbers being passed through.
2022-09-01 07:32:51 -07:00
Tim Stack
84d2f56189 [formats] add / to pattern in unifi 2022-08-31 21:31:44 -07:00
Tim Stack
8d6780e089 [ptimec_rt] restore '%a' handling 2022-08-31 09:27:59 -07:00
Tim Stack
eb403f540f [text_format] recognize .markdown extension 2022-08-31 09:27:46 -07:00
Tim Stack
72d171ae4b [tests] add a regexp_capture() test 2022-08-30 22:28:12 -07:00
Tim Stack
8e33c599f1 [regexp_vtab] match_index should reset for the next log line 2022-08-30 21:39:35 -07:00
Tim Stack
a6cbed6162 [playground] make links in the sample markdown real to keep the action from complaining 2022-08-30 21:16:10 -07:00
Tim Stack
d8ae7053e6
Merge pull request #1031 from trantor/patch-1
Indentation correction in formats.rst
2022-08-30 17:03:39 -07:00
Fulvio Scapin
cad1d80be3
Indentation correction in formats.rst
Indentation correction in the formats.rst file
2022-08-31 01:44:30 +02:00
Tim Stack
84536d804c [demo] add playground 2022-08-30 16:11:37 -07:00
Tim Stack
cc598e3ae6 [site] exclude tutorials directory 2022-08-30 14:03:55 -07:00
Tim Stack
f0d9ab5f40 [tutorial] revert debugging change to timeout 2022-08-30 13:54:11 -07:00
Tim Stack
c69b398944 [tutorial] add more steps to the first tutorial 2022-08-30 13:23:15 -07:00
Tim Stack
1f24ab3074 [leak] fix leak of pcrepp object 2022-08-29 22:07:05 -07:00
Tim Stack
7a1ade581a [db] fix leaked db connection 2022-08-29 21:53:20 -07:00
Tim Stack
b5cb38d454 [user_notifications] treat message as markdown 2022-08-29 16:00:33 -07:00
Tim Stack
ff91cfc3a0 [tutorial] some more nits 2022-08-29 10:22:23 -07:00
Tim Stack
915f583ab0 [cmake] add missing time format 2022-08-29 09:37:58 -07:00
Tim Stack
fa0050be84 [demo] set a timeout of 5 minutes for the first tutorial 2022-08-29 09:37:42 -07:00
Tim Stack
311798e1f8 [main] try to fix cleanup of sqlite 2022-08-29 09:21:19 -07:00
Tim Stack
cebc867c6b [cmds] reduce next/prev mark errors to info to make them less noisy 2022-08-29 02:54:31 -07:00
Tim Stack
e90fe620c9 [release] add ncurses-dev to musl build 2022-08-29 01:18:50 -07:00
Timothy Stack
220317eb16 [demo] build/deploy stuff for ssh-based demo
fix structure name clash
2022-08-28 23:07:55 -07:00
Tim Stack
4b307b5b4f [build] missed new file 2022-08-28 19:41:56 -07:00
Tim Stack
5e6ac10663
Fix tutorial link 2022-08-28 19:08:06 -07:00
Tim Stack
87791ec94b [markdown] add support for going to an anchor 2022-08-28 18:55:32 -07:00
Tim Stack
fd956c66d3 [field_overlay] fix known key size when there's a prefix 2022-08-26 07:39:04 -07:00
Tim Stack
d01db38d51 [init] fix handling of unknown TERM 2022-08-22 13:15:31 -07:00
Tim Stack
5751fe89c4 [markdown] recognize more code fence langs 2022-08-21 22:02:46 -07:00
Tim Stack
0d1304e8ec [ansi_scrubber] fix handling of invalid utf 2022-08-21 21:15:37 -07:00
Tim Stack
ebaeb43fcb [docs] mention out-of-time-order highlight
Fixes #1000
2022-08-21 18:47:44 -07:00
Tim Stack
a2c35140ba [data_scanner] hack to recognize some windows paths
Fixes #1018
2022-08-20 21:23:42 -07:00
Tim Stack
23ab1abd73 [data_scanner] tweaks to fix slow build times and a couple warnings 2022-08-20 21:01:15 -07:00
Tim Stack
7310f9dcec [formats] add description and level properties to tag definitions 2022-08-20 06:41:44 -07:00
Tim Stack
412a3c2a70 [formats] restrict tag name characters 2022-08-19 21:15:59 -07:00
Tim Stack
53c9c5cb51 [logfile] move bookmark_metadata to logfiles 2022-08-19 20:01:25 -07:00
Tim Stack
ad1897ba15 [field-overlay] display the timestamp format 2022-08-18 21:32:51 -07:00
Tim Stack
5abd483029 [ansi_scrubber] handle unicode in overstrike code 2022-08-18 16:09:45 -07:00
Tim Stack
9c8cc04a99 [cmds] :goto was not handling timestamps with spaces 2022-08-18 13:27:49 -07:00
Tim Stack
8e734eaf07 [cover] remove some dead code 2022-08-17 16:15:02 -07:00
Tim Stack
af75f7bd80 [tests] updated expected output for readme change 2022-08-17 13:34:10 -07:00
Tim Stack
ceb1779f9f [readme] more support links 2022-08-17 13:11:57 -07:00
Tim Stack
b70fa47b6d [readme] add discord link 2022-08-17 13:08:16 -07:00
Tim Stack
31bd108bf2 [site] add discord link 2022-08-17 11:28:58 -07:00
Tim Stack
c50b0a20a8 [site] fix front page screenshot size 2022-08-17 09:48:05 -07:00
Tim Stack
839dfe0c1b [site] update front page image 2022-08-17 09:27:46 -07:00
Tim Stack
74c2237296 [loader] add some help text to the error for values without a corresponding capture 2022-08-16 22:39:24 -07:00
Tim Stack
001f26d066 [loader] make sure values defined in formats have a corresponding capture in at least one pattern 2022-08-16 21:38:17 -07:00