Timothy Stack
|
5c6cc5fe2a
|
[readline] pressing escape should exit the command prompt
Fixes #316
|
2018-11-15 06:43:28 -08:00 |
|
Timothy Stack
|
6336fa56e9
|
[cmds] :write-json-to should passthru JSON columns as JSON instead of strings
Fixes #565
|
2018-11-14 21:46:49 -08:00 |
|
Timothy Stack
|
aa0bfd6c62
|
[sql] add a spooky_hash() function
Fixes #567
|
2018-11-13 20:55:04 -08:00 |
|
Timothy Stack
|
ec82ecda62
|
[filter] display the number of filters
|
2018-11-10 22:55:08 -08:00 |
|
Timothy Stack
|
efe6ccf0d1
|
[filter] change from backquote to tab for activating filter panel
|
2018-11-09 13:59:27 -08:00 |
|
Timothy Stack
|
2345a32423
|
[filter] add panel that shows the set of filters
Initial version, still needs some cleanup
|
2018-11-09 09:45:19 -08:00 |
|
Timothy Stack
|
b1a6d06490
|
[lss] refactor the force flag during indexing and some other stuff
|
2018-10-25 21:26:58 -07:00 |
|
Timothy Stack
|
8b9536100e
|
[build] fix a typo in test_sql.sh
|
2018-10-17 07:54:59 -07:00 |
|
Timothy Stack
|
2589345e5c
|
[perf] improve initial indexing times
|
2018-10-17 07:03:33 -07:00 |
|
Timothy Stack
|
2e10ca09d0
|
[line_buffer] fix crlf handling in log files
|
2018-10-12 07:46:18 -07:00 |
|
Timothy Stack
|
9fa3714c85
|
[build] missed cleaning test files
|
2018-10-12 07:23:28 -07:00 |
|
Timothy Stack
|
ac7ae1275a
|
[cmds] add :redirect-to command for redirecting the output of commands in scripts
Related to #551
|
2018-10-12 07:12:35 -07:00 |
|
Timothy Stack
|
ea5ac46c0e
|
[cmds] the output of the :pipe commands should go to the top of the output stack and not to a temp file
|
2018-10-11 07:09:52 -07:00 |
|
Timothy Stack
|
5f5e2d5c4e
|
[cleanup] prune some includes and some other cleaning
Defect Number:
Reviewed By:
Testing Done:
|
2018-10-11 05:50:28 -07:00 |
|
Timothy Stack
|
9664b015c6
|
[textview] preserve location in view when changing filters
Defect Number:
Reviewed By:
Testing Done:
|
2018-10-08 07:43:08 -07:00 |
|
Timothy Stack
|
d1856b53ba
|
[build] avoid adding -I/usr/include to CPPFLAGS
Defect Number:
Reviewed By:
Testing Done:
|
2018-10-02 23:04:14 -07:00 |
|
Timothy Stack
|
d09e1509dd
|
[test] remove debugging
|
2018-08-27 07:19:54 -07:00 |
|
Timothy Stack
|
265f80c60d
|
[test] locale tweak
|
2018-08-22 06:45:20 -07:00 |
|
Timothy Stack
|
2c36d97a35
|
[build] try some more things to fix travis test failures
|
2018-08-22 05:55:58 -07:00 |
|
Timothy Stack
|
bc26b92199
|
[json] some more journald log tweaks
Defect Number:
Reviewed By:
Testing Done:
|
2018-08-22 05:33:20 -07:00 |
|
Timothy Stack
|
26cccdafce
|
[locale] some tweaks for recognizing non-english logs
Try to address some locale issues brought up in #533
|
2018-08-21 21:43:32 -07:00 |
|
Timothy Stack
|
0b36da15a6
|
add monotonic timestamp back to the journald format, map priority 1 to fatal as well
|
2018-08-21 11:39:47 -07:00 |
|
Timothy Stack
|
dcf24f34ee
|
use UTC for json log timezone
|
2018-08-21 11:33:39 -07:00 |
|
Timothy Stack
|
f360732957
|
missed new file
|
2018-08-21 11:21:57 -07:00 |
|
Timothy Stack
|
b1ff6b3a3b
|
[json-log] fix some inconsistencies with json logs
Fill some gaps brought up in #535
|
2018-08-21 11:10:03 -07:00 |
|
Timothy Stack
|
ae460526da
|
[tests] disable test_view_colors for now
|
2018-08-18 23:20:12 -07:00 |
|
Timothy Stack
|
a554d67875
|
[build] try to fix a build issue
|
2018-08-18 23:11:02 -07:00 |
|
Timothy Stack
|
3e457e30ca
|
[json-format] fix json file recognition for crlf line-endings
Fixes #528
|
2018-08-13 05:30:47 -07:00 |
|
Timothy Stack
|
00ed12557b
|
[keymap] add more keys to the keymap
|
2018-08-12 08:37:16 -07:00 |
|
Timothy Stack
|
086eb2e552
|
[build] update news and fix test failure
|
2018-07-22 07:27:59 -07:00 |
|
Timothy Stack
|
0ee6bdd5bf
|
[sql] the log_part column was not correct in some cases
|
2018-07-22 06:51:05 -07:00 |
|
Timothy Stack
|
5e8983b857
|
[sql-view] pressing tab should hide bart charts
Fixes #514
|
2018-06-12 07:50:40 -07:00 |
|
Timothy Stack
|
d1da7b800c
|
[ptime] fix %p and %l
|
2018-05-28 08:15:42 -07:00 |
|
Timothy Stack
|
b94571c58e
|
[build] fixes...
|
2018-05-25 06:43:35 -07:00 |
|
Timothy Stack
|
5689984702
|
[yajlpp] use pointer to member over nullobj()
|
2018-05-25 06:32:01 -07:00 |
|
Timothy Stack
|
9e1411f113
|
[ptime] fix am/pm issue again
Fixes #520
|
2018-05-23 08:31:05 -07:00 |
|
Timothy Stack
|
5e0dabb231
|
[ptime] fix offset in failed parse for a few cases
|
2018-05-22 22:38:01 -07:00 |
|
Timothy Stack
|
2070c669de
|
[ptime] fix PM offset
Fixes #517
|
2018-05-22 07:14:37 -07:00 |
|
Timothy Stack
|
a741236c76
|
[sql] missed a null check on log_time in vt_filter
Fixes #518
|
2018-05-22 06:45:54 -07:00 |
|
Timothy Stack
|
36d5ff8b86
|
[lo-fi] display fixes
Fixes #513
Fixes #516
|
2018-05-18 22:11:40 -07:00 |
|
Timothy Stack
|
ab2980f5dd
|
[build] remove meta-sessions test dir
|
2018-05-17 07:37:58 -07:00 |
|
Timothy Stack
|
4ccae48aea
|
[bookmarks] add support for tags and comments for log lines
Initial work for #446 and #447
TODO: filtering on tags/comments
Also did a bunch of clang-tidy cleanups and improvements to
the online help.
|
2018-05-17 07:06:50 -07:00 |
|
Timothy Stack
|
7fb881222d
|
[pretty] highlight log messages in the pretty view as in the normal log view
|
2018-05-10 06:44:03 -07:00 |
|
Timothy Stack
|
809159140c
|
[unique_path] fix an infinite loop when files rolled
|
2018-04-09 21:16:15 -07:00 |
|
Timothy Stack
|
a4faac4628
|
[tests] update drive_mvwattrline
|
2018-04-04 08:00:25 -07:00 |
|
Timothy Stack
|
7c5fc44f7d
|
[view_curses] fix highlighting when a line contains unicode
Take into account unicode codepoint lengths when adjusting
attribute ranges
|
2018-04-04 07:41:09 -07:00 |
|
Timothy Stack
|
9f91d3b447
|
[log-view] display the unique parts of the file name instead of just the base
Instead of just displaying the base name of the file, try to include some
additional parts of the path that make a unique string.
|
2018-04-03 07:36:09 -07:00 |
|
Timothy Stack
|
1ed0ff7e0f
|
[pretty-print] check if lines are XML before indenting them as such
Also, update the scanner for changes to re2c
|
2018-04-02 13:25:07 -07:00 |
|
Timothy Stack
|
ecb1af304d
|
[view_curses] fix search highlights
Cleanup the styling code, never really redid it after
switching to use mvwin_wchnstr
Fixes #493
|
2018-04-02 08:02:41 -07:00 |
|
Timothy Stack
|
6b9ca15f21
|
[tests] update expected output
|
2018-03-30 22:01:55 -07:00 |
|