Rapi support for networks
[ganeti-local] / lib / rapi / connector.py
2012-08-22 Dimitris AragiorgisRapi support for networks
2011-10-18 Guido TrotterMerge branch 'devel-2.5'
2011-10-13 Michael Hanselmannrapi: Add resource for modifying node
2011-09-20 Michael HanselmannRAPI: Add resource to powercycle node
2011-09-16 Michael HanselmannRAPI: Add resource to recreate instance's disks
2011-09-15 Guido TrotterMerge branch 'devel-2.5'
2011-09-13 Michael Hanselmannrapi: Re-add “/2” resource
2011-09-07 Michael Hanselmannrapi: Remove “/2” resource, deprecate “/”
2011-08-30 Andrea SpadacciniDeprecationWarning fixes for pylint
2011-07-25 Iustin PopMost boring patch ever
2011-07-21 Michael HanselmannImplement instance failover via RAPI
2011-04-21 Michael HanselmannRAPI: Add support for tagging node groups
2011-03-15 Michael HanselmannRAPI: Add support for querying resources
2011-03-15 Michael HanselmannAdd support for query resources in RAPI URIs
2011-01-28 Michael HanselmannAdd RAPI resource for instance console
2011-01-12 Michael HanselmannFix typos in RAPI docstrings, add unittest
2011-01-10 Adeodato SimoExpose OpAssignGroupNodes over RAPI and RAPI client
2011-01-05 Michael HanselmannRAPI: Add resource to grow instance disk
2011-01-05 Michael HanselmannRAPI: Add resource to modify cluster
2010-12-13 Adeodato SimoExpose OpSetGroupParams in RAPI and RAPI client
2010-12-08 Adeodato SimoGroup operations: expose add/remove/rename in RAPI
2010-12-01 Adeodato SimoQuerying node groups: RAPI support
2010-11-28 Iustin PopMove compilation of some regexes to init time
2010-10-20 Michael Hanselmannutils: Add function to find items in dictionary using...
2010-08-18 Michael HanselmannRAPI: Allow modifying instance
2010-08-10 Michael HanselmannAllow renaming instances via RAPI
2010-07-29 Michael HanselmannAdd check for RAPI paths to start with /2
2010-07-29 Michael HanselmannRAPI: Support migrating instances
2010-05-18 Michael HanselmannRAPI changes for instance moves
2010-05-13 Michael HanselmannAdd new /2/features RAPI resource
2010-05-11 Michael HanselmannRAPI: Allow waiting for job changes
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-04 Iustin Poppylint cleanups: dangerous initializers
2010-01-04 Iustin PopConvert to static methods (where appropriate)
2009-12-28 Iustin PopMerge branch 'devel-2.0' into devel-2.1
2009-12-28 Iustin PopAdd targetted pylint disables
2009-10-12 Michael HanselmannCode and docstring style fixes
2009-09-03 Michael HanselmannAdd RAPI resource to redistribute config
2009-09-03 Michael HanselmannAdd simple unittest for remote API docs
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-13 Michael Hanselmannrapi: Add /2/instances/[instance_name]/replace-disks...
2009-08-11 Michael Hanselmannrapi: Add /2/nodes/[node_name]/storage/modify resource
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 /2/[node_name]/evacuate resource
2009-07-17 Guido TrotterMerge branch 'next' into branch-2.1
2009-07-13 Michael Hanselmannrapi: Implement /2/nodes/[node_name]/role resource
2009-07-13 Iustin PopRAPI: implement instance reinstall
2009-05-21 Iustin PopDoc fixes for RAPI
2009-02-13 Iustin PopRAPI: documentation updates
2009-01-29 Oleksiy MishchenkoRAPI: tag work
2009-01-29 Oleksiy MishchenkoRAPI: rlib1 removal
2009-01-29 Oleksiy MishchenkoRAPI: Implement /2 resource
2009-01-29 Oleksiy MishchenkoRAPI: Deprecate version Rapi version1
2008-12-11 Iustin PopFix epydoc format warnings
2008-12-04 Michael HanselmannRename all HTTP classes to camel case
2008-11-28 Oleksiy MishchenkoRAPI:Fix root list and unittest for it.
2008-11-28 Oleksiy MishchenkoRAPI: Switch from opcodes to no native 2.0 queries.
2008-11-14 Oleksiy MishchenkoRAPI: Instance startup/shutdown resources
2008-11-14 Oleksiy MishchenkoRAPI: Implement an instance reboot
2008-10-15 Michael Hanselmannrapi: Whitespace fixes
2008-07-31 Oleksiy MishchenkoFirst write operation (add tag) for Ganeti RAPI
2008-07-24 Oleksiy MishchenkoSwitch RAPI to ganeti.http module
2008-07-22 Oleksiy MishchenkoSplit RAPI resources to pieces