summaryrefslogtreecommitdiff
path: root/spec/unit/lwrp_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Update some more tests for removing use_inline_resources.Noah Kantrowitz2017-04-041-2/+0
* Try removing the const-ificiation of DSL-based resources/providers.Noah Kantrowitz2017-04-031-92/+15
* Chef-13: Chef::Resource cleanupLamont Granquist2017-03-081-25/+22
* removing a Chef-13 deprecation i sorta disagree withLamont Granquist2017-02-281-8/+1
* Properly deprecate old Chef::Platform methodsLamont Granquist2016-12-071-4/+3
* fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgradeLamont Granquist2016-08-171-4/+4
* fix Style/VariableName copLamont Granquist2016-08-161-2/+2
* allow use_inline_resources for core chef providersLamont Granquist2016-03-211-1/+1
* deprecate Chef::DSL::Recipe::FullDSLlcg/deprecate-fulldslLamont Granquist2016-03-161-3/+3
* lazy module inclusion into DSL moduleslcg/use-and-lazy-module-includeLamont Granquist2016-03-151-0/+58
* autofixing whitespace copsLamont Granquist2016-02-051-5/+3
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
* 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
* Use double quotes by defaultThom May2016-01-141-35/+35
* debug log messages upon reloaded resourcesif/warn-on-reload-resourceIsa Farnik2016-01-121-2/+2
* Update messaging to match LWRP -> Custom Resource renameTim Smith2015-10-211-1/+1
* Re-separate priority map and DSL handler map so that provides has veto power ...John Keiser2015-07-061-4/+4
* Fix up specsjdm/simplify-lwrp1Jay Mundrawala2015-06-301-136/+138
* Added spec for #3607Jay Mundrawala2015-06-301-0/+10
* Revert "Merge pull request #3603 from chef/jdm/lwrp-base"Jay Mundrawala2015-06-301-10/+0
* Added spec for #3607Jay Mundrawala2015-06-301-0/+10
* Test updates for the changes to default actions.Noah Kantrowitz2015-06-291-4/+4
* Support arrays as input to actions / allowed_actionsjk/3535John Keiser2015-06-161-0/+39
* Ensure :nothing is in the list of allowed actions for an LWRPJohn Keiser2015-06-161-4/+4
* Make sure resource_name :x only removes automatic provides from that classJohn Keiser2015-06-081-3/+3
* Fix hyphenated LWRP nameshyphenated-lwrpJohn Keiser2015-06-031-2/+17
* Add regression test for LWRP in hyphenated cookbookdanielsdeleo2015-06-031-1/+32
* Convert LWRP provider tests to let bindingsdanielsdeleo2015-06-031-37/+52
* Fix issue #3463: use real constants instead of const_missingJohn Keiser2015-06-031-3/+124
* Add default_action and allowed_actions to Resource class, remove from LWRPJohn Keiser2015-06-011-4/+4
* Move resource_name up to Resource, and figure out its value automaticallyJohn Keiser2015-06-011-8/+0
* fix an lwrp default action testThom May2015-05-201-1/+1
* Merge branch 'master' of https://github.com/Kasen/chef into Kasen-masterThom May2015-05-201-3/+3
|\
| * Behavior of default_action method changed.Pavel Yudin2015-03-271-3/+3
* | Fix LWRP instance.to_s to look like normal resources againjk/fix_lwrp_class_nameJohn Keiser2015-05-181-0/+8
* | Add Chef::ResourceResolver.resolvejk/missing_method_missingJohn Keiser2015-05-131-0/+4
* | Replace lookup_provider_constant and protect against deprecation in testsJohn Keiser2015-05-131-10/+22
* | Deprecate Chef::Provider::LwrpClass the same way we did ResourceJohn Keiser2015-05-131-15/+20
* | Convert "override LWRP" spec to one explicit check, be absolutelyJohn Keiser2015-05-131-12/+33
* | Move LWRP class deprecation warning to const_missingJohn Keiser2015-05-131-18/+20
* | Deprecate automatic method_missing and Chef::Resource lookupJohn Keiser2015-05-131-0/+2
|/
* specsLamont Granquist2015-02-051-6/+6
* fix LWRP constant lookupsLamont Granquist2015-02-031-0/+24
* typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-081-1/+1
* Update to RSpec 3.Claire McQuin2014-10-291-38/+38
* Merge pull request #2197 from opscode/sersut/fixup-chef-1662Serdar Sutay2014-10-091-0/+21
|\
| * Keep deprecation of #valid_actions until Chef 13.sersut/fixup-chef-1662Serdar Sutay2014-10-091-1/+1
| * Revert "Remove appending :actions and :valid_actions"Serdar Sutay2014-10-091-0/+21
* | Don't override LWRP resources or providers anymore in Chef 12.Serdar Sutay2014-10-081-8/+8
|/