aboutsummaryrefslogtreecommitdiff
path: root/rpkid/portal-gui/scripts
AgeCommit message (Collapse)Author
2012-11-26rewrite ghostbuster_{create,edit} not to use generic viewsMichael 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-16fixes to handle the case where the gui is managing the rootMichael Elkins
svn path=/trunk/; revision=4884
2012-11-14merge with /trunkMichael Elkins
svn path=/branches/tk274/; revision=4866
2012-11-12default $LANG to en_US.UTF-8 if unset to avoid problems with django-adminMichael Elkins
svn path=/branches/tk274/; revision=4855
2012-11-12fix 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-10add rpki-manage script to wrap django-admin with env vars already setMichael Elkins
svn path=/branches/tk319/; revision=4833
2012-11-04only consider certs which have already been accepted when looking up the issuerMichael Elkins
closes #299 svn path=/trunk/; revision=4801
2012-08-24do not assume that user.email is not NoneMichael Elkins
svn path=/trunk/; revision=4660
2012-07-16simplify exiting the scriptMichael Elkins
svn path=/trunk/; revision=4604
2012-07-16catch 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-13send_email() should have been send_mail()Michael Elkins
svn path=/trunk/; revision=4602
2012-07-13fix pep8 warningsMichael Elkins
svn path=/trunk/; revision=4601
2012-07-13fetch 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-12move 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-10add option to not send email report; useful for cli debuggingMichael Elkins
svn path=/trunk/; revision=4593
2012-07-09in 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-06use the client_handle specified in the <list_published_objects/> response to ↵Michael Elkins
determine child. references #104. svn path=/trunk/; revision=4590
2012-07-06add support for checking child resource certsMichael 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-06force update of received resources cache prior to checking for rescert ↵Michael Elkins
expiration svn path=/trunk/; revision=4584
2012-07-05add current handle name to each warning messageMichael Elkins
svn path=/trunk/; revision=4582
2012-07-05use str() to print to detail of each Certificate subclass when displaying a ↵Michael Elkins
warning message svn path=/trunk/; revision=4581
2012-07-05don't print out expiration for TA certsMichael Elkins
check expiration on HostedBy and ServerCA certs svn path=/trunk/; revision=4579
2012-07-05print cached rescert information when we do not find the cert in the rcynic ↵Michael Elkins
cache svn path=/trunk/; revision=4578
2012-07-05check 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-05add expiration checks for parent/child/repository TA/cross certsMichael Elkins
svn path=/trunk/; revision=4573
2012-07-03initial implementation of rescert expiration cron scriptMichael Elkins
svn path=/trunk/; revision=4570
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-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-07remove deprecated web portal scriptsMichael Elkins
svn path=/branches/tk161/; revision=4310
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