Commit Graph

3104 Commits

Author SHA1 Message Date
Tim Stack
d0c4530a8b [tests] missed expected output 2023-09-09 08:37:38 -07:00
Tim Stack
eacbaa9d4f [cmds] add command for setting a default time zone 2023-09-08 21:31:16 -07:00
Tim Stack
731066a644 [news] add :convert-time-to 2023-09-05 22:41:06 -07:00
Tim Stack
58196be6fc [build] missing file 2023-09-05 22:39:16 -07:00
Tim Stack
97e43bc76f [libs] import the c++ date library 2023-09-05 21:54:49 -07:00
Tim Stack
c796a66273 [blog] add post about the new "config" management commands 2023-09-04 22:51:07 -07:00
Tim Stack
7f2841065c [fmt] bump version 2023-09-04 20:59:46 -07:00
Tim Stack
6edc9268d7 [release] bump version number 2023-09-04 20:39:49 -07:00
Tim Stack
463853efd9 [docs] change to furo theme 2023-09-03 21:50:11 -07:00
Tim Stack
37eb9cfa36 [listview] fix a couple of glitches with the selection 2023-09-03 07:43:19 -07:00
Tim Stack
68b48fcc6a [docker-url] handle multi-document compose
Also, use `docker-compose` instead of `docker compose`

Related to #1183
2023-09-03 07:27:44 -07:00
Tim Stack
cb5b02b220 [docs] pass for next release 2023-09-02 22:35:15 -07:00
Tim Stack
cf177281da missed adding test file 2023-08-31 22:53:39 -07:00
Tim Stack
243593835b [doc.sections] fixes for man pages 2023-08-31 22:37:51 -07:00
Tim Stack
e17363ea66 [readline] fix a dumb mistake with the sql prompt 2023-08-31 15:17:38 -07:00
Tim Stack
215d6180de [attr_line] text wrapping fixes for preformatted text 2023-08-30 22:46:07 -07:00
Tim Stack
ebbeff8ac1 [opid] anchor description extractors 2023-08-30 21:03:03 -07:00
Tim Stack
29d0af47cb [keymap] half-page up near the top should go to zero
Some performance improvements
2023-08-30 20:20:21 -07:00
Tim Stack
38e5fa5945 [podman-url] add podman url scheme
Related to #1184
2023-08-30 10:01:17 -07:00
Tim Stack
b561dd18c4 [fstat_vtab] add error column 2023-08-30 06:55:24 -07:00
Tim Stack
63e5b81002 [tests] disable test where error message is platform dependent 2023-08-29 23:30:27 -07:00
Tim Stack
884e2df6ad [:eval] treat the argument like the contents of a file with multiple commands 2023-08-29 22:26:00 -07:00
Tim Stack
862079e663 [fstab_vtab] add "data" column to the table
Bump rapidyaml version
2023-08-28 22:43:45 -07:00
Tim Stack
01c973868d [file_collection] handle large file counts better 2023-08-28 22:43:33 -07:00
Tim Stack
6fdb56cd4e [lss] handle invalid row number 2023-08-28 09:54:10 -07:00
Tim Stack
d8b7dc40db [gantt] reduce memory usage 2023-08-27 23:29:54 -07:00
Tim Stack
05f9eaf74a [exec] limit wait_for_pipers() in interactive use
Related to #1183
2023-08-27 17:12:29 -07:00
Tim Stack
eda33d696d [build] test depends on some docs 2023-08-26 06:37:45 -07:00
Tim Stack
0a75daceec [doc] disable guidelines when sane indents are not detected 2023-08-25 22:48:26 -07:00
Tim Stack
2fc57c7f4c [build] add missing include 2023-08-25 21:30:12 -07:00
Tim Stack
fbb89a73ab [lss] missed a full_sort and improve error handling when too many files are opened 2023-08-25 21:03:00 -07:00
Tim Stack
80a7332fc8 [sql] some SQL prompt cleanup 2023-08-25 07:08:43 -07:00
Tim Stack
df4878ac5c [build] fix some cmake bitrot 2023-08-24 23:06:42 -07:00
Tim Stack
dd8a23ad51 [ansi_scrubber] handle unknown sequences
... and many other tweaks.
2023-08-24 21:10:54 -07:00
Tim Stack
ce391166ee [ptime] fix buffer overflow
Fixes #997
2023-08-24 07:26:57 -07:00
Tim Stack
4ee3b91111 [doc.meta] detect indents for guidelines 2023-08-24 07:05:53 -07:00
Tim Stack
f3bdc50e70 [pretty] use an attribute to draw the guidelines to keep copy & paste clean 2023-08-23 23:26:45 -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
921bc0a3d3 [gantt] pad sub-op ID width 2023-08-23 09:44:09 -07:00
Tim Stack
880d31ea0a [ansi_scrubber] missed handling some bad inputs 2023-08-23 07:11:22 -07:00
Tim Stack
92162b2ad5 [misc] fix a data_parser issue and don't always push db view after running init commands 2023-08-23 05:48:54 -07:00
Tim Stack
530021604e [docs] add some more stuff for the gantt chart 2023-08-22 23:09:51 -07:00
Tim Stack
acfc5bfcfd [formats] add some opid descriptions 2023-08-21 21:57:54 -07:00
Tim Stack
40a1d25474 [generic_log] tweak the pattern to allow for truncated subsecond values 2023-08-21 17:03:14 -07:00
Tim Stack
33c929ac5d [time_util] fix typo 2023-08-20 07:43:38 -07:00
Tim Stack
912171a43f [vmw_vc_svc_log] fixup for this format
Also, some optimizations for gantt index building
2023-08-20 06:43:16 -07:00
Tim Stack
8835f1ebea [formats] add 'title' to vpostgres_log 2023-08-18 08:21:41 -07:00
Tim Stack
e7e3a664a8 [readthedocs] fix python version 2023-08-18 07:58:54 -07:00
Tim Stack
ed1f58697c [readthedocs] add build.os setting 2023-08-18 07:50:18 -07:00
Tim Stack
92b7145971 [formats] add vpostgres_log definition 2023-08-17 21:59:21 -07:00