aboutsummaryrefslogtreecommitdiff
path: root/rpki/gui
AgeCommit message (Expand)Author
2017-01-15Wrong Django voodoo in previous fix.Rob Austein
2017-01-15rpkigui-rcynic inheritance handling was broken.Rob Austein
2016-07-20add data import timestamps to the dashboard viewMichael Elkins
2016-07-20use format_html() to build strings returned by custom template tags so that t...Michael Elkins
2016-07-19add initial migration for the routeview app.Michael Elkins
2016-07-18Remove "import url from future" from Django templates. Fixes #823.Rob Austein
2016-06-17Remove 'load url from future' as it is no longer needed in recent Django vers...Michael Elkins
2016-05-25Make rpkigui-import-routes use logging settings from /etc/rpki.conf instead o...Michael Elkins
2016-04-29gracefully catch and log exception from zookeeperMichael Elkins
2016-04-27Catch exceptions from Zookeeper to gracefully continue when we can't talk to ...Michael Elkins
2016-04-21Update the GUI to work with the new rcynicdb.Michael Elkins
2016-03-30Still more UID-swapped file I/O, and general cleanup of UI file I/O.Rob Austein
2016-03-29Initial fixes to rpkigui-rcynic. Still not working, but failing in aRob Austein
2016-03-23Wrap a MySQL-specific error check so it doesn't cause problems when using oth...Rob Austein
2016-03-21Django API fashion police renamed "mimetype" to be "content_type".Rob Austein
2016-03-20Clean up rcynic installation, run rcynicng instead of (old) rcynic, clean up ...Rob Austein
2015-10-28Now working with PostgreSQL.Rob Austein
2015-10-27Reimplement rpki.gui.models.IPAddressField as a subclass of CharFieldRob Austein
2015-10-26Whack a few things stale imports and Django 1.6-isms to get GUIRob Austein
2015-10-26"Any programmer who fails to comply with the standard naming, formatting,Rob Austein
2015-10-20Change <self/> (etc) to <tenant/> (etc). "self" always was a reallyRob Austein
2015-10-15Extend rpki.irdb.zookeeper.etree_read() to support reading directlyRob Austein
2015-10-10Clean still more old XML-related classes. Rob Austein
2015-10-08Initial sorta-mostly-working with Django 1.8. Incredibly noisy due toRob Austein
2015-10-07Discard Django router in favor of separate settings files tailored toRob Austein
2015-07-21More relatively straightforward merges.Rob Austein
2014-11-26Pull from trunk.Rob Austein
2014-11-18Yet another XML cleanup bug.Rob Austein
2014-11-16Import correct tag.Rob Austein
2014-11-13Import left-right symbols needed.Rob Austein
2014-11-07"He just kept saying `One lousy comma!' as we dragged him away...."Rob Austein
2014-11-05Missed an _elt in [6002]. Pull changes from trunk.Rob Austein
2014-11-03Convert some lingering *_elt references to lxml.etree.Rob Austein
2014-10-11Pull from trunk.Rob Austein
2014-10-05Helps to import module before using it.Rob Austein
2014-10-05Pull from trunk.Rob Austein
2014-10-05Address incompatible API changes in Django 1.7: apps.populate(),Rob Austein
2014-10-03Add router cert request support to the GUI.Michael Elkins
2014-09-23TypoRob Austein
2014-09-16Merge changes from branches/tk713 into branches/tk705. See #705, #713.Rob Austein
2014-09-16Add support for running GUI under yamltest.Rob Austein
2014-09-14Start backing out all the old settings.configure() calls, which wereRob Austein
2014-09-13Groundwork for Django ORM world conquest: sort out settings.py mess.Rob Austein
2014-07-07Checkpoint of SQL-based publish and withdraw processing. Doesn'tRob Austein
2014-06-19Specify the python path as a string rather than passing an object reference. ...Michael Elkins
2014-06-16qualify email recipient address with the FQDN of the local host. see #700Michael Elkins
2014-06-05fix typo. closes #698Michael Elkins
2014-05-30Still more PyLint.Rob Austein
2014-05-29PyLintRob Austein
2014-05-29Python style police: instantiate exceptions before raising themRob Austein