1
1
mirror of https://github.com/tstack/lnav.git synced 2024-09-19 08:48:02 +03:00
Commit Graph

3322 Commits

Author SHA1 Message Date
Tim Stack
8d8467dfcb [markdown] add support for github alerts 2024-05-16 21:07:35 -07:00
Tim Stack
54b391e53f [sql] support doing an UPDATE on the lnav_top_view SQL view 2024-05-15 15:17:19 -07:00
Tim Stack
984e133292 [internal] add enumerate() helper 2024-05-15 06:09:36 -07:00
Tim Stack
77b9829224 [mouse] treat ctrl+click the same as shift+click
Some terminals capture shift+click so add ctrl+click as
an alternate way to highlight/mark lines.
2024-05-14 15:04:32 -07:00
Tim Stack
fdecf28699 [opid] add opids set by the user to session exports 2024-05-13 21:49:03 -07:00
Tim Stack
a90fe01eab [indexing] index more of demuxed file 2024-05-13 08:04:55 -07:00
Tim Stack
48ed0ff458 [gantt] adjust time bounds to show the full range of all ops 2024-05-12 09:27:33 -07:00
Tim Stack
f81ffeeba7 [tests] fix distclean 2024-05-10 22:27:38 -07:00
Tim Stack
3b4db06f40 [build] try to use vcpkg 2024-05-10 21:01:25 -07:00
Tim Stack
2ed19ec00c [tests] revert debugging stuff 2024-05-10 09:01:52 -07:00
Tim Stack
6b0b82f856 [tests] unset XDG_CONFIG_HOME for tests 2024-05-10 08:47:13 -07:00
Tim Stack
95dde417d3 [tests] debug 2024-05-10 06:31:51 -07:00
Tim Stack
5a2ebbdd2a [tests] more timestamp debugging 2024-05-10 06:03:45 -07:00
Tim Stack
b47aa11a5e [tests] wth 2024-05-09 19:57:15 -07:00
Tim Stack
efb85ed570 [tests] try to address some test issues 2024-05-09 15:41:30 -07:00
Tim Stack
74a01bba4d [piper] write header to temp file first
Fixes #1262
2024-05-09 06:11:44 -07:00
Tim Stack
71a1850dd3 [demux] some more testing 2024-05-07 21:49:08 -07:00
Tim Stack
954334ca98 [breadcrumb] pressing ` should close the crumb popup 2024-05-07 06:31:18 -07:00
Tim Stack
b3cb30f293 [tests] ensure logfile_glog.0 has the right time 2024-05-07 06:18:27 -07:00
Tim Stack
2b54ab2768 [top_status] reset notification statement so DB tables aren't locked 2024-05-07 06:08:08 -07:00
Tim Stack
e27a7d8e9a [log_format] add support for synthetic opids 2024-05-06 22:36:03 -07:00
Tim Stack
40a93ca3d3 [misc] fixing some compiler warnings 2024-05-02 13:46:15 -07:00
Tim Stack
dd47e66832 [datepp] check for TZDIR when looking up zoneinfo 2024-05-02 13:38:14 -07:00
Tim Stack
8aa72b16e4 [demux] add lnav_file_demux_metadata view 2024-05-01 15:18:59 -07:00
Tim Stack
30c8beeb2e [demux] add a demuxer for container with type 2024-04-30 23:47:03 -07:00
Tim Stack
964e84707b [demux] fixing various bugs 2024-04-30 22:04:18 -07:00
Tim Stack
8c7d7c3e82 [misc] fix a couple of memory issues 2024-04-30 08:58:36 -07:00
Tim Stack
e1a1e7099b [java_log] add another java_log regex 2024-04-30 06:21:43 -07:00
Tim Stack
4ad451b27d [tests] update tests for mouse change 2024-04-29 06:38:29 -07:00
Tim Stack
d8ee0fa58d [mouse] do not enable mouse unless using the alt screen 2024-04-29 06:24:38 -07:00
Tim Stack
8aa84ad143 [build] more optional 2024-04-28 11:20:59 -07:00
Tim Stack
e732267cfe [build] missing functional include 2024-04-28 10:54:18 -07:00
Tim Stack
bf6b64c4ea [build] missing optional includes 2024-04-28 10:45:02 -07:00
Tim Stack
11c9952e03 [build] missing include 2024-04-28 10:22:23 -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
6dd6ec8862 [site] bump version to v0.12.2 2024-04-23 22:11:22 -07:00
Tim Stack
f521c7feda [listview] remove jump to top for down 2024-04-23 13:55:49 -07:00
Tim Stack
545a74f35b [:pipe-line-to] try to fix mysterious crash in child 2024-04-23 06:17:26 -07:00
Tim Stack
5b88dbd162 [keymap] handle invalid command better
Related to #1258
2024-04-22 21:46:49 -07:00
Tim Stack
99c6aabfdd [:prompt] add breadcrumb as an option
Related to #1258
2024-04-22 06:35:48 -07:00
Tim Stack
1e348993f9 [readline] skip adding append character to suggestion 2024-04-21 07:30:47 -07:00
Tim Stack
ab606ca1b3 [db-view] don't reload the db-view after executing an UPDATE 2024-04-21 06:48:35 -07:00
Tim Stack
4c3c958ab1 [archive_manager] handle null error string 2024-04-20 06:45:38 -07:00
Tim Stack
f69878eaf5 [format] move foreign_key flag to value meta
Fix some chart issues as well.
2024-04-19 19:07:25 -07:00
Tim Stack
e805ca8a8a [mouse] move scrollbar on double click and handle mouse in spectro 2024-04-19 09:18:21 -07:00
Tim Stack
45d8e27ae4 [mouse] refactor overlay menu 2024-04-18 21:44:38 -07:00
Tim Stack
65634ad9b3 [ansi_scrubber] minor optimization and remove the str.erase()
Related to #1257
2024-04-18 00:35:54 -07:00
Tim Stack
84000f46f7 [prql] limit stats.hist to top 20 by default and order results 2024-04-16 23:39:22 -07:00
Tim Stack
5a744f0c66 [textview] handle mouse movement in overlay better 2024-04-16 09:04:40 -07:00
Tim Stack
c465cc6d54 [mouse] missed adding the view left position to the X coord 2024-04-16 00:09:43 -07:00