Commit Graph

273 Commits (930748a013a1acb8ca206a91c74869edf0754964)

Author SHA1 Message Date
Tim Stack 930748a013 [data_scanner] recognize toml/ini table headers 9 months ago
Tim Stack eacbaa9d4f [cmds] add command for setting a default time zone 10 months ago
Tim Stack 97e43bc76f [libs] import the c++ date library 10 months ago
Tim Stack cf177281da missed adding test file 10 months ago
Tim Stack 5c0333fd64 [themes] add dracula theme
Various improvements to styling.

Empty opids are not valid.
10 months ago
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
11 months ago
Tim Stack 116ff24da3 [tests] add regexp test
Related to #1177
11 months ago
Tim Stack cb43a562a2 [bro] update opid metadata 11 months ago
Tim Stack 3ae3515f44 [build] missed mentioning some new files in the Makefiles 11 months ago
Tim Stack a16a8cf3fa [log-annotations] add :annotate command 11 months ago
Tim Stack 401ec5181f [piper] add metadata to piper file header and cleanup workdir 11 months ago
Tim Stack 1f5849e430 [test] cleanup test home dirs 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
Tim Stack 8df83d562a [config] simplify file format detection by moving it into the log format definition 12 months ago
Tim Stack 2e09202ff5 [config] externalize file format detection 12 months ago
Tim Stack c49d83395b [formats] add cloudflare format
Related to #1081
1 year ago
Tim Stack e77ef5c8cd [cursor] breadcrumb performers should move selection instead of top 1 year ago
Florian Münchbach 1b250cc124 Add test input files to Makefile 1 year ago
Tim Stack db1fc92fdd [ansi] missed resizing a buffer when scrubbing ansi
Fixes #1135
1 year ago
Tim Stack faeaf477ab [yajlpp] flesh things out a bit more 2 years ago
Tim Stack 9eb734ef7e [log_format] support for a separate sub-second field 2 years ago
Tim Stack 07c57dae08 [json-log] change how lines that do not start with a curly are reported 2 years ago
Tim Stack a31045a97b [build] fix dist listing in test 2 years ago
Tim Stack 0fd9845580 [tests] test_tailer tweaks 2 years ago
Tim Stack 59ec0b4794 [build] missed dist'ing test file 2 years ago
Tim Stack 20a06a2782 [test] missed input file 2 years ago
Tim Stack eb0bd4ac9a [anon] add an anonymizer to help with support requests
Fixes #1055
2 years ago
Tim Stack aee33d6929
Merge pull request #1041 from bowlofeggs/build-remote-when-needed
Only build ssh keys when needed
2 years ago
Tim Stack 6ca01cd934 [line_buffer] fix some long-line handling 2 years ago
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>
2 years ago
Tim Stack ca51854e89 [build] turn on optimizations for snap build and fix dist 2 years ago
Tim Stack 72d171ae4b [tests] add a regexp_capture() test 2 years ago
Tim Stack 87791ec94b [markdown] add support for going to an anchor 2 years ago
Tim Stack a2c35140ba [data_scanner] hack to recognize some windows paths
Fixes #1018
2 years ago
Tim Stack 88d9002a5d [search-table] add test case 2 years ago
Tim Stack deb0e21554 [tests] fix export session test 2 years ago
Tim Stack a4fadb56f6 [build] missed new textfile 2 years ago
Tim Stack 7c3df44fc4 [pretty] handle ANSI escapes
Fixes #1020
2 years ago
Tim Stack 94aab91d38 [sql] add base64_encode()/base64_decode() functions 2 years ago
Tim Stack f234b37fe0 [build] some more scnlib stuff 2 years ago
Tim Stack 9c03938ff3 use scnlib instead of sscanf/strtod 2 years ago
Tim Stack 390bc132e2 [build] updates for arm64 2 years ago
Timothy Stack 8ef581177c [line_buffer] add some performance counters for tracking SQL perf
Also, check for keyboard input during SQL execution
so we can cancel.

Fixes #894
2 years ago
Timothy Stack a5a02d6243 [tests] text file handling and make sure the progress status bar is updated during SQL processing 2 years ago
Timothy Stack f8aac1d52e [build] remove leftover file 2 years ago
Timothy Stack 773cc3e049 [tests] add some more tests for the views vtabs 2 years ago
Timothy Stack 45270505e3 [status] some more user notification tweaks 2 years ago
Timothy Stack 812fa08055 [search-table] some more enhancements to search-tables 2 years ago
Timothy Stack 72c1c48e23 [perf] fixing slow queries 2 years ago