Commit Graph

378 Commits

Author SHA1 Message Date
Tim Stack
01c973868d [file_collection] handle large file counts better 2023-08-28 22:43:33 -07:00
Tim Stack
be377dea27 [pretty-print] fix an issue with shifting attributes when rewriting
Related to #705
2023-08-23 21:52:40 -07:00
Tim Stack
530021604e [docs] add some more stuff for the gantt chart 2023-08-22 23:09:51 -07:00
Tim Stack
5c0333fd64 [themes] add dracula theme
Various improvements to styling.

Empty opids are not valid.
2023-08-16 22:13:15 -07:00
Tim Stack
c464827737 [views_vtab] programmatic control of the overlay toggle 2023-08-15 16:34:33 -07:00
Tim Stack
cc445cc78f [listview] use ctrl-] to focus on overlays 2023-08-15 06:21:06 -07:00
Tim Stack
1c857feed7 [gantt] support for sub-ids 2023-08-14 19:04:31 -07:00
Tim Stack
155dad6ee1 [date_time_scanner] convert timestamps with zones to local time
Related to #703
2023-08-11 09:05:15 -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
f71300ba1d [gantt] add a gantt chart view 2023-08-02 10:44:13 -07:00
Tim Stack
a16a8cf3fa [log-annotations] add :annotate command 2023-07-30 21:17:52 -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
2107aa538f [piper] pass SIGINT to child 2023-07-19 21:37:40 -07:00
Tim Stack
401ec5181f [piper] add metadata to piper file header and cleanup workdir 2023-07-18 22:14:45 -07:00
Tim Stack
9b2a6f323a [misc] add URL handler test
Fix loading of configs from include dirs

Add "config get" and "config blame" management CLI
commands
2023-07-15 21:50:46 -07:00
Tim Stack
2f9a41dfaf [files] custom url handlers
Related to #1029
2023-07-12 21:30:54 -07:00
Tim Stack
8df83d562a [config] simplify file format detection by moving it into the log format definition 2023-07-10 10:35:18 -07:00
Tim Stack
2e09202ff5 [config] externalize file format detection 2023-07-09 10:11:10 -07:00
Suresh Sundriyal
9ff7564d20 [posts] Replace dead link with an archived link.
The link to linuxmagazine is dead. Replacing it with the last archived
link on the wayback machine.
2023-07-08 14:50:59 -07:00
Tim Stack
5787f47767 [piper] replace piper_proc with a thread
Related to #1029
2023-07-06 20:05:30 -07:00
Tim Stack
9df36484f6 [build] bump doc version numbers 2023-07-02 22:25:50 -07:00
Tim Stack
c575ba0a50 [build] fix rpm spec version 2023-07-01 07:19:32 -07:00
Tim Stack
d7857ef696 [docs] add missing SQL tables
Related to #1167
2023-06-29 14:58:51 -07:00
Tim Stack
29e2db5cc3 [textview] fix backwards search for cursor mode and mention it in FAQ
Related to #385
2023-06-27 05:56:53 -07:00
Tim Stack
7f18aa9cd9 [blog] add post for cursor mode 2023-06-23 16:16:58 -07:00
Tim Stack
19de26e4c2 [docs] add copy button to code blocks 2023-06-23 12:01:03 -07:00
Tim Stack
78cf53fc4d [docs] mention cursor mode in the intro 2023-06-23 11:43:00 -07:00
Tim Stack
7bf42e7d2f [json-logs] automatically remove trailing line feeds
Fixes #969
2023-06-22 23:09:39 -07:00
Tim Stack
f3b78e79b5 [docs] flesh out faq and mention JSON-lines matching 2023-06-20 21:11:27 -07:00
Tim Stack
c8764da9d2 [bunyan] add test for this format and add "src" field
Related to #1136
2023-06-20 10:33:53 -07:00
Tim Stack
59bca18963 [docs] bump copyright year 2023-06-19 19:56:08 -07:00
Tim Stack
eb332db0fd Add links to github in the intro docs
Fixes #1164
2023-06-19 14:19:13 -07:00
Tim Stack
77b4a55be4 [docs] mention hotkeys in the UI section 2023-06-18 15:50:41 -07:00
Tim Stack
8f8874c718 [cursor] update docs and more tweaks 2023-06-16 21:38:19 -07:00
Tim Stack
0eee0afd37 [docs] add some figures to pretty-print view section 2023-06-16 13:28:02 -07:00
Tim Stack
a324bc8c1c [docs] add a note that level regexes are not anchored
Related to #1153
2023-05-06 10:29:38 -07:00
Tim Stack
822eaf5a1a [json_log] auto detect the required width for a column
Related to #1146
2023-04-29 16:13:42 -07:00
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>
2023-04-28 18:46:36 +00:00
Tim Stack
44b564681b [format_loader] catch invalid format names
Fixes #1122
2023-04-05 22:52:55 -07:00
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>
2023-03-04 16:01:57 +00:00
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>
2023-03-04 03:16:25 +00:00
Tim Stack
082658a71e [docs] mention log file name behavior
Mentioned in #1123
2023-03-03 19:14:53 -08:00
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
2023-01-23 15:18:55 +01:00
nodiscc
1b19fdca95
[docs] formats are loaded from both /etc/lnav/formats and ~/.lnav/formats/ 2023-01-23 15:18:44 +01:00
Tim Stack
8d17561c76 [docs] mention logfmt in the features page 2023-01-06 09:27:23 -08:00
Tim Stack
f34a5cf589 [docs] update docs for half page hotkeys 2022-12-21 15:45:59 -08:00
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...
2022-12-15 21:32:50 -08:00
Paul Adenot
09d4c9b2c1
Fix typo in the tutorial presentation page
"in" was missing from a sentence.
2022-12-15 15:17:14 +01:00
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.
2022-12-14 21:52:24 -08:00
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...)
2022-12-14 20:48:53 -08:00
Tim Stack
3990517fcb
Merge pull request #1090 from FlorianMuenchbach/feature/cursor-mode
Feature/cursor mode
2022-12-14 20:33:45 -08:00
Tim Stack
e2527513df [docs] try to fix horiz scrolling
related to #1091
2022-12-14 09:04:12 -08:00
Florian Münchbach
ef48a95f55 Update config schema with new movement options 2022-12-11 22:12:12 +01:00
Florian Münchbach
a75d5c7cf3 Add hotkey binding for toggling the cursor mode 2022-11-01 21:33:47 +01:00
dependabot[bot]
a36c99cb73
Bump nokogiri from 1.13.8 to 1.13.9 in /docs
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.8 to 1.13.9.
- [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.8...v1.13.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-31 17:05:11 +00:00
Tim Stack
33f0cc51b9 [site] fix download links 2022-10-11 13:07:39 -07:00
Tim Stack
d36bb61f3e [release] final version bumps 2022-10-10 20:49:05 -07:00
Tim Stack
faeaf477ab [yajlpp] flesh things out a bit more 2022-10-04 21:17:01 -07:00
Tim Stack
9eb734ef7e [log_format] support for a separate sub-second field 2022-10-02 21:58:10 -07:00
Tim Stack
1a92701cb3 [keymaps] update docs/etc for swedish keymap 2022-09-30 15:42:07 -07:00
Tim Stack
45b812d063 [docs] add refs to the vscode extension 2022-09-25 13:52:03 -07:00
Tim Stack
d19eace826 [blog] post about the vscode extension 2022-09-24 13:09:06 -07:00
dependabot[bot]
d7db3d6e9b
Bump commonmarker from 0.23.5 to 0.23.6 in /docs
Bumps [commonmarker](https://github.com/gjtorikian/commonmarker) from 0.23.5 to 0.23.6.
- [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.5...v0.23.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-22 04:13:55 +00:00
Tim Stack
c49e0787f3 [release] bump version and try to automate some stuff 2022-09-18 16:05:24 -07:00
Tim Stack
eb0bd4ac9a [anon] add an anonymizer to help with support requests
Fixes #1055
2022-09-15 21:11:30 -07:00
Tim Stack
2c5aaca254 [demo] log stuff 2022-09-14 18:50:00 -07:00
Tim Stack
eaa6e50a52 [log_format] perform more validations on log formats 2022-09-12 07:18:26 -07:00
Tim Stack
5a63ece31d [pcre2] migrate from pcre to pcre2
Fixes #974
2022-09-10 09:28:07 -07:00
Tim Stack
f8e3417c62 [site] sigh... didn't notice it was .1 instead of .0 2022-09-01 23:54:39 -07:00
Tim Stack
94fa27ead8 [site] bump release version 2022-09-01 23:52:09 -07:00
Tim Stack
ac398dd441 [site] add links to playground / tutorial 2022-09-01 15:15:01 -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
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
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
fa0050be84 [demo] set a timeout of 5 minutes for the first tutorial 2022-08-29 09:37:42 -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
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
5751fe89c4 [markdown] recognize more code fence langs 2022-08-21 22:02:46 -07:00
Tim Stack
ebaeb43fcb [docs] mention out-of-time-order highlight
Fixes #1000
2022-08-21 18:47:44 -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
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
7ef5cf6ba3 [session] some more session docs 2022-08-13 21:42:41 -07:00
Tim Stack
d9e699fd09 [docs] add docs for new SQL tables 2022-08-11 00:15:18 -07:00
Tim Stack
ebe2e0d8e6 [docs] add config panel screenshots 2022-08-10 10:39:25 -07:00
Tim Stack
1fd274ce24 [docs] some more updates to docs
Also, add support for overstruck/backspace-underscore for
doing bold/underline.
2022-08-08 23:14:02 -07:00
Tim Stack
c52615c424 [docs] start updating screenshots 2022-08-07 10:00:34 -07:00
Tim Stack
4e74491e84 [blog] post about markdown support 2022-08-06 02:11:37 -07:00
Tim Stack
b829b6ddde [blog] add a post about error message improvements 2022-08-05 13:07:12 -07:00
Timothy Stack
8ef581177c [line_buffer] add some performance counters for tracking SQL perf
Also, check for keyboard input during SQL execution
so we can cancel.

Fixes #894
2022-07-27 21:49:14 -07:00
Timothy Stack
1abc77e129 [secure] start to update secure-mode 2022-07-19 23:48:25 -07:00