Tim Stack
2cb227e14f
[prql] use cxx for rust ffi stuff
2024-03-27 21:27:03 -07:00
Tim Stack
1025e466a2
[build] more test linkage
2024-03-27 05:40:27 -07:00
Tim Stack
4a899e287a
[build] try to fix test linkage
2024-03-26 22:38:46 -07:00
Tim Stack
bdc9c5a28d
[prql] initial work for integrating PRQL
2024-03-25 22:34:46 -07:00
Tim Stack
554f0e2439
[partitions] revive partition functionality
2024-03-21 08:47:29 -07:00
Tim Stack
91a47dbd39
[build] add new textfile to makefile
2024-03-06 20:53:08 -08:00
Tim Stack
ee345321f7
[hotkeys] change curly braces to move to the next/prev section
...
and... a bunch of other stuff
2024-02-17 07:16:14 -08:00
Tim Stack
926d73afd0
[crumbs] try to fix crumb for json path
2024-02-07 20:58:53 -08:00
Tim Stack
36b68bfbff
[build] missed adding logfile to makefile
2024-02-06 09:14:07 -08:00
Tim Stack
0be6c8906e
[tidy] use anon namespaces and some other stuff
2024-01-28 09:36:54 -08:00
Tim Stack
8d2aed91c3
[data-parser] paths in keys
2024-01-13 18:24:22 -08:00
Tim Stack
aa6708f7fb
[log_format] check for missing timestamp capture
...
Related to #1208
2023-12-11 10:46:19 -08:00
Tim Stack
930748a013
[data_scanner] recognize toml/ini table headers
2023-10-03 09:04:45 -07:00
Tim Stack
eacbaa9d4f
[cmds] add command for setting a default time zone
2023-09-08 21:31:16 -07:00
Tim Stack
97e43bc76f
[libs] import the c++ date library
2023-09-05 21:54:49 -07:00
Tim Stack
cf177281da
missed adding test file
2023-08-31 22:53:39 -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
e952dc6340
[date_time_scanner] do not try to read millis if it is already set
...
Also, pay attention to the gmtoff when converting exttm to a timeval.
Fixes #1034
2023-08-10 16:08:56 -07:00
Tim Stack
116ff24da3
[tests] add regexp test
...
Related to #1177
2023-08-07 10:05:22 -07:00
Tim Stack
cb43a562a2
[bro] update opid metadata
2023-08-05 07:20:17 -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
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
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
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
Tim Stack
c49d83395b
[formats] add cloudflare format
...
Related to #1081
2023-06-21 16:40:19 -07:00
Tim Stack
e77ef5c8cd
[cursor] breadcrumb performers should move selection instead of top
2023-06-20 11:06:35 -07:00
Florian Münchbach
1b250cc124
Add test input files to Makefile
2023-04-25 21:38:53 +02:00
Tim Stack
db1fc92fdd
[ansi] missed resizing a buffer when scrubbing ansi
...
Fixes #1135
2023-03-30 22:06:19 -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
07c57dae08
[json-log] change how lines that do not start with a curly are reported
2022-09-24 21:19:20 -07:00
Tim Stack
a31045a97b
[build] fix dist listing in test
2022-09-22 12:27:14 -07:00
Tim Stack
0fd9845580
[tests] test_tailer tweaks
2022-09-22 10:54:09 -07:00
Tim Stack
59ec0b4794
[build] missed dist'ing test file
2022-09-20 20:52:20 -07:00
Tim Stack
20a06a2782
[test] missed input file
2022-09-19 21:15:28 -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
aee33d6929
Merge pull request #1041 from bowlofeggs/build-remote-when-needed
...
Only build ssh keys when needed
2022-09-04 14:09:00 -07:00
Tim Stack
6ca01cd934
[line_buffer] fix some long-line handling
2022-09-04 06:38:39 -07:00
Randy Barlow
b16833392b
Only build ssh keys when needed
...
I believe the test/remote folder only needs to be setup for
test/test_remote.sh. Prior to this commit, it was being built during
make, rather than just during make check. This commit adjusts things so
that the test/remote folder is only generated during make check, and
only when test/test_remote.sh is being executed.
Fixes #1040
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
2022-09-04 00:03:33 -04:00
Tim Stack
ca51854e89
[build] turn on optimizations for snap build and fix dist
2022-09-01 21:16:28 -07:00
Tim Stack
72d171ae4b
[tests] add a regexp_capture() test
2022-08-30 22:28:12 -07:00
Tim Stack
87791ec94b
[markdown] add support for going to an anchor
2022-08-28 18:55:32 -07:00
Tim Stack
a2c35140ba
[data_scanner] hack to recognize some windows paths
...
Fixes #1018
2022-08-20 21:23:42 -07:00
Tim Stack
88d9002a5d
[search-table] add test case
2022-08-16 14:51:08 -07:00
Tim Stack
deb0e21554
[tests] fix export session test
2022-08-05 22:23:19 -07:00
Tim Stack
a4fadb56f6
[build] missed new textfile
2022-08-03 14:19:54 -07:00