Export extractExTags and updateExclTags
[ganeti-local] / lib / rpc.py
2013-08-28 Helga VelroyenReplace LD_* constants with DT_* constants
2013-07-03 Helga VelroyenFix propagation of storage parameters to/from backend
2013-07-03 Helga VelroyenImprove handling of storage info
2013-07-02 Thomas ThrainerCheck DRBD status on verify-disks
2013-07-02 Helga VelroyenExtend RPC call 'node_info' by storage parameters
2013-06-27 Helga Velroyenrpc.py: override default storage type in node info
2013-06-14 Helga VelroyenRefactor NodeInfo RPC regarding storage reporting
2013-06-13 Thomas ThrainerIndex nodes by their UUID
2013-06-07 Bernardo Dal SenoExport node spindles
2013-06-05 Klaus AehligAdd a Warn function to RpcResult
2013-03-04 Iustin PopAllow rpc.MakeLegacyNodeInfo to parse non-LVM results
2012-12-21 Bernardo Dal SenoCall node_info RPCs with the exclusive_storage flag
2012-12-18 Bernardo Dal SenoFixes and improvements to comments
2012-11-20 Dimitris AragiorgisPass netinfo in rpcs
2012-10-11 Michael HanselmannMerge branch 'devel-2.6'
2012-09-25 Michael HanselmannImplement virtual cluster support in Python code
2012-09-18 Michael HanselmannMigrate lib/rpc.py from constants to pathutils
2012-09-12 Michael Hanselmannrpc: Remove duplicated logic, fix unittests
2012-09-12 Michael Hanselmannobjects, rpc: Code cleanup
2012-09-12 Constantinos Venet... Annotate disk params on instance_start
2012-09-12 René NussbaumerMove _MakeLegacyNodeInfo to rpc
2012-08-28 Agata MurawskaMove necessary constants from rpc & rpc_defs to constants
2012-06-28 René NussbaumerAnnotate disk params on instance_os_add
2012-05-10 René Nussbaumerrpc: Adding new encoders for annotating disk parameters
2012-05-10 René Nussbaumerrpc: Adding helper to annotate disk params
2012-03-28 René NussbaumerRPC: Add a new client type for DNS only
2012-02-21 Michael HanselmannReplace single- with double-quotes
2012-01-17 Iustin PopAccept both PUT and POST in noded
2012-01-06 Michael Hanselmannrpc.ConfigRunner: Fix uploading file
2012-01-06 Michael Hanselmannrpc._PrepareFileUpload: Use FileStatHelper
2012-01-06 Michael HanselmannAdd unittest for uploading file via RPC
2012-01-06 Michael Hanselmannrpc: Change signature of RpcRunner
2012-01-06 Michael HanselmannAdd unittests for RPC client
2012-01-06 Michael Hanselmannrpc._RpcClientBase: Add check for number of arguments
2012-01-06 Michael Hanselmannrpc: Style fix
2012-01-05 Michael Hanselmannrpc._NodeConfigResolver: Support resolving offline...
2012-01-05 Michael Hanselmannrpc: Pass resolver options to actual resolver
2012-01-05 Michael Hanselmannrpc: Add support for resolver options callback
2012-01-05 Michael Hanselmannrpc._RpcProcessor: Make read timeout a non-keyword...
2011-12-21 Iustin PopChange internal RPC client body values
2011-12-21 Iustin PopExtend RPC definition change with another parameter
2011-12-21 Michael Hanselmannserializer: Remove JSON indentation and dict key sorting
2011-11-08 Michael Hanselmannrpc: Call result processor once for each node result
2011-11-07 Michael HanselmannRPC/test_delay: Use callable for timeout calculation
2011-11-07 Michael Hanselmannrpc: Move post-processor functions into definitions...
2011-11-07 Michael Hanselmannrpc: Use definitions directly instead of via generated...
2011-11-04 Michael Hanselmannrpc: Make “test_delay” RPC actually work
2011-11-03 Michael HanselmannShow RPC calls from config in lock monitor
2011-11-01 Michael Hanselmannrpc: Improve argument definitions
2011-11-01 Michael Hanselmannrpc: Change {import,export}_start to take source/dest...
2011-10-28 Andrea SpadacciniAdd missing get_migration_status RPC definition
2011-10-27 Michael Hanselmannrpc: Remove leftovers from timeout table
2011-10-26 Michael Hanselmannrpc: Remove _Static* and other unused functions
2011-10-26 Michael Hanselmannrpc: Convert last two calls to generated code
2011-10-26 Michael Hanselmannrpc: Convert call for HV parameter validation
2011-10-26 Michael Hanselmannrpc: Convert two more instance-specific calls
2011-10-26 Michael HanselmannMove bootstrap-related RPC to generated wrappers
2011-10-26 Michael HanselmannConvert job queue's RPC to generated code
2011-10-26 Michael Hanselmannrpc: Convert wrappers for starting import/export daemons
2011-10-26 Michael Hanselmannrpc: Convert storage-related calls
2011-10-26 Michael Hanselmannrpc: Convert blockdev-related calls
2011-10-26 Michael Hanselmannrpc: Convert instance-related calls
2011-10-26 Michael Hanselmannrpc: Convert misc calls
2011-10-26 Michael Hanselmannrpc: Convert file-storage-related calls
2011-10-26 Michael Hanselmannrpc: Convert node-related calls
2011-10-26 Michael Hanselmannrpc: Convert OS-related calls
2011-10-26 Michael Hanselmannrpc: Convert X509 calls
2011-10-26 Michael Hanselmannrpc: Convert import/export functions
2011-10-26 Michael Hanselmannrpc: Add helpers
2011-10-26 Michael Hanselmannrpc: Add support for generated RPC wrappers
2011-10-26 Michael Hanselmannrpc: Disable timeout check
2011-10-24 Michael HanselmannFix parameters to RPC "blockdev_rename"
2011-10-24 Michael HanselmannFix parameters to RPC "os_validate"
2011-10-24 Michael HanselmannRemove “node_tcp_ping” RPC
2011-10-13 Michael Hanselmannhttp.client: Remove HTTP client pool code
2011-10-13 Michael Hanselmannrpc: Remove thread-local storage with HTTP pool
2011-10-12 Michael HanselmannMerge branch 'devel-2.5'
2011-10-12 Michael HanselmannMerge branch 'stable-2.5' into devel-2.5
2011-10-12 Michael HanselmannMerge branch 'devel-2.4' into stable-2.5
2011-10-12 Michael Hanselmannrpc: Disable HTTP client pool and reduce memory consumption
2011-10-05 Andrea SpadacciniAdd cluster netmask parameter
2011-09-30 Andrea SpadacciniSplit starting and stopping master IP and daemons
2011-09-30 Andrea SpadacciniSplit starting and stopping master IP and daemons
2011-09-29 Andrea SpadacciniMake migration RPC non-blocking
2011-09-28 Michael Hanselmannhttp.client: Add nice name to requests
2011-09-28 Michael Hanselmannrpc/http: Show pending RPC requests in lock monitor
2011-09-27 Michael Hanselmannrpc: Overhaul client structure
2011-09-27 Michael Hanselmannrpc: Make compression function module-global
2011-09-27 Michael HanselmannKeep only one global RPC runner in Ganeti context
2011-08-30 Andrea SpadacciniDeprecationWarning fixes for pylint
2011-08-03 Iustin PopInstance transfer: export component name to backend
2011-07-08 Stephen ShirleyAdd gnt-instance start --pause
2011-05-24 Michael HanselmannMerge branch 'devel-2.4'
2011-05-24 René NussbaumerRPC/Backend: Make UploadFile uid and gid agnostic
2011-05-10 Iustin PopImplement grow dry-run at RPC level
2011-03-08 Apollon OikonomopoulosAdd bdev_sizes RPC call
2011-03-07 Iustin PopMerge branch 'devel-2.2' into devel-2.3
2011-03-04 Iustin PopFix RPC mismatch in blockdev_getsize[s]
2011-02-17 Iustin PopFix RPC mismatch in blockdev_getsize[s]
2011-01-28 Iustin PopRe-create instance disk symlinks on activate
next