summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | | Remove unused thingsJay Mundrawala2015-08-271-5/+0
* | | | | | Use ffi for GetVolumeNameForVolumeMountPointJay Mundrawala2015-08-273-5/+18
* | | | | | Convert SetVolumeMountPoint to use ffiJay Mundrawala2015-08-273-2/+17
* | | | | | Rewrite DeleteVolumeMountPoint to use FFIJay Mundrawala2015-08-273-5/+21
* | | | | | Merge pull request #3760 from chef/ksubrama/rake_taskKartik Null Cating-Subramanian2015-08-261-2/+2
|\ \ \ \ \ \
| * | | | | | Run rake version to get updates.Kartik Null Cating-Subramanian2015-08-251-2/+2
* | | | | | | Merge pull request #3772 from chef/jdm/dsc-script-ps-credJay Mundrawala2015-08-252-0/+6
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Add ps_credential dsl method to dsc_scriptJay Mundrawala2015-08-251-0/+2
| * | | | | | Add to_s to ps_credentialJay Mundrawala2015-08-251-0/+4
* | | | | | | Merge pull request #3307 from chef/ssd/rehashSteven Danna2015-08-2510-200/+527
|\ \ \ \ \ \ \
| * | | | | | | Fix copyright notice in gem_glob_loaderssd/rehashSteven Danna2015-08-251-1/+1
| * | | | | | | Mark custom manifests as deprecatedSteven Danna2015-08-251-1/+1
| * | | | | | | Use Chef::Log.deprecation for deprecation warningSteven Danna2015-08-251-1/+1
| * | | | | | | Be explicit about 'knife rehash' in subcommand_not_foundAlex Pop2015-08-251-1/+1