Commit Graph

1188 Commits

Author SHA1 Message Date
Timothy Stack
df399a36a4 [docs] some more docs, command-help, and tests for #428 2017-04-06 23:05:20 -07:00
Timothy Stack
22d8257c03 [jsonlog] convert integer level to string and then apply the level patterns 2017-04-06 16:11:21 -07:00
Timothy Stack
3e97c737c1 [jsonlog] fix some bugs related to json logs 2017-04-06 15:12:48 -07:00
Timothy Stack
e326c74c36 [build] more deploy stuff 2017-04-06 09:54:41 -07:00
Timothy Stack
3f427497d3 [build] more publish from travis... 2017-04-06 09:52:17 -07:00
Timothy Stack
240d71246c [travis] try to publish builds on github
Defect Number:
    Reviewed By:
   Testing Done:
2017-04-06 09:38:25 -07:00
Timothy Stack
04e60fd79d [build] sign warnings 2017-04-06 07:40:07 -07:00
Timothy Stack
775107e630 [data_parser] use after free 2017-04-06 07:30:59 -07:00
Timothy Stack
daf9c5d4d6 [grep_proc] uninitialized value 2017-04-06 06:36:21 -07:00
Timothy Stack
0a2ab5d61d [rl_highlighter] fix a use-after-free 2017-04-06 06:33:52 -07:00
Timothy Stack
545b2f4ace [docs] add help for CAST and fix a couple of glitches
Defect Number:
    Reviewed By:
   Testing Done:
2017-04-05 23:20:55 -07:00
Timothy Stack
851bd183b3 [perf] some performance tweaks 2017-04-05 21:42:54 -07:00
Timothy Stack
2f44f1e861 [ptime] add %N time format for nanoseconds 2017-04-05 10:19:47 -07:00
Timothy Stack
fa3c3c837a [build] some minor fixes for the release build 2017-04-05 07:41:33 -07:00
Timothy Stack
78119dc9f1 fixing some minor issues
Fixes #255
2017-04-05 07:05:19 -07:00
Timothy Stack
4954817741 [crash] pressing i/I when not in the log view
Defect Number:
    Reviewed By:
   Testing Done:
2017-04-02 07:47:51 -07:00
Timothy Stack
00ebd10d71 [cmds] do a dry-run of a command to check for errors
Defect Number:
    Reviewed By:
   Testing Done:
2017-04-02 07:17:31 -07:00
Timothy Stack
4f823f8d6f [build] don't pass hints to getaddrinfo 2017-03-31 07:13:48 -07:00
Timothy Stack
3ee0260034 [build] drop re2c for now 2017-03-31 07:13:01 -07:00
Timothy Stack
411ea1fbee [help] show help text for SQL functions
Defect Number:
    Reviewed By:
   Testing Done:
2017-03-31 07:01:11 -07:00
Timothy Stack
cd76eae5b8 [build] convert some C files to C++
Defect Number:
    Reviewed By:
   Testing Done:
2017-03-26 21:01:49 -07:00
Timothy Stack
6fcfd35395 [sql] add "search" column to the lnav_views table
Fixes #388
2017-03-26 07:28:08 -07:00
Timothy Stack
0797d054d9 [build] missing include 2017-03-26 06:22:05 -07:00
Timothy Stack
8776f6a703 [sql] do some minimal parsing/annotation of SQL statements
Defect Number:
    Reviewed By:
   Testing Done:
2017-03-26 06:02:53 -07:00
Timothy Stack
0b157ff867 [sql] add function adapter template
Defect Number:
    Reviewed By:
   Testing Done:
2017-03-19 07:50:01 -07:00
Timothy Stack
81e55b82dc [build] try to update sqlite3 2017-03-15 17:21:39 -07:00
Timothy Stack
c0684a97cc [sql] add a regexp_capture tablue-valued function
Fixup the release makefile a bit.
2017-03-15 17:01:58 -07:00
Timothy Stack
f6138662ae [test] update test for vtab change 2017-03-14 07:31:31 -07:00
Timothy Stack
7ba0cf2cd3 [sql] try to fix issue with eponymous tables on older sqlite versions 2017-03-14 06:57:35 -07:00
Timothy Stack
8e3eb41362 [build] fix some types 2017-03-14 06:28:42 -07:00
Timothy Stack
b4577c985b [build] bump version in env 2017-03-14 06:18:46 -07:00
Timothy Stack
826f9d18ec [build] add the source 2017-03-14 06:14:43 -07:00
Timothy Stack
a192d708f4 bump gcc version 2017-03-14 06:10:26 -07:00
Timothy Stack
fa296fca1b [listview] get a batch of rows from the source instead of a single one at a time
Also: bump to c++14 and added a helper template for creating sqlite virtual tables
2017-03-14 06:05:46 -07:00
Tim Stack
8b7c9ca598 Merge pull request #419 from Bennyz/update-vdsm
Update the Vdsm log configuration to support the Vdsm 4.1 log format
2017-03-13 09:19:48 -07:00
Benny Zlotnik
ffbe0e477c Update the Vdsm log configuration to support the Vdsm 4.1 log format 2017-03-13 16:50:03 +02:00
Timothy Stack
8a045243aa fix a naming issue in the parse overlay 2017-03-10 14:34:09 -08:00
Timothy Stack
8bf6bf1a65 [cmds] add the format directory to the PATH in the :pipe commands 2017-03-09 07:04:34 -08:00
Timothy Stack
09111fb3c9 [sql_util] compile to prepared statements
Defect Number:
    Reviewed By:
   Testing Done:
2017-03-09 06:27:54 -08:00
Timothy Stack
32c9dacd0a [files_vtab] add a vtable for opened files
Defect Number:
    Reviewed By:
   Testing Done:
2017-03-08 13:51:07 -08:00
Timothy Stack
9e7c30f00a [views_vtab] top_time crash 2017-03-06 16:01:40 -08:00
Timothy Stack
c180c44e49 [vtab] add an lnav_view_stack table to get programmatic access to the view stack
More progress towards #377
2017-03-04 15:22:19 -08:00
Timothy Stack
0e27841c27 fix numeric value indexes 2017-03-03 11:35:04 -08:00
Timothy Stack
0a7816e245 [config] missed the terminator json_path_handler() 2017-03-01 10:46:26 -08:00
Timothy Stack
3fed519d0c missed filling out the numeric value indexes for patterns 2017-03-01 09:07:32 -08:00
Timothy Stack
71aa54ad4d [keymap] convert more hotkeys to keymaps
Fixes #416
2017-03-01 08:44:16 -08:00
Timothy Stack
d12769cd70 minor doc fix 2017-02-24 06:47:56 -08:00
Timothy Stack
1a87184c82 [log] allow parts of log messages to be hidden
Fixes #412
2017-02-23 06:15:44 -08:00
Timothy Stack
34d1422b76 [highlight] only highlight keywords in text files
Fixes #408
2017-02-18 22:35:18 -08:00
Timothy Stack
c606e1169c only do custom keys in paging mode 2017-01-23 10:05:46 -08:00