summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Rename refresh_mode_disabled? to dsc_refresh_mode_disabled?mcquin/dsc_resource_specClaire McQuin2015-09-082-4/+4
* Skip tests unless RefreshMode is DisabledClaire McQuin2015-09-082-9/+12
* Move Win32::Registry#write monkeypatch into win32/registry monkeypatch file.Claire McQuin2015-09-042-30/+28
* Add file header.mcquin/monkeypatch-win32-registry-deleteClaire McQuin2015-09-031-0/+16
* Implement delete_key with Win32::Registry#delete_keyClaire McQuin2015-09-031-26/+13
* Remove access mask to RegDeleteKeyExW, it's not usefulClaire McQuin2015-09-032-4/+2
* Monkey-patch Win32::Registry::API::DeleteKey for Win32::Registry#delete_keyClaire McQuin2015-09-032-9/+15
* Monkey-patch Win32::Registry::API::DeleteValue for Win32::Registry#delete_value.Claire McQuin2015-09-033-0/+33
* review fixesLamont Granquist2015-09-021-9/+7
* refactor remote_directory providerLamont Granquist2015-09-022-102/+244
* Merge pull request #3841 from chef/jdm/now-winds-prKartik Null Cating-Subramanian2015-09-022-33/+0
|\
| * Remove dependency on windows-prjdm/now-winds-prjdm/now-windows-prJay Mundrawala2015-08-281-32/+0
| * Remove unused instance variableJay Mundrawala2015-08-281-1/+0
* | fix locking/unlocking users on SmartOSDave Eddy2015-09-021-4/+32
* | Merge pull request #3821 from joelhandwell/elapsed_timeThom May2015-09-021-2/+14
|\ \
| * | Remove Timecop dependencyJoel Handwell2015-09-021-1/+1
| * | Keep elapsed_time and add pretty_elapsed_timeJoel Handwell2015-09-021-3/+7
| * | Add unit tests for elapsed_timeJoel Handwell2015-09-021-1/+1
| * | Human friendly elapsed time in logJoel Handwell2015-09-021-3/+11
* | | Merge pull request #3806 from gh2k/subversion-shelloutThom May2015-09-022-7/+18
|\ \ \
| * | | Replace output_of_command with shell_out! in subversion providerSimon Detheridge2015-08-242-7/+18
* | | | Merge pull request #3510 from ckaushik/issue_2513Thom May2015-09-021-0/+1
|\ \ \ \
| * | | | Fixing Issue #2513 - the broken render of nested partial templates with varia...Kaushik C2015-07-271-0/+1
* | | | | Merge pull request #3190 from swalberg/tag_nodes_on_bootstrapThom May2015-09-023-2/+14
|\ \ \ \ \
| * | | | | If tags are present, add to the first-boot.jsonSean Walberg2015-04-091-2/+5
| * | | | | Allow tags to be set on a node during bootstrapSean Walberg2015-04-052-0/+9
* | | | | | Merge pull request #3172 from BackSlasher/deploy-shell-outThom May2015-09-021-2/+2
|\ \ \ \ \ \
| * | | | | | Migrated deploy resource to use shell_out instead of run_commandNitz2015-08-181-2/+2
* | | | | | | Merge pull request #3027 from Nordstrom/warn_on_knife_node_runlist_remove_noc...Thom May2015-09-021-1/+12
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Add warnings to 'knife node run list remove ...' when the item to be removed ...James FitzGibbon2015-03-041-1/+12
* | | | | | | Make file verification deprecation print the proper source locjk/dedup-messagesJohn Keiser2015-09-011-1/+2
* | | | | | | Send a string, not an arrayJohn Keiser2015-09-011-1/+4
* | | | | | | Fix dispatching events to methods with arity < argsJohn Keiser2015-09-011-1/+1
* | | | | | | Rename log.deprecation to log_deprecationJohn Keiser2015-09-0117-50/+57
* | | | | | | Pass the buck on deprecations from Chef 12 -> 13John Keiser2015-09-016-8/+6
* | | | | | | Make Dispatcher metaprogramming more straightforwardJohn Keiser2015-09-012-19/+19
* | | | | | | Pass deprecations through formatter instead of logsJohn Keiser2015-09-0122-50/+111
* | | | | | | Refactor Chef::Mixin::WideString to remove implicit Windows dependency.mcquin/refactor-wstringClaire McQuin2015-09-0114-87/+96
* | | | | | | Patch Win32::Registry#write on Ruby 2.1, resolves encoding errorsmcquin/monkeypatch-win32-registry-writeClaire McQuin2015-08-311-0/+27
* | | | | | | Fix constantSalim Alam2015-08-311-1/+1
* | | | | | | Prep for Registry FFI; Convert RegDeleteKeyEx to FFIsalam/registry-ffichefsalim2015-08-302-2/+57
| |_|_|_|_|/ |/| | | | |
* | | | | | Remove unused thingsJay Mundrawala2015-08-281-53/+1
* | | | | | FFI NetUseAddJay Mundrawala2015-08-283-5/+37
* | | | | | FFI NetUseGetInfoJay Mundrawala2015-08-283-11/+50
* | | | | | Create StructHelperJay Mundrawala2015-08-281-38/+42
* | | | | | Use FFI for NetUseDelJay Mundrawala2015-08-283-4/+42
* | | | | | Rename NetUser -> NetJay Mundrawala2015-08-281-1/+2
* | | | | | Make win32/api/net.rb look nicerjdm/net-api-styleJay Mundrawala2015-08-281-11/+28
* | | | | | speed improvement for remote_directory() resourceIgor Shpakov2015-08-271-1/+1
* | | | | | Stop using @instance_variableJay Mundrawala2015-08-271-5/+9