Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-07 | Discard Django router in favor of separate settings files tailored to | Rob Austein | |
particular programs (see #713). svn path=/branches/tk705/; revision=6098 | |||
2015-10-07 | Apparently I broke router certificate generation on this branch a while ago ↵ | Rob Austein | |
and didn't notice. svn path=/branches/tk705/; revision=6097 | |||
2015-10-07 | @django.db.transaction.commit_on_success => @django.db.transaction.atomic. | Rob Austein | |
svn path=/branches/tk705/; revision=6096 | |||
2015-10-07 | Move all the special-case glorp for attribute types into templates, | Rob Austein | |
thereby eliminating still more parsing code. No clue why we didn't do this years ago. svn path=/branches/tk705/; revision=6095 | |||
2015-10-07 | SAX cleanup. | Rob Austein | |
svn path=/branches/tk705/; revision=6094 | |||
2015-10-07 | Working without SAX. I think. Checkpointing version that worked | Rob Austein | |
before ripping out remaining SAX code. svn path=/branches/tk705/; revision=6093 | |||
2015-10-06 | Cleanup getting this old development branch running again with Django | Rob Austein | |
1.6...which is old, and needs to be upgraded (current is 1.9 or thereabouts), but that particular yak can wait its turn for a shave. svn path=/branches/tk705/; revision=6092 | |||
2015-07-21 | Code to support multiple HTTP content types didn't quite work with | Rob Austein | |
rpki.http_simple. svn path=/branches/tk705/; revision=6085 | |||
2015-07-21 | Last batch of catch-up merges. Still need to test, but this is a | Rob Austein | |
development branch, so committing the merge before testing shouldn't break anything. svn path=/branches/tk705/; revision=6084 | |||
2015-07-21 | More relatively straightforward merges. | Rob Austein | |
svn path=/branches/tk705/; revision=6083 | |||
2015-07-21 | Start catching up on six months worth of little changes in RRDP. | Rob Austein | |
svn path=/branches/tk705/; revision=6081 | |||
2014-11-26 | Pull from trunk. | Rob Austein | |
svn path=/branches/tk705/; revision=6036 | |||
2014-11-18 | Yet another XML cleanup bug. | Rob Austein | |
svn path=/branches/tk705/; revision=6025 | |||
2014-11-16 | Import correct tag. | Rob Austein | |
svn path=/branches/tk705/; revision=6023 | |||
2014-11-13 | Import left-right symbols needed. | Rob Austein | |
svn path=/branches/tk705/; revision=6022 | |||
2014-11-13 | More RRDP retrieval. | Rob Austein | |
svn path=/branches/tk705/; revision=6021 | |||
2014-11-12 | Fix first round of RRDP SIA URI bugs. | Rob Austein | |
svn path=/branches/tk705/; revision=6019 | |||
2014-11-12 | Initial (awful kludge) version of adding RRDP URIs to SIA extension. | Rob Austein | |
This needs rewriting, but doing it properly requires a minor database schema change, and I'm trying to get a test case running by tomorrow morning. svn path=/branches/tk705/; revision=6015 | |||
2014-11-09 | rpkic force_publication working on tk705 again. | Rob Austein | |
svn path=/branches/tk705/; revision=6014 | |||
2014-11-08 | Clean up unused exceptions left over from some refactoring expedition | Rob Austein | |
or another. svn path=/branches/tk705/; revision=6013 | |||
2014-11-08 | It may be time to pylint this code again. | Rob Austein | |
svn path=/branches/tk705/; revision=6012 | |||
2014-11-08 | Regen | Rob Austein | |
svn path=/branches/tk705/; revision=6011 | |||
2014-11-08 | Simplify RRDP schema again: one delta file now contains exactly one | Rob Austein | |
delta rather than a range. svn path=/branches/tk705/; revision=6010 | |||
2014-11-07 | Yet another SAX -> ETree nit. | Rob Austein | |
svn path=/branches/tk705/; revision=6009 | |||
2014-11-07 | "He just kept saying `One lousy comma!' as we dragged him away...." | Rob Austein | |
svn path=/branches/tk705/; revision=6006 | |||
2014-11-05 | Missed an _elt in [6002]. Pull changes from trunk. | Rob Austein | |
svn path=/branches/tk705/; revision=6004 | |||
2014-11-03 | Another SAX -> ETree fix. | Rob Austein | |
svn path=/branches/tk705/; revision=6003 | |||
2014-11-03 | Convert some lingering *_elt references to lxml.etree. | Rob Austein | |
svn path=/branches/tk705/; revision=6002 | |||
2014-10-11 | Pull from trunk. | Rob Austein | |
svn path=/branches/tk705/; revision=5998 | |||
2014-10-05 | Helps to import module before using it. | Rob Austein | |
svn path=/branches/tk705/; revision=5990 | |||
2014-10-05 | Pull from trunk. | Rob Austein | |
svn path=/branches/tk705/; revision=5988 | |||
2014-10-05 | Address incompatible API changes in Django 1.7: apps.populate(), | Rob Austein | |
MIDDLEWARE_CLASSES. Fixes #717. svn path=/trunk/; revision=5986 | |||
2014-10-03 | Add router cert request support to the GUI. | Michael Elkins | |
svn path=/trunk/; revision=5985 | |||
2014-10-03 | Whittle another chunk off the SAX monster. | Rob Austein | |
svn path=/branches/tk705/; revision=5983 | |||
2014-10-02 | regen | Rob Austein | |
svn path=/branches/tk705/; revision=5982 | |||
2014-10-02 | Whittle one small chunk off the left-right protocol SAX mess. | Rob Austein | |
svn path=/branches/tk705/; revision=5981 | |||
2014-09-25 | Convert remaining rpkid up-down code from SAX to etree. | Rob Austein | |
svn path=/branches/tk705/; revision=5970 | |||
2014-09-24 | Start converting rpkid's up-down implementation to use lxml.etree instead of ↵ | Rob Austein | |
SAX. svn path=/branches/tk705/; revision=5969 | |||
2014-09-23 | Typo | Rob Austein | |
svn path=/branches/tk705/; revision=5968 | |||
2014-09-21 | Add CMS goo to simple CMS client, remove need for async HTTP in Zookeeper. | Rob Austein | |
svn path=/branches/tk705/; revision=5966 | |||
2014-09-21 | Move synchronous HTTP client code to library. | Rob Austein | |
svn path=/branches/tk705/; revision=5965 | |||
2014-09-21 | Convert rest of rootd away from SAX and async I/O. | Rob Austein | |
svn path=/branches/tk705/; revision=5964 | |||
2014-09-20 | Remove gratuitous use of async HTTP where rootd is calling pubd. | Rob Austein | |
svn path=/branches/tk705/; revision=5963 | |||
2014-09-19 | Convert irdbd from SAX to lxml.etree. | Rob Austein | |
svn path=/branches/tk705/; revision=5962 | |||
2014-09-19 | Convert pubd to use Django ORM and lxml.etree. | Rob Austein | |
smoketest temporarily broken as it doesn't know anything about Django. svn path=/branches/tk705/; revision=5961 | |||
2014-09-17 | Clean out last vestiges of SAX-based publication protocol code. | Rob Austein | |
svn path=/branches/tk705/; revision=5960 | |||
2014-09-16 | At this point I'm pretty sure that removing the --config options from | Rob Austein | |
daemons was pointless, so back that out before removing branches/tk713. svn path=/branches/tk705/; revision=5958 | |||
2014-09-16 | Merge changes from branches/tk713 into branches/tk705. See #705, #713. | Rob Austein | |
svn path=/branches/tk705/; revision=5956 | |||
2014-09-16 | Add support for running GUI under yamltest. | Rob Austein | |
Result sometimes hangs with browser waiting for response, not sure why, might be ancient abandoned bug #116. Logging control is a bit screwy, everything uses Python's logging library but we have multiple ways of configuring it. svn path=/branches/tk713/; revision=5954 | |||
2014-09-14 | Remove --config arguments from all daemons, as part of simplifying | Rob Austein | |
startup procedure. This may be temporary, as processing --help without a configuration file may require deferring all Django imports until late enough that --config would work too. Defer for now. svn path=/branches/tk713/; revision=5953 |