summaryrefslogtreecommitdiff
path: root/morphlib/morphloader.py
Commit message (Expand)AuthorAgeFilesLines
* Use the modern way of the GPL copyright header: URL instead real addressJavier Jardón2015-03-161-2/+1
* Do not fail if a chunk doesnt have a 'build-depends' parameter definedjjardon/no_build_dependsJavier Jardón2015-03-041-12/+1
* morphlib/morphloader.py: Add a check to load_from_string()Javier Jardón2015-03-041-1/+5
* morphlib/morphloader.py: Update copyrigthJavier Jardón2015-03-041-1/+1
* Validate build-depends in MorphologyLoaderSam Thursfield2014-09-191-5/+14
* Fix morphloader to unset_defaults for chunksFrancisco Redondo Marchena2014-08-151-2/+13
* Set chunk static default to Nonebaserock/franred/fixes-needed-for-organize-definitionsFrancisco Redondo Marchena2014-08-151-12/+12
* Add system-integration to chunk _static_defaultsFrancisco Redondo Marchena2014-08-151-0/+1
* Add deploy-defaults before deploy in the MorphologyDumper keyorderFrancisco Redondo Marchena2014-08-151-0/+1
* Rename morph3 to morphologyAdam Coldrick2014-08-141-1/+1
* morphloader: Get commands when loading morphologyAdam Coldrick2014-08-141-0/+11
* morphloader: Add and remove some default valuesAdam Coldrick2014-08-141-7/+14
* Dump multi-line strings in yaml documents in '|' formbaserock/richardmaw/bugfix/yaml-multi-line-dumpRichard Maw2014-07-301-2/+29
* Add class hierarchies for Morphology load errorsRichard Maw2014-07-071-28/+36
* Improve var names in morphloaderRichard Ipsum2014-06-241-24/+22
* Fix duplicate names error messageRichard Ipsum2014-06-241-5/+6
* Validate cluster morphologiesAdam Coldrick2014-06-181-1/+26
* Fix bad indentationRichard Ipsum2014-05-071-2/+2
* A more useful morphology syntax error messageRichard Ipsum2014-05-071-4/+3
* morphloader: Dump dicts with a nicer key orderRichard Maw2014-02-171-1/+57
* Warn and default to null if repo or ref are givenRichard Maw2014-02-131-2/+55
* Add validation for chunk refs in strata to be (non-empty) stringsBen Brown2014-01-221-0/+33
* MorphologyLoader: Validate new fieldsRichard Maw2014-01-161-6/+110
* Replace chunk 'chunks' field with 'products'Richard Maw2014-01-151-2/+2
* morphloader: use getattr for validate, set defaultsRichard Maw2013-11-291-16/+5
* morphloader: Require systems have at least one stratumRichard Maw2013-11-291-2/+44
* morphloader: Set default values for cluster morphsRichard Maw2013-11-291-3/+19
* morphloader: Don't use ValueError exceptionRichard Maw2013-11-291-2/+22
* Merge remote-tracking branch 'origin/danielfirth/RT241'Lars Wirzenius2013-10-081-1/+3
|\
| * Added 'description' field to static defaults for cluster morphologiesDan Firth2013-10-071-1/+3
* | Merge remote-tracking branch 'origin/danielfirth/RT189'Lars Wirzenius2013-10-081-16/+20
|\ \ | |/ |/|
| * 'system-kind' and 'disk-size' system morphology fields now raise ObsoleteFiel...Dan Firth2013-10-011-0/+19
| * Dropped support for 'system-kind' from system morphology filesDan Firth2013-09-271-15/+0
| * Dropped support for 'disk-size' from system morphology files'Dan Firth2013-09-271-1/+0
|/
* morphloader: Add method to unset default valuesRichard Maw2013-08-301-2/+23
* Add initial code to support clusters in morphloaderTiago Gomes2013-08-161-5/+14
* Fix variable nameLars Wirzenius2013-08-161-1/+1
* Use isinstance instead of type when checking morphology object typeLars Wirzenius2013-08-151-1/+1
* Check for empty strata earlierLars Wirzenius2013-08-151-4/+4
* Fix how stratum empty build deps check is doneLars Wirzenius2013-08-151-1/+1
* Systematically use spec instead of infoLars Wirzenius2013-08-151-4/+4
* Rename method to MorphologyLoader.parse_morphology_textLars Wirzenius2013-08-151-3/+5
* Drop use of explicit StringIO with the yaml moduleLars Wirzenius2013-08-151-5/+2
* Add new morphology abstraction and morphology loading/savingLars Wirzenius2013-08-141-0/+343