Merge branch 'devel-2.6' into submit
[ganeti-local] / htools / Ganeti / Query /
2012-10-25 Iustin PopConvert query path from string errors to GanetiException
2012-10-11 Iustin PopAdd a helper for query field checks
2012-10-11 Iustin PopAdd support for classic queries
2012-10-11 Iustin PopAdd a makeSimpleFilter function
2012-10-11 Iustin PopFix the node powered field
2012-10-11 Iustin PopSimplify a bit queryFields
2012-10-11 Iustin PopAdd function for getting a group's merged disk params
2012-10-11 Iustin PopSwitch ordering of names on query to niceSort
2012-10-11 Iustin PopUse the new name filtering behaviour in query
2012-10-11 Iustin PopAdd functionality for checking validity of names
2012-10-10 Iustin PopFixup node disk free/total queries
2012-10-10 Iustin PopFixup hypervisor queries in node query
2012-10-10 Iustin PopFixup node live field names
2012-10-10 Iustin PopMake regex-pcre an optional dependency
2012-09-26 Agata MurawskaNode query now uses live data
2012-09-26 Agata MurawskaNode query now collects live fields
2012-09-26 Agata MurawskaAdd live parameter to query
2012-09-26 Agata MurawskaConversion from RPC error to query status
2012-09-26 Agata MurawskaNodeGroup query in Haskell
2012-09-26 Agata MurawskaCorrect top comment in Query/Server
2012-09-18 Michael HanselmannUse autoconf-based paths from Haskell instead of constants
2012-09-05 Iustin PopFurther hlint fixes
2012-09-05 Iustin PopFix deserialisation bug in ResultEntry
2012-09-05 Iustin PopAdd some unittests for node queries
2012-09-04 Iustin PopMove JSON.hs and Compat.hs out from under HTools/
2012-09-04 Iustin PopImplement compilation of regexes at creation time
2012-09-04 Iustin PopRename the Qlang and Queryd modules
2012-09-04 Iustin PopAdd filtering support in Query
2012-09-04 Iustin PopImplement QueryFields for Nodes
2012-09-03 Iustin PopAdd Query support for Nodes (no filtering, no RPC)
2012-09-03 Iustin PopStub query2 call integration into QueryD