summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Delegate sync_cookbooks to policy_builder, subclasses rely on itdanielsdeleo2014-02-033-5/+9
* Make sure --concurrency 1 works while uploading multiple cookbooks.sersut2014-02-031-1/+1
* Merge pull request #1234 from opscode/adamed/oc-10899Adam Edwards2014-01-271-18/+31
|\
| * CHEF-4885: Refactor to add more tests, workaround for Win 8.1 API changeAdam Edwards2014-01-261-18/+31
| * [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-279-8/+141
|\ \ | |/ |/|
| * 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-232-1/+5
| * validate streaming file sizeClaire McQuin2014-01-237-18/+69
| * add counting content-length for streaming requestsLamont Granquist2014-01-231-2/+14
| * adding validation of content-length fieldLamont Granquist2014-01-232-0/+59
* | Add public API for expanding run_list in Chef::Clientdanielsdeleo2014-01-233-25/+59
* | Return node from Chef::Client#build_nodedanielsdeleo2014-01-231-0/+1
|/
* Fix incompatibilites between node expansion and policyfiledanielsdeleo2014-01-221-0/+7
* Update error messaging in Policyfile policy builderdanielsdeleo2014-01-221-0/+5
* Allow policyfile feature to be enabled in configdanielsdeleo2014-01-222-1/+15
* Add Policyfile-based policy builder for chef-clientdanielsdeleo2014-01-222-0/+318
* Extract "expand node" policy builder to new filedanielsdeleo2014-01-212-202/+232
* Add indirection to allow switching policy builder implementationsdanielsdeleo2014-01-212-156/+162
* Fix indentation of rescue clausedanielsdeleo2014-01-201-3/+3
* CHEF-4725: Disable buffering on all log streamsNikhil Benesch2014-01-203-4/+1
* CHEF-4725: Validate 'log_location' setting on log initializationNikhil Benesch2014-01-202-21/+6
* OC-2192: change error message to suggest namespace collision between nodes an...Lamont Granquist2014-01-171-1/+2
* Merge pull request #1220 from opscode/CHEF-4639-updatedSerdar Sutay2014-01-172-6/+23
|\
| * Restore checksums in the output.sersut2014-01-171-13/+9
| * Merge remote-tracking branch 'goodmanio/CHEF-4639' into CHEF-4639-updatedsersut2014-01-172-7/+28
| |\
| | * fixes CHEF-4639Allen Goodman2013-12-061-3/+7
| | * RefactorAllen Goodman2013-11-181-6/+10
| | * If a resource is sensitive, it’s redacted from logs.Allen Goodman2013-11-152-2/+15
* | | Merge pull request #1218 from opscode/lcg/save-CHEF-2418lamont-granquist2014-01-171-6/+17
|\ \ \ | |/ / |/| |
| * | add tests and moar commentLamont Granquist2014-01-171-0/+6
| * | CHEF-2418: rename ssh_password to ssh_password_ngLamont Granquist2014-01-161-6/+11
* | | Merge pull request #1183 from onddo/CHEF-4762Serdar Sutay2014-01-171-2/+3
|\ \ \
| * | | CHEF-4762: added comments about expected return values in http_request with a...Xabier de Zuazo2014-01-141-1/+2
| * | | CHEF-4762: http_request with action :head does not behave correctly in 11.8.0...Xabier de Zuazo2013-12-161-1/+1
| | |/ | |/|
* | | Merge pull request #1128 from opscode/lcg/CHEF-4777lamont-granquist2014-01-162-1/+8
|\ \ \ | |_|/ |/| |
| * | CHEF-4777: fix for fully qualifying recipesLamont Granquist2014-01-162-3/+4
| * | CHEF-4777: add include_recipes to recipes node attrLamont Granquist2013-11-142-1/+7
| |/
* | Add tests for public api to PolicyBuilderdanielsdeleo2014-01-141-1/+3
* | Add license header to policy_builder filedanielsdeleo2014-01-141-0/+21
* | Extract policy building concerns from Chef::Clientdanielsdeleo2014-01-142-152/+230
* | make descriptions same as chef-docsjamescott2014-01-141-6/+6
* | Make conditional more concise with ternary operator per CR feedback.Adam Edwards2014-01-131-7/+1
* | Rename method to reflect predicate usage from code review feedbackAdam Edwards2014-01-132-6/+6
* | SID awareness in group base class to fix regression where resource always upd...Adam Edwards2014-01-132-5/+13
* | Also use sid in excluded_members check, fixes group_spec regressionAdam Edwards2014-01-131-4/+14
* | CHEF-3012: Use SID instead of username for group membership checksadamedx2014-01-132-7/+10
* | add commentLamont Granquist2014-01-091-0/+4
* | CHEF-4734: Stop enforcing group/owner regular expressionsLamont Granquist2014-01-091-2/+2