Add logrotate example
[ganeti-local] / lib / rapi /
2013-07-10 Christos StavrakakisFix RAPI to include missing network fields
2013-03-20 Michele TartaraUpdate "FIXME" string in RAPI
2013-03-12 Daniel Krambrockrapi client: add target_node to migrate instance
2013-03-11 Daniel KrambrockGanetiRapiClient: fix the no_remember option
2013-02-13 Michele TartaraFix wrong type in a docstring of the RAPI subsystem
2013-02-11 Dimitris AragiorgisRemove network_type slot (Issue 363)
2013-02-08 Michael Hanselmannbaserlib: Fix two mistakes in docstring
2013-01-31 Iustin PopDisable live-RPC queries under split query
2012-12-19 Michael HanselmannReplace frozenset with compat.UniqueFrozenset
2012-12-19 Iustin PopRemove some unused Python code
2012-12-19 Iustin PopEnable job queries via confd in gnt-node and RAPI
2012-12-10 Michael HanselmannChange value for ECODE_TEMP_NORES
2012-12-07 Michael HanselmannExport error codes from RAPI client module
2012-11-21 Iustin PopSmall style fixes (' vs ") in network code
2012-11-20 Dimitris AragiorgisFixes to pass py-apidoc (make commit-check)
2012-11-20 Dimitris AragiorgisFixes to pass pep8 (make lint)
2012-11-20 Dimitris AragiorgisFixes to pass unittests (make check)
2012-11-20 Dimitris AragiorgisAdd tags in network objects
2012-11-20 Dimitris AragiorgisRapi support for networks
2012-11-16 Michael Hanselmannrapi: Add new user option for querying
2012-11-08 Michael Hanselmannrlib2: Document two previously undocumented functions
2012-11-08 Michael HanselmannMerge branch 'devel-2.6'
2012-11-08 Michael HanselmannMerge branch 'stable-2.6' into devel-2.6
2012-11-08 Michael Hanselmannrapi.testutils: Add utility to format HTTP headers
2012-11-08 Michael Hanselmannrapi.testutils: Return headers from mock utility
2012-11-08 Michael Hanselmannhttp: Add wrapper for mimetools.Message
2012-10-16 Michael HanselmannAdd new constant for pending job status
2012-10-11 Iustin PopEnable query socket usage in gnt-node/gnt-group
2012-09-27 René NussbaumerAdding RAPI client for instance multi allocation
2012-09-27 René NussbaumerPopulate the instance dict with opcode infos
2012-09-24 René NussbaumerAdding RAPI resource for multi-allocation
2012-09-18 Michael HanselmannMigrate lib/rapi/baserlib.py from constants to pathutils
2012-09-12 Michael HanselmannRAPI client: Fix typo in docstring
2012-09-03 Iustin PopComplete and enable the haskell QueryClusterInfo call
2012-08-28 Iustin PopEnable tags query over the query socket
2012-08-28 Iustin PopSwitch RAPI to use same tags listing as CLI
2012-08-28 Iustin PopImplement support for query only clients in Rapi
2012-08-08 Guido Trotterrapi client: accept arbitrary shutdown arguments
2012-07-06 René NussbaumerRAPI regression beparams/memory fix
2012-06-15 Iustin PopExport more information in RAPI group queries
2012-05-30 René NussbaumerFix GenericCurlConfig when pycurl is linked against nss
2012-04-26 Michael HanselmannAdd more RAPI test utilities
2012-04-26 Michael Hanselmannrapi.testutils.FakeCurl: Add header support
2012-04-26 René NussbaumerMove _FakeCurl from tests/ganeti.rapi.client to ganeti...
2012-04-26 Michael HanselmannRemoteApiHandler: Add support for mocked LUXI client
2012-04-20 Chris SchrierChange CertificateError to subclass GanetiApiError
2012-04-19 Chris SchrierInclude PycURL error code in GanetiApiError.
2012-02-21 Iustin PopSmall fixup to rapi docstrings
2012-02-21 Iustin PopExport ndparams in RAPI node query
2012-02-15 Michael Hanselmannrapi.testutils: Add exported functions to verify opcode...
2012-02-01 René Nussbaumerrapi.client: Removing constants not needed anymore
2011-12-13 Michael HanselmannRAPI client: Export feature constants
2011-12-13 Michael HanselmannRAPI client: Replace body value assignments with helper
2011-12-13 Michael HanselmannRAPI client: Use utilities for building query parameters
2011-12-08 Agata MurawskaGroup query now calculates ipolicy
2011-11-01 Michael HanselmannRAPI: Fix issue when replacing disks
2011-10-31 Michael HanselmannMerge branch 'devel-2.5'
2011-10-21 René NussbaumerMerge branch 'stable-2.5' into devel-2.5
2011-10-18 Michael HanselmannRAPI: Make node evacuation actually work
2011-10-18 Guido TrotterMerge branch 'devel-2.5'
2011-10-18 Guido TrotterRevert "rapi.client.ModifyNode should PUT rather than...
2011-10-18 Guido TrotterMerge branch 'devel-2.5'
2011-10-18 Guido Trotterrapi.client.ModifyNode should PUT rather than POST
2011-10-18 Guido TrotterFix RAPI node modify client and server calls
2011-10-17 Michael HanselmannRAPI: Fix resource for replacing disks
2011-10-13 Michael Hanselmannrapi: Allow auto-promotion on node role change
2011-10-13 Michael Hanselmannrapi: Add resource for modifying node
2011-10-12 Iustin PopRename filter and filter_ to qfilter
2011-09-22 Michael HanselmannRAPI: Fix wrong check on instance shutdown
2011-09-22 Michael Hanselmannbaserlib: Accept empty body in FillOpcode
2011-09-20 Michael HanselmannRAPI: Add resource to powercycle node
2011-09-20 Andrea SpadacciniFix two pylint errors
2011-09-16 Michael HanselmannRAPI: Add resource to recreate instance's disks
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-13 Michael Hanselmannrapi: Re-add “/2” resource
2011-09-09 Michael Hanselmannrlib2: Convert /2/instances to OpcodeResource
2011-09-09 Michael Hanselmannrlib2: Convert /2/*/tags to OpcodeResource
2011-09-09 Michael Hanselmannrlib2: Convert /2/nodes/[node_name]/storage/repair...
2011-09-09 Michael Hanselmannrlib2: Convert /2/nodes/[node_name]/storage/modify...
2011-09-09 Michael Hanselmannrlib2: Convert /2/nodes/[node_name]/storage to OpcodeRe...
2011-09-09 Michael Hanselmannrlib2: Convert /2/groups/[group_name] to OpcodeResource
2011-09-09 Michael Hanselmannrlib2: Convert /2/nodes/[node_name]/role to OpcodeResource
2011-09-09 Michael Hanselmannrlib2: Convert /2/instances/[inst]/disk/[idx]/grow...
2011-09-09 Michael Hanselmannrlib2: Convert /2/instances/[inst]/modify to OpcodeResource
2011-09-09 Michael Hanselmannrlib2: Convert /2/instances/[inst]/rename to OpcodeResource
2011-09-09 Michael Hanselmannrlib2: Convert /2/instances/[inst]/failover to OpcodeRe...
2011-09-09 Michael Hanselmannrlib2: Convert /2/instances/[inst]/migrate to OpcodeRes...
2011-09-09 Michael Hanselmannrlib2: Convert /2/instances/[inst]/export to OpcodeResource
2011-09-09 Michael Hanselmannrlib2: Convert /2/instances/[inst]/prepare-export to...
2011-09-09 Michael Hanselmannrlib2: Convert /2/instances/[inst]/deactivate-disks...
2011-09-09 Michael Hanselmannrlib2: Convert /2/instances/[inst]/activate-disks to...
2011-09-09 Michael Hanselmannrlib2: Convert /2/instances/[inst]/replace-disks to...
2011-09-09 Michael Hanselmannrlib2: Convert /2/instances/[inst]/shutdown to OpcodeRe...
2011-09-09 Michael Hanselmannrlib2: Convert /2/instances/[inst]/startup to OpcodeRes...
2011-09-09 Michael Hanselmannrlib2: Convert /2/instances/[inst]/reboot to OpcodeResource
2011-09-09 Michael Hanselmannrlib2: Convert /2/instances/[inst]/info to OpcodeResource
2011-09-09 Michael Hanselmannrlib2: Convert /2/instances/[inst] to OpcodeResource
2011-09-09 Michael Hanselmannrlib2: Convert /2/groups/[group_name]/assign-nodes...
next