aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/gui/app/glue.py
AgeCommit message (Collapse)Author
2012-01-14first cut at move to rpki.irdbMichael Elkins
svn path=/branches/tk161/; revision=4155
2011-12-10fix missing comma in dict initializationMichael Elkins
svn path=/branches/tk139/; revision=4113
2011-12-09When creating a stub rpki.conf for hosted entities, copy the openssl path ↵Michael Elkins
from the system rpki.conf. Modify formatting to fall in line with PEP8. svn path=/branches/tk139/; revision=4112
2011-12-09update myrpki glue functions to use the system rpki.conf when dealing with ↵Michael Elkins
the self-hosted instance, otherwise use the rpki.conf in the "conf" directory for the hosted instance. force run_pubd and run_rootd to false as well for hosted instances. svn path=/branches/tk139/; revision=4110
2011-10-12add support for oo setup via portal guiMichael Elkins
svn path=/rpkid/rpki/gui/app/forms.py; revision=4033
2011-10-07qualify csv_writer calls with rpki.myrpki.Michael Elkins
svn path=/rpkid/rpki/gui/app/glue.py; revision=4024
2011-10-07add support for import/export of xml files for rpki setupMichael Elkins
svn path=/rpkid/rpki/gui/app/glue.py; revision=4023
2011-10-07revert rev #3877 so the portal gui writes the csv files when configuring ↵Michael Elkins
resources svn path=/rpkid/rpki/gui/app/forms.py; revision=4022
2011-09-20fix botch where a child's prefixes were passed instead of asnsMichael Elkins
svn path=/rpkid/rpki/gui/app/glue.py; revision=3994
2011-06-15no longer write csv files when calling configure_resourcesMichael Elkins
svn path=/rpkid/rpki/gui/app/glue.py; revision=3877
2011-04-07ADR vcard type is not a string, but a compound objectMichael Elkins
svn path=/rpkid/rpki/gui/app/glue.py; revision=3766
2011-03-30pass a log file object to glue.list_received_resourcesMichael Elkins
svn path=/rpkid/rpki/gui/app/glue.py; revision=3754
2011-03-30add 'refresh' link in portal gui to query rpkid for updated information ↵Michael Elkins
rather than using the rpkigui-list-resources script svn path=/rpkid/Makefile.in; revision=3751
2011-03-24add support to the portal gui for generating ghostbuster requestsMichael Elkins
svn path=/rpkid/rpki/gui/app/admin.py; revision=3738
2011-03-02put default values for portal-gui django app into a local settings.pyMichael Elkins
so that they are not required in the site's settings.py svn path=/rpkid/rpki/gui/app/glue.py; revision=3699
2011-02-25portal-gui no longer invokes the myrpki.py command line tool.Michael Elkins
It now updates the IRDB directly, and notifies rpkid to immediately perform an update, rather than waiting for the next cron job to cycle. added a 'valid_until' field to the Child model, to store the end of the RPKI resource certificate validity period. change load_csv.py and list_resources.py to use the code for locating rpki.conf in rpki.config rather than duplicating it locally. fixed bug in AddressRange model in function as_resource_range() where IPv4 addresses were returned as IPv6. svn path=/portal-gui/templates/myrpki/child_view.html; revision=3694
2011-02-15Use the request.META['wsgi.errors'] log object instead of writing to ↵Michael Elkins
sys.stderr so that log entries will show up in the virtual host specific log files. svn path=/rpkid/rpki/gui/app/glue.py; revision=3680
2011-01-24really fix glue.conf() *ahem*Michael Elkins
svn path=/rpkid/rpki/gui/app/glue.py; revision=3652
2011-01-24fix botched called to glue.conf()Michael Elkins
svn path=/rpkid/rpki/gui/app/glue.py; revision=3650
2011-01-24move portal-gui django app to $top/rpkid/rpki/guiMichael Elkins
change dashboard url to /rpki/ put myrpki cli path and confdir into settings.py rather than generating glue.py at build time don't use the old myrpki images on the dashboard no longer need to include the portal-gui python module in sys.path since it is installed in site-packages svn path=/buildtools/subst-vars.py; revision=3646