Add infrastructure for adding common RAPI parameters
[ganeti-local] / lib / rapi / baserlib.py
2013-04-22 Michele TartaraAdd infrastructure for adding common RAPI parameters
2013-03-22 Michele TartaraFix bug in rlib2 unit tests
2013-02-19 Michael Hanselmannbaserlib: Make "_OPCODE_ATTRS" public
2013-02-19 Michael HanselmannHelper to retrieve access permissions for RAPI resource
2013-02-13 Michele TartaraFix wrong type in a docstring of the RAPI subsystem
2013-02-08 Michael Hanselmannbaserlib: Fix two mistakes in docstring
2012-12-19 Michael HanselmannReplace frozenset with compat.UniqueFrozenset
2012-12-19 Iustin PopRemove some unused Python code
2012-09-18 Michael HanselmannMigrate lib/rapi/baserlib.py from constants to pathutils
2012-08-28 Iustin PopImplement support for query only clients in Rapi
2012-04-26 Michael HanselmannRemoteApiHandler: Add support for mocked LUXI client
2012-02-21 Iustin PopSmall fixup to rapi docstrings
2011-09-22 Michael Hanselmannbaserlib: Accept empty body in FillOpcode
2011-09-15 Guido TrotterMerge branch 'devel-2.5'
2011-09-14 Michael Hanselmannrlib2: Declare all opcodes and equivalents
2011-09-14 Michael Hanselmannbaserlib: Function to retrieve opcodes used by handler
2011-09-09 Michael Hanselmannbaserlib: Accept empty body in FillOpcode
2011-09-09 Michael Hanselmannbaserlib.ResourceBase: Allow overriding of LUXI client
2011-09-09 Michael Hanselmannbaserlib: Add more generic base class for opcode resources
2011-09-09 Michael Hanselmannbaserlib: Rename R_Generic to ResourceBase
2011-09-09 Michael Hanselmannbaserlib: Move GetClient/SubmitJob into base class
2011-09-09 Michael Hanselmannrapi: Merge tag helpers into resource
2011-08-30 Andrea SpadacciniDeprecationWarning fixes for pylint
2011-08-25 Michael HanselmannPEP8 style fixes
2011-04-21 Michael HanselmannRAPI: Add support for tagging node groups
2011-02-15 Michael Hanselmannbaserlib.FillOpCode: Allow parameter rename
2011-01-18 Iustin PopRename OpAddTags and LUAddTags
2011-01-18 Iustin PopRename OpDelTags and LUDelTags
2011-01-05 Michael Hanselmannbaserlib: Add function for filling opcodes
2010-07-28 Iustin Popluxi: convert permission errors into exception
2010-07-12 Michael Hanselmannbaserlib: Fix feedback function
2010-07-01 Michael Hanselmannbaserlib: Use boolean type for boolean variables
2010-05-17 Michael HanselmannMerge branch 'devel-2.1'
2010-05-17 Michael HanselmannRAPI: /2/{nodes,instances}/$name should return 404...
2010-05-13 Luca BigliardiMerge branch 'devel-2.1'
2010-05-13 Michael Hanselmannrapi.baserlib: Add function to check variable type
2010-01-22 Michael HanselmannFix lint warnings after my last changes
2010-01-22 Michael Hanselmannrapi: Don't access request's private object directly
2010-01-22 Michael Hanselmannhttp.server: No longer enfore JSON encoding for body
2010-01-22 Michael Hanselmannganeti-rapi: Remove serial number/ETag code
2010-01-04 Iustin PopFurther pylint disables, mostly for Unused args
2009-12-28 Iustin PopMerge branch 'devel-2.0' into devel-2.1
2009-12-28 Iustin PopAdd targetted pylint disables
2009-10-13 Iustin Poprapi: fix tag operations
2009-07-30 Michael Hanselmannrapi: Add default parameter to _checkIntVariable
2009-07-17 Guido TrotterMerge branch 'next' into branch-2.1
2009-07-17 Guido TrotterMerge branch 'master' into next
2009-07-13 Michael Hanselmannrapi: Add generic “force” parameter
2009-07-13 Iustin PopRAPI: implement instance reinstall
2009-07-08 Guido TrotterMerge branch 'next' into branch-2.1
2009-07-07 Michael HanselmannFix pylint warnings
2009-06-19 Iustin Poprapi: implement dry-run mode
2009-05-25 Iustin Poprapi: rework error handling
2009-05-25 Iustin Poprapi: make tags query not use jobs
2009-02-13 Iustin PopRAPI: fixes related to write mode
2009-02-04 Iustin Poprapi: fix 'bulk' processing and add locking option
2008-12-19 Michael Hanselmannganeti-rapi: Implement HTTP authentication
2008-12-11 Iustin PopFix epydoc format warnings
2008-11-26 Oleksiy MishchenkoRAPI: Make calls safier
2008-11-19 Oleksiy MishchenkoRAPI: Instance modify.
2008-10-21 Oleksiy MishchenkoPass request headers in to RAPI handlers.
2008-10-17 Oleksiy MishchenkoETag passing support.
2008-10-16 Michael Hanselmannrapi: Convert to new HTTP server class
2008-07-31 Oleksiy MishchenkoRAPI Implement DELETE for tags
2008-07-31 Oleksiy MishchenkoFirst write operation (add tag) for Ganeti RAPI
2008-07-23 Oleksiy MishchenkoGeneralization of bulk output mapping
2008-07-23 Iustin PopSimplify rapi.baserlib.MapFields()
2008-07-22 Oleksiy MishchenkoPut the poper RAPI baserlib