summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | 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
| |/
* | Merge pull request #3360 from chef/jdm/resource-semanticsJay Mundrawala2015-05-152-0/+11
|\ \ | |/ |/|
| * Fail if both source and multipackage are provided for packageJay Mundrawala2015-05-111-0/+6
| * Add check_resource_semantics! lifecycle method to providerJay Mundrawala2015-05-111-0/+5
* | Add Chef::ResourceResolver.resolvejk/missing_method_missingJohn Keiser2015-05-131-0/+10
* | Remove unused clear methodJohn Keiser2015-05-131-6/+0
* | Package and Service are abstract and should never be usedJohn Keiser2015-05-131-2/+0
* | Replace lookup_provider_constant and protect against deprecation in testsJohn Keiser2015-05-131-8/+9
* | Deprecate Chef::Provider::LwrpClass the same way we did ResourceJohn Keiser2015-05-134-94/+140
* | Allow LWRPBase.loaded_lwrps to be called from subclassesJohn Keiser2015-05-131-4/+6
* | Fix exception thrown from deprecation warningJohn Keiser2015-05-131-6/+6
* | Deprecate dsl_name (the "DSL name for this class" is no longer meaningful).John Keiser2015-05-135-99/+106
* | Fix deprecation warning (and corresponding test) for Chef::Resource::BlahJohn Keiser2015-05-131-4/+3
* | Make sure LWRPBase requires what it uses (fix travis issue)John Keiser2015-05-131-0/+7
* | Move LWRP class deprecation warning to const_missingJohn Keiser2015-05-135-33/+45
* | Move deprecation back into resource_for_short_nameJohn Keiser2015-05-132-48/+36
* | warn -> deprecationJohn Keiser2015-05-131-5/+5
* | Add deprecation warning for providers that do not use providesJohn Keiser2015-05-131-1/+7
* | Add `provides` to remaining provider resourcesJohn Keiser2015-05-136-0/+93
* | Add "provides" to all resourcesJohn Keiser2015-05-1326-8/+27
* | Remove provides_nothingJohn Keiser2015-05-133-18/+0
* | Remove automatic `provides`John Keiser2015-05-132-31/+3
* | Add provides_nothing and let it override even Chef::Resource::X automatic namesJohn Keiser2015-05-135-21/+33
* | Make explicit "provides" override automaticJohn Keiser2015-05-134-0/+35
* | Deprecate automatic method_missing and Chef::Resource lookupJohn Keiser2015-05-138-84/+237
* | Merge pull request #3336 from chef/jdm/smbJay Mundrawala2015-05-135-10/+77
|\ \
| * | Allow unc to have ip addressjdm/smbJay Mundrawala2015-05-071-1/+1
| * | remote_file support for windows network sharesJay Mundrawala2015-05-055-10/+77