aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/gui/app/glue.py
AgeCommit message (Expand)Author
2014-04-05Source tree reorg, phase 1. Almost everything moved, no file contents changed.Rob Austein
2014-03-10Rollback deletion of cached resource certs when there is an error communicati...Michael Elkins
2013-04-03remove get_email_list() and replace with calls to Conf.send_alert()Michael Elkins
2013-02-20remove glue.str_to_resource_range() since resource_range_ip.parse_str() can n...Michael Elkins
2012-11-23snapshot of work in progressMichael Elkins
2012-11-22commiting work in progressMichael Elkins
2012-11-10add ResourceCert.conf and make .parent optinally nullMichael Elkins
2012-08-24do not assume that user.email is not NoneMichael Elkins
2012-07-13fix missing importsMichael Elkins
2012-07-12move fetching of admin email addresses to the glue library so it can be used ...Michael Elkins
2012-07-06remove debug msg to stdout from rpki.gui.app.glue.list_received_resourcesMichael Elkins
2012-02-07add glue function for converting string to resource_range_ipMichael Elkins
2012-01-30remove dead code that is deprecated by the changes in tk100.Michael Elkins
2012-01-20store the uri field from <list_received_resources/> pdu in order to allow for...Michael Elkins
2012-01-19fixed ghostbuster suppport. app.models.GhostbusterRequest now does multi-tab...Michael Elkins
2012-01-19use create() instead of add() when constructing a new object rather than addi...Michael Elkins
2012-01-17continued integration with tk100Michael Elkins
2012-01-14first cut at move to rpki.irdbMichael Elkins
2011-12-10fix missing comma in dict initializationMichael Elkins
2011-12-09When creating a stub rpki.conf for hosted entities, copy the openssl path fro...Michael Elkins
2011-12-09update myrpki glue functions to use the system rpki.conf when dealing with th...Michael Elkins
2011-10-12add support for oo setup via portal guiMichael Elkins
2011-10-07qualify csv_writer calls with rpki.myrpki.Michael Elkins
2011-10-07add support for import/export of xml files for rpki setupMichael Elkins
2011-10-07revert rev #3877 so the portal gui writes the csv files when configuring reso...Michael Elkins
2011-09-20fix botch where a child's prefixes were passed instead of asnsMichael Elkins
2011-06-15no longer write csv files when calling configure_resourcesMichael Elkins
2011-04-07ADR vcard type is not a string, but a compound objectMichael Elkins
2011-03-30pass a log file object to glue.list_received_resourcesMichael Elkins
2011-03-30add 'refresh' link in portal gui to query rpkid for updated information rathe...Michael Elkins
2011-03-24add support to the portal gui for generating ghostbuster requestsMichael Elkins
2011-03-02put default values for portal-gui django app into a local settings.pyMichael Elkins
2011-02-25portal-gui no longer invokes the myrpki.py command line tool.Michael Elkins
2011-02-15Use the request.META['wsgi.errors'] log object instead of writing to sys.stde...Michael Elkins
2011-01-24really fix glue.conf() *ahem*Michael Elkins
2011-01-24fix botched called to glue.conf()Michael Elkins
2011-01-24move portal-gui django app to $top/rpkid/rpki/guiMichael Elkins