Age | Commit message (Expand) | Author | Files | Lines |
2018-06-21 | use safer it:: variants of file funcs | Urban Müller | 1 | -8/+8 |
2018-06-19 | remove unused $context in it::fopen (null not allowed), add and fix tests | Urban Müller | 1 | -2/+2 |
2018-06-19 | remove bogus function that nobody uses, fix comment of transmogrify() | Christian A. Weber | 1 | -8/+0 |
2018-06-19 | safe variants of php file funcs | Urban Müller | 1 | -1/+36 |
2018-06-15 | allow plain err messages in web views | Urban Müller | 1 | -0/+2 |
2018-05-15 | support server/logs, ultra/bin/log | Urban Müller | 1 | -1/+2 |
2018-05-04 | correct histogram title | Urban Müller | 1 | -1/+1 |
2018-04-25 | fix histogram, prevent hanging if no alertlogs | Urban Müller | 1 | -1/+1 |
2018-04-23 | catch cdist errs, shorter inline errs on devel | Urban Müller | 1 | -3/+3 |
2018-04-11 | respect omitdebuginfo | Urban Müller | 1 | -3/+3 |
2018-04-10 | provide host and time before body | Urban Müller | 1 | -2/+2 |
2018-04-10 | reduce probability that okstate err gets blocked by other err; send okstate e... | Urban Müller | 1 | -2/+2 |
2018-02-05 | find previous errs if on previous days | Urban Müller | 1 | -1/+1 |
2018-01-18 | Normalize combining diaeresis to umlaut in it::any2utf8() | Christian Schneider | 1 | -1/+3 |
2018-01-12 | no overview possible if no trace | Urban Müller | 1 | -2/+2 |
2018-01-08 | handle structured body | Urban Müller | 1 | -1/+1 |
2018-01-08 | add body to alertlog | Urban Müller | 1 | -3/+3 |
2017-12-21 | better error overview | Urban Müller | 1 | -1/+1 |
2017-12-18 | show blockmail parameters, show most recent errors | Urban Müller | 1 | -6/+8 |
2017-12-13 | factor out log_line from log function | Nathan Gass | 1 | -4/+12 |
2017-12-11 | shorter error mail titles | Urban Müller | 1 | -1/+1 |
2017-12-07 | use Fatal: in mail title, set response code on devel as well | Urban Müller | 1 | -5/+4 |
2017-11-30 | support grep -v | Urban Müller | 1 | -4/+5 |
2017-11-20 | ::error now strips passwords correctly, not it_cache blocking on devel | Urban Müller | 1 | -2/+3 |
2017-11-06 | correctly hide passwords in var_export format | Urban Müller | 1 | -1/+1 |
2017-11-02 | hide passwords in subject as well | Urban Müller | 1 | -1/+1 |
2017-10-24 | indicate time of previous err with timewindow; we seem to have false triggers | Urban Müller | 1 | -2/+3 |
2017-08-23 | always provide trace for error grepping | Urban Müller | 1 | -2/+1 |
2017-08-23 | indicate runtime | Urban Müller | 1 | -1/+1 |
2017-08-23 | provide command line for checking past errs | Urban Müller | 1 | -2/+4 |
2017-08-21 | hide passwords in urls as well | Urban Müller | 1 | -1/+1 |
2017-08-16 | only show filter params if actually in use | Urban Müller | 1 | -1/+1 |
2017-08-14 | use short syntax to indicate error filter | Urban Müller | 1 | -1/+1 |
2017-08-11 | support new timewindow syntax | Urban Müller | 1 | -8/+16 |
2017-08-03 | move processes down | Urban Müller | 1 | -1/+1 |
2017-07-25 | add running processes for easier race condition hunting | Urban Müller | 1 | -0/+1 |
2017-07-21 | dont try to set headers if content already sent | Urban Müller | 1 | -1/+1 |
2017-07-10 | allow ignoring errors and exiting on error in it::error | Urban Müller | 1 | -7/+13 |
2017-07-04 | better docs | Urban Müller | 1 | -2/+3 |
2017-06-27 | display body even if value is false/null | Urban Müller | 1 | -1/+1 |
2017-06-22 | only send error mails once per cluster and service | Urban Müller | 1 | -5/+4 |
2017-06-01 | tests for it::filter | Urban Müller | 1 | -1/+0 |
2017-06-01 | create it::filter like it::map. knows keys. allows string expressions | Urban Müller | 1 | -7/+30 |
2017-05-03 | bin/alert lives in server/, suppress service | Urban Müller | 1 | -1/+1 |
2017-05-02 | indicate affected service if available | Urban Müller | 1 | -1/+1 |
2017-04-24 | better docs | Urban Müller | 1 | -1/+1 |
2017-04-19 | non-kludge solution for parent tree | Urban Müller | 1 | -1/+1 |
2017-04-10 | add pstree to error mails | Urban Müller | 1 | -0/+1 |
2017-04-06 | use real time, not the one set by time- debug param | Urban Müller | 1 | -2/+2 |
2017-03-30 | it::split as frontend for preg_split() | Urban Müller | 1 | -0/+14 |