| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove access mask to RegDeleteKeyExW, it's not useful | Claire McQuin | 2015-09-03 | 2 | -4/+2 |
| | | |||||
| * | Monkey-patch Win32::Registry::API::DeleteKey for Win32::Registry#delete_key | Claire McQuin | 2015-09-03 | 2 | -9/+15 |
| | | |||||
| * | Monkey-patch Win32::Registry::API::DeleteValue for Win32::Registry#delete_value. | Claire McQuin | 2015-09-03 | 3 | -0/+33 |
| | | |||||
| * | review fixes | Lamont Granquist | 2015-09-02 | 1 | -9/+7 |
| | | | | | | - convert to Set - use #override? | ||||
| * | refactor remote_directory provider | Lamont Granquist | 2015-09-02 | 2 | -102/+244 |
| | | | | | | | | | | | | | | | | | | | | - Huge speed and memory perf boost. In the prior code if you were copying 10 dotfiles to a home directory with a million files in it, would slurp all million files into a ruby Set object even if you were not ultimately going to purge the unmanaged files. This code inverts the logic and tracks managed files and then iterates through the filesystem without slurping a list into memory. - Only do file purging logic if purging is set. - Fixes mutation of new_resource.overwrite. - Fixes mutation of new_resource.rights (subtle). - Adds helper delegators to the new_resource properties. - Deprecates (instead of removes) now-unused methods. - Renamed a method (with deprecated alias preserved) for consistency. - Adds YARD for everything. - Changes protected to private because protected is largely useless in ruby. - Removes whyrun_supported? because the superclass sets that. | ||||
| * | Merge pull request #3841 from chef/jdm/now-winds-pr | Kartik Null Cating-Subramanian | 2015-09-02 | 2 | -33/+0 |
| |\ | | | | | Remove dependency on windows-pr | ||||
| | * | Remove dependency on windows-prjdm/now-winds-prjdm/now-windows-pr | Jay Mundrawala | 2015-08-28 | 1 | -32/+0 |
| | | | |||||
| | * | Remove unused instance variable | Jay Mundrawala | 2015-08-28 | 1 | -1/+0 |
| | | | |||||
| * | | fix locking/unlocking users on SmartOS | Dave Eddy | 2015-09-02 | 1 | -4/+32 |
| | | | |||||
| * | | Merge pull request #3821 from joelhandwell/elapsed_time | Thom May | 2015-09-02 | 1 | -2/+14 |
| |\ \ | | | | | | | Human friendly elapsed time in log | ||||
| | * | | Remove Timecop dependency | Joel Handwell | 2015-09-02 | 1 | -1/+1 |
| | | | | |||||
| | * | | Keep elapsed_time and add pretty_elapsed_time | Joel Handwell | 2015-09-02 | 1 | -3/+7 |
| | | | | |||||
| | * | | Add unit tests for elapsed_time | Joel Handwell | 2015-09-02 | 1 | -1/+1 |
| | | | | |||||
| | * | | Human friendly elapsed time in log | Joel Handwell | 2015-09-02 | 1 | -3/+11 |
| | | | | |||||
| * | | | Merge pull request #3806 from gh2k/subversion-shellout | Thom May | 2015-09-02 | 2 | -7/+18 |
| |\ \ \ | | | | | | | | | Replace output_of_command with shell_out! in subversion provider | ||||
| | * | | | Replace output_of_command with shell_out! in subversion provider | Simon Detheridge | 2015-08-24 | 2 | -7/+18 |
| | | | | | | | | | | | | | | | | | output_of_command doesn't work properly on Windows (see chef/chef#1533) | ||||
| * | | | | Merge pull request #3510 from ckaushik/issue_2513 | Thom May | 2015-09-02 | 1 | -0/+1 |
| |\ \ \ \ | | | | | | | | | | | Fixing Issue #2513 - the broken render of nested partial templates | ||||
| | * | | | | Fixing Issue #2513 - the broken render of nested partial templates with ↵ | Kaushik C | 2015-07-27 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | variables Authors: Kaushik C <kaushik.chand@gmail.com>, Sam Dunne <sam@sam-dunne.com> | ||||
| * | | | | | Merge pull request #3190 from swalberg/tag_nodes_on_bootstrap | Thom May | 2015-09-02 | 3 | -2/+14 |
| |\ \ \ \ \ | | | | | | | | | | | | | Allow tags to be set on a node during bootstrap | ||||
| | * | | | | | If tags are present, add to the first-boot.json | Sean Walberg | 2015-04-09 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks to @coderanger from IRC for pointing me in the right direction. I also snuck in a whitespace fix | ||||
| | * | | | | | Allow tags to be set on a node during bootstrap | Sean Walberg | 2015-04-05 | 2 | -0/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I can set attributes, environment, and run_list, but why not tags? Some of our recipes are driven off of tags, such as for sudo access or membership in a load balancing pool. If this patch is accepted then I will add the corresponding feature to knife-vsphere. This patch only works with the new vault method, not the validator key method. If someone has some pointers on where to add it in the validator method I'd be happy to amend. | ||||
| * | | | | | | Merge pull request #3172 from BackSlasher/deploy-shell-out | Thom May | 2015-09-02 | 1 | -2/+2 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Migrated deploy resource to use shell_out instead of run_command | ||||
| | * | | | | | | Migrated deploy resource to use shell_out instead of run_command | Nitz | 2015-08-18 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Should help with troubleshooting failed migrations | ||||
| * | | | | | | | Merge pull request #3027 from ↵ | Thom May | 2015-09-02 | 1 | -1/+12 |
| |\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | Nordstrom/warn_on_knife_node_runlist_remove_nochange Add warnings to 'knife node run list remove ...' | ||||
| | * | | | | | | Add warnings to 'knife node run list remove ...' when the item to be removed ↵ | James FitzGibbon | 2015-03-04 | 1 | -1/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | doesn't exist | ||||
| * | | | | | | | Make file verification deprecation print the proper source locjk/dedup-messages | John Keiser | 2015-09-01 | 1 | -1/+2 |
| | | | | | | | | |||||
| * | | | | | | | Send a string, not an array | John Keiser | 2015-09-01 | 1 | -1/+4 |
| | | | | | | | | |||||
| * | | | | | | | Fix dispatching events to methods with arity < args | John Keiser | 2015-09-01 | 1 | -1/+1 |
| | | | | | | | | |||||
| * | | | | | | | Rename log.deprecation to log_deprecation | John Keiser | 2015-09-01 | 17 | -50/+57 |
| | | | | | | | | |||||
| * | | | | | | | Pass the buck on deprecations from Chef 12 -> 13 | John Keiser | 2015-09-01 | 6 | -8/+6 |
| | | | | | | | | |||||
| * | | | | | | | Make Dispatcher metaprogramming more straightforward | John Keiser | 2015-09-01 | 2 | -19/+19 |
| | | | | | | | | |||||
| * | | | | | | | Pass deprecations through formatter instead of logs | John Keiser | 2015-09-01 | 22 | -50/+111 |
| | | | | | | | | |||||
| * | | | | | | | Refactor Chef::Mixin::WideString to remove implicit Windows dependency.mcquin/refactor-wstring | Claire McQuin | 2015-09-01 | 14 | -87/+96 |
| | | | | | | | | |||||
| * | | | | | | | Patch Win32::Registry#write on Ruby 2.1, resolves encoding errorsmcquin/monkeypatch-win32-registry-write | Claire McQuin | 2015-08-31 | 1 | -0/+27 |
| | | | | | | | | |||||
| * | | | | | | | Fix constant | Salim Alam | 2015-08-31 | 1 | -1/+1 |
| | | | | | | | | |||||
| * | | | | | | | Prep for Registry FFI; Convert RegDeleteKeyEx to FFIsalam/registry-ffi | chefsalim | 2015-08-30 | 2 | -2/+57 |
| | |_|_|_|_|/ |/| | | | | | |||||
| * | | | | | | Remove unused things | Jay Mundrawala | 2015-08-28 | 1 | -53/+1 |
| | | | | | | | |||||
| * | | | | | | FFI NetUseAdd | Jay Mundrawala | 2015-08-28 | 3 | -5/+37 |
| | | | | | | | |||||
| * | | | | | | FFI NetUseGetInfo | Jay Mundrawala | 2015-08-28 | 3 | -11/+50 |
| | | | | | | | |||||
| * | | | | | | Create StructHelper | Jay Mundrawala | 2015-08-28 | 1 | -38/+42 |
| | | | | | | | |||||
| * | | | | | | Use FFI for NetUseDel | Jay Mundrawala | 2015-08-28 | 3 | -4/+42 |
| | | | | | | | |||||
| * | | | | | | Rename NetUser -> Net | Jay Mundrawala | 2015-08-28 | 1 | -1/+2 |
| | | | | | | | |||||
| * | | | | | | Make win32/api/net.rb look nicerjdm/net-api-style | Jay Mundrawala | 2015-08-28 | 1 | -11/+28 |
| | | | | | | | |||||
| * | | | | | | speed improvement for remote_directory() resource | Igor Shpakov | 2015-08-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | problem: doing ls(path) for a very large directory with > 1.8mil files takes upwards of 10 minutes. solution: change filtering stage from files.reject! to files.reject files.reject! does in place filtering and it looks like it copies the whole array for every deletion. in my example it filtered out 300k rows, so that's 300k array copies. switching to files.reject decreases the runtime of that function from 650seconds down to 6-7 seconds. | ||||
| * | | | | | | Stop using @instance_variable | Jay Mundrawala | 2015-08-27 | 1 | -5/+9 |
| | | | | | | | |||||
| * | | | | | | Remove unused things | Jay Mundrawala | 2015-08-27 | 1 | -5/+0 |
| | | | | | | | |||||
| * | | | | | | Use ffi for GetVolumeNameForVolumeMountPoint | Jay Mundrawala | 2015-08-27 | 3 | -5/+18 |
| | | | | | | | |||||
| * | | | | | | Convert SetVolumeMountPoint to use ffi | Jay Mundrawala | 2015-08-27 | 3 | -2/+17 |
| | | | | | | | |||||
| * | | | | | | Rewrite DeleteVolumeMountPoint to use FFI | Jay Mundrawala | 2015-08-27 | 3 | -5/+21 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #3760 from chef/ksubrama/rake_task | Kartik Null Cating-Subramanian | 2015-08-26 | 1 | -2/+2 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Refactor all the gem building logic into a custom rake task. | ||||
