50 Commits (nilmdb-1.8.1)

Author SHA1 Message Date
  Jim Paris 965537d8cb Implement verify_thread_safety to check for unsafe access patterns 11 years ago
  Jim Paris a8db747768 More work on setup.py; fixed issues in setup.cfg 11 years ago
  Jim Paris c81972e66e Minor testsuite and commandline fixes. 11 years ago
  Jim Paris 3d212e7592 Move test helpers into subdirectory 11 years ago
  Jim Paris ebd4f74959 Remove "pragma: no cover" from things that should get tested 11 years ago
  Jim Paris e2464efc12 Test everything; remove debugging 11 years ago
  Jim Paris f41ff0a6e8 Inserting bulk data is essentially done, not tested 11 years ago
  Jim Paris 487298986e More work towards bulkdata 11 years ago
  Jim Paris b0d76312d1 Add must_close() decorator, use it in nilmdb 11 years ago
  Jim Paris f355c73209 Refactor utility classes into nilmdb.utils subdir/namespace 11 years ago
  Jim Paris 32dbeebc09 More insertion checks. Need to get interval concatenation working. 11 years ago
  Jim Paris 66ddc79b15 Inserting works again, with proper end/start for paired blocks. 11 years ago
  Jim Paris 17c329fd6d Start to be a little more strict about how intervals are half-open. 11 years ago
  Jim Paris 99ec0f4946 Converted rbtree.py to Cython 11 years ago
  Jim Paris bdef0986d6 rbtree and interval tests fully pass now. 11 years ago
  Jim Paris 0b443f510b Filling out rbtree tests, search routines 11 years ago
  Jim Paris 7211217f40 Working on getting the RBTree working. Intersections are busted. 11 years ago
  Jim Paris 6aee52d980 Deletion is still broken. F. 11 years ago
  Jim Paris 090c8d5315 More progress 11 years ago
  Jim Paris 1042ff9f4b add RBtree C++ example that I based this on; update tests 11 years ago
  Jim Paris ea3e92be3f Some prep work for merging adjacent insertions. 11 years ago
  Jim Paris 82f753efb1 disable TestLayoutSpeed for now 11 years ago
  Jim Paris cb7c0cf83e Test roundtrip times for parser and formatter. Can optimize now 11 years ago
  Jim Paris 8a7b3b5f95 Add DBInterval and associated tests. Clean up other interval tests as 12 years ago
  Jim Paris e2daeb5e54 - Some updates to max_results handling on server side 12 years ago
  Jim Paris 3b0b9175d6 For stream_interval, make the server handle sending multiple requests 12 years ago
  Jim Paris 4501da6edc Can query intervals now. 12 years ago
  Jim Paris 36045fe53b Remove --utc option from command line tool -- set TZ environment 12 years ago
  Jim Paris ac32647fac Remove PyTables indexing support; it's not necessary since we're just 12 years ago
  Jim Paris 055cfa12b2 Various work on improving intervals... 12 years ago
  Jim Paris 7dfa288270 Can now insert data using command line tool. Time to benchmark etc. 12 years ago
  Jim Paris d725ed1771 date/time parsing, needs work 12 years ago
  Jim Paris f3b0dfabea More work on commandline and commandline tests. 12 years ago
  Jim Paris 277b0c1d00 More command line tests. 12 years ago
  Jim Paris 8c619cfde5 Minor cleanups 12 years ago
  Jim Paris cc4e3bdb76 Rename some nilmdb methods to be private 12 years ago
  Jim Paris cf66eca42c Spent time trying to get Intervals and IntervalSets to handle a gap 12 years ago
  Jim Paris d940aabf66 Incomplete, need to finish interval/intervalset tests 12 years ago
  Jim Paris e1bf680d13 pass data to server 12 years ago
  Jim Paris a672119dd0 Minor cleanups for test passage 12 years ago
  Jim Paris dd5658f987 Better handling on server side -- insert now reads the body. 12 years ago
  Jim Paris b72e276eb8 More timestamper tests. 12 years ago
  Jim Paris 0808ed5bd8 Add datetime_tz module from python-datetime-tz repository. This could 12 years ago
  Jim Paris 913883be3a Fix slow database stuff in testing by setting PRAGMA synchronous=OFF. Default is still FULL for production use, though 12 years ago
  Jim Paris 8cc1dff0b8 Cleanup 12 years ago
  Jim Paris 22ef82b59c More work on client tests 12 years ago
  Jim Paris 1c4efb92c6 rename command line client nilmdb.py to nilmtool.py 12 years ago
  Jim Paris 0099a41fd8 Work on a client implementation that can survive testing 12 years ago
  Jim Paris ba66668fff playing with coverage a bit 12 years ago
  Jim Paris dfaeddefa2 Mics 12 years ago