summaryrefslogtreecommitdiff
path: root/chef/lib/chef/provider/deploy.rb
Commit message (Expand)AuthorAgeFilesLines
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-480/+0
* [CHEF-3499] Create DSL namespace, move recipe DSL there.danielsdeleo2012-10-191-1/+2
* CHEF-3449: Chdir inside the recipe_eval converge_by as wellBryan McLellan2012-09-271-3/+5
* CHEF-3449: Check for the files existence in converge_byBryan McLellan2012-09-241-5/+3
* CHEF-3435: Create deploy dirs before calling scm_providerBryan McLellan2012-09-111-0/+6
* [CHEF-630] fix the enforce_ownership call at deploy providerJuanje Ojeda2012-07-261-1/+1
* Merge branch 'master' into whyrunmarc@opscode.com2012-06-221-1/+2
|\
| * implemented a keep_releases configuration setting for Chef::Provider::Deploy ...Ben Lindsey2012-06-211-1/+2
* | modify converge-by descriptions to be standlone present-tense for reporting r...PrajaktaPurohit2012-05-161-15/+15
* | clean up specs after integrationDaniel DeLeo2012-05-111-0/+1
* | whyrun for deploy provider - cleanup, testsMarc Paradise2012-05-111-6/+4
* | those providers who support whyrun must declare itMarc Paradise2012-05-111-0/+4
* | Fixed extra spacing in converge_by messageMarc Paradise2012-05-041-3/+2
* | whyrun assertions (and spec tests) for deploy providerMarc Paradise2012-05-041-20/+37
* | whyrun for deploy: all the actionsMarc Paradise2012-05-041-14/+22
* | why-run for deploy providerMarc Paradise2012-05-041-56/+84
|/
* Load scm provider in deploy provider before any interaction with scm could ha...Igor Afonov2012-04-191-1/+1
* Fixed rollback action for deploy provider. (CHEF-2723, CHEF-1816)Igor Afonov2012-03-161-11/+10
* modify log keys to work with the new mixlib-shelloutDavid Calavera2012-01-231-4/+4
* CHEF-630: do not create directories for linksBryan McLellan2011-12-061-1/+0
* make rollback on error configurable, swich off by defaultPavel Valodzka2011-09-291-9/+11
* don't rollback on force deploy because it better alternativePavel Valodzka2011-09-291-6/+7
* fix mistypePavel Valodzka2011-09-291-1/+1
* Save state before deploy for rollbackPavel Valodzka2011-09-291-17/+17
* Correct search stategy of rollback releasePavel Valodzka2011-09-291-13/+24
* Rollback on deploy errorsPavel Valodzka2011-09-291-9/+38
* refactor methods in deployPavel Valodzka2011-09-291-3/+11
* CHEF-630: Set owner and group on any directories we createBryan McLellan2011-09-281-0/+9
* CHEF-630: Do not create deploy directories if they existBryan McLellan2011-09-281-12/+17
* Fixed CHEF-630Avishai Ish-Shalom2011-09-281-7/+18
* [CHEF-2236] set the run context on gem pkgs created for gems.ymlDaniel DeLeo2011-04-271-1/+1
* Error messages for deploy, shell-out live stream fixesAdam Jacob2011-04-061-26/+50
* Partial update of the deploy resourceAdam Jacob2011-04-061-5/+4
* [CHEF-2083] Deploy provider must trigger load_current_resource in scmDaniel DeLeo2011-03-041-47/+48
* only run notifications if the last action updated the resourceDaniel DeLeo2010-09-281-3/+3
* Pass environment, group and cwd to run on deployPavel Valodzka2010-06-301-1/+4
* fix specs; needed to make resource collection settable in run contextDaniel DeLeo2010-06-031-3/+9
* update method calls to match signaturesDaniel DeLeo2010-06-031-1/+1
* fix most of the specs for deployDaniel DeLeo2010-06-031-1/+1
* Changing Providers to use new initializerChris Walters, Tim Hinderliter2010-06-031-7/+3
* resolving CHEF-833 and re-cuke the related featuresNuo Yan2010-03-301-1/+1
* Remove trailing slash from clone destination argument.valodzka2010-02-111-1/+1
* Merge branch 'CHEF-629' of git://github.com/danielsdeleo/chef into danielsdel...Adam Jacob2009-11-301-0/+13
|\
| * export --force for subversion and svn deployDan DeLeo2009-11-261-0/+13
* | the simple fix for CHEF-647Dan DeLeo2009-11-261-3/+4
|/
* Merge branch 'master' into 0.8-alphaAdam Jacob2009-10-291-1/+1
|\
| * CHEF-628: all_releases broken for DeployAJ Christensen2009-10-221-1/+1
* | Calling release_deletedAdam Jacob2009-10-281-0/+1
* | Fixes CHEF-638, deploy w/revision rolls backAdam Jacob2009-10-251-6/+24
|/
* merge a grumpy stashDan DeLeo2009-10-121-15/+31