1
1
mirror of https://github.com/tstack/lnav.git synced 2024-09-11 13:05:51 +03:00
Commit Graph

3039 Commits

Author SHA1 Message Date
Tim Stack
155dad6ee1 [date_time_scanner] convert timestamps with zones to local time
Related to #703
2023-08-11 09:05:15 -07:00
tstack
d1386a8432 Update tailer 2023-08-11 02:21:03 +00: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
bd5b3908c3 [formats] some tweaks 2023-08-09 20:57:59 -07:00
Suresh Sundriyal
b244543719 [cleanup] More include cleanup. 2023-08-08 15:36:26 -07:00
Tim Stack
1be7e8f407 [cmds] fix pipe-line-to for interactive use 2023-08-08 13:58:48 -07:00
Tim Stack
9306ddbf13 [gantt] tweak the style of dates in the chart headers 2023-08-08 08:12:47 -07:00
Tim Stack
116ff24da3 [tests] add regexp test
Related to #1177
2023-08-07 10:05:22 -07:00
Tim Stack
52017079ff [gantt] add breadcrumb with timestamp 2023-08-07 06:50:43 -07:00
Tim Stack
98699b318c [tests] more gantt tests 2023-08-06 23:26:27 -07:00
Tim Stack
b791c573e1 [tests] add some more gantt tests 2023-08-06 07:20:06 -07:00
Suresh Sundriyal
348884f578 [cleanup] Remove redundant includes from logfile_sub_source 2023-08-06 06:56:13 -07:00
Suresh Sundriyal
53514c4dea [cleanup] Some more include cleanup. 2023-08-06 06:56:13 -07:00
Tim Stack
6e1a664286 [iwyu] more include cleanup 2023-08-05 22:26:00 -07:00
Tim Stack
78c643fea7 [iwyu] include cleanup 2023-08-05 13:27:46 -07:00
Tim Stack
7de246cad5
Merge pull request #1180 from sureshsundriyal/master
[cleanup] Remove redundant include of `algorithm`.
2023-08-05 12:12:33 -07:00
Tim Stack
333d21f29f [:open] plug another leak 2023-08-05 10:14:11 -07:00
Tim Stack
775647e8ff [:open] plug leak 2023-08-05 10:03:43 -07:00
Tim Stack
a1ed96dc5c [tests] set TZ to UTC 2023-08-05 09:33:25 -07:00
Tim Stack
970e53a7ef [tests] missing expected files 2023-08-05 08:27:11 -07:00
Tim Stack
cb43a562a2 [bro] update opid metadata 2023-08-05 07:20:17 -07:00
Suresh Sundriyal
e96a8a1498 [cleanup] Remove redundant include of algorithm. 2023-08-05 06:54:39 -07:00
Tim Stack
4c7952a21d
Merge pull request #1179 from sureshsundriyal/master
Some redundant includes cleanup.
2023-08-05 06:24:37 -07:00
Suresh Sundriyal
ec100cdc99 Remove redundant headers - 2
Remove redundant headers from:
  - listview_curses.{cc,hh}
  - top_status_source.{cc,hh}
  - vtab_module.{cc,hh}
  - sql_util.{cc,hh}

Also add the appropriate headers in:
  - log.watch.cc
  - log_format.cc
  - regexp_vtab.cc
2023-08-05 03:54:09 -07:00
Suresh Sundriyal
4489277672 Remove redundant includes in lnav.{hh,cc}
Remove the redundant includes in lnav.hh and lnav.cc and add the
includes in the actual cc files that break due to the removal.
2023-08-05 03:54:09 -07:00
Tim Stack
2da7361097 [gantt] render opid descriptions correctly 2023-08-04 21:41:36 -07:00
Tim Stack
f7da1df59b [lss] fix missing bookmarks for metadata 2023-08-03 23:11:35 -07:00
Tim Stack
14e61acda7 [gantt] support filtering 2023-08-03 21:04:47 -07:00
Suresh Sundriyal
d4aa72aec2 [build] Fix build breakage. 2023-08-03 01:09:42 -07:00
Suresh Sundriyal
7e9bdfbfcd Revert "[build] Use cURL instaed of git to get lnav from the repository."
This reverts commit 3f33d9d17a.
2023-08-03 01:00:37 -07:00
Suresh Sundriyal
512e04bea7 [build] Fix the version numbers. 2023-08-03 00:56:17 -07:00
Suresh Sundriyal
1b2e8acb9b [build] Fix the action description. 2023-08-02 23:10:44 -07:00
Suresh Sundriyal
51f8f8299c [build] Upload lnav binary after the workflow. 2023-08-02 22:43:32 -07:00
Tim Stack
6334ad299c [log_format] check that patterns have a timestamp capture 2023-08-02 20:49:05 -07:00
Tim Stack
3f4c572368 [vmw_log] pickup vsan logs 2023-08-02 14:37:05 -07:00
Tim Stack
2afd233212 [vmw_log] handle exceptions in btresolver.py 2023-08-02 11:57:33 -07:00
Tim Stack
f71300ba1d [gantt] add a gantt chart view 2023-08-02 10:44:13 -07:00
Tim Stack
7c8d32308a [listview] scroll within overlay 2023-07-31 22:24:47 -07:00
Tim Stack
f2ec975b1c [string_fragment] oopserator< 2023-07-31 06:21:46 -07:00
Tim Stack
7dfecc556f [config] fix static init ordering issue 2023-07-30 22:42:03 -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
1b31d7401a [log_format] fix rollover when there is no date in the timestamp
Fixes #1178
2023-07-29 14:37:35 -07:00
Tim Stack
45be4d3829 [pcre2pp] replace() was not appending the remaining string correctly
Used `str` instead of `remaining` in the `append()` call.

Fixes #1177
2023-07-28 20:56:06 -07:00
Tim Stack
80bf31b338 [markdown] add border-left/border-right support 2023-07-27 23:16:40 -07:00
Tim Stack
4b9f81a65a [markdown] some minor improvements 2023-07-27 21:50:12 -07:00
Tim Stack
b2bd2bf8c9 [docs] add a screenshot of "make check" in the text view 2023-07-26 20:57:25 -07:00
Tim Stack
b650d96f5b [log_source] add log message when expanding index array 2023-07-26 20:42:00 -07:00
Tim Stack
84893fd517 [log_source] do a full sort when the index array is reallocated
Fixes #1175
2023-07-26 16:02:18 -07:00
Tim Stack
c8fd38f74a [tests] set TZ for sessions test 2023-07-25 21:15:41 -07:00