LogProcessor

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins

2023-12-11
21:25
Bit of a mess... Leaf check-in: e7e8c34778 user: mrwellan tags: chicken-5
21:06
Protected symlink creation with exception handler. Leaf check-in: e83fa7aa2b user: matt tags: trunk
2021-11-30
01:07
Cleaned up and got building with csm check-in: 2c3361bf9d user: matt tags: chicken-5
2021-11-29
23:56
Switch to dynamic exe check-in: 998ccac07b user: matt tags: chicken-5
18:01
Moved junk file to attic check-in: d8b08fff8e user: matt tags: chicken-5
2020-05-22
04:51
Added stack as dep and bumped version to v1.23 check-in: 3aef9294f8 user: matt tags: trunk, v1.23
2020-02-18
22:10
Merged trunk to chicken-5 check-in: 318819bdba user: jmoon18 tags: chicken-5
22:06
Made change to better reflect exit codes check-in: 31739f5386 user: jmoon18 tags: chicken-5
22:05
Removed pq library need check-in: 41cb967c90 user: jmoon18 tags: chicken-5
2020-02-14
23:52
Added testcase for values issue Leaf check-in: bfdce2d507 user: mrwellan tags: values-fix
2019-08-28
20:16
Skip testcases moved check-in: 0b0b634254 user: jmoon18 tags: chicken-5
2019-08-27
20:03
Commented out launching a firefox window at the end of tests which was not working well for me check-in: 1d1e8246c1 user: jmoon18 tags: chicken-5
2019-08-26
22:25
Fixed issue where we were accessing past the end of a vector, and a mis-typed function call check-in: c66f892e4a user: jmoon18 tags: chicken-5
22:18
Fixed makefile to build static by default, and fixed static building issue. Removed some of the older deploy targets check-in: 281d663771 user: jmoon18 tags: chicken-5
16:29
Merged changes from logpro 1.23 and subsequent change into chicken-5 branch check-in: 55eb35aaac user: jmoon18 tags: chicken-5
05:26
Fixed bug due to failure to process regex lists by (check-compile-regexes patts) check-in: d5696216aa user: matt tags: chicken-5
2019-08-22
22:43
Changed action to come before the regex Leaf check-in: 09d6c31ead user: jmoon18 tags: output-organization-changes-with-warn
00:32
Fixed so action only triggers when xstatus is bad, which takes into account the expected better than just the count check-in: 44c23855a9 user: jmoon18 tags: output-organization-changes-with-warn, v1.23
00:28
Made it so that action column is only visible when one or more of the rules with actions has been triggered check-in: d9c7613c36 user: jmoon18 tags: output-organization-changes-with-warn
2019-08-21
23:59
Moved columns around so that the html file reads actual <operator> expected so that it reads as an actual boolean expression check-in: 285e7f2e24 user: jmoon18 tags: output-organization-changes-with-warn
23:04
Added optional action keyword that you can specify on a rule to give details on how to fix a given error check-in: 538c209311 user: jmoon18 tags: output-organization-changes-with-warn
17:44
Removed some of the debug messages check-in: 8a2fdd14a3 user: jmoon18 tags: output-organization-changes-with-warn
16:51
Fixes for chicken 5, still not perfect, merge with 1.22 check-in: 49cbc7867f user: jmoon18 tags: chicken-5
2019-08-07
17:17
Merged version 1.22 stuff to chicken-5 branch - WIP check-in: aa1dabacd5 user: jmoon18 tags: chicken-5
17:16
New branch with some output changes check-in: 3ddec4040a user: jmoon18 tags: output-organization-changes-with-warn
2019-08-05
22:44
Merged v1.22 to trunk check-in: 6a45006562 user: jmoon18 tags: trunk
22:39
Changes to get logpro close to chicken 5 compatibility. Still one last error that is causing some issues check-in: 3029759636 user: jmoon18 tags: chicken-5
2018-09-11
21:51
Added Disable links checkbox to html Leaf check-in: d7e92dec71 user: jmoon18 tags: output-files, v1.22
2018-09-04
23:20
output cleanup check-in: b6a1659082 user: jmoon18 tags: output-files, v1.22
23:13
Updated to 1.22. Fixed issues with non-matching end tags check-in: dfe9ff88bc user: jmoon18 tags: output-files, v1.22
2018-08-28
20:35
Updates to help with unspecified showing up in section area of html check-in: 5e0b9d327a user: jmoon18 tags: output-files
2018-07-05
01:37
Added dependency typed-records check-in: a86dbe0357 user: matt tags: trunk, v1.20
2018-06-21
00:42
Release 1.21 with section html files and coloring enhancements check-in: 77cfa53d10 user: jmoon18 tags: output-files
2018-06-08
19:56
Updated to give capability of putting log sections in separate html files check-in: a60e293073 user: jmoon18 tags: 1.19b, output-files, v1.19b
2018-05-31
00:02
Added initial support for having separate html files for different sections. check-in: f7222c0897 user: jmoon18 tags: output-files
2018-05-17
20:21
Changed color of warnings and other items to match their importance in the html output check-in: b2c2876163 user: jmoon18 tags: trunk, v1.20
2018-05-16
22:35
Make sure bin directory exists in prefix for install check-in: 50aa9e15ea user: jmoon18 tags: trunk
22:34
Updated version to 1.20 check-in: dd97fece5f user: jmoon18 tags: 1.20, trunk
22:19
Updated logpro to inline the CSS as well as including it check-in: 70cb62427c user: jmoon18 tags: trunk
2017-12-21
15:56
Fixed issue where regexes were not getting compiled and performance suffered dramatically check-in: 6713474ba4 user: mrwellan tags: trunk, v1.19
2017-11-29
21:02
Updated makefile for deploy build check-in: 8e073eb676 user: jmoon18 tags: trunk
15:13
Include the rule type in the message field when .dat is created check-in: 8790f408c1 user: mrwellan tags: trunk, v1.19
06:11
Tweaked files as needed to make deploy work. Still can't get chicken-install to work. check-in: 81f2181b0c user: matt tags: trunk, v1.19
05:12
Display of regexes in html output working correctly. Also have table broken down by section with rules and sections sorted. check-in: dc590981e7 user: matt tags: trunk
05:10
Display of regexes in html output working correctly. Also have table broken down by section with rules and sections sorted. check-in: 22ebf2e8e6 user: matt tags: trunk
03:35
copied in regex-literals - try 2 Leaf check-in: 27b9ec211f user: matt tags: refactor
03:29
Partially complete inclusion of regex-literals to make it possible to keep regex strings for display check-in: edd221ba52 user: mrwellan tags: trunk
2017-11-28
16:19
Merged in the refactor branch check-in: 5a55d4083d user: mrwellan tags: trunk
00:19
Used bold red on FAIL lines in html check-in: 184860a73c user: mrwellan tags: refactor
2017-11-27
21:41
Correctly capture what clause(s) caught the fail check-in: 89302ad289 user: mrwellan tags: refactor