Commit Graph

3039 Commits (155dad6ee19e8090590f98587a69a49738e26e58)
 

Author SHA1 Message Date
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
Suresh Sundriyal e005ac0d50 Revert "[build] Compile ncurses without gpm support."
This reverts commit 5d87712fa8.
11 months ago
Suresh Sundriyal eb0cdd2486 [build] Link the built binaries from the previous layers. 11 months ago
Suresh Sundriyal 3507118371 [build] Stop linking libdl with curl and libssh2. 11 months ago
Suresh Sundriyal 5d87712fa8 [build] Compile ncurses without gpm support. 11 months ago
Tim Stack 2107aa538f [piper] pass SIGINT to child 12 months ago
Tim Stack 1a4d9d1fde [build] missing time.h include 12 months ago
Tim Stack a05dd4bd2f [tests] scrub out $UID in test output 12 months ago
Tim Stack fa024a7256 [build] missing include 12 months ago
Tim Stack 401ec5181f [piper] add metadata to piper file header and cleanup workdir 12 months ago
Tim Stack 1f5849e430 [test] cleanup test home dirs 12 months ago
tstack d73a0e7c6a Update tailer 12 months ago
Tim Stack a5c7378557 [config] order the keymaps 12 months ago
Tim Stack 711470e985 [test] sigh, wrong dir 12 months ago
tstack 0e484519d4 Update tailer 12 months ago
Tim Stack dbd6263055 [tests] retry cli test 12 months ago
Tim Stack 9b2a6f323a [misc] add URL handler test
Fix loading of configs from include dirs

Add "config get" and "config blame" management CLI
commands
12 months ago
Tim Stack 4f4fd4091f [misc] more include shuffling
Improve xpath() error messages

Update alt-text in other themes
12 months ago
tstack 6c8a0d1bb7 Update tailer 12 months ago
Tim Stack 239f717638 Revert "[build] update cosmo version"
This reverts commit 23a711041a.
12 months ago
tstack df747326c5 Update tailer 12 months ago
Tim Stack 23a711041a [build] update cosmo version 12 months ago
Tim Stack 2a2e8738fa [tests] leave JSON shorthand (-> / ->>) out of the examples for now 12 months ago
Tim Stack b5e19ef3b0 [tests] add some tests for recent additions
Add missing SQLite JSON functions to the help
Fix some DB UI issues
12 months ago
Suresh Sundriyal 3f33d9d17a [build] Use cURL instaed of git to get lnav from the repository. 12 months ago
Suresh Sundriyal 192f2de374 [build] Build ncurses without unnecessary artifacts. 12 months ago
Suresh Sundriyal 5490fee155 [build] Create Docker images with latest alpine. 12 months ago
Suresh Sundriyal 7904b5fdd4 [build] Do a multi-stage Docker build. 12 months ago
Tim Stack 55dd4a0096 [build] handle some missing deps 12 months ago
Tim Stack 2f9a41dfaf [files] custom url handlers
Related to #1029
12 months ago
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.
12 months ago
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.
12 months ago
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.
12 months ago
Suresh Sundriyal 0ece2e4ac6 [build] Update readline version. 12 months ago
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.
12 months ago
Suresh Sundriyal c86081adcb [workflow] Reduce the frequency of md link checker workflow. 12 months ago
Suresh Sundriyal f03be866df [build] Update the ax_pthread m4 script.
Update the script to fix the use of obsolete construct warnings.
12 months ago
Suresh Sundriyal 3e6a695f68 [buid] Disable shared libraries on a few more components. 12 months ago
Suresh Sundriyal 7053efabb6 [build] Only compile shared versions of the library. 12 months ago
Suresh Sundriyal 969bc582a2 [build] Trim down Dockerfile
Remove the unnecessary packages and the ones that are already installed
as part of dependencies and meta-packages.

Also compile whatever we explicitly link against.
12 months ago
Suresh Sundriyal 42056760d0 [build] Use fPIE on bin2c 12 months ago
Tim Stack 51b2de8ecf [NEWS] fix log conversion text 12 months ago
Tim Stack 770eb8c0a0 [piper] format_to_n does not terminate... 12 months ago
Suresh Sundriyal 15137c7c78 [build] Add fPIE to ptimec as well. 12 months ago
Suresh Sundriyal 4246624412 [build] Add fPIC to shut up RPM builder. 12 months ago
Suresh Sundriyal 7a68f4d833 [build] Fix some build oddness related to cross-compilation.
The Autoconf macro doesn't properly set the required variables properly
when the binaries aren't being cross-compiled. This results in the local
binaries like bin2c and ptime disregarding the compiler flags passed in
to configure scripts.
12 months ago
Tim Stack 0361ed5700 [build] some tidying up of the headers 12 months ago
Tim Stack 8df83d562a [config] simplify file format detection by moving it into the log format definition 12 months ago