aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-17merge with ^/branches/tk100Michael Elkins
svn path=/branches/tk161/; revision=4211
2012-01-17add copyright noticeMichael Elkins
add $Id$ string and set svn:keywords property svn path=/branches/tk161/; revision=4209
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-17merge with ^/branches/tk100Michael Elkins
svn path=/branches/tk161/; revision=4206
2012-01-17remove django admin site from installed appsMichael Elkins
svn path=/branches/tk161/; revision=4202
2012-01-17disable admindocs urlMichael Elkins
disable admin url change defaut location for /site_media/ to /usr/local/share/rpki/media/ svn path=/branches/tk161/; revision=4201
2012-01-17remove manage.py scriptMichael Elkins
svn path=/branches/tk161/; revision=4200
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-17install twitter boostrap.min.css into web portal media directoryMichael Elkins
svn path=/branches/tk161/; revision=4197
2012-01-17remove deprecated myrpki image filesMichael Elkins
svn path=/branches/tk161/; revision=4196
2012-01-17remove empty directoryMichael Elkins
svn path=/branches/tk161/; revision=4195
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-17forgot to fix apache/rpki.conf -> apache.conf in makefileMichael Elkins
svn path=/branches/tk161/; revision=4191
2012-01-17rename the apache configuration file from rpki.conf to apache.confMichael Elkins
move files in the portal-gui/apache/ subdirectory up one level install data files to /usr/local/share/rpki/ rather than the /gui/ subdirectory make install automatically creates /usr/local/share/rpki/media/ for serving css files needed by the web portal svn path=/branches/tk161/; revision=4190
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-17add svn:keywords to timestamp.pyMichael Elkins
svn path=/branches/tk161/; revision=4187
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-17change timestamp name to use underscoresMichael Elkins
django's template language doesn't allow use of dash in variable expansions, so {{ timestamp.bgp-v4-import }} fails. svn path=/branches/tk161/; revision=4171
2012-01-17show data import timestamps in route viewMichael Elkins
svn path=/branches/tk161/; revision=4170
2012-01-17update timestamp on bgp v4 importMichael Elkins
svn path=/branches/tk161/; revision=4169
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-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-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-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
2012-01-17forgot to include html templates in last commitMichael Elkins
svn path=/branches/tk161/; revision=4158