Commit Graph

299 Commits (5a744f0c66aa9c8b39bcc24503b8291d848b2a1f)

Author SHA1 Message Date
Tim Stack d54b17c7b4 [last-word] minor tweaks 3 months ago
sskoptsov 151864167c last-word shortening algorithm added 3 months ago
Tim Stack b6e483cde5 [json-format] preserve sub-second times
Related to #1248
3 months ago
Tim Stack 844147bc27 [security] improve handling of file names with escape sequences 3 months ago
Tim Stack 8d70397005 [jsonl] pay attention to min width for abbrev overflow method
Related to #1237
3 months ago
Tim Stack 554f0e2439 [partitions] revive partition functionality 3 months ago
Tim Stack c68b7ec7a3 [misc] cleanups before release 4 months ago
Tim Stack 0eb394f4b8 [anchor] fix anchors for json files 5 months ago
Tim Stack 5c0772e9af [perf] some minor scanning improvements 5 months ago
Tim Stack 164f3532cb [formats] add format for github event log 5 months ago
Tim Stack 2adf96fe89 [perf] some optimizations 5 months ago
Tim Stack 6736a8db81 [log_format] don't rely on the opid being in the displayed message itself
Related to #1212
6 months ago
Tim Stack 22a5781e88 [log_format] detect time format change in JSON logs
Related to #1215
6 months ago
Tim Stack 57467edea7 [rewriter] capture rewriter command output
Also, SQL statements should populate variables.

Related to #1218
6 months ago
Tim Stack 4906843f25 [json-log] fix zone handling for json logs
related to #1210
7 months ago
Tim Stack aa6708f7fb [log_format] check for missing timestamp capture
Related to #1208
7 months ago
Tim Stack 9663b1f49f [doc.sections] recognize diff sections 9 months ago
Tim Stack 8a5616c010 [docs] mention timezone stuff 10 months ago
Tim Stack 893abf77ec [:set-file-timezone] flesh out this command some more 10 months ago
Tim Stack eacbaa9d4f [cmds] add command for setting a default time zone 10 months ago
Tim Stack ebbeff8ac1 [opid] anchor description extractors 10 months ago
Tim Stack 884e2df6ad [:eval] treat the argument like the contents of a file with multiple commands 10 months ago
Tim Stack d8b7dc40db [gantt] reduce memory usage 10 months ago
Tim Stack fbb89a73ab [lss] missed a full_sort and improve error handling when too many files are opened 10 months ago
Tim Stack dd8a23ad51 [ansi_scrubber] handle unknown sequences
... and many other tweaks.
10 months ago
Tim Stack be377dea27 [pretty-print] fix an issue with shifting attributes when rewriting
Related to #705
10 months ago
Tim Stack 912171a43f [vmw_vc_svc_log] fixup for this format
Also, some optimizations for gantt index building
11 months ago
Tim Stack 5c0333fd64 [themes] add dracula theme
Various improvements to styling.

Empty opids are not valid.
11 months ago
Tim Stack 7572a68eaa [date_time] do not change time format if there is a loss of precision 11 months ago
Tim Stack 1c857feed7 [gantt] support for sub-ids 11 months ago
Tim Stack 155dad6ee1 [date_time_scanner] convert timestamps with zones to local time
Related to #703
11 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 bd5b3908c3 [formats] some tweaks 11 months ago
Tim Stack 9306ddbf13 [gantt] tweak the style of dates in the chart headers 11 months ago
Suresh Sundriyal ec100cdc99 Remove redundant headers - 2
Remove redundant headers from:
  - listview_curses.{cc,hh}
  - top_status_source.{cc,hh}
  - vtab_module.{cc,hh}
  - sql_util.{cc,hh}

Also add the appropriate headers in:
  - log.watch.cc
  - log_format.cc
  - regexp_vtab.cc
11 months ago
Tim Stack 2da7361097 [gantt] render opid descriptions correctly 11 months ago
Tim Stack 14e61acda7 [gantt] support filtering 11 months ago
Tim Stack 6334ad299c [log_format] check that patterns have a timestamp capture 11 months ago
Tim Stack f71300ba1d [gantt] add a gantt chart view 11 months ago
Tim Stack 7c8d32308a [listview] scroll within overlay 11 months ago
Tim Stack 7dfecc556f [config] fix static init ordering issue 11 months ago
Tim Stack 1b31d7401a [log_format] fix rollover when there is no date in the timestamp
Fixes #1178
11 months ago
Tim Stack b0589d14d9 [tidy] use factory_container for theme highlights
And... a bunch of other stuff
11 months ago
Tim Stack 0361ed5700 [build] some tidying up of the headers 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 7bf42e7d2f [json-logs] automatically remove trailing line feeds
Fixes #969
1 year ago
Tim Stack 29837caf52 [log_format] fix hiding/showing JSON fields not in the line-format
Related to #1081
1 year ago
Tim Stack c8764da9d2 [bunyan] add test for this format and add "src" field
Related to #1136
1 year ago
Tim Stack 1c8c7089cb [log_format] try to do a better job matching JSON formats to logs
Try all formats and find the one with the highest quality
match.  For JSON logs, this means the format that matched
the most fields in the line-format.

Related to #1136
1 year ago