summaryrefslogtreecommitdiff
path: root/morphlib/plugins
Commit message (Expand)AuthorAgeFilesLines
* Add status message on successful `morph checkout` / `morph branch`sam/no-git-update-fixesSam Thursfield2014-11-051-1/+2
* Make branch and merge commands honour --no-git-updateSam Thursfield2014-11-051-1/+3
* Fix lines longer than 79 charactersSam Thursfield2014-10-291-2/+2
* Merge remote-tracking branch 'origin/sam/build-fix-3'Sam Thursfield2014-10-291-6/+15
|\
| * Fix distbuild to allow passing a commit instead of a named ref to be builtSam Thursfield2014-10-271-6/+15
|/
* build: Resolve the ref being built in the user's local definitions.gitSam Thursfield2014-10-242-4/+5
* build: Restructure how BuildCommand.build() is calledSam Thursfield2014-10-241-3/+5
* Fix synopsis of `morph edit` commandSam Thursfield2014-10-221-1/+1
* Fix the `morph list-artifacts` commandSam Thursfield2014-10-101-6/+7
* Allow distbuilds to choose where to put logsRichard Maw2014-10-081-0/+5
* Fix issues with distbuild caused by moving to building per-sourceRichard Maw2014-10-082-3/+5
* Allow ephemeral ports for distbuild servicesRichard Maw2014-10-021-1/+1
* distbuild: allow daemons to bind to ephemeral portsRichard Maw2014-10-011-2/+22
* Remove overlap detection logicRichard Maw2014-10-011-32/+0
* Remove run-in-artifact subcommandRichard Maw2014-10-011-1/+1
* Merge branch 'baserock/richardmaw-os/tidy-build-logic-v7'Richard Maw2014-09-222-72/+57
|\
| * Fix show-dependencies plugin to use source deps.Richard Maw2014-09-191-2/+2
| * Build per-source rather than per-artifactRichard Maw2014-09-191-66/+55
| * Remove Morphology.builds_artifactsRichard Maw2014-09-191-4/+0
| * Rename BuildCommand.get_sources to fetch_sourcesRichard Maw2014-09-191-1/+1
* | Don't log environment variables with 'PASSWORD' in their name.Sam Thursfield2014-09-191-2/+1
|/
* Fix `morph branch-from-image` to work for deployed imagesbaserock/richardmaw/bugfix/branch-from-deployed-imageRichard Maw2014-09-111-1/+2
* deploy: Allow extensions to write to Morph log fileRichard Maw2014-09-011-23/+30
* Add `morph upgrade` command, deprecate `morph deploy --upgrade`Sam Thursfield2014-09-011-4/+26
* Clarify that multiple images can be deployed at once by `morph deploy`Sam Thursfield2014-09-011-1/+1
* morphloader: Get commands when loading morphologyAdam Coldrick2014-08-141-1/+1
* show-dependencies: Use sanitise_morphology_path instead of stripping `.morph`Adam Coldrick2014-08-141-2/+2
* Merge branch 'baserock/richardmaw/misc-fixups'baserock/richardmaw/tmpRichard Maw2014-08-121-104/+15
|\
| * Fix `morph edit` when repo has the same ref as system branchRichard Maw2014-08-121-3/+11
| * Make morph show-branch-root print the pathRichard Maw2014-08-121-3/+4
| * Remove petrify and unpetrify commandsRichard Maw2014-08-121-98/+0
|/
* Avoid creating and pushing temporary build branches when they aren't necessary.Richard Maw2014-08-122-64/+16
* Cut BuildBranch out of morphlib.extensionsRichard Maw2014-08-121-2/+1
* Turn BuildBranch methods into regular functionsRichard Maw2014-08-122-10/+18
* Use sanitise_morphology_path in serialise_artifactRichard Ipsum2014-07-311-1/+1
* Fix list-artifacts post chunks-in-definitionsbaserock/richardmaw/bugfix/fix-list-artifactsRichard Maw2014-07-281-1/+1
* Remove update-gits commandRichard Maw2014-07-221-83/+0
* Tidy deploy_plugin a littleRichard Maw2014-07-221-5/+5
* Fix JSON file handling to be binary filename safeLars Wirzenius2014-07-151-1/+2
|\
| * Make our use of json binary path safebaserock/richardmaw/bugfix/unicode-safe-jsonRichard Maw2014-07-111-1/+2
* | Fix bug in list-artifacts pluginRichard Ipsum2014-07-111-1/+1
|/
* Use exact filenames to refer to morphology filesRichard Maw2014-07-105-27/+28
* Make MorphologyFinder use file pathsRichard Maw2014-07-071-3/+2
* Exorcise some old and unused commandsRichard Maw2014-07-072-2442/+536
* Remove check on checkout/branch that there are systemsRichard Maw2014-07-071-22/+0
* Remove code made vestigial from the `morph edit` rewriteRichard Maw2014-07-071-64/+0
* 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
* Merge remote-tracking branch 'origin/sam/distbuild-gc-fix'Sam Thursfield2014-06-161-0/+3
|\
| * Don't delete subdirectories of tempdir in gc pluginSam Thursfield2014-06-131-0/+3