aboutsummaryrefslogtreecommitdiff
path: root/app/utils/report/boot.py
AgeCommit message (Collapse)Author
2015-03-31Use URL translation function in boot email.Milo Casagrande
2015-03-31Update doc string.Milo Casagrande
2015-03-31Add link to frontend for HTML boot email.Milo Casagrande
* Link conflict boot reports.
2015-03-31Add link to frontend for HTML boot email.Milo Casagrande
2015-03-31Move variable definitions.Milo Casagrande
2015-03-30Use new template rendering functions.Milo Casagrande
2015-03-30Use htmlmin to minify HTML email body.Milo Casagrande
2015-03-30Fix typo.Milo Casagrande
2015-03-30Refactor boot email creation.Milo Casagrande
* Refactor boot email creation to support TXT and HTML templates.
2015-03-26Force sort on defconfigs and boards in emails.Milo Casagrande
2015-03-26Fix offline lab string in email report.Milo Casagrande
2015-03-20Fix mail structure.Milo Casagrande
2015-03-19Email report work.Milo Casagrande
* Always show failed number in email subject line. * For boot reports, count the failed lab, do not show the names.
2015-02-13Move offline platforms after failed.Milo Casagrande
* In the email boot report, move the offline section after the failed one. Change-Id: I9d127fb5dc461bec490787e22a74ff331c63b408
2015-02-11Fix case of conflict data empty.Milo Casagrande
Change-Id: Ib84d7ff1b0998bc3c796906dd949506f7c76fa59
2015-02-09Re-rename i18n functions.Milo Casagrande
Change-Id: Ifdbb10b345faa521d2fa8d2068ae11c23f7652ac
2015-02-09Refactor i18n function name.Milo Casagrande
* Rename _ gettext function to _g. Change-Id: I79343aa88a7cc82ad98437ac80844388c9050653
2015-02-09Add unique builds booted count.Milo Casagrande
* In the "Tested" string in the email, add the count of unique defconfigs boot tested compared to the total number of defconfigs built. Change-Id: I6184657b027d0963a459f711261f2b1443b0216d
2015-02-06Refactor report emails logic.Milo Casagrande
* Move all reports logic into its own module, under utils. * Separate boot and build report logic and collect common functions. * Add some unit tests. * Fix celery tasks. Change-Id: Ib10a3ac436d8a596aae31c3088af32a509098198