summaryrefslogtreecommitdiff
path: root/lib/chef/resource/deploy.rb
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate provider_basejk/resource_nameJohn Keiser2015-06-011-2/+6
|
* Add use_automatic_resource_nameJohn Keiser2015-06-011-1/+1
|
* Make resource_name call providesJohn Keiser2015-06-011-1/+1
|
* Move resource_name up to Resource, and figure out its value automaticallyJohn Keiser2015-06-011-1/+0
|
* Add "provides" to all resourcesJohn Keiser2015-05-131-0/+1
|
* Revert "Merge pull request #3004 from chef/lcg/deploy-provider-nillable"Jay Mundrawala2015-03-251-2/+1
| | | | | This reverts commit 4b0f63b90cc72365fccd3f4f2e07721de7af80e6, reversing changes made to b023ada18ed90bb9d2545760f93e6210e083dc8d.
* Revert "Merge pull request #2956 from chef/lcg/deploy-fixes"Jay Mundrawala2015-03-251-50/+216
| | | | | | | | This reverts commit 2603e2153d6ab50179d2278025a51579edb9033f, reversing changes made to a7f5c92960aedf8d5bfc71abbce430ab075e016a. Conflicts: CHANGELOG.md
* make deploy provider support nilLamont Granquist2015-03-051-1/+2
| | | | | | | necessary edits to protect deploy provider and git provider when the resource parameters are reset to nil. also clean up the use of @new_resource in the deploy provider.
* nillable deploy resource + nillable LWRP argsLamont Granquist2015-02-231-216/+50
| | | | | | | | | | | | | introduced nillable_set_or_return so that we can actually set a nil value on a resource from the DSL. this fixes the case where you want to do (and we document) setting symlink_before_migrate to nil on the deploy resource. to implement this better also moved up the attribute DSL method to the base Chef::Resource class. all LWRP resources are now nillable as well.
* Chef-12 RC Provider ResolverLamont Granquist2014-10-241-1/+0
| | | | | makes resource and provider class resolution more dynamic. begins deprecation of Chef::Platform static mapping.
* changes to fix failing testsJohn Goulah2013-11-261-0/+18
|
* Normalize whitespace on all filesSeth Vargo2013-09-261-3/+3
|
* Add spec for new timeout attribute on deploy resourceJack Foy2013-07-191-1/+1
|
* Update the deploy resource to meet extended scm interfaceJack Foy2013-07-191-0/+13
|
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+403
The opscode/chef repository now only contains the core Chef library code used by chef-client, knife and chef-solo!