summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix issue when overriding default chunk splitting rulessam/splitting-fixes-plus-other-stuffSam Thursfield2014-07-041-4/+5
* Rewrite docstring to be clearer to meSam Thursfield2014-07-041-3/+2
* Add list-system-contents commandSam Thursfield2014-07-042-0/+120
* Deploy fixSam Thursfield2014-07-041-1/+2
* Append .morph to any morph without a / that requires itSam Thursfield2014-07-031-1/+3
* Revert "Don't assume morphologies end in .morph"Sam Thursfield2014-07-035-12/+193
* Add a yarn test to test building and deploying a system with a chunk in defin...Adam Coldrick2014-07-033-0/+67
* Fix the tests to test the use of the chunk morphology to calculate cache keysAdam Coldrick2014-07-032-4/+7
* Use the whole chunk morphology to compute cache keysAdam Coldrick2014-07-031-5/+10
* Update the unit tests to deal with sources havin two reposAdam Coldrick2014-07-036-34/+64
* Make sources store the repo containing their chunk morph separate from the so...Adam Coldrick2014-07-031-1/+5
* Change things to cope with Source having two reposAdam Coldrick2014-07-033-16/+7
* Rewrite traverse_morphs to cope with having two reposAdam Coldrick2014-07-031-20/+49
* Test that defaults are unsetAdam Coldrick2014-07-031-1/+2
* Unset the defaults we setAdam Coldrick2014-07-031-0/+4
* Fix check which decides if chunk is in definitionsAdam Coldrick2014-07-031-7/+6
* Fix the yarn tests to not always use filepaths for chunk morphologiesAdam Coldrick2014-07-033-8/+8
* Update unit tests to test chunks with a path in the morph fieldAdam Coldrick2014-07-032-1/+35
* Set useful defaults in morphloaderAdam Coldrick2014-07-031-0/+6
* Use the correct repo and ref based on whether the chunk morphology is from de...Adam Coldrick2014-07-032-5/+16
* If a path is given then check for a chunk in definitionsAdam Coldrick2014-07-031-5/+8
* Revert "Use morphloader rather than morph2 in MorphologyFactory"Adam Coldrick2014-07-031-2/+5
* Use morphloader rather than morph2 in MorphologyFactoryAdam Coldrick2014-07-031-5/+2
* Use definitions repo and ref if a path is specifiedAdam Coldrick2014-07-031-5/+8
* yarns: Adapt to put morphologies in subdirsRichard Maw2014-07-038-202/+198
* Don't check if a file exists before trying to read itRichard Maw2014-07-031-17/+20
* Use exact filenames to refer to morphology filesRichard Maw2014-07-0314-1747/+1754
* Don't assume morphologies end in .morphRichard Maw2014-07-035-193/+13
* Add class hierarchies for Morphology load errorsRichard Maw2014-07-031-27/+35
* Exorcise some old and unused commandsRichard Maw2014-07-0334-2772/+0
* Remove check on checkout/branch that there are systemsRichard Maw2014-07-032-31/+0
* Remove code made vestigial from the `morph edit` rewriteRichard Maw2014-07-033-119/+1
* Fix Morph failing to update some cached git reposSam Thursfield2014-06-303-13/+46
* Update NEWS filebaserock-14.26Richard Ipsum2014-06-271-0/+9
* Merge remote-tracking branch 'origin/baserock/richardipsum/improve_getmorph_e...Lars Wirzenius2014-06-262-31/+37
|\
| * Make morph factory tests expect MorphologyNotFoundErrorRichard Ipsum2014-06-251-6/+5
| * Replace AutodetectError with MorphologyNotFoundErrorRichard Ipsum2014-06-251-24/+24
| * Add chatty status messages to aid the userRichard Ipsum2014-06-251-5/+12
|/
* Improve var names in morphloaderRichard Ipsum2014-06-241-24/+22
* Fix duplicate names error messageRichard Ipsum2014-06-241-5/+6
* Merge branch 'sam/distbuild-busyloop-debug'Sam Thursfield2014-06-201-0/+4
|\
| * distbuild: Log a message when a socket error is receivedSam Thursfield2014-06-191-0/+4
* | Merge branch 'sam/only-update-git-when-needed-v2'Sam Thursfield2014-06-191-3/+11
|\ \
| * | Only updated cached git repos when necessarySam Thursfield2014-06-181-3/+11
| |/
* | Merge branch 'baserock/adamcoldrick/deploy-specific-systems-v5'Adam Coldrick2014-06-186-11/+203
|\ \
| * | Add yarn tests for new deployment functionalitybaserock/adamcoldrick/deploy-specific-systems-v5Adam Coldrick2014-06-183-1/+111
| * | Update the help text for morph deployAdam Coldrick2014-06-181-1/+5
| * | Allow the user to specify deployments in a clusterAdam Coldrick2014-06-181-8/+43
| * | Add unit test to test the validation of cluster morphsAdam Coldrick2014-06-181-0/+18
| * | Validate cluster morphologiesAdam Coldrick2014-06-181-1/+26
|/ /