Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-25 | log 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-01 | Change default location of rcynic XML output to match default installation ↵ | Michael Elkins | |
value. Closes #255 svn path=/trunk/; revision=4524 | |||
2012-02-17 | also refresh the rescert cache | Michael Elkins | |
svn path=/branches/tk161/; revision=4353 | |||
2012-02-17 | delete 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-17 | end range should be 33 since it is not inclusive | Michael Elkins | |
add output to give feedback svn path=/branches/tk161/; revision=4349 | |||
2012-02-17 | new script for reseting the labuser* accounts on rpki.net | Michael Elkins | |
svn path=/branches/tk161/; revision=4348 | |||
2012-02-14 | remove some unnecessary debug output | Michael Elkins | |
svn path=/branches/tk161/; revision=4333 | |||
2012-02-14 | rework cacheview models to separate validation status from accepted objects | Michael Elkins | |
optimize import of rcynic xml summary svn path=/branches/tk161/; revision=4330 | |||
2012-02-12 | fix bug in routeviews parser | Michael Elkins | |
svn path=/branches/tk161/; revision=4326 | |||
2012-02-12 | fix 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-12 | reorder 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-10 | optimize the bgp import script | Michael Elkins | |
svn path=/branches/tk161/; revision=4323 | |||
2012-02-09 | use std logging module for log messsages | Michael Elkins | |
change -d to generalized "-l LOGLEVEL" pep8 fixes svn path=/branches/tk161/; revision=4318 | |||
2012-02-08 | fix broken $Id$ tag | Michael Elkins | |
svn path=/branches/tk161/; revision=4317 | |||
2012-02-08 | make import routes more silent | Michael Elkins | |
svn path=/branches/tk161/; revision=4314 | |||
2012-02-08 | use install -d instead of -D, which is not supported under freebsd's install | Michael Elkins | |
svn path=/branches/tk161/; revision=4313 | |||
2012-02-07 | make 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-07 | combine install targets into single target | Michael Elkins | |
svn path=/branches/tk161/; revision=4311 | |||
2012-02-07 | remove deprecated web portal scripts | Michael Elkins | |
svn path=/branches/tk161/; revision=4310 | |||
2012-02-07 | add support for running in virtualenv | Michael Elkins | |
svn path=/branches/tk161/; revision=4298 | |||
2012-02-06 | create /usr/local/share/rpki if it doesn't exist | Michael Elkins | |
svn path=/branches/tk161/; revision=4294 | |||
2012-01-17 | remove django admin site from installed apps | Michael Elkins | |
svn path=/branches/tk161/; revision=4202 | |||
2012-01-17 | remove manage.py script | Michael Elkins | |
svn path=/branches/tk161/; revision=4200 | |||
2012-01-17 | web portal no longer needs to write files in ${localstatedir} | Michael Elkins | |
svn path=/branches/tk161/; revision=4198 | |||
2012-01-17 | install twitter boostrap.min.css into web portal media directory | Michael Elkins | |
svn path=/branches/tk161/; revision=4197 | |||
2012-01-17 | remove deprecated myrpki image files | Michael Elkins | |
svn path=/branches/tk161/; revision=4196 | |||
2012-01-17 | forgot to fix apache/rpki.conf -> apache.conf in makefile | Michael Elkins | |
svn path=/branches/tk161/; revision=4191 | |||
2012-01-17 | rename the apache configuration file from rpki.conf to apache.conf | Michael 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-17 | display routes matching ROA request to be deleted | Michael Elkins | |
remove breadcrumb from template svn path=/branches/tk161/; revision=4179 | |||
2012-01-17 | add support for importing mrt format ribs | Michael 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-17 | create utility function for updating Timestamp objects | Michael Elkins | |
add missing copyright notices svn path=/branches/tk161/; revision=4175 | |||
2012-01-17 | change timestamp name to use underscores | Michael 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-17 | update timestamp on bgp v4 import | Michael Elkins | |
svn path=/branches/tk161/; revision=4169 | |||
2012-01-17 | refactor cacheview app to use common rpki.gui.models | Michael Elkins | |
svn path=/branches/tk161/; revision=4165 | |||
2012-01-17 | incorporate validation status from cacheview app | Michael 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-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 | |||
2012-01-17 | forgot to include html templates in last commit | Michael Elkins | |
svn path=/branches/tk161/; revision=4158 | |||
2012-01-14 | first cut at move to rpki.irdb | Michael Elkins | |
svn path=/branches/tk161/; revision=4155 | |||
2012-01-06 | add auth.User to the list of models to be dumped | Michael Elkins | |
svn path=/branches/tk139/; revision=4145 | |||
2012-01-06 | add script for dumping old sqlite3 database | Michael Elkins | |
svn path=/branches/tk139/; revision=4144 | |||
2011-12-19 | remove 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-09 | Set the default location for rpki.conf from ${sysconfdir} instead of ↵ | Michael Elkins | |
hardcoding the path. svn path=/branches/tk139/; revision=4108 | |||
2011-12-08 | Use 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-23 | remove 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-11 | if ${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-10 | move 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-30 | use 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-18 | update rpki.gui.cacheview app to support new rcynic xml format. closes #106 | Michael Elkins | |
svn path=/trunk/; revision=4054 |