Age | Commit message (Collapse) | Author |
|
svn path=/branches/tk705/; revision=6130
|
|
Django ORM. Duct tape and bailing wire everywhere, much clean-up left
to do, but basic "make yamltest" suite runs. Much of the clean-up
isn't worth doing until after revamping the I/O system, as it'll all
change again at that point anyway.
svn path=/branches/tk705/; revision=6127
|
|
svn path=/branches/tk705/; revision=6123
|
|
left-right protocol and irdb and rpkidb models.
Not fully working yet, RRDP URI isn't yet showing up everywhere it
should, but this is probably more an indication that the previous hack
was incomplete than that the replacement broke something.
svn path=/branches/tk705/; revision=6120
|
|
clean up some of the corresponding mess.
svn path=/branches/tk705/; revision=6105
|
|
A few old test programs were still using this, those will require
upgrade or retirement.
svn path=/branches/tk705/; revision=6102
|
|
warnings: Django 1.8 has a really obscure way of saying "Please don't
import your models into your apps' __init__.py files, thanks."
svn path=/branches/tk705/; revision=6101
|
|
incomprehensible advance depreciation warnings for Django 1.9.
svn path=/branches/tk705/; revision=6100
|
|
svn path=/branches/tk705/; revision=6099
|
|
particular programs (see #713).
svn path=/branches/tk705/; revision=6098
|
|
svn path=/branches/tk705/; revision=6094
|
|
svn path=/branches/tk705/; revision=6083
|
|
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
|
|
delta rather than a range.
svn path=/branches/tk705/; revision=6010
|
|
svn path=/branches/tk705/; revision=5998
|
|
svn path=/branches/tk705/; revision=5988
|
|
MIDDLEWARE_CLASSES. Fixes #717.
svn path=/trunk/; revision=5986
|
|
svn path=/branches/tk705/; revision=5979
|
|
svn path=/trunk/; revision=5978
|
|
svn path=/branches/tk705/; revision=5974
|
|
suffix on the site configuration filename. Need to check whether this
breaks older distributions, if so will need to something version
dependent.
svn path=/trunk/; revision=5973
|
|
svn path=/branches/tk705/; revision=5967
|
|
smoketest temporarily broken as it doesn't know anything about Django.
svn path=/branches/tk705/; revision=5961
|
|
with all its tedious setup actions.
svn path=/branches/tk705/; revision=5957
|
|
svn path=/branches/tk705/; revision=5956
|
|
might be due to some kind of CSRF problem, might be worth figuring out
how to disable that for debugging but not terribly urgent.
svn path=/branches/tk713/; revision=5955
|
|
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
|
|
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
|
|
svn path=/branches/tk713/; revision=5952
|
|
svn path=/branches/tk713/; revision=5951
|
|
indeed masking the new migration stuff. yamltest now runs migrations
as part of setting up test CAs; still need to decide whether running
migrations in production is something that should be handled
explicitly via rpki-manage or should be bundled into rpki-sql-setup.
Old settings.configure() code still present as a trail of breadcrumbs
to follow when backing out the rest of the tortuous startup sequence
required by the old way of doing things.
svn path=/branches/tk713/; revision=5950
|
|
svn path=/branches/tk713/; revision=5948
|
|
svn path=/branches/tk705/; revision=5942
|
|
svn path=/branches/tk705/; revision=5918
|
|
svn path=/branches/tk705/; revision=5915
|
|
that smoketest.py uses an obsolete BPKI model which requires different
configuration than modern code. Real fix is several different major
refactoring jobs (merging rootd into rpkid, merging all three
YAML-based test tools...). As usual, not today.
svn path=/branches/tk705/; revision=5914
|
|
svn path=/branches/tk705/; revision=5913
|
|
harness: still need to work out what BPKI configuration looks like
with modern IRDB, and rootd doesn't yet handle restart correctly (will
fail if any of its outputs already exist in pubd's database).
svn path=/branches/tk705/; revision=5911
|
|
svn path=/branches/tk705/; revision=5903
|
|
svn path=/trunk/; revision=5902
|
|
checks and <list/> command to publication protocol.
svn path=/branches/tk705/; revision=5896
|
|
svn path=/trunk/; revision=5895
|
|
svn path=/trunk/; revision=5894
|
|
svn path=/branches/tk705/; revision=5888
|
|
handle publish-with-overwrite correctly yet, not generating RRDP files
yet, but passes "make test" without doing anything obviously insane.
svn path=/branches/tk705/; revision=5887
|
|
historical relic.
Update example PDUs for publication and publication-control protocols.
svn path=/branches/tk705/; revision=5883
|
|
svn path=/branches/tk705/; revision=5881
|
|
to change, checking in to simplify discussion.
svn path=/branches/tk705/; revision=5877
|
|
draft. Not yet simplified to remove what we now think are premature
optimizations; the schema contains notes on this. See #705.
svn path=/branches/tk705/; revision=5875
|
|
svn path=/trunk/; revision=5870
|