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
Tim Stack
b0589d14d9
[tidy] use factory_container for theme highlights
...
And... a bunch of other stuff
2023-07-25 20:45:12 -07:00
Suresh Sundriyal
d2d17ed7f0
[build] Updaate github checkout action.
...
Seems like `checkout@v2` is being deprecated. Update to v3.
2023-07-23 00:38:21 -07:00
Suresh Sundriyal
3a45802d7d
Revert "[build] Link the built binaries from the previous layers."
...
This reverts commit eb0cdd2486
.
2023-07-22 13:39:06 -07:00
Suresh Sundriyal
e005ac0d50
Revert "[build] Compile ncurses without gpm support."
...
This reverts commit 5d87712fa8
.
2023-07-22 13:38:50 -07:00
Suresh Sundriyal
eb0cdd2486
[build] Link the built binaries from the previous layers.
2023-07-22 13:08:34 -07:00
Suresh Sundriyal
3507118371
[build] Stop linking libdl with curl and libssh2.
2023-07-22 13:08:34 -07:00
Suresh Sundriyal
5d87712fa8
[build] Compile ncurses without gpm support.
2023-07-22 13:08:34 -07:00
Tim Stack
2107aa538f
[piper] pass SIGINT to child
2023-07-19 21:37:40 -07:00
Tim Stack
1a4d9d1fde
[build] missing time.h include
2023-07-19 05:53:23 -07:00
Tim Stack
a05dd4bd2f
[tests] scrub out $UID in test output
2023-07-19 05:41:13 -07:00
Tim Stack
fa024a7256
[build] missing include
2023-07-18 22:30:51 -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
1f5849e430
[test] cleanup test home dirs
2023-07-16 07:31:21 -07:00
tstack
d73a0e7c6a
Update tailer
2023-07-16 12:34:32 +00:00
Tim Stack
a5c7378557
[config] order the keymaps
2023-07-16 05:33:59 -07:00
Tim Stack
711470e985
[test] sigh, wrong dir
2023-07-16 05:33:59 -07:00
tstack
0e484519d4
Update tailer
2023-07-16 06:16:46 +00:00
Tim Stack
dbd6263055
[tests] retry cli test
2023-07-15 23:16:02 -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
4f4fd4091f
[misc] more include shuffling
...
Improve xpath() error messages
Update alt-text in other themes
2023-07-14 22:03:08 -07:00
tstack
6c8a0d1bb7
Update tailer
2023-07-14 16:17:08 +00:00
Tim Stack
239f717638
Revert "[build] update cosmo version"
...
This reverts commit 23a711041a
.
2023-07-14 09:15:59 -07:00
tstack
df747326c5
Update tailer
2023-07-14 13:42:30 +00:00
Tim Stack
23a711041a
[build] update cosmo version
2023-07-14 06:41:42 -07:00
Tim Stack
2a2e8738fa
[tests] leave JSON shorthand (-> / ->>) out of the examples for now
2023-07-13 23:06:59 -07:00
Tim Stack
b5e19ef3b0
[tests] add some tests for recent additions
...
Add missing SQLite JSON functions to the help
Fix some DB UI issues
2023-07-13 21:56:22 -07:00
Suresh Sundriyal
3f33d9d17a
[build] Use cURL instaed of git to get lnav from the repository.
2023-07-13 15:39:22 -07:00
Suresh Sundriyal
192f2de374
[build] Build ncurses without unnecessary artifacts.
2023-07-13 15:36:52 -07:00
Suresh Sundriyal
5490fee155
[build] Create Docker images with latest alpine.
2023-07-13 15:35:21 -07:00
Suresh Sundriyal
7904b5fdd4
[build] Do a multi-stage Docker build.
2023-07-12 23:03:36 -07:00
Tim Stack
55dd4a0096
[build] handle some missing deps
2023-07-12 22:59:39 -07:00
Tim Stack
2f9a41dfaf
[files] custom url handlers
...
Related to #1029
2023-07-12 21:30:54 -07:00
Suresh Sundriyal
992d14dcb1
[build] Remove --with-default-terminfo-dir directive.
...
This seems to be settting the install path for the terminfo. As a result
the terminfo doesn't seem to be written in to fake.root.
2023-07-12 19:47:48 -07:00
Suresh Sundriyal
bc42ea0c07
[build] Install ncurses packages on the build machine.
...
Ncurses requires the terminfo database and infocmp to be installed on
the build machine to configure the fallback entries.
2023-07-12 19:08:11 -07:00
Suresh Sundriyal
1fb471f4ba
[build] Remove apk update.
...
Since we are passing in the `--no-cache` option to `apk add`; `apk
update` unnecessarily adds a local index; increasing the size of the
container image.
2023-07-12 17:38:09 -07:00
Suresh Sundriyal
0ece2e4ac6
[build] Update readline version.
2023-07-12 16:17:21 -07:00
Suresh Sundriyal
ed72362b50
[build] Remove libexecinfo dependency on musl builds.
...
muslc does not expose the frame related information to execinfo.
Compiling with libexecinfo on muslc builds doesn't really serve any purpose.
2023-07-12 16:07:19 -07:00