Merge 'EvacNode' and 'NodeEvacMode'
[ganeti-local] / lib / ht.py
2013-10-02 Jose A. LopesMerge 'EvacNode' and 'NodeEvacMode'
2013-10-02 Jose A. LopesReplace 'IALLOCATOR_NEVAC_*' with 'NODE_EVAC_*'
2013-08-08 Jose A. LopesFix TINicParams type predicate
2013-08-07 Jose A. LopesRemove Python type predicate 'NoType'
2013-08-07 Jose A. LopesMove constants to the appropriate module
2013-08-07 Jose A. LopesAdd predicates to test Python types in opcodes
2013-04-22 Michele TartaraAdd TMaybeList as a new type for parameters
2013-02-27 Christos StavrakakisFix typo in docstring
2012-12-04 Iustin PopAdd safety check on job dependency/TIsLength
2012-11-30 Dimitris AragiorgisIntroduce ht.TMaybeValueNone and ht.TValueNone
2012-11-29 Michael HanselmannFix type descriptions in RAPI documentation
2012-11-23 Iustin PopIntroduce a TMaybe combinator
2012-11-21 Michael Hanselmannht: Complain if TNone isn't listed first for TOr/TAnd
2012-11-20 Iustin PopCleanup ht's use of positive/strictpositive
2012-09-12 René NussbaumerAdding new multi-allocation request
2012-02-01 Michael HanselmannAdd ht.TMaybeListOf type check
2012-01-18 Guido Trottergnt-instance modify -m|--runtime-memory
2011-08-12 Michael Hanselmannht: Allow adding comment to type descriptions
2011-08-12 Michael HanselmannClarify job ID-related type checks, add unittests
2011-07-21 Michael Hanselmannjqueue: Implement submitting multiple jobs with depende...
2011-07-12 Michael Hanselmannht.WithDesc: Work around pylint warning
2011-07-11 Michael HanselmannMerge branch 'devel-2.4'
2011-07-11 Michael Hanselmannht: Add new check for numbers
2011-05-30 Michael Hanselmannht: Accept both int and long as integers
2011-05-27 Michael Hanselmannht: Add checks for anything, regexp, job ID, container...
2011-05-17 Michael Hanselmannht: Add strict check for dictionaries
2011-03-09 René NussbaumerOpOobCommand: Adding power on delay
2011-02-04 Michael Hanselmannht: Add descriptive text representations
2011-01-25 Michael Hanselmannht: Add TMaybeDict check
2011-01-04 Michael Hanselmannht.TInt: Exclude boolean values
2010-10-13 Iustin PopMove the parameter types to their own module