aboutsummaryrefslogtreecommitdiff
path: root/rpkid/portal-gui
AgeCommit message (Collapse)Author
2012-06-25log debugging info about the object being processed when an exception is caught.Michael Elkins
this is to aid in debugging issue #262. svn path=/trunk/; revision=4556
2012-06-01Change default location of rcynic XML output to match default installation ↵Michael Elkins
value. Closes #255 svn path=/trunk/; revision=4524
2012-02-17also refresh the rescert cacheMichael Elkins
svn path=/branches/tk161/; revision=4353
2012-02-17delete objects through the irdb.models rather than the proxy models, to ↵Michael Elkins
avoid issue with cascade deletes not working via proxy models svn path=/branches/tk161/; revision=4350
2012-02-17end range should be 33 since it is not inclusiveMichael Elkins
add output to give feedback svn path=/branches/tk161/; revision=4349
2012-02-17new script for reseting the labuser* accounts on rpki.netMichael Elkins
svn path=/branches/tk161/; revision=4348
2012-02-14remove some unnecessary debug outputMichael Elkins
svn path=/branches/tk161/; revision=4333
2012-02-14rework cacheview models to separate validation status from accepted objectsMichael Elkins
optimize import of rcynic xml summary svn path=/branches/tk161/; revision=4330
2012-02-12fix bug in routeviews parserMichael Elkins
svn path=/branches/tk161/; revision=4326
2012-02-12fix bug with duplicate route,origin pairs due to fact that routeviews dump ↵Michael Elkins
isn't sub-sorted by origin_as svn path=/branches/tk161/; revision=4325
2012-02-12reorder sys.path to place newly added site-packages directory at the head of ↵Michael Elkins
the list svn path=/branches/tk161/; revision=4324
2012-02-10optimize the bgp import scriptMichael Elkins
svn path=/branches/tk161/; revision=4323
2012-02-09use std logging module for log messsagesMichael Elkins
change -d to generalized "-l LOGLEVEL" pep8 fixes svn path=/branches/tk161/; revision=4318
2012-02-08fix broken $Id$ tagMichael Elkins
svn path=/branches/tk161/; revision=4317
2012-02-08make import routes more silentMichael Elkins
svn path=/branches/tk161/; revision=4314
2012-02-08use install -d instead of -D, which is not supported under freebsd's installMichael Elkins
svn path=/branches/tk161/; revision=4313
2012-02-07make configure detect when running inside of virtualenv so that the ↵Michael Elkins
rpki.wsgi script can be generated properly make rpki.wsgi be generated used a sed script rather than make-django-script svn path=/branches/tk161/; revision=4312
2012-02-07combine install targets into single targetMichael Elkins
svn path=/branches/tk161/; revision=4311
2012-02-07remove deprecated web portal scriptsMichael Elkins
svn path=/branches/tk161/; revision=4310
2012-02-07add support for running in virtualenvMichael Elkins
svn path=/branches/tk161/; revision=4298
2012-02-06create /usr/local/share/rpki if it doesn't existMichael Elkins
svn path=/branches/tk161/; revision=4294
2012-01-17remove django admin site from installed appsMichael Elkins
svn path=/branches/tk161/; revision=4202
2012-01-17remove manage.py scriptMichael Elkins
svn path=/branches/tk161/; revision=4200
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-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-17display routes matching ROA request to be deletedMichael Elkins
remove breadcrumb from template svn path=/branches/tk161/; revision=4179
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-17create utility function for updating Timestamp objectsMichael Elkins
add missing copyright notices svn path=/branches/tk161/; revision=4175
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-17update timestamp on bgp v4 importMichael Elkins
svn path=/branches/tk161/; revision=4169
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-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
2012-01-14first cut at move to rpki.irdbMichael Elkins
svn path=/branches/tk161/; revision=4155
2012-01-06add auth.User to the list of models to be dumpedMichael Elkins
svn path=/branches/tk139/; revision=4145
2012-01-06add script for dumping old sqlite3 databaseMichael Elkins
svn path=/branches/tk139/; revision=4144
2011-12-19remove sql setup script for the web portal since it is no longer needed; the ↵Michael Elkins
gui and irdbd will share the same database, and the irdbd database is setup by $top/rpkid/rpki-sql-setup.py svn path=/branches/tk139/; revision=4128
2011-12-09Set the default location for rpki.conf from ${sysconfdir} instead of ↵Michael Elkins
hardcoding the path. svn path=/branches/tk139/; revision=4108
2011-12-08Use mysql as the db backend for django.Michael Elkins
Pull SQL authentication information from rpki.conf so the user need not edit settings.py. svn path=/branches/tk139/; revision=4106
2011-11-23remove features that depend on django 1.3, so that portal gui works with ↵Michael Elkins
django 1.2 svn path=/trunk/; revision=4093
2011-11-11if ${sysconfdir}/rpki/settings.py already exists, append a .new suffix and ↵Michael Elkins
copy the new version svn path=/branches/tk103/; revision=4083
2011-11-10move settings.py for portal gui django app to ${sysconfdir}/rpki since it ↵Michael Elkins
really is a configuration file svn path=/branches/tk103/; revision=4078
2011-10-30use combination of AKI and issuer name to look up parent cert since the same ↵Michael Elkins
public key can be used in multiple certs svn path=/trunk/; revision=4071
2011-10-18update rpki.gui.cacheview app to support new rcynic xml format. closes #106Michael Elkins
svn path=/trunk/; revision=4054