summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Show cookbook trace when available regardless of exception typerecipe-not-found-include-recipe-inspectordanielsdeleo2015-05-192-9/+37
* Add regression test for failures not originating from cookbook codedanielsdeleo2015-05-191-0/+33
* Modernize compile error inspector specdanielsdeleo2015-05-191-113/+101
* Update appveyor to newest rubygemsdanielsdeleo2015-05-191-0/+1
* Skip integration tests that aren't working on appveyor environmentdanielsdeleo2015-05-192-28/+31
* Use descriptive constant names in tests to avoid conflictdanielsdeleo2015-05-193-23/+19
* Pull rspec helper fix from Chef Zero 4.2.2danielsdeleo2015-05-191-1/+1
* Merge pull request #3393 from chef/lcg/chef-shell-timeoutLamont Granquist2015-05-191-1/+1
|\
| * bump timeout up to 300 secondslcg/chef-shell-timeoutLamont Granquist2015-05-181-1/+1
* | Merge pull request #2312 from chef/lcg/node-attrsLamont Granquist2015-05-187-4/+70
|\ \
| * | add CHANGELOG.mdlcg/node-attrsLamont Granquist2015-05-181-0/+1
| * | rename consume_cookbook_collectionLamont Granquist2015-05-182-2/+2
| * | add/fix node attributesLamont Granquist2015-05-186-4/+69
|/ /
* | Fix LWRP instance.to_s to look like normal resources againjk/fix_lwrp_class_nameJohn Keiser2015-05-183-4/+12
* | Merge pull request #3386 from chef/lcg/integ-fixesLamont Granquist2015-05-182-16/+10
|\ \ | |/ |/|
| * rvm needs GEM_PATH protectedlcg/integ-fixesLamont Granquist2015-05-181-1/+1
| * just check for exit != 0Lamont Granquist2015-05-181-1/+1
| * fix circular references testsLamont Granquist2015-05-181-14/+8
|/
* Update CHANGELOG.mdThom May2015-05-181-0/+1
* Merge pull request #3381 from chef/lcg/warn-cb-self-depThom May2015-05-185-4/+55
|\
| * suppress cookbook self-dependencies and warnlcg/warn-cb-self-depLamont Granquist2015-05-153-3/+40
| * change default log_location + log_level for knifeLamont Granquist2015-05-152-1/+15
* | Merge pull request #3380 from chef/jdm/3318Jay Mundrawala2015-05-151-1/+4
|\ \
| * | Use multiple attributes in windows_package examplejdm/3318Jay Mundrawala2015-05-151-1/+4
* | | adding ksubrama to the people sectionSteven Murawski2015-05-151-2/+6
* | | Add ksubrama to chef windows maintainers list.Kartik Null Cating-Subramanian2015-05-151-0/+1
|/ /
* | Add RELEASE_NOTES for #3318Jay Mundrawala2015-05-151-0/+36
* | Update CHANGELOG for #3318Jay Mundrawala2015-05-151-0/+1
* | Merge pull request #3318 from chef/jdm/msi-uri-sourceJay Mundrawala2015-05-156-35/+312
|\ \
| * | Use canonical_path in windows_package resource for sourcejdm/msi-uri-sourceJay Mundrawala2015-05-152-3/+3
| * | added comment for uri_scheme?Jay Mundrawala2015-05-151-0/+3
| * | download_file_missing? -> downloadable_file_missing?Jay Mundrawala2015-05-152-4/+4
| * | Surface checksum attributeJay Mundrawala2015-05-153-0/+29
| * | Allow users to override remote_file attributes in windows_packageJay Mundrawala2015-05-153-10/+39
| * | Use custom uri matcherJay Mundrawala2015-05-152-5/+47
| * | Refactor uri detectionJay Mundrawala2015-05-154-32/+45
| * | Added specs to for windows_package provider's uri featureJay Mundrawala2015-05-151-24/+90
| * | Added spec to make sure urls are not modified when creating a windows_package...Jay Mundrawala2015-05-151-0/+9
| * | Modify windows package provider to allow urlJay Mundrawala2015-05-153-11/+97
| |/
* | Update CHANGELOG for #3344Jay Mundrawala2015-05-151-0/+1
* | Merge pull request #3344 from chef/jdm/netuserJay Mundrawala2015-05-159-122/+592
|\ \
| * | Added comment to LMSTRJay Mundrawala2015-05-151-1/+1
| * | remove unused param_err in net_user_set_info_l3Jay Mundrawala2015-05-151-2/+1
| * | remove unused param_err in net_user_add_l3Jay Mundrawala2015-05-151-2/+1
| * | Added functional tests for user resource on windowsJay Mundrawala2015-05-151-0/+125
| * | wstring the thingsJay Mundrawala2015-05-151-7/+4
| * | LogonUser uses ffi instead win32-apiJay Mundrawala2015-05-155-17/+76
| * | Move win32/user to win32/netJay Mundrawala2015-05-152-1/+1
| * | Removed unused thingsJay Mundrawala2015-05-151-85/+9
| * | NetUserDel uses ffi instead in win32-apiJay Mundrawala2015-05-153-3/+24