Fix pylint 'E' (error) codes
[ganeti-local] / lib / objects.py
2009-11-06 Iustin PopFix pylint 'E' (error) codes
2009-11-06 Iustin PopIntroduce 'global hypervisor parameters' support
2009-11-02 Iustin PopConvert the rest of the OpPrereqError users
2009-10-26 Iustin PopAllow '@' in tag values
2009-10-22 Ken WehrAdding '--no-ssh-init' option to 'gnt-cluster init'.
2009-10-05 Guido TrotterAdd slot and constant for supported OS variants
2009-09-25 Iustin PopChange config upgrade to be explicit
2009-09-24 Iustin PopAdd uuid attributes to configuration entities
2009-09-22 Iustin PopChange config upgrade to be explicit
2009-09-03 Michael HanselmannEven more style fixes
2009-08-17 Iustin PopAdd ctime/mtime support to the main ConfigObjects
2009-08-17 Iustin PopRemove obsolete ConfigObject.__setitem__
2009-08-13 Iustin PopMerge commit 'origin/next' into branch-2.1
2009-08-10 Guido TrotterUpgrade be/hv params with default values
2009-08-10 Guido TrotterAdd cluster-init --no-etc-hosts parameter
2009-08-10 Guido Trotterobjects: add configuration upgrade system
2009-08-07 Guido TrotterMerge branch 'master' into next
2009-08-07 Guido TrotterConfd{Request,Reply} objects
2009-08-06 Michael HanselmannConvert ldisk_degraded to tri-state value
2009-08-06 Michael Hanselmannobjects.BlockDevStatus: Remove ToLegacyStatus
2009-08-05 Guido TrotterConfigObject.ToDict() only export non-None values
2009-08-05 Michael HanselmannUse object for blockdev_find RPC call result
2009-08-04 Iustin PopAdd a objects.Disk.UnsetSize() method
2009-08-03 Iustin PopAdd a Copy method to object.ConfigObject
2009-07-16 Guido TrotterGet rid of the default_hypervisor slot
2009-07-08 Guido TrotterMerge branch 'next' into branch-2.1
2009-07-07 Michael HanselmannFix pylint warnings
2009-06-18 Iustin PopFix various pylint warnings
2009-06-16 Guido TrotterMerge branch 'next' into branch-2.1
2009-06-16 Guido TrotterSpecify the object type in two docstring
2009-06-15 Iustin PopRemove old invalid-os related functionality
2009-06-15 Guido TrotterRemove bridge and default_bridge from objects
2009-06-12 Guido TrotterAdd nicparams to the NIC object
2009-06-08 Guido TrotterCluster: add nicparams, and update them on upgrade
2009-06-08 Guido TrotterAdd NIC.CheckParameterSyntax
2009-06-08 Guido TrotterAbstract Param upgrade from cluster.UpgradeConfig
2009-06-08 Guido TrotterChange BEGR_DEFAULT to PP_DEFAULT
2009-06-08 Guido TrotterMove FillDict at module level
2009-05-28 Guido TrotterUpgrade be/hv params with default values
2009-05-28 Guido TrotterAdd cluster-init --no-etc-hosts parameter
2009-05-28 Guido Trotterobjects: add configuration upgrade system
2009-03-02 Iustin PopDon't allow spaces in tag names
2009-02-12 Iustin PopHandle better broken disks
2009-02-10 Iustin PopAdd a ‘drained’ attribute to node objects
2009-01-27 Iustin PopImplement disk verify checks in config verify
2009-01-21 Iustin PopChange the instance status attribute to boolean
2009-01-21 Iustin PopUpdate the objects.Disk formatting method
2009-01-20 Guido TrotterConfigObject docstring, close an open parenthesis
2009-01-19 Iustin PopFix non-drbd instance creation
2009-01-19 Iustin PopSmall simplification in MapLVsByNode
2009-01-16 Iustin PopInstance: add a new all_nodes property
2008-12-11 Iustin PopFix epydoc format warnings
2008-12-05 Iustin PopAdd a new node parameter 'offline'
2008-12-02 Iustin PopAdd cluster candidate pool size parameter
2008-12-02 Iustin PopIntroduce a new 'master_candidate' node attribute
2008-11-21 Iustin PopChange GrowDisk to work with multi-disk
2008-11-20 Iustin PopInitial multi-disk/multi-nic support
2008-10-20 Alexander SchreiberSet default hypervisor at cluster init
2008-10-14 Iustin PopRemove old instance attributes
2008-10-14 Iustin PopSwitch instance hypervisor parameters to hvparams
2008-10-14 Iustin PopAdd the hv/be params object attributes
2008-10-10 Guido TrotterOS API: support for multiple versions in an OS
2008-10-08 Iustin PopMove the hypervisor attribute to the instances
2008-10-01 Michael HanselmannAdd cluster options from ssconf to configuration
2008-09-29 Iustin PopExtend DRBD disks with shared secret attribute
2008-09-27 Iustin PopAdd serial_no attributes to objects
2008-09-22 Iustin PopExtend DRBD disks with minors attribute
2008-08-29 Alexander Schreibermerge r1535 from branches/ganeti/ganeti-1.2
2008-06-25 Michael HanselmannCleanup old DRBD 0.7.x code
2008-06-23 Michael Hanselmannobjects: Remove config_version from cluster configuration
2008-06-17 Iustin PopAllow disk object to set their own physical ID
2008-06-17 Iustin PopAdd method to update a disk object size
2008-05-30 Iustin PopComplete removal of md/drbd 0.7 code
2008-04-25 Iustin Poppatch 1/4 extended HVM features for 1.2
2008-04-21 Iustin PopAbstract the json functions into a separate module
2008-03-25 Manuel FranceschiniModify Disk.GetNodes() to support LD_FILE
2008-03-05 Michael HanselmannCodestyle fixes: adding a few empty lines
2008-01-09 Alexander SchreiberAdd boot_order entry to Instance object.
2008-01-08 Iustin PopAdd kernel/initrd paths to the instance object
2007-12-17 Alexander SchreiberAdd instance port support.
2007-11-06 Iustin PopAllow DRBD8 operation without backing storage
2007-11-06 Iustin PopAdd a support function to objects.Disk
2007-11-05 Guido TrotterCreate OS from an InvalidOS error
2007-11-05 Guido TrotterMake the OS object able to represent broken OSes
2007-11-02 Iustin PopRevision 302 is broken, this fixes it
2007-11-01 Iustin PopFix printing of unconfigured DRBD devices
2007-10-26 Iustin PopAdd a custom str() method for objects.Disk
2007-10-24 Iustin PopInitial implementation of drbd8 template type
2007-10-19 Iustin PopAbstract more strings values into constants
2007-10-10 Iustin PopRemove the shebang from modules
2007-10-08 Iustin PopFix super() calls for objects.Cluster
2007-10-08 Michael HanselmannUse indenting if supported by simplejson.
2007-10-04 Michael HanselmannChange configuration storage format from Pickle to...
2007-09-24 Iustin PopImplement to/from dict conversion for ConfigObject(s)
2007-09-21 Iustin PopChange class hierarchy in objects.py
2007-09-21 Iustin PopAdd __slots__ on TaggableObject
2007-09-17 Iustin PopAdd support for rename operation in the OS API
2007-08-20 Iustin PopAdd support for listing instance disk sizes.
2007-08-14 Iustin PopStyle changes for pep-8 and python-3000 compliance.
2007-08-08 Iustin PopImplement tag support for cluster, nodes and instances.
next