summaryrefslogtreecommitdiff
path: root/spec/unit/resource
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into mcquin/rspec-3Claire McQuin2014-10-302-10/+20
|\
| * Turn off the alternative resource name tests for windows service andpackage.Serdar Sutay2014-10-282-16/+4
| * Make sure the event log related capability is turned off on Windows 2003 boxe...Serdar Sutay2014-10-282-4/+16
| * Make sure windows_service and windows_package resources are found with the ne...Serdar Sutay2014-10-282-10/+20
* | Update to RSpec 3.Claire McQuin2014-10-296-31/+31
|/
* windows_package installer_type should be a symbolBryan McLellan2014-10-281-3/+3
* updating resources/providers unit tests to rpsec3Lamont Granquist2014-10-2450-671/+671
* Chef-12 RC Provider ResolverLamont Granquist2014-10-2420-244/+190
* Enable guard_interpreters for the execute resource and set the default interp...Serdar Sutay2014-10-161-0/+5
* Merge pull request #1907 from Aevin1387/freebsd-port-pkgngSerdar Sutay2014-10-101-3/+2
|\
| * Move supports_with_pkgng? check to the freebsd_package package.Cory Stephenson2014-08-281-2/+2
| * Remove unnecessary version check in freebsd port and package tests.Cory Stephenson2014-08-271-1/+0
* | Merge pull request #2103 from opscode/jdmundrawala/issue-2027-masterJay Mundrawala2014-10-081-29/+0
|\ \
| * | We now check for powershell/dsc compat in provider.jdmundrawala/issue-2027-masterJay Mundrawala2014-09-221-29/+0
* | | homebrew_owner now tries to run homebrew as the user who owns the `brew` exec...tyler-ball2014-10-071-0/+21
* | | Unsupported block exception is now raised by configureBryan McLellan2014-09-301-5/+8
* | | unit test for guard_interpreter creation during compilationBryan McLellan2014-09-301-0/+7
* | | guard_interpreter requires a commandBryan McLellan2014-09-301-0/+9
|/ /
* | Restoring https://github.com/opscode/chef/pull/1921 to master - somehow it go...tyler-ball2014-09-191-0/+36
* | DscScript resource will raise an error if dsc is not availableJay Mundrawala2014-09-191-57/+90
* | Add configurationdata attribute supportAdam Edwards2014-09-191-8/+33
* | Initial dsc_configuration resource implementationAdam Edwards2014-09-191-0/+69
|/
* CHEF-1737: Fix noauto support.markgibbons2014-08-211-0/+9
* set nil by default, add two specssawanoboly2014-08-211-0/+11
* CHEF-5022: Add configure_startup actionBryan McLellan2014-08-121-0/+5
* CHEF-5022: Differentiate between Windows service startup_typesBryan McLellan2014-08-121-0/+41
* Add "force" attribute to resource/user, passing "-f" to userdelChris Aumann2014-07-081-0/+4
* Revert the provider indirection logic while keeping the timeout functionality...sersut2014-07-022-26/+26
* Merge pull request #506 from ctennis/CHEF-3637Claire McQuin2014-06-181-0/+14
|\
| * Add support for automatically using the Systemd service provider if it's in useCaleb Tennis2012-11-291-0/+14
* | Merge pull request #1462 from pdf/CHEF-5168Claire McQuin2014-06-101-0/+8
|\ \
| * | [CHEF-5168] Apt Package provider times outPeter Fern2014-05-281-0/+8
* | | send md5 checksummed registry key if data type is binary/dword/qwordClaire McQuin2014-06-051-0/+28
|/ /
* | Merge branch 'master' into sersut/CHEF-4637sersut2014-05-081-0/+5
|\ \
| * | CHEF-5092: chef_gem should use omnibus `gem` binaryLamont Granquist2014-05-071-0/+5
* | | Merge branch 'freebsdPkgngSupport' of github.com:liseki/chefsersut2014-05-081-11/+63
|\ \ \ | |/ / |/| |
| * | Refactor resolving of Freebsd package providerRichard Manyanza2014-03-121-12/+63
| * | Refactor FreeBSD package providersRichard Manyanza2014-03-111-2/+3
* | | Merge pull request #1356 from opscode/ssd/CHEF-5163Serdar Sutay2014-05-071-0/+11
|\ \ \
| * | | [CHEF-5163] Add tests for delayed evalutors in mount optionsSteven Danna2014-04-051-0/+11
* | | | [CHEF-5162] Support DelayedEvaluator for remote_file's source attributeSteven Danna2014-05-021-0/+29
* | | | Fix rspec warningsdanielsdeleo2014-04-241-1/+0
|/ / /
* | | CR feedback: move command evaluation to guard interpreterAdam Edwards2014-03-292-7/+7
* | | CR feedback: clean up convert boolean expressions and add testsAdam Edwards2014-03-291-0/+40
* | | CR feedback: move inheritance to class level, add tests for convert_boolean_trueAdam Edwards2014-03-291-0/+18
* | | Fix namespacing issues caused by moving guard_interpreter logic out of Chef::...Adam Edwards2014-03-292-59/+3
* | | CR feedback: refactor guard interpreter logic out of Resource into ConditionalAdam Edwards2014-03-292-13/+14
* | | CR feedback: use expect to explicitly test exception behaviorAdam Edwards2014-03-291-5/+1
* | | CR feedback: remove duplicate specsAdam Edwards2014-03-291-17/+0
* | | Guard resource new specs and spec fixesAdam Edwards2014-03-292-2/+104