summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Revert "CHEF-4028 - Log resource no longer counts as an updated resource unle...Lamont Granquist2014-07-311-18/+0
* Prevent indentation from being set to negative numbersLamont Granquist2014-07-311-0/+48
* remove http_request hard coded query stringLamont Granquist2014-07-311-8/+8
* Revert "remove http_request hard coded query string"Lamont Granquist2014-07-311-8/+8
* remove http_request hard coded query stringLamont Granquist2014-07-311-8/+8
* Remove unused argument to CookbookUploader#initializedanielsdeleo2014-07-303-13/+7
* Update CookbookUploader contract with HTTP client objectdanielsdeleo2014-07-301-0/+167
* Make FileVendor configuration specific to the two implementationsdanielsdeleo2014-07-3010-10/+88
* Move `ohai` helper into platform_helpers, fix perf issue.danielsdeleo2014-07-302-10/+5
* Allow requests to opt-out from JSON encoding the bodydanielsdeleo2014-07-301-0/+128
* add shell_out to base provider codeLamont Granquist2014-07-291-0/+12
* add shell_out mixins to recipe DSLLamont Granquist2014-07-281-0/+12
* clean up deleted files in cookbooks we synchLamont Granquist2014-07-261-22/+83
* make no_lazy_load the defaultLamont Granquist2014-07-261-218/+372
* Merge branch 'chef-4760-knife-logging'Bryan McLellan2014-07-2411-48/+49
|\
| * Update tests for CHEF-4760 change.Chris Jerdonek2014-07-2111-48/+49
* | Allow an array in default_actionSeth Vargo2014-07-231-0/+13
|/
* Remove appending :actions and :valid_actionsSeth Vargo2014-07-181-21/+0
* fix this right so it doesn't break in chef-13 tooLamont Granquist2014-07-181-1/+1
* fix unit testLamont Granquist2014-07-171-1/+1
* Merge pull request #1639 from opscode/sersut/chef-cvt-fixSerdar Sutay2014-07-155-24/+27
|\
| * Turn the not applicable 0.0.0.0 address spec on windows.sersut2014-07-141-1/+2
| * Make the windows memory leak test more robust.sersut2014-07-142-8/+2
| * Handle unexpected default non-inheritable ACLs on non-vanilla windows boxes.sersut2014-07-142-13/+22
| * Automatically find out the sid for Administrators so that the specs can run o...sersut2014-07-141-2/+1
* | Limit change to windows and fix test to be accurate.jmink2014-07-151-1/+3
* | Add comments to clarify linking codejmink2014-07-151-1/+1
* | CHEF-3960 Symlinks to directories should be swingablejmink2014-07-151-0/+6
|/
* Merge pull request #1629 from opscode/mcquin/shell_out_spec_fixSerdar Sutay2014-07-112-1/+18
|\
| * Add RSpec matcher match_environment_variable.Claire McQuin2014-07-102-9/+18
| * Update expected result when LC_ALL is not set in Windows.Claire McQuin2014-07-091-1/+9
* | Delegate DSL method values to their superclassSeth Vargo2014-07-111-0/+61
* | Use Ruby 1.8 style hashes for BCSeth Vargo2014-07-111-2/+2
* | Allow default values to be a DelayedEvaluatorSeth Vargo2014-07-111-0/+20
|/
* Merge pull request #1581 from opscode/vtolstov-systemdClaire McQuin2014-07-091-27/+44
|\
| * Update spec for shell_out.Claire McQuin2014-06-301-27/+44
* | Add url scheme to proxy, if not present.Claire McQuin2014-07-091-1/+35
* | Allow Pedant to run if port 8889 is blockedJohn Keiser2014-07-072-2/+4
* | Support --chef-zero-port=A-B,C,D-E syntax for finding portsJohn Keiser2014-07-072-3/+50
* | Revert the provider indirection logic while keeping the timeout functionality...sersut2014-07-023-29/+29
* | moar 1.8.7 fixesLamont Granquist2014-07-011-4/+4
* | fix unit testsLamont Granquist2014-07-011-48/+24
* | Merge pull request #1565 from jmink/CHEF-4994Bryan McLellan2014-06-301-5/+5
|\ \
| * | Include the shell_out mixin in cookbook_site_sharejmink2014-06-271-3/+3
| * | Hack around system differences for travis testjmink2014-06-271-1/+1
| * | Fix cookbook_site_share testsjmink2014-06-261-5/+5
* | | Allow users to set the +resource_name+ in an LWRP programaticallySeth Vargo2014-06-301-0/+27
| |/ |/|
* | Set environment option's 'LC_ALL' to nil if not present in option.Claire McQuin2014-06-272-111/+54
* | Add functional test for shell_out_with_systems_localeClaire McQuin2014-06-271-0/+56
* | Properly modify environment option based on ENVClaire McQuin2014-06-271-31/+114