Commit History

Author SHA1 Message Date
  Mukund Sivaraman e5d3eeb0ed [2853] Fix indentation 12 years ago
  Mukund Sivaraman 55f676522e [2853] Fix docstring of testcase 12 years ago
  Mukund Sivaraman 9368ade950 [2853] Add test for SEGMENT_UNUSED case 12 years ago
  Mukund Sivaraman 45087a1134 [2853] Remove references to catch_load_error 12 years ago
  Mukund Sivaraman 3a874c84ba [2853] Make code safer by using RAII container 12 years ago
  JINMEI Tatuya 7775ce49e0 [2853] style fix: position of '*' 12 years ago
  Mukund Sivaraman 922c6e4ecb [2853] Add a note that Py_BuildValue() will not throw 12 years ago
  Mukund Sivaraman bd74cbbdfc [2853] Update constructor documentation 12 years ago
  Mukund Sivaraman 7448e48dda [2853] Fix unittest for the new DataSourceStatus constructor 12 years ago
  Mukund Sivaraman c8050a3b7d [2853] Split DataSourceStatus constructor into two 12 years ago
  Mukund Sivaraman dde7e27a9e [2853] Use info.ztable_segment_ as indicator of unused segment 12 years ago
  Mukund Sivaraman bd3f52daf5 [2853] Remove unused catch argument name 12 years ago
  Mukund Sivaraman 157d04befe [2853] Update coding style 12 years ago
  Mukund Sivaraman 3ffa4a979d [2853] Handle exceptions from getSegmentType() 12 years ago
  Mukund Sivaraman 3cc9fc1217 [2853] Add get_status() test where segment type is mapped and state is SEGMENT_WAITING 12 years ago
  Mukund Sivaraman fbe7def71c [2853] Update getStatus() C++ method 12 years ago
  Mukund Sivaraman 171e04fdad [2853] Fix Doxygen and Python documentation 12 years ago
  Mukund Sivaraman 41439e23c8 [2853] Update some more docs 12 years ago
  Mukund Sivaraman c7c8f0af32 [2853] Update documentation 12 years ago
  Mukund Sivaraman dcef553fe8 [2853] Move ConfigurableClientList doc to a separate file 12 years ago
  Mukund Sivaraman dcd88c0223 [2853] Test that ZoneWriter methods throw 12 years ago
  Mukund Sivaraman 9d2bd293b5 [2853] Fix args type for load() method 12 years ago
  Mukund Sivaraman 2cba268b3a [2853] Use a decorator when skipping test 12 years ago
  Mukund Sivaraman 7028594590 [2853] Wrap long line 12 years ago
  Mukund Sivaraman 92ebcb9a94 [2853] Add some more assertions 12 years ago
  Mukund Sivaraman 3a6139c33b [2853] Return empty list instead of None for empty get_status() result 12 years ago
  Mukund Sivaraman a555e12ddf [2853] Update ZoneWriter documentation from C++ docs using doxygen XML output 12 years ago
  Mukund Sivaraman fae036eecd [2853] Add Python binding for getStatus() method 12 years ago
  Mukund Sivaraman efea64180e [2853] Return any error message returned by ZoneWriter::load() 12 years ago
  Mukund Sivaraman cbd8f4ddcd [2853] Use Py_RETURN_NONE macro instead of returning PyNone directly 12 years ago