summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3397 from chef/lcg/directory-missing-owner-validation-checkLamont Granquist2015-05-261-0/+3
|\
| * directory resource needs to call FAC for DRRLamont Granquist2015-05-261-0/+3
* | Merge pull request #3419 from chef/shain/fix_cliScott Hain2015-05-261-0/+6
|\ \ | |/ |/|
| * Fix cli issue with unset chef_repo_pathshain/fix_cliScott Hain2015-05-221-0/+6
* | Bump all version numbersThom May2015-05-261-1/+1
* | Fix ruby warning for unused local variabledanielsdeleo2015-05-231-1/+1
|/
* Display policy name and ID during the chef rundanielsdeleo2015-05-223-0/+10
* Remove old TODO commentdanielsdeleo2015-05-221-3/+3
* Update specs for remote local file + spacesJay Mundrawala2015-05-211-3/+5
* Allow spaces in files for remote_fileJay Mundrawala2015-05-214-6/+27
* Stub `windows?` on ChefConfig so it applies to configdanielsdeleo2015-05-201-5/+1
* Update rake tasks for componentizationdanielsdeleo2015-05-201-3/+7
* Move Win2003 dependent config into chef coredanielsdeleo2015-05-201-0/+20
* Configure logger before loading configdanielsdeleo2015-05-201-0/+8
* Use PathHelper from chef-configdanielsdeleo2015-05-201-204/+3
* Move Chef::Config into a subprojectdanielsdeleo2015-05-202-734/+3
* Merge pull request #3267 from dbjorge/issue-3266Thom May2015-05-203-2/+61
|\
| * Pin sid_spec default group expectation to observed behaviorDan Bjorge2015-04-231-1/+2
| * securable_resource functional specs compare default creation permissions agai...Dan Bjorge2015-04-233-2/+60
* | Show cookbook trace when available regardless of exception typedanielsdeleo2015-05-201-9/+21
* | Don't call get_last_error for net apijdm/winnetfixJay Mundrawala2015-05-201-30/+6
* | Merge branch 'master' of https://github.com/Kasen/chef into Kasen-masterThom May2015-05-201-1/+1
|\ \
| * | Behavior of default_action method changed.Pavel Yudin2015-03-271-1/+1
* | | Merge pull request #3325 from chef/ryan/validatorless_bootstrapThom May2015-05-201-0/+6
|\ \ \
| * | | Enforce passing a node name when bootstrapping with chef-vault or userryan/validatorless_bootstrapRyan Cragun2015-05-011-0/+6
* | | | rename consume_cookbook_collectionLamont Granquist2015-05-182-2/+2
* | | | add/fix node attributesLamont Granquist2015-05-183-1/+31
* | | | Fix LWRP instance.to_s to look like normal resources againjk/fix_lwrp_class_nameJohn Keiser2015-05-182-4/+4
* | | | Merge pull request #3381 from chef/lcg/warn-cb-self-depThom May2015-05-182-4/+10
|\ \ \ \
| * | | | suppress cookbook self-dependencies and warnlcg/warn-cb-self-depLamont Granquist2015-05-151-3/+7
| * | | | change default log_location + log_level for knifeLamont Granquist2015-05-151-1/+3
* | | | | Merge pull request #3318 from chef/jdm/msi-uri-sourceJay Mundrawala2015-05-153-8/+147
|\ \ \ \ \
| * | | | | Use canonical_path in windows_package resource for sourcejdm/msi-uri-sourceJay Mundrawala2015-05-151-1/+1
| * | | | | added comment for uri_scheme?Jay Mundrawala2015-05-151-0/+3
| * | | | | download_file_missing? -> downloadable_file_missing?Jay Mundrawala2015-05-151-2/+2
| * | | | | Surface checksum attributeJay Mundrawala2015-05-152-0/+24
| * | | | | Allow users to override remote_file attributes in windows_packageJay Mundrawala2015-05-152-10/+26
| * | | | | Use custom uri matcherJay Mundrawala2015-05-151-5/+2
| * | | | | Refactor uri detectionJay Mundrawala2015-05-153-30/+43
| * | | | | Modify windows package provider to allow urlJay Mundrawala2015-05-152-8/+94
| |/ / / /
* | | | | Merge pull request #3344 from chef/jdm/netuserJay Mundrawala2015-05-158-122/+467
|\ \ \ \ \
| * | | | | 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
| * | | | | 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