Commit Graph

152 Commits

Author SHA1 Message Date
Timothy Stack
4e9d28872e [build] try to add apple silicon builds 2025-02-11 09:29:54 -08:00
Tim Stack
549bf90bed [build] pr stuff 2025-02-01 06:43:03 -08:00
Tim Stack
5c526691a6 [build] turn of regex101 test 2025-01-26 20:50:26 -08:00
Tim Stack
60e209cdee [perf] move some json_path_containers to static vars in functions 2025-01-26 20:13:33 -08:00
Tim Stack
b6d188b7df [tests] add test for :adjust-log-time / :reset-session crash
Related to #1378

Also, mess with scrolling in an overlay.

Some other cleanup
2025-01-25 08:56:28 -08:00
Tim Stack
ad3082d258 [build] work around long arg list issue 2025-01-19 10:19:43 -08:00
Tim Stack
53a46afc3c [build] try bumping stack limit 2025-01-19 09:12:32 -08:00
Timothy Stack
6464c723d4 [build] add libunistring to coverity build 2025-01-06 09:44:49 -08:00
Tim Stack
b616d51e35 [build] remove old package 2024-12-16 16:24:24 -08:00
Tim Stack
4ea87b88f1 [build] debug 2024-12-16 16:14:31 -08:00
Tim Stack
62ddc7129f [build] add libunistring 2024-12-16 14:50:23 -08:00
Tim Stack
ff6afe910d [build] disable regex101 2024-11-16 10:12:03 -08:00
Tim Stack
afe7c14380 [tests] try to fix coverage and run regex101 2024-11-16 09:02:15 -08:00
Tim Stack
7b9f4aa771 [build] i am dumb 2024-11-16 08:29:20 -08:00
Tim Stack
54c92cf233 [build] dump test logs 2024-11-16 07:54:57 -08:00
Tim Stack
19c5c80718 [build] dump test logs 2024-11-15 23:05:14 -08:00
Tim Stack
0003dbab58 [tests] cover for lnav.cc 2024-11-15 18:53:39 -08:00
Tim Stack
109740684a [build] try to do coverage on github machines 2024-11-15 13:23:48 -08:00
Tim Stack
3bc5d02180 [tests] coverage for lnav_view_filters 2024-11-15 12:24:41 -08:00
Tim Stack
c6f9702036 [build] bump macos version for bins 2024-11-04 12:00:49 -08:00
Tim Stack
d0cdc730fc [actions] bump upload-artifact version 2024-10-03 14:26:10 -07:00
Tim Stack
5ace34000e [actions] remove 2nd coverity workflow 2024-06-02 21:47:13 -07:00
Tim Stack
b084655be5 [misc] fix some warnings 2024-06-02 21:45:35 -07:00
Tim Stack
afcdad717d [cov] suppress 2024-06-02 20:11:14 -07:00
Tim Stack
cf8773b057 [coverity] url... 2024-06-02 19:28:25 -07:00
Tim Stack
f6618dee1b [coverity] other action 2024-06-02 19:26:03 -07:00
Tim Stack
4abbec7b70 [coverity] maint 2024-06-02 16:20:38 -07:00
Tim Stack
8106626c91 [bins] add manpage
Related to #1176
2024-04-07 07:52:07 -07:00
Tim Stack
b33713904e [schemas] anchor patterns in the config/format json schemas
Also, add a check-local that runs a third-party validator
on the builtin configs/formats.
2024-04-02 09:53:58 -07:00
Tim Stack
c497dc49f1 Revert "[build] try to build macos-12-arm64"
This reverts commit e08f53f1a6.
2024-04-01 08:42:40 -07:00
Tim Stack
e08f53f1a6 [build] try to build macos-12-arm64 2024-04-01 08:30:19 -07:00
Tim Stack
dee87e5436 [actions] disable arm build for now 2024-03-29 13:53:55 -07:00
Tim Stack
fd053ee2f7 [build] fix arm package step 2024-01-31 22:00:11 -08:00
Tim Stack
c1a43d5dce [msys-build] add crypt32 lib... 2023-12-11 13:37:23 -08:00
Tim Stack
e9dbe4117f [build] tweak macos link 2023-09-25 09:28:28 -07:00
Tim Stack
6fdb56cd4e [lss] handle invalid row number 2023-08-28 09:54:10 -07:00
Suresh Sundriyal
1b2e8acb9b [build] Fix the action description. 2023-08-02 23:10:44 -07:00
Suresh Sundriyal
51f8f8299c [build] Upload lnav binary after the workflow. 2023-08-02 22:43:32 -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
Tim Stack
239f717638 Revert "[build] update cosmo version"
This reverts commit 23a711041a.
2023-07-14 09:15:59 -07:00
Tim Stack
23a711041a [build] update cosmo version 2023-07-14 06:41:42 -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
c86081adcb [workflow] Reduce the frequency of md link checker workflow. 2023-07-12 14:35:17 -07:00
Suresh Sundriyal
022a73d0ff [build/bins] Update paths-ignore
Ignore updates to container and issue changes.
2023-07-09 18:49:19 -07:00
Suresh Sundriyal
8628bba7e5 [build] Use registry cache to speed up container image builds
Use the registry cache as described here:
- https://docs.docker.com/build/ci/github-actions/cache/
- https://docs.docker.com/build/cache/
2023-07-09 09:23:13 -07:00
Suresh Sundriyal
22d4d6242d [build/concurrency] Only allow one musl-build-image job.
Two musl-build-image jobs can be triggered by two commits done within a
short amount of time. Since building the image times can vary; the job
with the previou commit might finish later; updating the docker hub with
an older commit.

This uses the `concurrency` directive to fix the issue. If another job
is running; they get cancelled and only the latest one spawned is run.
2023-07-08 23:05:21 -07:00
Suresh Sundriyal
881c19963b [build] Fix the ignore paths.
Try the syntax suggested here:
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-excluding-paths
2023-07-08 23:01:25 -07:00
Suresh Sundriyal
a3f55472ba [build] Replace the deprecated ghaction-docker-buildx
ghaction-docker-buildx has been merged with official docker action.
2023-07-08 20:45:42 -07:00
Suresh Sundriyal
f4e666543d [build] Use strategy matrix to run arm builds. 2023-07-08 10:25:17 -07:00
Suresh Sundriyal
b22edd5a26 [build] Fix up aarch64 workflow.
Fix up the aarch4 workflow to use the docker-run-action and some minor
cleanup.
2023-07-08 09:31:19 -07:00