##// END OF EJS Templates
General improvements to database backend...
General improvements to database backend DB backend changes: * add db.get_history method * db.find_records returns list, allows filtering of keys * add db_backend tests New Client methods exposing db backends: * rc.hub_history() # proxy for db.get_history * rc.db_query() # proxy for db.find_records Extra fixes along the way: * Harder for db issues to crash the Hub * Better JSON handling of date objects * Don't raise NoEnginesRegistered when load-balancing on all engines * rc.get_result works with whole history if database is persistent closes gh-391
MinRK -
r3780:5dadef8a
Show More
Name Size Modified Last Commit Author
/ IPython / testing
plugin
tests
__init__.py Loading ...
_paramtestpy2.py Loading ...
_paramtestpy3.py Loading ...
decorators.py Loading ...
globalipapp.py Loading ...
iptest.py Loading ...
ipunittest.py Loading ...
mkdoctests.py Loading ...
nosepatch.py Loading ...
tools.py Loading ...