aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/gui/models.py
AgeCommit message (Collapse)Author
2012-01-19add as_resource_range method to rpki.gui.models.ASNMichael Elkins
svn path=/branches/tk161/; revision=4230
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-17add copyright noticeMichael Elkins
add $Id$ string and set svn:keywords property svn path=/branches/tk161/; revision=4209
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