aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/gui/app
AgeCommit message (Collapse)Author
2012-01-19initial support for managing repositories and pubclientsMichael Elkins
svn path=/branches/tk161/; revision=4237
2012-01-19fixed ghostbuster suppport. app.models.GhostbusterRequest now does ↵Michael Elkins
multi-table inheritance from irdb.models.GhostbusterRequest. forms.GhostbusterRequest can be a plain class instead of a callable by setting the .queryset attribute on the field during __init__ svn path=/branches/tk161/; revision=4236
2012-01-19fixed views to lookup parent/child by pk rather than handleMichael Elkins
svn path=/branches/tk161/; revision=4234
2012-01-19fix parent detail view to work with new modelsMichael Elkins
svn path=/branches/tk161/; revision=4233
2012-01-19change rpkigui/ to app/ in template path for bootstrap_form.htmlMichael Elkins
svn path=/branches/tk161/; revision=4232
2012-01-19dashboard template filename does not need to be configurableMichael Elkins
svn path=/branches/tk161/; revision=4229
2012-01-19unused asn list is composed of resource_range_as, so calling ↵Michael Elkins
obj.as_resource_range results in an empty string because it has no such method prefix AS value with the string "AS" because resource_range_as doesn't included it (unlike ResourceRangeAS objects) svn path=/branches/tk161/; revision=4228
2012-01-19use create() instead of add() when constructing a new object rather than ↵Michael Elkins
adding an existing object fields for prefixes are prefix_min and prefix_max, not min and max svn path=/branches/tk161/; revision=4227
2012-01-19add new module range_list with implementation of a resource_set type object ↵Michael Elkins
that collapses adjacent ranges and can compute missing ranges svn path=/branches/tk161/; revision=4225
2012-01-18IP version in ChildNet is stored as a string; update filterMichael Elkins
svn path=/branches/tk161/; revision=4222
2012-01-18fix dashboard view to filter asns properlyMichael Elkins
svn path=/branches/tk161/; revision=4218
2012-01-18remove deprecated URLs for rpkidemoMichael Elkins
svn path=/branches/tk161/; revision=4216
2012-01-18fix bad indentMichael Elkins
svn path=/branches/tk161/; revision=4215
2012-01-18change proxy models in app.models to match names from irdb.modelsMichael Elkins
svn path=/branches/tk161/; revision=4214
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-17remove as_resource_range() and as_roa_prefix() from Proxy models since they ↵Michael Elkins
were added to the concrete models in #4210 svn path=/branches/tk161/; revision=4212
2012-01-17add issuer handle to string representation of a RoaRequestMichael Elkins
svn path=/branches/tk161/; revision=4208
2012-01-17fix typoh where prefix=True should have been proxy=TrueMichael Elkins
svn path=/branches/tk161/; revision=4207
2012-01-17remove django admin site from installed appsMichael Elkins
svn path=/branches/tk161/; revision=4202
2012-01-17remove deprecated settings in support of rpkidemoMichael Elkins
svn path=/branches/tk161/; revision=4199
2012-01-17web portal no longer needs to write files in ${localstatedir}Michael Elkins
svn path=/branches/tk161/; revision=4198
2012-01-17need to add keyword to callback argumentMichael Elkins
svn path=/branches/tk161/; revision=4193
2012-01-17fix module path for rpki.gui.modelsMichael Elkins
svn path=/branches/tk161/; revision=4192
2012-01-17remove deprecated templates for old modelsMichael Elkins
svn path=/branches/tk161/; revision=4189
2012-01-17rename template subdirectory to match the django application nameMichael Elkins
svn path=/branches/tk161/; revision=4188
2012-01-17remove deprecated misc moduleMichael Elkins
svn path=/branches/tk161/; revision=4186
2012-01-17remove deprecated AllocationTree moduleMichael Elkins
svn path=/branches/tk161/; revision=4185
2012-01-17remove deprecated asnset moduleMichael Elkins
remove old forms for dealing with the now removed models.AddressRange svn path=/branches/tk161/; revision=4184
2012-01-17update roa templates to match models.RoaRequestPrefixMichael Elkins
models.RoaRequestPrefix.get_absolute_url restored since the /delete URL depends on it svn path=/branches/tk161/; revision=4183
2012-01-17continued integration with tk100Michael Elkins
svn path=/branches/tk161/; revision=4181
2012-01-17modify route_view to use common validation codeMichael Elkins
svn path=/branches/tk161/; revision=4180
2012-01-17display routes matching ROA request to be deletedMichael Elkins
remove breadcrumb from template svn path=/branches/tk161/; revision=4179
2012-01-17add support for ipv6 routes in route_viewMichael Elkins
ensure that the degenerate case where we see a BGP route for AS0 is marked as invalid. only select accepted ROAs, since cacheview also stores rejected ROAs for debugging. svn path=/branches/tk161/; revision=4178
2012-01-17add support for importing mrt format ribsMichael Elkins
remove default=0 value for timestamps, as that is not a valid initial value for a datetime object. since there is no default argument, the call to the Timestamp constructor needs to specify the value. svn path=/branches/tk161/; revision=4177
2012-01-17store timestamps in UTCMichael Elkins
remove auto_add=True from DateTimeField, and make rpki.gui.app.timestamp.update() set the timestamp value instead. move external data timestamps to sidebar in route view svn path=/branches/tk161/; revision=4176
2012-01-17create utility function for updating Timestamp objectsMichael Elkins
add missing copyright notices svn path=/branches/tk161/; revision=4175
2012-01-17display name+ts in admin site Timestamp listMichael Elkins
__unicode__ for Timestamp now displays both name and ts value svn path=/branches/tk161/; revision=4174
2012-01-17fix generation of timestamp dictMichael Elkins
svn path=/branches/tk161/; revision=4173
2012-01-17add Timestamp model to admin siteMichael Elkins
provide __unicode__ for Timestamp svn path=/branches/tk161/; revision=4172
2012-01-17show data import timestamps in route viewMichael Elkins
svn path=/branches/tk161/; revision=4170
2012-01-17add Timestamp model to store metadata for external dataMichael Elkins
svn path=/branches/tk161/; revision=4168
2012-01-17add link to route view in sidebarMichael Elkins
change dashboard template to inherit from app_base.html add new block to app_base to allow child templates to add additional content to the sidebar change 'Route Views' to 'Route View' change 'AS' to 'Origin AS' in the routes_view.html template svn path=/branches/tk161/; revision=4167
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
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-17add debug message for route viewMichael Elkins
svn path=/branches/tk161/; revision=4162
2012-01-17add column for validation statusMichael Elkins
fix broken <h1> tag svn path=/branches/tk161/; revision=4161
2012-01-17import initial cut at rpki.gui.routeview appMichael Elkins
svn path=/branches/tk161/; revision=4159
2012-01-17forgot to include html templates in last commitMichael Elkins
svn path=/branches/tk161/; revision=4158
2012-01-17Use Twitter Bootstrap CSS Framework to style html templatesMichael Elkins
svn path=/branches/tk161/; revision=4157