summaryrefslogtreecommitdiff
path: root/it.class
AgeCommit message (Collapse)AuthorFilesLines
2018-11-16replace horribly named function with slight less horribly named oneUrban Müller1-5/+5
2018-11-14do not silently ::fatal when trying to open $args[0] with ../ as filename ↵Urban Müller1-2/+2
(which it is not always)
2018-11-06::fatal should not send mail if only stdout is not a tty, ::bail adds newlinesUrban Müller1-3/+3
2018-11-02remove explicit https ports since we force http protocolUrban Müller1-1/+1
2018-10-30allow sporadic error suppressionUrban Müller1-2/+2
2018-10-29warn when using the same short option twiceChristian Helbling1-0/+4
2018-10-08put behaviour of --debug in it::getopt into it_debug::set so we can use that ↵Christian Helbling1-10/+1
in other places as well - for example in runtests
2018-09-24disable linter for deprecated functionsDavid Flatz1-9/+9
2018-09-21keep debug parameters set via getopt in subrequestsChristian Helbling1-0/+3
2018-09-21remove trailing spacesChristian Helbling1-7/+7
2018-09-19make sure it::log does not producee @it::fatal in with /opt/ultra binariesUrban Müller1-3/+2
2018-09-19make sure even @it::fatal exits, print "Internal server error" in case of ↵Urban Müller1-7/+7
it::fatal and web
2018-08-28better docsUrban Müller1-2/+2
2018-08-03abort on suspicious filename. did not trigger in a monthUrban Müller1-2/+2
2018-08-02adapt docsUrban Müller1-3/+3
2018-08-02clean up part of the nastinessUrban Müller1-1/+1
2018-06-28set reminder for ::fatalUrban Müller1-1/+1
2018-06-28fix mute modeUrban Müller1-2/+2
2018-06-27dont use safer file funcs in it::error, could theoretically recurseUrban Müller1-4/+4
2018-06-27reapply "use safer it:: variants of file funcs", was not the culprit in ↵Urban Müller1-8/+8
jussi downtimes This reverts commit 99b7fc8dc08da090bb7f00c2882e1daeec4434ba.
2018-06-27prevent recursionUrban Müller1-0/+4
2018-06-27support muting of alertsUrban Müller1-1/+1
2018-06-22Revert "use safer it:: variants of file funcs"Urban Müller1-8/+8
This reverts commit 05e7ceefa1f0a29c665381b54ac882f260ae6c22.
2018-06-21use safer it:: variants of file funcsUrban Müller1-8/+8
2018-06-19remove unused $context in it::fopen (null not allowed), add and fix testsUrban Müller1-2/+2
2018-06-19remove bogus function that nobody uses, fix comment of transmogrify()Christian A. Weber1-8/+0
2018-06-19safe variants of php file funcsUrban Müller1-1/+36
2018-06-15allow plain err messages in web viewsUrban Müller1-0/+2
2018-05-15support server/logs, ultra/bin/logUrban Müller1-1/+2
2018-05-04correct histogram titleUrban Müller1-1/+1
2018-04-25fix histogram, prevent hanging if no alertlogsUrban Müller1-1/+1
2018-04-23catch cdist errs, shorter inline errs on develUrban Müller1-3/+3
2018-04-11respect omitdebuginfoUrban Müller1-3/+3
2018-04-10provide host and time before bodyUrban Müller1-2/+2
2018-04-10reduce probability that okstate err gets blocked by other err; send okstate ↵Urban Müller1-2/+2
err twice
2018-02-05find previous errs if on previous daysUrban Müller1-1/+1
2018-01-18Normalize combining diaeresis to umlaut in it::any2utf8()Christian Schneider1-1/+3
2018-01-12no overview possible if no traceUrban Müller1-2/+2
2018-01-08handle structured bodyUrban Müller1-1/+1
2018-01-08add body to alertlogUrban Müller1-3/+3
2017-12-21better error overviewUrban Müller1-1/+1
2017-12-18show blockmail parameters, show most recent errorsUrban Müller1-6/+8
2017-12-13factor out log_line from log functionNathan Gass1-4/+12
2017-12-11shorter error mail titlesUrban Müller1-1/+1
2017-12-07use Fatal: in mail title, set response code on devel as wellUrban Müller1-5/+4
2017-11-30support grep -vUrban Müller1-4/+5
2017-11-20::error now strips passwords correctly, not it_cache blocking on develUrban Müller1-2/+3
2017-11-06correctly hide passwords in var_export formatUrban Müller1-1/+1
2017-11-02hide passwords in subject as wellUrban Müller1-1/+1
2017-10-24indicate time of previous err with timewindow; we seem to have false triggersUrban Müller1-2/+3