summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Empty strings should be able to be converted into wide stringsJay Mundrawala2015-05-151-1/+1
| * | NetUserSetInfo uses ffiJay Mundrawala2015-05-153-9/+45
| * | NetUserGetInfo uses ffiJay Mundrawala2015-05-153-19/+106
| * | Replace some user creation win32-api calls with ffiJay Mundrawala2015-05-154-14/+237
| * | Change handle to size_tJay Mundrawala2015-05-151-1/+1
| |/
* | Update CHANGELOG for #3360Jay Mundrawala2015-05-151-0/+1
* | Merge pull request #3360 from chef/jdm/resource-semanticsJay Mundrawala2015-05-154-0/+37
|\ \ | |/ |/|
| * Added spec for making sure package fails if both multipackage and source spec...jdm/resource-semanticsJay Mundrawala2015-05-131-0/+6
| * Added spec for check_resource_semantics! inJay Mundrawala2015-05-131-0/+20
| * Fail if both source and multipackage are provided for packageJay Mundrawala2015-05-111-0/+6