jqueue/gnt-job: Add job priority fields for display
[ganeti-local] / lib / rapi / client.py
2010-08-18 Guido TrotterMerge branch 'devel-2.2'
2010-08-18 Michael HanselmannRAPI client: Support modifying instances
2010-08-18 Manuel Franceschinirapi.client, http.client: Format url correctly when...
2010-08-10 Michael HanselmannRAPI client: Fix docstring for migrating instance
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-19 Michael HanselmannRAPI client: Encode empty body to JSON
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 Guido TrotterRapiClient: fix multi-authentication in Python 2.6
2010-07-01 Michael HanselmannRAPI client: Switch to pycURL
2010-06-23 Iustin PopRAPI: switch evacuate node to the new model
2010-06-17 Michael HanselmannRAPI client: Add support for Python 2.6
2010-06-17 Michael HanselmannRAPI client: Add support for Python 2.6
2010-06-01 Guido TrotterMerge branch 'devel-2.1'
2010-05-31 Tom LimoncelliRAPI client should convert urllib2.URLError to GanetiAp...
2010-05-18 Michael HanselmannRAPI changes for instance moves
2010-05-18 Michael HanselmannRAPI client: Handle urllib2.HTTPError and raise GanetiA...
2010-05-17 Michael HanselmannRAPI client: Rename Get{Node,Instance}Info, add new...
2010-05-17 Michael HanselmannRAPI client: Log request to be made
2010-05-13 Michael HanselmannRAPI client: Implement instance creation
2010-05-13 Michael HanselmannMention RAPI client in documentation
2010-05-13 Michael HanselmannAdd new /2/features RAPI resource
2010-05-12 Michael HanselmannRAPI client: Fix SSL error reporting for real
2010-05-11 Michael HanselmannRAPI client: Improve SSL error reporting
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: Add constant for RAPI version
2010-05-11 Michael HanselmannRAPI client: Don't assume job IDs to be numeric
2010-05-11 Michael HanselmannRAPI client: Include HTTP error code in GanetiApiError...
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: Always pass _SendRequest args as positional
2010-05-11 Michael HanselmannRAPI client: Simplify URL construction
2010-05-11 Michael HanselmannRAPI client: Instantiate JSON encoder only once
2010-05-11 Michael HanselmannRAPI client: Always return job ID
2010-05-11 Michael HanselmannRAPI client: Hardcode version in URLs
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-06 David KnowlesAdding RAPI client library.