aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/gui/routeview
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
2013-10-09we must import rpki.gui.cacheview.models because it is illegal to try to ↵Michael Elkins
import a package svn path=/trunk/; revision=5561
2013-09-26better error handling and logging when we can't parse the origin AS from a ↵Michael Elkins
routeviews entry see #632 svn path=/trunk/; revision=5523
2013-09-23revert [5498]Michael Elkins
see #623 svn path=/trunk/; revision=5510
2013-09-19import cacheview.models directly instead of cacheviewMichael Elkins
svn path=/trunk/; revision=5498
2013-04-03allow rpkigui-import-routes to be invoked with zero arguments, in which it ↵Michael Elkins
will download the routeview.org data from the default URL see #502 svn path=/trunk/; revision=5267
2013-04-03add support for automatically fetching routeviews.org dumps specified by URLMichael Elkins
see #502 svn path=/trunk/; revision=5266
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-29fix bug in orm query where roas covering a subset of a route were ignoredMichael Elkins
svn path=/trunk/; revision=5244
2013-03-21merge ^/branches/tk334Michael Elkins
svn path=/trunk/; revision=5193
2013-03-04move core of rpkid/portal-gui/scripts/rpkigui-import-routes.py to ↵Michael Elkins
rpkid/rpki/gui/routeview/util.py see #442 svn path=/trunk/; revision=5098
2012-11-20add support for client side route lookup in the roa creation formMichael Elkins
see #329 svn path=/branches/tk329/; revision=4889
2012-02-13set proper sort order for RouteOrigin{,V6} to sort by prefixMichael Elkins
svn path=/branches/tk161/; revision=4329
2012-01-17fix module docstringsMichael Elkins
svn path=/branches/tk161/; revision=4166
2012-01-17refactor cacheview app to use common rpki.gui.modelsMichael Elkins
svn path=/branches/tk161/; revision=4165
2012-01-17updated routeviews data handlingMichael Elkins
refactor common IP range tables into rpki.gui.models. rework import script to load data into a staging table and swap with the active table upon completion. use separate tables for v4 and v6. svn path=/branches/tk161/; revision=4163
2012-01-17rework routeview parser to use bulk sql insertsMichael Elkins
remove index from model definition, and create it automatically after bulk inserts to speed up processing add family element to unique_together svn path=/branches/tk161/; revision=4160
2012-01-17import initial cut at rpki.gui.routeview appMichael Elkins
svn path=/branches/tk161/; revision=4159