summaryrefslogtreecommitdiff
path: root/lib/chef/provider/deploy.rb
Commit message (Expand)AuthorAgeFilesLines
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* chefstyle: fix Lint/StringConversionInInterpolationLamont Granquist2016-01-121-1/+1
* fix errors when files go away during chownAubrey Holland2015-10-241-1/+1
* Migrated deploy resource to use shell_out instead of run_commandNitz2015-08-181-2/+2
* Create the `action :name do ... end` syntax for ResourceJohn Keiser2015-06-231-3/+3
* Give run contexts children instead of using external dupingJohn Keiser2015-06-231-3/+1
* Revert "Merge pull request #3004 from chef/lcg/deploy-provider-nillable"Jay Mundrawala2015-03-251-104/+87
* make deploy provider support nilLamont Granquist2015-03-051-87/+104
* Remove 1.8 and 1.9 specific monkey patchesdanielsdeleo2014-11-261-1/+0
* typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-081-1/+1
* Refactoring ResourceCollection interface to be backwards compatiable, all spe...tyler-ball2014-10-161-2/+1
* Finishing all code changes to split resource collection into 2 data containerstyler-ball2014-10-161-1/+2
* Remove requires path_helper from provider class, add to provider subclasses u...Claire McQuin2014-09-241-0/+1
* Escape path for globbing.Claire McQuin2014-09-221-1/+1
* Merge pull request #1676 from higanworks/use_shared_path_for_deploy_resourceClaire McQuin2014-08-071-1/+2
|\
| * Merge remote-tracking branch 'upstream/master' into use_shared_path_for_deplo...sawanoboly2014-08-041-1/+0
| |\
| * | shared_path can be used to get the path to the shared_pathsawanoboly2014-07-221-1/+2
* | | Replace single quote with double quote.David Kinzer2014-07-311-1/+1
| |/ |/|
* | fixing all the extra blank linesLamont Granquist2014-07-291-1/+0
|/
* fix mistype in converge for deploy#copy_cached_repoPavel Valodzka2014-01-071-1/+1
* remove trailing whitespace and fix indentationdanielsdeleo2013-06-121-18/+18
* attempt redeploy of failed deploymentdanielsdeleo2013-06-121-1/+5
* Update deploy.rbJJ Asghar2013-04-121-1/+1
* CHEF-3660: Add FileUtils::Entry_ monkey patchsdelano2012-12-131-0/+1
* CHEF-3660: use FileUtils.cp_r to copy directories in deploy_providersdelano2012-12-131-1/+1
* Hack out immediate converge actions to prove conceptdanielsdeleo2012-11-051-6/+0
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+480