summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update man pagesjamescott2014-01-3123-202/+81
* Merge pull request #1238 from opscode/lcg/rspec-2.14-deprecation-warningslamont-granquist2014-01-30233-2254/+2261
|\
| * omit test on ruby-1.8Lamont Granquist2014-01-301-1/+1
| * ripping out rspec_reset entirelyLamont Granquist2014-01-295-16/+0
| * fix busted spec exposed by rpsec-2.14-izationLamont Granquist2014-01-291-1/+1
| * remove some more deprecation warningsLamont Granquist2014-01-296-9/+9
| * fix broken specs revealed by rspec-2.14-izationLamont Granquist2014-01-291-11/+9
| * need action for define_resource_requirementsLamont Granquist2014-01-293-0/+3
| * fix test, define_resource_requirements needs an actionLamont Granquist2014-01-291-0/+1
| * fix broken file provider specsLamont Granquist2014-01-291-0/+10
| * fix should_not raise_error(SpecificException)Lamont Granquist2014-01-2945-216/+216
| * this test should have been failingLamont Granquist2014-01-291-8/+8
| * the perils of regexp-based code editingLamont Granquist2014-01-291-1/+1
| * s/mock\(/double(/gLamont Granquist2014-01-29114-363/+363
| * s/stub!/stub/gLamont Granquist2014-01-29193-1625/+1625
| * fix obvious derpLamont Granquist2014-01-291-1/+1
| * fix rspec_reset problemLamont Granquist2014-01-295-4/+15
| * fix "please stub a default message first"Lamont Granquist2014-01-291-17/+17
| * bump to rspec 2.14.xLamont Granquist2014-01-291-1/+1
* | Remove crufty require of pryBryan McLellan2014-01-301-2/+0
|/
* Merge pull request #1234 from opscode/adamed/oc-10899Adam Edwards2014-01-272-18/+70
|\
| * CHEF-4885: Refactor to add more tests, workaround for Win 8.1 API changeAdam Edwards2014-01-262-20/+66
| * Added rspec test to check dynamic legit method nameameyavarade2014-01-261-1/+7
| * [CHEF-4885] Don't define illegally named methods called :windows_8.1?Julian C. Dunn2014-01-261-1/+1
* | Merge pull request #1227 from opscode/lcg/CHEF-4502lamont-granquist2014-01-2711-293/+487
|\ \ | |/ |/|
| * move text message to exception classLamont Granquist2014-01-272-2/+6
| * rename ValidateResponse to ValidateContentLengthLamont Granquist2014-01-272-4/+7
| * add real error for bad download sizeClaire McQuin2014-01-233-5/+9
| * validate streaming file sizeClaire McQuin2014-01-239-83/+84
| * add specs for CHEF-4502 behaviorLamont Granquist2014-01-231-6/+32
| * rspec modernizationLamont Granquist2014-01-231-55/+55
| * more test refactoringLamont Granquist2014-01-231-97/+114
| * WIP: partial rewrite of base specs on masterLamont Granquist2014-01-231-170/+226
| * add counting content-length for streaming requestsLamont Granquist2014-01-231-2/+14
| * WIP: hacking on ugly spec testsLamont Granquist2014-01-231-22/+34
| * adding validation of content-length fieldLamont Granquist2014-01-232-0/+59
* | Merge branch 'nowiki'danielsdeleo2014-01-231-36/+57
|\ \
| * | Update copyright footer in the readmedanielsdeleo2014-01-231-1/+1
| * | Remove most references to wiki from the READMEdanielsdeleo2014-01-231-35/+56
|/ /
* | Merge branch 'CHEF-4983'danielsdeleo2014-01-236-26/+96
|\ \ | |/ |/|
| * Add public API for expanding run_list in Chef::Clientdanielsdeleo2014-01-235-25/+92
| * Return node from Chef::Client#build_nodedanielsdeleo2014-01-232-1/+4
|/
* Merge branch 'policyfile-support'danielsdeleo2014-01-238-467/+1265
|\
| * Fix Policyfile tests for ruby 1.8danielsdeleo2014-01-221-0/+6
| * Fix incompatibilites between node expansion and policyfiledanielsdeleo2014-01-222-26/+66
| * Update error messaging in Policyfile policy builderdanielsdeleo2014-01-222-5/+18
| * Allow policyfile feature to be enabled in configdanielsdeleo2014-01-222-1/+15
| * Add Policyfile-based policy builder for chef-clientdanielsdeleo2014-01-223-0/+662
| * Extract "expand node" policy builder to new filedanielsdeleo2014-01-214-471/+528
| * Add indirection to allow switching policy builder implementationsdanielsdeleo2014-01-213-157/+163
|/