summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
| |/
* | update with note re: versionjamescott2014-02-032-0/+6
* | Delegate sync_cookbooks to policy_builder, subclasses rely on itdanielsdeleo2014-02-034-5/+13
* | update man pages w/11-10 versionjamescott2014-02-0330-30/+30
* | update man pagesjamescott2014-02-0323-202/+81
* | Merge pull request #1246 from opscode/CHEF-4747-fixSerdar Sutay2014-02-031-1/+1
* | Bump the version for RC.11.10.0.rc.0sersut2014-01-3025-97/+97
* | Merge branch 'master' into 11-stablesersut2014-01-29188-2558/+6424
|\ \ | |/
| * 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