Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-05 | Source tree reorg, phase 1. Almost everything moved, no file contents changed. | Rob Austein | |
svn path=/branches/tk685/; revision=5757 | |||
2013-10-09 | we 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-26 | better 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-23 | revert [5498] | Michael Elkins | |
see #623 svn path=/trunk/; revision=5510 | |||
2013-09-19 | import cacheview.models directly instead of cacheview | Michael Elkins | |
svn path=/trunk/; revision=5498 | |||
2013-04-03 | allow 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-03 | add support for automatically fetching routeviews.org dumps specified by URL | Michael Elkins | |
see #502 svn path=/trunk/; revision=5266 | |||
2013-03-29 | a 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-29 | fix bug in orm query where roas covering a subset of a route were ignored | Michael Elkins | |
svn path=/trunk/; revision=5244 | |||
2013-03-21 | merge ^/branches/tk334 | Michael Elkins | |
svn path=/trunk/; revision=5193 | |||
2013-03-04 | move 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-20 | add support for client side route lookup in the roa creation form | Michael Elkins | |
see #329 svn path=/branches/tk329/; revision=4889 | |||
2012-02-13 | set proper sort order for RouteOrigin{,V6} to sort by prefix | Michael Elkins | |
svn path=/branches/tk161/; revision=4329 | |||
2012-01-17 | fix module docstrings | Michael Elkins | |
svn path=/branches/tk161/; revision=4166 | |||
2012-01-17 | refactor cacheview app to use common rpki.gui.models | Michael Elkins | |
svn path=/branches/tk161/; revision=4165 | |||
2012-01-17 | updated routeviews data handling | Michael 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-17 | rework routeview parser to use bulk sql inserts | Michael 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-17 | import initial cut at rpki.gui.routeview app | Michael Elkins | |
svn path=/branches/tk161/; revision=4159 |