aboutsummaryrefslogtreecommitdiff
path: root/rpkid/portal-gui/scripts
AgeCommit message (Expand)Author
2012-01-17display routes matching ROA request to be deletedMichael Elkins
2012-01-17add support for importing mrt format ribsMichael Elkins
2012-01-17create utility function for updating Timestamp objectsMichael Elkins
2012-01-17change timestamp name to use underscoresMichael Elkins
2012-01-17update timestamp on bgp v4 importMichael Elkins
2012-01-17refactor cacheview app to use common rpki.gui.modelsMichael Elkins
2012-01-17incorporate validation status from cacheview appMichael Elkins
2012-01-17updated routeviews data handlingMichael Elkins
2012-01-17rework routeview parser to use bulk sql insertsMichael Elkins
2012-01-17import initial cut at rpki.gui.routeview appMichael Elkins
2012-01-06add auth.User to the list of models to be dumpedMichael Elkins
2012-01-06add script for dumping old sqlite3 databaseMichael Elkins
2011-12-19remove sql setup script for the web portal since it is no longer needed; the ...Michael Elkins
2011-12-08Use mysql as the db backend for django.Michael Elkins
2011-11-10move settings.py for portal gui django app to ${sysconfdir}/rpki since it rea...Michael Elkins
2011-10-30use combination of AKI and issuer name to look up parent cert since the same ...Michael Elkins
2011-10-18update rpki.gui.cacheview app to support new rcynic xml format. closes #106Michael Elkins
2011-10-05Stop abusing RuntimeError. This closes #52.Rob Austein
2011-09-30no longer necessary to create stub rpki.conf for deprecated rpkidemo usersMichael Elkins
2011-06-29import with_statement now done by python build scriptMichael Elkins
2011-06-17More "from __future__ import with_statement" funRob Austein
2011-06-15implement context manager wrapper for django transaction dbMichael Elkins
2011-06-15display a table containing the full x.509 cert chain for all signed objectsMichael Elkins
2011-06-14extrude validation status lables from the rcynic XML file and shove into djan...Michael Elkins
2011-06-14speed up processing rescerts by disabling autocommit while updating rfc3779 infoMichael Elkins
2011-06-14properly handle the self-signed TAsMichael Elkins
2011-06-12fix bug in garbage collection. should be calling .all() on the RelatedManage...Michael Elkins
2011-06-10make rpkigui-rcynic a full-fledged installed script.Michael Elkins
2011-06-09add support for browing the rcynic cacheMichael Elkins
2011-03-24adduser script should use settings from rpki.gui.appMichael Elkins
2011-03-02move portal-gui scripts out of the python package tree into the project treeMichael Elkins