aboutsummaryrefslogtreecommitdiff
path: root/rpki/gui/app/check_expired.py
AgeCommit message (Collapse)Author
2016-04-21Update the GUI to work with the new rcynicdb.Michael Elkins
svn path=/branches/tk705/; revision=6365
2015-10-20Change <self/> (etc) to <tenant/> (etc). "self" always was a reallyRob Austein
bad choice for something implemented in Python, holdover from an older specification, but Django ORM's troubles with "self" as a keyword argument were the last straw. Enough already. Backwards compatability should be a straightforward data migration. svn path=/branches/tk705/; revision=6134
2014-11-18Yet another XML cleanup bug.Rob Austein
svn path=/branches/tk705/; revision=6025
2014-11-03Convert some lingering *_elt references to lxml.etree.Rob Austein
svn path=/branches/tk705/; revision=6002
2014-07-07Checkpoint of SQL-based publish and withdraw processing. Doesn'tRob Austein
handle publish-with-overwrite correctly yet, not generating RRDP files yet, but passes "make test" without doing anything obviously insane. svn path=/branches/tk705/; revision=5887
2014-06-16qualify email recipient address with the FQDN of the local host. see #700Michael Elkins
svn path=/trunk/; revision=5867
2014-06-05fix typo. closes #698Michael Elkins
svn path=/trunk/; revision=5862
2014-05-29PyLintRob Austein
svn path=/trunk/; revision=5845
2014-04-14bump copyrightMichael Elkins
svn path=/trunk/; revision=5797
2014-04-14do not emit a warning about missing parent certs in the cacheview db, since ↵Michael Elkins
this is usually just a harmless case that the rcynic cache has been updated and we haven't yet updated our db svn path=/trunk/; revision=5794
2014-04-14send a single email to root when stale rcynic/routeviews data is detected ↵Michael Elkins
during the nightly expiration check. we no longer send email to the user accounts about this. see #686 svn path=/trunk/; revision=5793
2014-04-05Source tree reorg, phase 1. Almost everything moved, no file contents changed.Rob Austein
svn path=/branches/tk685/; revision=5757