summaryrefslogtreecommitdiff
path: root/morphlib/plugins/deploy_plugin.py
Commit message (Expand)AuthorAgeFilesLines
* deploy: Fix an unlikely crash at deploy-timeSam Thursfield2016-02-191-2/+2
* Prepare the removal of workspace and system branches codeTiago Gomes2015-11-251-1/+1
* Determine whether to include_local_changes from app.settingsSam Thursfield2015-06-221-3/+1
* Use DefinitionsRepo class in deploy pluginSam Thursfield2015-06-161-74/+64
* Set PYTHONPATH when running deployment extensionsAdam Coldrick2015-06-121-0/+8
* morphlib: Use new temp_dir helper context managerRichard Maw2015-06-051-20/+7
* deploy: Don't imply --upgrade in subsystemsRichard Maw2015-05-271-2/+5
* morph deploy: Allow overriding UPGRADE in definition or on command lineRichard Maw2015-05-271-4/+11
* Ignore --upgrade flag rather than exitingRichard Ipsum2015-05-271-4/+0
* Give exact filename when an artifact is not found in the cache.Sam Thursfield2015-05-191-2/+3
* Fix prototype of create_source_pool()Sam Thursfield2015-05-141-1/+2
* Move duplicate fix_chunk_build_mode function to a common locationAdam Coldrick2015-05-121-26/+2
* Allow the deployment of individual chunks/strata from systemsAdam Coldrick2015-04-301-40/+215
* Improve 'Deploy failed as system is not yet build' error.Sam Thursfield2015-04-301-4/+5
* deploy: Clean up `morph deploy` documentation a bitSam Thursfield2015-04-211-133/+30
* deploy: Deploy and upgrade systems from the same 'cluster' definitionSam Thursfield2015-04-211-17/+83
* deploy: Factor out a bit of code into its own functionSam Thursfield2015-04-211-10/+37
* % escape all % charactersRichard Ipsum2015-03-271-1/+1
* Use the modern way of the GPL copyright header: URL instead real addressJavier Jardón2015-03-161-2/+1
* Treat path given to deploy cmd as relative to cwdRichard Ipsum2015-01-231-2/+4
* Make temporary build branches optionalSam Thursfield2015-01-061-18/+33
* deploy: Note that some of the extensions listed live in definitions.gitSam Thursfield2014-12-091-2/+5
* Add missing types to the docstring in the DeployPlugin.deploy() functionPete Fotheringham2014-12-051-1/+27
* Remove unicode charactersPedro Alvarez2014-12-011-2/+4
* Action review commentsPete Fotheringham2014-12-011-0/+23
* Allow `morph deploy` to cache missing Git repos if it needs toSam Thursfield2014-11-111-1/+0
* build: Resolve the ref being built in the user's local definitions.gitSam Thursfield2014-10-241-2/+2
* Don't log environment variables with 'PASSWORD' in their name.Sam Thursfield2014-09-191-2/+1
* 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
* Avoid creating and pushing temporary build branches when they aren't necessary.Richard Maw2014-08-121-32/+9
* Cut BuildBranch out of morphlib.extensionsRichard Maw2014-08-121-2/+1
* Turn BuildBranch methods into regular functionsRichard Maw2014-08-121-5/+9
* Tidy deploy_plugin a littleRichard Maw2014-07-221-5/+5
* Make our use of json binary path safebaserock/richardmaw/bugfix/unicode-safe-jsonRichard Maw2014-07-111-1/+2
* Use exact filenames to refer to morphology filesRichard Maw2014-07-101-6/+4
* Make MorphologyFinder use file pathsRichard Maw2014-07-071-3/+2
* 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
* Morph deploy should never update git reposPaul Sherwood2014-06-101-0/+1
* Add utilities for listing and finding extensions.Mark Doffman2014-03-311-43/+16
* Merge branch 'baserock/richardipsum/merge_distbuild'Richard Ipsum2014-03-271-2/+3
|\
| * Fix deployRichard Ipsum2014-03-261-2/+3
* | deploy: Set status prefix to show which deployment the status is forRichard Maw2014-03-141-53/+69
* | deploy: Make extension output display which it isRichard Maw2014-03-141-1/+2
* | Add the ability to do nested deploymentsRichard Maw2014-03-141-6/+18
* | Move deploy logic into multiple methodsRichard Maw2014-03-141-14/+28
* | Move tempdir creation out of the loopRichard Maw2014-03-141-21/+27
* | Patch buildcommand once, rather that once per systemRichard Maw2014-03-141-3/+5