Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-26 | convert the two remaining scripts using ↵ | Michael Elkins | |
$top/buildtools/make-django-script.py to using rpki.gui.script_util.setup() instead so we can get rid of the build script svn path=/trunk/; revision=5233 | |||
2013-03-26 | change default loglevel to ERROR when importing routes since this is invoked ↵ | Michael Elkins | |
by cron svn path=/trunk/; revision=5228 | |||
2013-03-26 | fix missing import sys | Michael Elkins | |
svn path=/trunk/; revision=5227 | |||
2013-03-26 | use rpki.gui.script_util.setup() to configure the django orm. | Michael Elkins | |
generate the scripts using ${COMPILE_PYTHON} since ${COMPILE_DJANGO} is no longer required svn path=/trunk/; revision=5226 | |||
2013-03-13 | check for settings.py in the standard locations if $DJANGO_SETTINGS_MODULE ↵ | Michael Elkins | |
is unset svn path=/trunk/; revision=5142 | |||
2013-03-13 | add new helper script for the rpki workshop to create web user accounts for ↵ | Michael Elkins | |
each labuser* resource holder svn path=/trunk/; revision=5141 | |||
2013-03-11 | change default log level to WARNING | Michael Elkins | |
svn path=/trunk/; revision=5131 | |||
2013-03-06 | fix typoh | Michael Elkins | |
svn path=/trunk/; revision=5115 | |||
2013-03-04 | remove deprecated script that was used back when the web portal used the ↵ | Michael Elkins | |
sqlite db backend svn path=/trunk/; revision=5101 | |||
2013-03-04 | move core function to rpki.gui.app.check_expired | Michael Elkins | |
see #442 svn path=/trunk/; revision=5100 | |||
2013-03-04 | move core of rpkid/portal-gui/scripts/rpkigui-import-routes.py to ↵ | Michael Elkins | |
rpkid/rpki/gui/routeview/util.py see #442 svn path=/trunk/; revision=5098 | |||
2013-03-04 | move core implementation to rpki.gui.cacheview.util and only leave the ↵ | Michael Elkins | |
script wrapper see #442 svn path=/trunk/; revision=5097 | |||
2013-02-28 | add new script rpkigui-flatten-roas script to take care of flattening old ↵ | Michael Elkins | |
roas which had multiple prefixes see #421 svn path=/trunk/; revision=5086 | |||
2012-11-26 | rewrite ghostbuster_{create,edit} not to use generic views | Michael Elkins | |
make sure to set the .vcard field when saving a ghostbuster request display the list of covering ROAs from the rcynic cache in the route detail view rename route_roa_list to route_detail remove the delete button from the object_detail.html template since not all objects that use it can be deleted set STATIC_ROOT in settings.py so that collectstatic works svn path=/branches/tk329/; revision=4901 | |||
2012-11-16 | fixes to handle the case where the gui is managing the root | Michael Elkins | |
svn path=/trunk/; revision=4884 | |||
2012-11-14 | merge with /trunk | Michael Elkins | |
svn path=/branches/tk274/; revision=4866 | |||
2012-11-12 | default $LANG to en_US.UTF-8 if unset to avoid problems with django-admin | Michael Elkins | |
svn path=/branches/tk274/; revision=4855 | |||
2012-11-12 | fix bug where object_accepted object was compared to wrong attribute when ↵ | Michael Elkins | |
looking up validated certs closes #335 svn path=/trunk/; revision=4847 | |||
2012-11-10 | add rpki-manage script to wrap django-admin with env vars already set | Michael Elkins | |
svn path=/branches/tk319/; revision=4833 | |||
2012-11-04 | only consider certs which have already been accepted when looking up the issuer | Michael Elkins | |
closes #299 svn path=/trunk/; revision=4801 | |||
2012-08-24 | do not assume that user.email is not None | Michael Elkins | |
svn path=/trunk/; revision=4660 | |||
2012-07-16 | simplify exiting the script | Michael Elkins | |
svn path=/trunk/; revision=4604 | |||
2012-07-16 | catch socket.error and print a friendlier message when we can't talk to ↵ | Michael Elkins | |
rpkid. fixes #268 svn path=/trunk/; revision=4603 | |||
2012-07-13 | send_email() should have been send_mail() | Michael Elkins | |
svn path=/trunk/; revision=4602 | |||
2012-07-13 | fix pep8 warnings | Michael Elkins | |
svn path=/trunk/; revision=4601 | |||
2012-07-13 | fetch list of published objects from rpkid, and check for valid->invalid ↵ | Michael Elkins | |
transitions, emailing an alert when a problem is detected. references #257 svn path=/trunk/; revision=4599 | |||
2012-07-12 | move fetching of admin email addresses to the glue library so it can be used ↵ | Michael Elkins | |
by rpkigui-rcynic as well svn path=/trunk/; revision=4598 | |||
2012-07-10 | add option to not send email report; useful for cli debugging | Michael Elkins | |
svn path=/trunk/; revision=4593 | |||
2012-07-09 | in addition to logging to stdout, send email notifications to addresses ↵ | Michael Elkins | |
listed in published ghostbuster records for each user. remove -v (verbose) option svn path=/trunk/; revision=4592 | |||
2012-07-06 | use the client_handle specified in the <list_published_objects/> response to ↵ | Michael Elkins | |
determine child. references #104. svn path=/trunk/; revision=4590 | |||
2012-07-06 | add support for checking child resource certs | Michael Elkins | |
make the expire time configurable allow the user to optionally specify a list of resource handles to check svn path=/trunk/; revision=4587 | |||
2012-07-06 | force update of received resources cache prior to checking for rescert ↵ | Michael Elkins | |
expiration svn path=/trunk/; revision=4584 | |||
2012-07-05 | add current handle name to each warning message | Michael Elkins | |
svn path=/trunk/; revision=4582 | |||
2012-07-05 | use str() to print to detail of each Certificate subclass when displaying a ↵ | Michael Elkins | |
warning message svn path=/trunk/; revision=4581 | |||
2012-07-05 | don't print out expiration for TA certs | Michael Elkins | |
check expiration on HostedBy and ServerCA certs svn path=/trunk/; revision=4579 | |||
2012-07-05 | print cached rescert information when we do not find the cert in the rcynic ↵ | Michael Elkins | |
cache svn path=/trunk/; revision=4578 | |||
2012-07-05 | check expiration of BSC's for each handle as well. | Michael Elkins | |
display expiration dates and object types in verbose mode svn path=/trunk/; revision=4577 | |||
2012-07-05 | add expiration checks for parent/child/repository TA/cross certs | Michael Elkins | |
svn path=/trunk/; revision=4573 | |||
2012-07-03 | initial implementation of rescert expiration cron script | Michael Elkins | |
svn path=/trunk/; revision=4570 | |||
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-10 | optimize the bgp import script | Michael Elkins | |
svn path=/branches/tk161/; revision=4323 |