Barebones LXC hypervisor
[ganeti-local] / lib / rapi /
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 HanselmannMerge branch 'devel-2.1'
2010-05-18 Michael HanselmannRAPI client: Handle urllib2.HTTPError and raise GanetiA...
2010-05-17 Michael HanselmannMerge branch 'devel-2.1'
2010-05-17 Michael HanselmannRAPI: /2/{nodes,instances}/$name should return 404...
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 Luca BigliardiMerge branch 'devel-2.1'
2010-05-13 Michael HanselmannRAPI client: Implement instance creation
2010-05-13 Michael HanselmannRAPI: Add new request data format for instance creation
2010-05-13 Michael HanselmannMention RAPI client in documentation
2010-05-13 Michael Hanselmannrapi.baserlib: Add function to check variable type
2010-05-13 Michael HanselmannAdd new /2/features RAPI resource
2010-05-12 Michael HanselmannFix wrong variable name in commit d975f482
2010-05-12 Michael HanselmannRAPI: Add initial support for instance creation request...
2010-05-12 Guido TrotterMerge branch 'devel-2.1'
2010-05-12 Michael HanselmannRAPI client: Fix SSL error reporting for real
2010-05-11 Michael HanselmannMerge branch 'devel-2.1'
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 HanselmannAdd RAPI client utility module with RAPI PollJob function
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: 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-10 Guido TrotterMerge branch 'devel-2.1'
2010-05-04 David KnowlesSmall fixes for RAPI client
2010-04-22 Michael HanselmannMerge branch 'devel-2.1'
2010-04-21 David KnowlesFix RAPI client methods return values
2010-04-20 Balazs LeczMerge branch 'devel-2.1'
2010-04-20 René NussbaumerFix heading to the one of epydoc
2010-04-16 Iustin PopMerge branch 'devel-2.1'
2010-04-15 René NussbaumerImproving the RAPI documentation
2010-04-07 Michael HanselmannMerge branch 'devel-2.1'
2010-04-06 David KnowlesAdding RAPI client library.
2010-03-23 Guido TrotterMerge branch 'devel-2.1'
2010-03-23 René NussbaumerAdding missing documentation to make the docs better
2010-03-22 René NussbaumerAdding RAPI call to deactivate-disks for an instance
2010-03-22 René NussbaumerAdding RAPI call for activate-disks on an instance
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
2010-01-04 Iustin Poppylint cleanups: dangerous initializers
2010-01-04 Iustin PopConvert to static methods (where appropriate)
2010-01-04 Iustin PopAdd targeted pylint disables
2009-12-28 Iustin PopMerge branch 'devel-2.0' into devel-2.1
2009-12-28 Iustin PopAdd targetted pylint disables
2009-12-16 Iustin PopCommand line/RAPI support for --no-name-check
2009-11-25 Michael HanselmannRe-add “nic.bridges” field to RAPI bulk instance list
2009-10-13 Iustin Poprapi: fix tag operations
2009-10-12 Michael HanselmannCode and docstring style fixes
2009-10-05 Guido TrotterUpdate client os lists to name+variant format
2009-09-24 Iustin PopExport the uuid in RAPI
2009-09-03 Michael HanselmannAdd RAPI resource to redistribute config
2009-09-03 Michael HanselmannAdd simple unittest for remote API docs
2009-08-28 Michael HanselmannMerge branch 'next' into branch-2.1
2009-08-25 Iustin Poprapi: export more static node information
2009-08-18 Michael Hanselmannrapi: Add /2/instances/[instance_name]/info resource
2009-08-17 Michael Hanselmannrapi: Add /2/nodes/[node_name]/storage/repair resource
2009-08-14 Iustin PopSimplify handling of boolean args in rapi
2009-08-13 Michael Hanselmannrapi: Add /2/instances/[instance_name]/replace-disks...
2009-08-13 Michael Hanselmannrlib2: Remove leftover DOC_URI constant
2009-08-11 Michael Hanselmannrapi: Add /2/nodes/[node_name]/storage/modify resource
2009-08-11 Michael Hanselmannrlib2: Import rapi
2009-08-11 Michael Hanselmannrapi: Add /2/nodes/[node_name]/storage resource
2009-07-31 Michael Hanselmannrapi: Add /2/nodes/[node_name]/migrate resource
2009-07-30 Michael Hanselmannrapi: Add default parameter to _checkIntVariable
2009-07-30 Michael Hanselmannrapi: Add /2/[node_name]/evacuate resource
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: Implement /2/nodes/[node_name]/role resource
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-06-17 Guido TrotterRAPI: move to nic parameters
2009-06-16 Guido TrotterMerge branch 'next' into branch-2.1
2009-05-25 Iustin Poprapi: rework error handling
2009-05-25 Iustin Poprapi: make tags query not use jobs
next