aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-04-24ansible: Enable trigger API on nginx.trigger-apiMilo Casagrande
2015-04-23Merge branch 'master' into trigger-apiMilo Casagrande
2015-04-23Make sure the sort parameters can be specified.Milo Casagrande
2015-04-23doc: Add trigger resource docs.Milo Casagrande
2015-04-23Implement compared trigger logic.Milo Casagrande
2015-04-23Fix query argument parsing.Milo Casagrande
2015-04-23Code cleanup.Milo Casagrande
2015-04-23Add comment.Milo Casagrande
2015-04-22Align errors/warnings in template.Milo Casagrande
2015-04-22Clean path on parsed log lines.Milo Casagrande
2015-04-22Complete initial version of the boot trigger API.Milo Casagrande
2015-04-22Code cleanup.Milo Casagrande
2015-04-22Add new key.Milo Casagrande
2015-04-22Add boot trigger API route.Milo Casagrande
2015-04-22Add common functions for trigger API.Milo Casagrande
2015-04-21Complete refactor of token authorization.Milo Casagrande
2015-04-21Add style to boot HTML report.Milo Casagrande
2015-04-21Add errors/warnings summary to build HTML report.Milo Casagrande
2015-04-21Add stub boot trigger handler.Milo Casagrande
2015-04-20Switch to new-style format for boot email report.Milo Casagrande
2015-04-20Fix typo in jinja template.Milo Casagrande
2015-04-20Switch to new-style format string on build report.Milo Casagrande
2015-04-20Fix build TXT template.Milo Casagrande
* Fix closing if tag. * Add error_details parsing and structure.
2015-04-20Add comments and mongodb Cursor iteration.Milo Casagrande
2015-04-17Search for parsed logs and add it to the template.Milo Casagrande
* Switch to use l10n domain defined in common module.
2015-04-17Use l10n domain defined in common module.Milo Casagrande
2015-04-17Add jinja l18n support, move l10n domain.Milo Casagrande
* Add support for plural forms in jinja2 templates. * Move l10n domain registration for reports in common module.
2015-04-17Add errors line count to the document.Milo Casagrande
2015-04-17Add count fields for error log model.Milo Casagrande
2015-04-17Update mismatch summary section title.Milo Casagrande
2015-04-17Update log parser to include also build status.Milo Casagrande
* Switch to use io for opening file.
2015-04-17Add missing status field on error log model.Milo Casagrande
2015-04-17ansible: Fix mime types.Milo Casagrande
2015-04-15Add build errors and warnings log links.Milo Casagrande
2015-04-15Add errors summary to build TXT template.Milo Casagrande
2015-04-15Add the errors summary values.Milo Casagrande
2015-04-15Define only once the jinja template loader.Milo Casagrande
2015-04-14Add kernel argument to parse build log utility.Milo Casagrande
2015-04-13Fix build report email subject.Milo Casagrande
* Add tests.
2015-04-13Fix typo in doc string.Milo Casagrande
2015-04-13Add more boot report tests.Milo Casagrande
2015-04-13Add fixed test suite schema version.Milo Casagrande
2015-04-13Update test suite schema and models.Milo Casagrande
* Add definition uri and vcs commit fields.
2015-04-10Refactor boot report email creation.Milo Casagrande
* Rework how the subject string is created, and consider also the untried/unknown count. * Add tests to check if the subject string is correct.
2015-04-10Fix count of boot reports.Milo Casagrande
* Fix the number of real boot reports in the email based also on the UNKNOWN and UNTRIED status.
2015-04-10Add utility script to parse build logs for old jobs.Milo Casagrande
2015-04-10Store parsed build logs only if we have something.Milo Casagrande
* Store in the db the parse errors/warnings only if we actually found something while parsing.
2015-04-09Fix pymongo requirement.Milo Casagrande
* The latest pymongo driver (3.0) has some incompatibilities with the previous one (2.8). For now stick to the old one since we need to upgrade other parts of the system.
2015-04-09doc: Add error log and summary schema.Milo Casagrande
2015-04-09Merge branch 'build-log-parser'Milo Casagrande