summaryrefslogtreecommitdiff
path: root/spec/integration
Commit message (Expand)AuthorAgeFilesLines
* Converge actions all together instead of in action :x (fixes #4124)jk/4124John Keiser2015-12-021-23/+93
* Merge pull request #4081 from chef/lcg/chef-versionLamont Granquist2015-10-283-1/+82
|\
| * add integration test for the client sidelcg/chef-versionLamont Granquist2015-10-261-0/+20
| * fix some busted specsLamont Granquist2015-10-261-3/+3
| * improve error message, add more testsLamont Granquist2015-10-262-1/+62
* | Change plural to singularJohn Keiser2015-10-271-7/+7
* | test for default valuechasebolt-sensitiveChase Bolt2015-10-271-0/+24
* | tests and styleChase Bolt2015-10-271-0/+48
|/
* Allow downloading of root_files in a chef repositoryssd/download-root-filesSteven Danna2015-10-231-0/+9
* Merge pull request #4034 from chef/lcg/ruby-profilingLamont Granquist2015-10-131-0/+17
|\
| * add optional ruby-profiling with --profile-rubyLamont Granquist2015-10-051-0/+17
* | Fix forward module.to_sjk/forwarder-to_sJohn Keiser2015-10-051-0/+5
|/
* Add spec for remote dir fixJohn Keiser2015-09-281-0/+74
* Re-upgrade chef-zero to latestjk/latest-chef-zeroJohn Keiser2015-09-233-1/+13
* Rename action_provider_class to less-wordy action_classjk/declare_action_classJohn Keiser2015-09-222-13/+15
* Rename Chef::Resource#current_resource -> Chef::Resource#current_valuemcquin/chef-3897Claire McQuin2015-09-171-12/+12
* remove deprecation warnings testlcg/suppress_freeze_warningsLamont Granquist2015-09-141-2/+0
* Pass deprecations through formatter instead of logsJohn Keiser2015-09-011-0/+53
* Fix error message for providers without `provides`Christian HoĢˆltje2015-08-191-1/+1
* Update to cheffish 1.3 for tests, tweak converge_if_changed outputJohn Keiser2015-07-312-198/+140
* Add current_value_does_not_exist! API, pretty up the outputJohn Keiser2015-07-311-61/+63
* Add Resource.action.converged_if_changedJohn Keiser2015-07-311-0/+469
* Make Resource.action work with non-standard namesjk/action_dashJohn Keiser2015-07-301-0/+23
* Make "property_name" in actions load current value as defaultJohn Keiser2015-07-271-54/+82
* Add Resource.load_current_valueJohn Keiser2015-07-271-0/+178
* Remove warnings from tests too.Noah Kantrowitz2015-07-191-15/+0
* Deprecate passing more than 1 argument to create a resourcejk/3634John Keiser2015-07-061-4/+12
* Don't accept multiple parameters in recipe DSL (just name)John Keiser2015-07-061-0/+20
* Re-separate priority map and DSL handler map so that provides has veto power ...John Keiser2015-07-061-364/+595
* Call provides? when resolving, reduce number of calls to provides?John Keiser2015-06-301-89/+340
* Use windows paths without case-sensitivity.ksubrama/path_spaceKartik Null Cating-Subramanian2015-06-301-11/+13
* Get tests passingJay Mundrawala2015-06-291-1/+1
* Fix to allow LW resources to be used with HW providersjdm/lwrp-fixJay Mundrawala2015-06-241-0/+25
* Get tests running under Ruby 2.0John Keiser2015-06-231-3/+7
* Update resource_name in resource action testsJohn Keiser2015-06-232-5/+5
* Create the `action :name do ... end` syntax for ResourceJohn Keiser2015-06-231-0/+338
* Add default_action and allowed_actions to Resource class, remove from LWRPJohn Keiser2015-06-231-0/+1
* Get rid of warning when defining an LWRPjk/remove_lwrp_warningJohn Keiser2015-06-231-6/+2
* Sort identical "provides" alphabetically (for backcompat)John Keiser2015-06-181-20/+195
* Do not set resource_name outside of Chef::Resourcejk/chef-resource-name-onlyJohn Keiser2015-06-181-19/+15
* Ensure :nothing is in the list of allowed actions for an LWRPJohn Keiser2015-06-161-0/+44
* Make resource_for_short_name look up the canonical resourcejk/automatic-automatic-nameJohn Keiser2015-06-081-12/+109
* Remove unused test lineJohn Keiser2015-06-081-1/+0
* Make sure resource_name :x only removes automatic provides from that classJohn Keiser2015-06-082-18/+108
* Overwrite resource_name with providesJohn Keiser2015-06-081-16/+234
* Make use_automatic_resource_name automaticJohn Keiser2015-06-081-3/+77
* Fix hyphenated LWRP nameshyphenated-lwrpJohn Keiser2015-06-031-0/+57
* Make resource deprecation warnings once-only; fix recipe DSL tests back upJohn Keiser2015-06-021-5/+4
* Narrow resolvers to only look at parts of the map we supportJohn Keiser2015-06-021-1/+1
* Add default_action and allowed_actions to Resource class, remove from LWRPJohn Keiser2015-06-011-5/+1