Age | Commit message (Collapse) | Author |
|
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
|
|
but it sails blithely along, suggesting that I've forgotten some bit
of startup voodoo that it's doing. Regardless, the migration should
be harmless, and now we know that South thinks it can read the IRDB
models, which is progress.
The current requirement to have a valid rpki.conf before one can run
rpki-manage schemamigration etc is a bit of a pain, may need to do
something about that.
svn path=/branches/tk713/; revision=5949
|
|
svn path=/branches/tk713/; revision=5948
|
|
svn path=/trunk/; revision=5921
|
|
svn path=/trunk/; revision=5908
|
|
svn path=/trunk/; revision=5902
|
|
svn path=/trunk/; revision=5894
|
|
svn path=/trunk/; revision=5890
|
|
expiration date hasn't changed and we'd just be doing the same thing
again on the next cron cycle. See #704.
svn path=/trunk/; revision=5873
|
|
svn path=/trunk/; revision=5872
|
|
See #701
svn path=/trunk/; revision=5868
|
|
svn path=/trunk/; revision=5867
|
|
a quick hack to get router keys into BIRD while waiting for rtrlib.
svn path=/trunk/; revision=5866
|
|
svn path=/trunk/; revision=5865
|
|
svn path=/trunk/; revision=5864
|
|
svn path=/trunk/; revision=5863
|
|
svn path=/trunk/; revision=5862
|
|
not yet documented, but allows detailed logging configuration down to
the class level, and flexible enough to allow runtime configuration if
we decide we need that.
svn path=/trunk/; revision=5860
|
|
missed these.
svn path=/trunk/; revision=5857
|
|
asyncore.dispatcher.socket.setsockopt(), per deprecation warning.
svn path=/trunk/; revision=5854
|
|
svn path=/trunk/; revision=5853
|
|
svn path=/trunk/; revision=5852
|
|
logging handlers up front to the argparse stage, thereby also giving
the application more control over the default logging configuration.
svn path=/trunk/; revision=5851
|
|
svn path=/trunk/; revision=5850
|
|
svn path=/trunk/; revision=5849
|
|
svn path=/trunk/; revision=5848
|
|
svn path=/trunk/; revision=5847
|
|
svn path=/trunk/; revision=5845
|
|
(convert two-expression form of "raise" to one-expression form).
svn path=/trunk/; revision=5844
|
|
subclass the stock one. Replace all uses of rpki.log.traceback() with
logging package .exception() calls. Use LoggingAdapter for all the
whacky per-stream logging code in rpki.http. Fix default logging
priority for non-daemon programs like rpkic.
svn path=/trunk/; revision=5843
|
|
in Python 2.7.6 on MacOSX but not in Python 2.7.6 on FreeBSD. Not
worth trying to figure out why, custom argparse.Action is easy.
svn path=/trunk/; revision=5840
|
|
directly under test harness.
svn path=/trunk/; revision=5839
|
|
svn path=/trunk/; revision=5838
|
|
svn path=/trunk/; revision=5837
|
|
svn path=/trunk/; revision=5836
|
|
svn path=/trunk/; revision=5835
|
|
with Python's logging system.
svn path=/trunk/; revision=5834
|
|
svn path=/trunk/; revision=5832
|
|
tolerate these, but seems not to like them anymore, at least not on
MacOSX Mavericks with Homebrew's version of MySQL and MySQLdb.
svn path=/trunk/; revision=5830
|
|
svn path=/trunk/; revision=5829
|
|
rpki.rtr.bgpdump. The normal rpki-rtr program intentionally does not
even import this module, because all of the bgpdump-* code is just a
confusing distraction to users who want the normal rpki-rtr code.
The refactored bgpdump-* code has passed pylint but otherwise has not
yet been tested, and may not work at all. Since, as far as we know,
nobody but the author has ever run any of the code in this module,
this should not be a problem.
svn path=/trunk/; revision=5824
|
|
svn path=/trunk/; revision=5823
|
|
svn path=/trunk/; revision=5822
|
|
subtle and quick to anger.
svn path=/trunk/; revision=5821
|
|
svn path=/trunk/; revision=5819
|
|
svn path=/trunk/; revision=5818
|
|
svn path=/trunk/; revision=5817
|
|
svn path=/trunk/; revision=5797
|
|
object. closes #689
svn path=/trunk/; revision=5795
|
|
this is usually just a harmless case that the rcynic cache has been updated and we haven't yet updated our db
svn path=/trunk/; revision=5794
|