Replace dict() with {}
[ganeti-local] / lib /
2012-11-23 Iustin PopReplace dict() with {}
2012-11-23 Dimitris AragiorgisExport network in FinalizeExport()
2012-11-23 Dimitris AragiorgisFix bug in OpNetworkQuery result check
2012-11-23 Dimitris AragiorgisFix bug in network module
2012-11-22 Helga VelroyenMake ipolicy violations a warning
2012-11-21 Iustin PopSmall style fixes (' vs ") in network code
2012-11-21 Michael HanselmannRename leftovers from remote to restricted commands
2012-11-21 Michael Hanselmannbackend: Rename RunRemoteCommand to RunRestrictedCmd
2012-11-21 Michael HanselmannRename constants and directory for restricted commands
2012-11-21 Michael HanselmannRename configure option for restricted commands
2012-11-21 Michael HanselmannAdd command line interface for running commands remotely
2012-11-21 Michael HanselmannRemove delayed iallocator call in TLReplaceDisks
2012-11-21 Michael Hanselmanncmdlib: Merge duplicated code for TLMigrateInstance
2012-11-21 Helga VelroyenFix lint error about too many variables
2012-11-21 Helga VelroyenCheck ispecs against ipolicy on instance modify
2012-11-21 Michael Hanselmannlocking.LockSet: Replace boolean parameter with constants
2012-11-21 Michael Hanselmannnetwork: Style updates
2012-11-21 Michael Hanselmannht: Complain if TNone isn't listed first for TOr/TAnd
2012-11-21 Michael Hanselmannopcodes: Network parameter improvements and fixes
2012-11-21 Michael HanselmannMerge branch 'devel-2.6'
2012-11-21 Michael HanselmannMerge branch 'stable-2.6' into devel-2.6
2012-11-21 Michael Hanselmannlocking: Use frozenset instead of utils.UniqueSequence
2012-11-20 Dimitris AragiorgisMove _BuildNetworkEnv() at top-level
2012-11-20 Dimitris AragiorgisUse bitarray 0.8 interface
2012-11-20 Dimitris AragiorgisMinor fix in query.py
2012-11-20 Dimitris AragiorgisMinor fix in ovf
2012-11-20 Dimitris AragiorgisFix a few docstrings
2012-11-20 Dimitris AragiorgisSimplify GenerateFree in network module
2012-11-20 Dimitris AragiorgisReplace string values with proper constants
2012-11-20 Dimitris AragiorgisAdd docstring to the GetECReserved config method
2012-11-20 Dimitris AragiorgisSimplify mac generation funtions
2012-11-20 Dimitris AragiorgisFix _ComputeNics to include network slot
2012-11-20 Dimitris AragiorgisFixes to pass py-apidoc (make commit-check)
2012-11-20 Dimitris AragiorgisFixes to pass pep8 (make lint)
2012-11-20 Dimitris AragiorgisFixes to pass pylint (make lint)
2012-11-20 Dimitris AragiorgisFixes to pass unittests (make check)
2012-11-20 Dimitris AragiorgisCheck for existing networks/groups in Network LUs
2012-11-20 Dimitris AragiorgisAdd tags in network objects
2012-11-20 Dimitris AragiorgisChange default fields for network listing
2012-11-20 Dimitris AragiorgisPass detailed network info in hooks
2012-11-20 Dimitris AragiorgisPass netinfo in rpcs
2012-11-20 Dimitris AragiorgisUse network's mac prefix
2012-11-20 Dimitris AragiorgisRapi support for networks
2012-11-20 Apollon Oikonomopoulosss_conf support for networks
2012-11-20 Dimitris AragiorgisIntroduce client support for networks
2012-11-20 Apollon OikonomopoulosModify instance client to support networks
2012-11-20 Apollon OikonomopoulosPeripheral changes for networks
2012-11-20 Dimitris AragiorgisModify LUInstanceSetParams() to support networks
2012-11-20 Dimitris AragiorgisModify RemoveInstance() to support networks
2012-11-20 Dimitris AragiorgisModify LUInstanceCreate to support networks
2012-11-20 Dimitris AragiorgisConfig methods for reserving/releasing IPs
2012-11-20 Dimitris AragiorgisImplement network/nodegroup mappings
2012-11-20 Dimitris AragiorgisImplement LUNetworkSetParams
2012-11-20 Apollon OikonomopoulosImplement LUNetworkQuery
2012-11-20 Dimitris AragiorgisBasic IP pool management logic
2012-11-20 Apollon OikonomopoulosIntroduce new module for IP pool management
2012-11-20 Dimitris AragiorgisIP pool related objects, opcodes and constants
2012-11-20 Iustin PopImprove error message for wrong opcode parameter values
2012-11-20 Iustin PopCleanup ht's use of positive/strictpositive
2012-11-19 Michael Hanselmannlocking: Simplify condition
2012-11-19 Iustin PopFix opcode validation for OpOobCommand.command
2012-11-19 Michael HanselmannAdd opcode for running commands remotely
2012-11-19 Michael HanselmannAdd RPC for restricted commands
2012-11-19 Michael Hanselmannlocking: Don't schedule pending acq. for short timeout
2012-11-16 Michael Hanselmannbackend: Implement remote commands
2012-11-16 Michael Hanselmannconfigure: Add option to enable remote commands
2012-11-16 Michael Hanselmannrapi: Add new user option for querying
2012-11-15 Michael HanselmannMove gnt_cluster.SHOW_MACHINE_OPT to cli
2012-11-14 Michael HanselmannWarn on invalid lines in HTTP user files
2012-11-14 Michael Hanselmannpathutils: Add directory for remote commands
2012-11-14 Michael Hanselmannutils.process.RunResult: Always set "fail_reason" attribute
2012-11-13 Michael HanselmannAdd “gnt-job change-priority” sub-command
2012-11-13 Michael HanselmannExpose changing job priority via LUXI
2012-11-13 Michael Hanselmannjqueue: Allow changing of job priority
2012-11-13 Michael Hanselmannjqueue: Set task ID for jobs added to workerpool
2012-11-13 Michael Hanselmannworkerpool: Preserve task number when deferring
2012-11-13 Michael Hanselmannworkerpool: Add method to change task's priority
2012-11-13 Michael Hanselmannworkerpool: Change data structure for priority change
2012-11-13 Helga VelroyenDocumentation for the NODE_RES level
2012-11-12 Michael HanselmannRunCmd: Expose "postfork" callback
2012-11-12 Iustin PopMerge branch 'devel-2.6' into master
2012-11-12 Iustin PopMerge branch 'stable-2.6' into devel-2.6
2012-11-12 Iustin PopImprove error message when migration status fail
2012-11-12 Iustin PopFix type error in kvm/GetMigrationStatus
2012-11-09 Michael Hanselmannsphinx_ext: Allow use of “rapi” module in pyeval
2012-11-08 Michael Hanselmannrlib2: Document two previously undocumented functions
2012-11-08 Michael Hanselmannjqueue/mcpu: Determine priority using callback
2012-11-08 Michael HanselmannMerge branch 'devel-2.6'
2012-11-08 Michael HanselmannMerge branch 'stable-2.6' into devel-2.6
2012-11-08 Michael Hanselmannhttp/__init__.py: Remove extraneous argument
2012-11-08 Michael Hanselmannrapi.testutils: Add utility to format HTTP headers
2012-11-08 Michael Hanselmannrapi.testutils: Return headers from mock utility
2012-11-08 Michael Hanselmannhttp: Add wrapper for mimetools.Message
2012-11-07 Michael HanselmannAdd missing tests for commit f0d2286
2012-11-07 Michael Hanselmannworkerpool: Use itertools.count instead of manual counting
2012-11-07 Iustin PopMerge branch 'devel-2.6' into submit
2012-11-07 Iustin PopMerge branch 'stable-2.6' into devel-2.6
2012-11-06 Guido TrotterUse SSH_LOGIN_USER rather than root for xl ssh
2012-11-06 Guido TrotterFix gnt-instance console with xl
2012-11-06 Michael HanselmannAdd utility to check if file is executable
next