Commit Graph

2969 Commits (6c8a0d1bb74ecd21f49bc3654cf59264d3c343e1)
 

Author SHA1 Message Date
Tim Stack 9323958296 [args] fix handling of non-numeric text after colon in a path
Fixes #1155
1 year ago
Tim Stack a324bc8c1c [docs] add a note that level regexes are not anchored
Related to #1153
1 year ago
Tim Stack c3abaee445 [log/text-views] reload selectable config
Related to #1088
1 year ago
Tim Stack 822eaf5a1a [json_log] auto detect the required width for a column
Related to #1146
1 year ago
Tim Stack cd59577324
Merge pull request #1147 from FlorianMuenchbach/feature/cursor-mode-tests
Some test cases for listview behavior in cursor mode
1 year ago
Tim Stack de0cccd2b2
Merge pull request #1152 from tstack/dependabot/bundler/docs/nokogiri-1.14.3
Bump nokogiri from 1.14.2 to 1.14.3 in /docs
1 year ago
dependabot[bot] 895bb963a3
Bump nokogiri from 1.14.2 to 1.14.3 in /docs
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.14.2 to 1.14.3.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.14.2...v1.14.3)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
Tim Stack f2a0c8f21c [logfile] include microseconds when converting timestamps
Mentioned in #1145

Also, fix the field hiding issue mentioned in #1146
1 year ago
Florian Münchbach 1b250cc124 Add test input files to Makefile 1 year ago
Florian Münchbach 4d7f929d9a Add test cases for cursor mode 1 year ago
Florian Münchbach ea5d59e7e2 Use set_selection instead set_top in listview driver 1 year ago
Florian Münchbach 6c642abad6 Prefix selected line in listview driver output with '+' 1 year ago
Florian Münchbach e7a4e388a2 Add command options for cursor mode and key 'press' input to listview driver 1 year ago
Tim Stack add3982d2e
Merge pull request #1144 from kbdharun/master
CI (workflows): bump actions version, fix Node 12 deprecation warning in action runs
1 year ago
K.B.Dharun Krishna 3024d929db
tailer-ape.yml: bump actions/checkout to v3 1 year ago
K.B.Dharun Krishna 91c30c9c76
coverity.yml: bump actions/checkout to v3 1 year ago
K.B.Dharun Krishna e3b8c56098
c-cpp.yml: bump actions version to v3 (Node 16) 1 year ago
Tim Stack 44b564681b [format_loader] catch invalid format names
Fixes #1122
1 year ago
Tim Stack a2f076a967 [test_sql_str_func] disable url test that is dependent on the curl version 1 year ago
Tim Stack 3862ba8ac1 [tests] fix file path 1 year ago
Tim Stack 70dee8a747 [ci] try to fix some test failures 1 year ago
Tim Stack 65b0d78143 [log_format/json] appending an empty string can trigger an assert
Fixes #1132
1 year ago
Tim Stack db1fc92fdd [ansi] missed resizing a buffer when scrubbing ansi
Fixes #1135
1 year ago
Tim Stack 5ad75f156a [build] try to fix CI for test that uses a syslog logfile 1 year ago
Tobias Gruetzmacher 7e320b591e
Add example bunyan logfile
Taken directly from a live renovate instance.
1 year ago
Tobias Gruetzmacher d675a8d10e
Add support for the bunyan JSON log format
See https://github.com/trentm/node-bunyan
1 year ago
Tim Stack 33a80db95c
Merge pull request #1125 from tstack/dependabot/bundler/docs/commonmarker-0.23.8
Bump commonmarker from 0.23.6 to 0.23.8 in /docs
1 year ago
dependabot[bot] 6bb1f7c0b6
Bump commonmarker from 0.23.6 to 0.23.8 in /docs
Bumps [commonmarker](https://github.com/gjtorikian/commonmarker) from 0.23.6 to 0.23.8.
- [Release notes](https://github.com/gjtorikian/commonmarker/releases)
- [Changelog](https://github.com/gjtorikian/commonmarker/blob/main/CHANGELOG.md)
- [Commits](https://github.com/gjtorikian/commonmarker/compare/v0.23.6...v0.23.8)

---
updated-dependencies:
- dependency-name: commonmarker
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
Tim Stack 71d22e6567
Merge pull request #1124 from tstack/dependabot/bundler/docs/nokogiri-1.14.2
Bump nokogiri from 1.13.9 to 1.14.2 in /docs
1 year ago
dependabot[bot] 1fbdebb713
Bump nokogiri from 1.13.9 to 1.14.2 in /docs
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.9 to 1.14.2.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.13.9...v1.14.2)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
Tim Stack 082658a71e [docs] mention log file name behavior
Mentioned in #1123
1 year ago
Tim Stack 9118bb0f00
Merge pull request #1113 from nodiscc/doc-override
doc: provide an example of overriding only the error detection regexp for a format
1 year ago
nodiscc 7268513a27
[docs] formats: provide an example of overriding only the error detection regexp for a format
- fixes https://github.com/tstack/lnav/issues/733
1 year ago
nodiscc 1b19fdca95
[docs] formats are loaded from both /etc/lnav/formats and ~/.lnav/formats/ 1 year ago
Tim Stack be42ebf686
Merge pull request #1112 from thesamesam/gcc-13
Fix build with GCC 13 (add missing <cstdint> include)
1 year ago
Sam James e25d3e3c69
Fix build with GCC 13 (add missing <cstdint> include)
GCC 13 (as usual for new compiler releases) shuffles around some
internal includes and so <cstdint> is no longer transitively included.

Explicitly include <cstdint> for uint32_t.

Signed-off-by: Sam James <sam@gentoo.org>
1 year ago
Tim Stack 8d17561c76 [docs] mention logfmt in the features page 2 years ago
Tim Stack 3e7a75c00b [capture] don't save any empty stdin 2 years ago
Tim Stack 5266054af0 [config] fix location of crash logs
During some refactoring, I messed up the crash file location
2 years ago
Tim Stack f34a5cf589 [docs] update docs for half page hotkeys 2 years ago
Tim Stack b92663b38a [hotkeys] add ctrl-d/ctrl-u hotkeys for moving by half a page
Also fixed a bug that caused the bottom status line to
be updated with the wrong line number.

Related to #945
2 years ago
Tim Stack 2c981dbe25 [filter-panel] only add filter-expr possibilities for the log view 2 years ago
Tim Stack df80e75586 [overlay] try to fix issues between overlay and selection (related to #1088) 2 years ago
Tim Stack fe50ba8f9b change en_US.utf-8 to en_US.UTF-8
related to #1089
2 years ago
Tim Stack a56cee67e6 [view-cursor] support for theming of the cursor line (#1088)
Add a role for the cursor line so that it can be themed.
The role is now optionally applied in textviews, which
fixes issues with other textviews having the wrong
selection highlight (e.g. filters, breadcrumb menus)

Still need to fix some issues with overlays...
2 years ago
Tim Stack 9a323ffe84
Merge pull request #1092 from padenot/patch-2
Fix typo in the tutorial presentation page
2 years ago
Paul Adenot 09d4c9b2c1
Fix typo in the tutorial presentation page
"in" was missing from a sentence.
2 years ago
Tim Stack 2062c7003b [views_vtab] add a movement column to lnav_views and other stuff (related to #1088)
I've plumbed the "movement" control through the lnav_views table
so that it can be controlled through the keymap definition instead
of hard-coded in hotkeys.cc.  (Trying to move most stuff out of
there...)

Removed listview_curses::lv_displayed_rows since it seemed to
cause some glitchy behavior when moving to the last line.

Call invoke_scroll() when changing the selection and change the
bottom status to reflect the selected line instead of just the
top.  Also, changing the selectability should set "needs update".

Change more commands to use the selection instead of the top.
2 years ago
Tim Stack 12d70f9996 [config] add missing enum terminator
the terminator is needed in the enum_value_t array

(I should really make it a real container...)
2 years ago
Tim Stack 3990517fcb
Merge pull request #1090 from FlorianMuenchbach/feature/cursor-mode
Feature/cursor mode
2 years ago