aboutsummaryrefslogtreecommitdiff
path: root/portal-gui/scripts/load_csv.py
AgeCommit message (Collapse)Author
2011-01-25move portal-gui/scripts to rpkid/rpkid/gui/scriptsMichael Elkins
svn path=/portal-gui/Makefile.in; revision=3657
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
2011-01-22integrate portal-gui into toplevel configure script; remove ↵Michael Elkins
$top/portal-gui/build.sh as a result remove helper script, and use @PYTHON@ configure variable to substitute instead rename django.wsgi => rpki.wsgi rename zrpki.conf => rpki.conf for apache configuration svn path=/configure; revision=3629
2011-01-20UNTESTED changes to port-gui to match myrpki.conf => rpki.conf changesRob Austein
into line with the other Python code portal-gui needs a bit more work to bring its autoconf into line with the other code, which may include some source tree reorganizations. svn path=/portal-gui/Makefile.in; revision=3621
2010-07-27strictly enforce non-overlapping resource ranges in AddressRange and Asn ↵Michael Elkins
object trees. add cert member to Roa class to hold a pointer to the resource cert from which all prefixes in the roa derive svn path=/portal-gui/rpkigui/myrpki/forms.py; revision=3418
2010-07-12more copyright notice updates for $top/portal-gui/scripts/Michael Elkins
svn path=/portal-gui/scripts/helper.in; revision=3395
2010-07-11load_csv now properly creates suballocation for ASNsMichael Elkins
svn path=/portal-gui/scripts/load_csv.py; revision=3391
2010-07-11properly handle ipv6 addresses in load_csvMichael Elkins
svn path=/portal-gui/scripts/load_csv.py; revision=3389
2010-07-11make load_csv understand delegation of AS rangesMichael Elkins
svn path=/portal-gui/scripts/load_csv.py; revision=3387
2010-07-06load_csv can now create suballocations of received resources automaticallyMichael Elkins
load_csv uses new add_roa_requests() function remove extraneous code and imports from misc/glue/views svn path=/portal-gui/rpkigui/myrpki/glue.py; revision=3341
2010-07-04use rpki.resource_set functions for IP address parsingMichael Elkins
svn path=/portal-gui/scripts/load_csv.py; revision=3323
2010-07-03make list_resource.py accept multiple <self/> handles as argumentsMichael Elkins
update docs add stub wsgi application svn path=/portal-gui/README; revision=3318
2010-07-02portal-gui updatesMichael Elkins
svn path=/portal-gui/README; revision=3310