bash_completion: Enable extglob while parsing file
[ganeti-local] / test / ganeti.rapi.client_unittest.py
2012-04-26 Michael Hanselmannrapi.testutils.FakeCurl: Add header support
2012-04-26 René NussbaumerMove _FakeCurl from tests/ganeti.rapi.client to ganeti...
2012-02-01 René Nussbaumerrapi.client: Removing constants not needed anymore
2011-12-13 Michael HanselmannRAPI client: Export feature constants
2011-11-24 Michael HanselmannMerge branch 'devel-2.5'
2011-11-23 Michael HanselmannSeparate OpNodeEvacuate.mode from iallocator
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-17 Michael HanselmannRAPI: Fix resource for replacing disks
2011-10-13 Michael Hanselmannrapi: Add resource for modifying node
2011-10-12 Iustin PopRename filter and filter_ to qfilter
2011-09-20 Michael HanselmannRAPI: Add resource to powercycle node
2011-09-16 Michael HanselmannRAPI: Add resource to recreate instance's disks
2011-09-13 Michael HanselmannFix unittest breakage from commit 132cdb87159e
2011-09-07 Michael Hanselmannrapi: Remove “/2” resource, deprecate “/”
2011-07-21 Michael HanselmannImplement instance failover via RAPI
2011-07-21 Michael HanselmannRename *_STATUS_WAITLOCK to …_WAITING
2011-07-05 Michael HanselmannChange RAPI for new node evacuation opcode
2011-05-30 Michael Hanselmanngnt-node migrate: Use LU-generated jobs
2011-04-21 Michael HanselmannRAPI: Add support for tagging node groups
2011-03-30 Michael HanselmannRAPI client: Remove support for version 0 instance...
2011-03-18 Michael HanselmannRAPI client: Tidy and test WaitForJobCompletion
2011-03-18 Michael HanselmannRAPI client: Add job status constants
2011-03-15 Michael HanselmannRAPI: Add support for querying resources
2011-01-28 Michael HanselmannAdd RAPI resource for instance console
2011-01-27 Michael HanselmannEnsure all resources are used by RAPI client
2011-01-27 Michael HanselmannRAPI client: De-/activating instance disks
2011-01-27 Michael HanselmannRAPI client: Wrap /2/redistribute-config resource
2011-01-27 Michael HanselmannAdd unittest for RAPI client's ModifyInstance
2011-01-10 Adeodato SimoExpose OpAssignGroupNodes over RAPI and RAPI client
2011-01-10 Adeodato SimoAdd unit test for ganeti.rapi.client's ModifyGroup
2011-01-05 Michael HanselmannRAPI: Add resource to grow instance disk
2011-01-05 Michael HanselmannRAPI: Add resource to modify cluster
2010-12-08 Adeodato SimoGroup operations: update ganeti.rapi.client with all...
2010-11-29 Michael HanselmannRAPI: Implement OS parameters for instance reinstallation
2010-08-10 Michael HanselmannRAPI client: Support renaming instances
2010-08-10 Michael HanselmannRAPI client: Don't re-use PycURL object
2010-07-29 David KnowlesRAPI client: The os argument for instance reinstalls...
2010-07-29 Michael HanselmannRAPI client: Support migrating instances
2010-07-23 Iustin PopUpdate the RAPI client for the migration mode
2010-07-13 Michael HanselmannMerge remote branch 'origin/devel-2.1'
2010-07-13 Michael HanselmannRAPI client: Implement old instance creation request...
2010-07-01 Michael HanselmannRAPI client: Switch to pycURL
2010-05-18 Michael HanselmannRAPI changes for instance moves
2010-05-17 Michael HanselmannRAPI client: Rename Get{Node,Instance}Info, add new...
2010-05-13 Michael HanselmannRAPI client: Implement instance creation
2010-05-13 Michael HanselmannAdd new /2/features RAPI resource
2010-05-11 Michael HanselmannRAPI client: Don't check node role in client
2010-05-11 Michael HanselmannRAPI client: Update ReplaceInstanceDisks
2010-05-11 Michael HanselmannRAPI client: Fix behaviour of “allocatable” storage...
2010-05-11 Michael HanselmannRAPI client: Encode boolean and None query values
2010-05-11 Michael HanselmannRAPI client: No longer check storage type locally
2010-05-11 Michael HanselmannRAPI client: Include HTTP error code in GanetiApiError...
2010-05-11 Michael HanselmannSupport different HTTP error codes in RAPI client unitt...
2010-05-11 Michael HanselmannRAPI client: Fix error message for unsupported methods...
2010-05-11 Michael HanselmannRAPI client: Allow waiting for job changes
2010-05-11 Michael HanselmannRAPI client: Rename “DeleteJob” to “CancelJob”
2010-05-11 Michael HanselmannRAPI client: Various code style changes
2010-05-11 Michael HanselmannRAPI client: Add missing unittest for RepairNodeStorage...
2010-05-11 Michael HanselmannRAPI client: Always return job ID
2010-05-11 Michael HanselmannRemove httplib2 dependency from ganeti.rapi.client
2010-05-04 David KnowlesSmall fixes for RAPI client
2010-04-21 David KnowlesFix RAPI client methods return values
2010-04-07 Iustin PopFix unittest for the rapi client library
2010-04-06 David KnowlesAdding RAPI client library.