Commit Graph

3036 Commits (bd5b3908c3605fb3bc51a1f3eb31e5750cbd2a89)
 

Author SHA1 Message Date
Tim Stack bd5b3908c3 [formats] some tweaks 11 months ago
Suresh Sundriyal b244543719 [cleanup] More include cleanup. 11 months ago
Tim Stack 1be7e8f407 [cmds] fix pipe-line-to for interactive use 11 months ago
Tim Stack 9306ddbf13 [gantt] tweak the style of dates in the chart headers 11 months ago
Tim Stack 116ff24da3 [tests] add regexp test
Related to #1177
11 months ago
Tim Stack 52017079ff [gantt] add breadcrumb with timestamp 11 months ago
Tim Stack 98699b318c [tests] more gantt tests 11 months ago
Tim Stack b791c573e1 [tests] add some more gantt tests 11 months ago
Suresh Sundriyal 348884f578 [cleanup] Remove redundant includes from logfile_sub_source 11 months ago
Suresh Sundriyal 53514c4dea [cleanup] Some more include cleanup. 11 months ago
Tim Stack 6e1a664286 [iwyu] more include cleanup 11 months ago
Tim Stack 78c643fea7 [iwyu] include cleanup 11 months ago
Tim Stack 7de246cad5
Merge pull request #1180 from sureshsundriyal/master
[cleanup] Remove redundant include of `algorithm`.
11 months ago
Tim Stack 333d21f29f [:open] plug another leak 11 months ago
Tim Stack 775647e8ff [:open] plug leak 11 months ago
Tim Stack a1ed96dc5c [tests] set TZ to UTC 11 months ago
Tim Stack 970e53a7ef [tests] missing expected files 11 months ago
Tim Stack cb43a562a2 [bro] update opid metadata 11 months ago
Suresh Sundriyal e96a8a1498 [cleanup] Remove redundant include of `algorithm`. 11 months ago
Tim Stack 4c7952a21d
Merge pull request #1179 from sureshsundriyal/master
Some redundant includes cleanup.
11 months ago
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
11 months ago
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.
11 months ago
Tim Stack 2da7361097 [gantt] render opid descriptions correctly 11 months ago
Tim Stack f7da1df59b [lss] fix missing bookmarks for metadata 11 months ago
Tim Stack 14e61acda7 [gantt] support filtering 11 months ago
Suresh Sundriyal d4aa72aec2 [build] Fix build breakage. 11 months ago
Suresh Sundriyal 7e9bdfbfcd Revert "[build] Use cURL instaed of git to get lnav from the repository."
This reverts commit 3f33d9d17a.
11 months ago
Suresh Sundriyal 512e04bea7 [build] Fix the version numbers. 11 months ago
Suresh Sundriyal 1b2e8acb9b [build] Fix the action description. 11 months ago
Suresh Sundriyal 51f8f8299c [build] Upload lnav binary after the workflow. 11 months ago
Tim Stack 6334ad299c [log_format] check that patterns have a timestamp capture 11 months ago
Tim Stack 3f4c572368 [vmw_log] pickup vsan logs 11 months ago
Tim Stack 2afd233212 [vmw_log] handle exceptions in btresolver.py 11 months ago
Tim Stack f71300ba1d [gantt] add a gantt chart view 11 months ago
Tim Stack 7c8d32308a [listview] scroll within overlay 11 months ago
Tim Stack f2ec975b1c [string_fragment] oopserator< 11 months ago
Tim Stack 7dfecc556f [config] fix static init ordering issue 11 months ago
Tim Stack 3ae3515f44 [build] missed mentioning some new files in the Makefiles 11 months ago
Tim Stack a16a8cf3fa [log-annotations] add :annotate command 11 months ago
Tim Stack 1b31d7401a [log_format] fix rollover when there is no date in the timestamp
Fixes #1178
11 months ago
Tim Stack 45be4d3829 [pcre2pp] replace() was not appending the remaining string correctly
Used `str` instead of `remaining` in the `append()` call.

Fixes #1177
11 months ago
Tim Stack 80bf31b338 [markdown] add border-left/border-right support 11 months ago
Tim Stack 4b9f81a65a [markdown] some minor improvements 11 months ago
Tim Stack b2bd2bf8c9 [docs] add a screenshot of "make check" in the text view 11 months ago
Tim Stack b650d96f5b [log_source] add log message when expanding index array 11 months ago
Tim Stack 84893fd517 [log_source] do a full sort when the index array is reallocated
Fixes #1175
11 months ago
Tim Stack c8fd38f74a [tests] set TZ for sessions test 11 months ago
Tim Stack b0589d14d9 [tidy] use factory_container for theme highlights
And... a bunch of other stuff
11 months ago
Suresh Sundriyal d2d17ed7f0 [build] Updaate github checkout action.
Seems like `checkout@v2` is being deprecated. Update to v3.
11 months ago
Suresh Sundriyal 3a45802d7d Revert "[build] Link the built binaries from the previous layers."
This reverts commit eb0cdd2486.
11 months ago