Plus some other misc patches. Passes unittests/QA. Iustin Pop (6): Improve TemplateHaskell code to support empty objects Add export_list RPC call definitions Fix exports query with failed RPCs Implement Export queries in Haskell Improve the rpc-test program Enable split queries for export in CLI
Makefile.am | 1 + lib/client/gnt_backup.py | 10 ++- lib/query.py | 4 +- src/Ganeti/Query/Export.hs | 81 +++++++++++++++++ src/Ganeti/Query/Query.hs | 32 ++++++- src/Ganeti/Rpc.hs | 37 +++++--- src/Ganeti/THH.hs | 9 +- src/rpc-test.hs | 213 ++++++++++++++++++++++++++++++++++++++++----- 8 files changed, 348 insertions(+), 39 deletions(-) create mode 100644 src/Ganeti/Query/Export.hs -- 1.8.1.3
