aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/gui/cacheview
AgeCommit message (Collapse)Author
2014-04-05Source tree reorg, phase 1. Almost everything moved, no file contents changed.Rob Austein
svn path=/branches/tk685/; revision=5757
2014-01-09Update more copyrights, clean up module doc blocks.Rob Austein
svn path=/trunk/; revision=5624
2013-09-23rework save_statuses() to save a single status instead, and peform garbage ↵Michael Elkins
collection of objects which were not accepted later on in process_cache see #625 svn path=/trunk/; revision=5515
2013-09-23catch OSError when calling os.stat() and treat the object as if it were ↵Michael Elkins
missing from rcynic.xml see #625 svn path=/trunk/; revision=5512
2013-09-23use stat.ST_MTIME as array offset to retrieve mtime value from os.stat() ↵Michael Elkins
return value svn path=/trunk/; revision=5511
2013-09-19delete existing objects that were previously accepted if they were not ↵Michael Elkins
accepted during the most recent run. see #588 refactor much of the code in process_cache() into save_statuses() to make it simpler to handle the garbage collection. first we collected all statuses, then save them all at once. svn path=/trunk/; revision=5502
2013-09-19garbage collect ROAPrefixV* objects when there are no associated ROAsMichael Elkins
closes #620 svn path=/trunk/; revision=5499
2013-09-19resource_range_ip has a .min element, not .prefix_minMichael Elkins
svn path=/trunk/; revision=5497
2013-09-19update cacheview interface to match the style of the main appMichael Elkins
svn path=/trunk/; revision=5496
2013-04-03remove get_email_list() and replace with calls to Conf.send_alert()Michael Elkins
svn path=/branches/tk500/; revision=5260
2013-03-29a roa only matches a route if it exactly matches or is an aggregrate. if ↵Michael Elkins
the route is an aggregate of the roa, it does not match. svn path=/trunk/; revision=5247
2013-03-21merge ^/branches/tk334Michael Elkins
svn path=/trunk/; revision=5193
2013-03-19need to guard against issuer being None the first time we process the root ↵Michael Elkins
cert since the object is not yet in the db closes #475 svn path=/trunk/; revision=5174
2013-03-18merge work for #460Michael Elkins
svn path=/trunk/; revision=5166
2013-03-06fix DeprecationWarning showing up in the apache.logMichael Elkins
see #447 svn path=/trunk/; revision=5112
2013-03-04add .cert_chain property to return the complete certificate chain for the ↵Michael Elkins
specified object svn path=/trunk/; revision=5099
2013-03-04move core implementation to rpki.gui.cacheview.util and only leave the ↵Michael Elkins
script wrapper see #442 svn path=/trunk/; revision=5097
2012-10-12Replace rpki.ipaddrs with rpki.POW.IPAddress.Rob Austein
svn path=/branches/tk274/; revision=4773
2012-07-03initial implementation of rescert expiration cron scriptMichael Elkins
svn path=/trunk/; revision=4570
2012-02-14rework cacheview models to separate validation status from accepted objectsMichael Elkins
optimize import of rcynic xml summary svn path=/branches/tk161/; revision=4330
2012-02-09pep8 fixesMichael Elkins
svn path=/branches/tk161/; revision=4319
2012-01-17pull duplicated model for represent AS ranges into abstract model in ↵Michael Elkins
rpki.gui.models so it can be reused. svn path=/branches/tk161/; revision=4213
2012-01-17refactor cacheview app to use common rpki.gui.modelsMichael Elkins
svn path=/branches/tk161/; revision=4165
2012-01-17incorporate validation status from cacheview appMichael Elkins
modify cacheview schema to use bigint for ip address storage modify rpkigui-rcynic to use a transaction-per-object to avoid huge memory requirements svn path=/branches/tk161/; revision=4164
2011-10-18update rpki.gui.cacheview app to support new rcynic xml format. closes #106Michael Elkins
svn path=/trunk/; revision=4054
2011-06-15color code entire line in tableMichael Elkins
svn path=/rpkid/rpki/gui/cacheview/templates/cacheview/query_result.html; revision=3876
2011-06-15display a table containing the full x.509 cert chain for all signed objectsMichael Elkins
in cert detail view, display validation status for all issued objects in tables move name and key id fields to signedobject base class in order to store the SN and SKI of the signing EE certs svn path=/rpkid/portal-gui/scripts/rpkigui-rcynic.py; revision=3875
2011-06-14remove deprecated templateMichael Elkins
svn path=/rpkid/rpki/gui/cacheview/templates/cacheview/resourcecert_detail.html; revision=3874
2011-06-14extrude validation status lables from the rcynic XML file and shove into ↵Michael Elkins
django db color code validation status in signed object detail views to make problems stand out svn path=/rpkid/portal-gui/scripts/rpkigui-rcynic.py; revision=3873
2011-06-12add indices for AddressRange objects to speed up reprocessing changed rescertsMichael Elkins
svn path=/rpkid/rpki/gui/cacheview/models.py; revision=3867
2011-06-12remove <h1> tag from within title block since it is added by the parent templateMichael Elkins
svn path=/rpkid/rpki/gui/cacheview/templates/cacheview/roa_detail.html; revision=3866
2011-06-10add URLs for as/address range detailMichael Elkins
svn path=/rpkid/rpki/gui/cacheview/models.py; revision=3861
2011-06-09add support for browing the rcynic cacheMichael Elkins
svn path=/rpkid/portal-gui/scripts/rpkigui-rcynic.py; revision=3859