Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup NetGroup classjdm/win-groups | Jay Mundrawala | 2015-07-30 | 1 | -22/+9 |
| | |||||
* | FFYify NetLocalGroupDelMembers | Jay Mundrawala | 2015-07-30 | 1 | -1/+6 |
| | |||||
* | FFYify NetLocalGroupSetMembers | Jay Mundrawala | 2015-07-30 | 1 | -1/+5 |
| | |||||
* | FFYify NetLocalGroupAddMembers | Jay Mundrawala | 2015-07-30 | 1 | -1/+5 |
| | |||||
* | FFIify NetLocalGroupGetMembers | Jay Mundrawala | 2015-07-29 | 1 | -29/+4 |
| | |||||
* | Add Win32NetAPIError exception class | Jay Mundrawala | 2015-07-29 | 1 | -4/+4 |
| | |||||
* | Rewrite NetLocalGroupDel to use FFI | Jay Mundrawala | 2015-07-29 | 1 | -3/+4 |
| | |||||
* | Convert NetLocalGroupAdd to use FFI | Jay Mundrawala | 2015-07-29 | 1 | -106/+109 |
| | |||||
* | Fix up comments and default priority (when nothing matches) | John Keiser | 2015-06-02 | 1 | -201/+3 |
| | |||||
* | Use the central priority map for `provides` | John Keiser | 2015-06-02 | 1 | -4/+201 |
| | |||||
* | Fix backups on windows for the file resource | Jay Mundrawala | 2015-05-27 | 1 | -1/+9 |
| | | | | | | | | The backup utility was using Dir.[], which on breaks with \ in the path name. This code is replaces with listing the directory and matching the correct files This should solve #3394. | ||||
* | Use PathHelper from chef-config | danielsdeleo | 2015-05-20 | 1 | -204/+3 |
| | |||||
* | LogonUser uses ffi instead win32-api | Jay Mundrawala | 2015-05-15 | 1 | -10/+9 |
| | |||||
* | Move win32/user to win32/net | Jay Mundrawala | 2015-05-15 | 1 | -1/+1 |
| | |||||
* | Removed unused things | Jay Mundrawala | 2015-05-15 | 1 | -85/+9 |
| | |||||
* | NetUserDel uses ffi instead in win32-api | Jay Mundrawala | 2015-05-15 | 1 | -3/+4 |
| | |||||
* | NetUserSetInfo uses ffi | Jay Mundrawala | 2015-05-15 | 1 | -6/+5 |
| | |||||
* | NetUserGetInfo uses ffi | Jay Mundrawala | 2015-05-15 | 1 | -13/+13 |
| | |||||
* | Replace some user creation win32-api calls with ffi | Jay Mundrawala | 2015-05-15 | 1 | -12/+44 |
| | |||||
* | Fix bug where unset HOME would cause chef to crash | Jay Mundrawala | 2015-03-26 | 1 | -3/+3 |
| | | | | | | Issue #3153 When running chef with HOME unset (going to be a common case on the nixs), Chef will crash when it uses the all_homes function. | ||||
* | Useful error message when dsc resource is not found | Jay Mundrawala | 2015-03-20 | 1 | -1/+3 |
| | |||||
* | ResourceStore does not deal with exceptions | Jay Mundrawala | 2015-03-20 | 1 | -9/+3 |
| | | | | | Also, added a more specific exception for when we cannot find the resource | ||||
* | Guard ps_credential import | Jay Mundrawala | 2015-03-20 | 1 | -1/+1 |
| | |||||
* | Refactor ps_credential for easier mocking | Jay Mundrawala | 2015-03-20 | 1 | -2/+8 |
| | |||||
* | Display information from DSC | Jay Mundrawala | 2015-03-20 | 1 | -0/+4 |
| | |||||
* | Add verbose stream | Jay Mundrawala | 2015-03-20 | 1 | -3/+6 |
| | |||||
* | Update dsc_resource provider to work with 3rd party resources | Jay Mundrawala | 2015-03-20 | 1 | -1/+1 |
| | | | | | | | | | | | | An example resource: ```ruby dsc_resource "xSmbShare" do resource :xSmbShare property :Name, 'SMBShare1' property :Path, 'C:\Users\vagrant' property :Ensure, 'Present' end ``` | ||||
* | Added resource store for dsc | Jay Mundrawala | 2015-03-20 | 1 | -0/+114 |
| | | | | | | This is a cache that will be used to lookup the module name for resources. If in the future we decide to do any validation, the data for that can is available. | ||||
* | Reorganize nesting for powershell classes | Jay Mundrawala | 2015-03-20 | 2 | -2/+10 |
| | |||||
* | Added PSCredential object | Jay Mundrawala | 2015-03-20 | 1 | -0/+32 |
| | |||||
* | Added basic skeleton for DscResource provider | Jay Mundrawala | 2015-03-20 | 1 | -6/+0 |
| | |||||
* | Add method to get LCM meta configuration | Jay Mundrawala | 2015-03-20 | 1 | -0/+6 |
| | |||||
* | JSON needs to be kept separate from other output | Jay Mundrawala | 2015-03-20 | 2 | -4/+38 |
| | | | | | Write-Host and friends can utlimately poplute stdout. This renders the json invalid | ||||
* | Remove unused code | Jay Mundrawala | 2015-03-20 | 1 | -2/+0 |
| | |||||
* | Break super long string up onto multiple lines | Jay Mundrawala | 2015-03-20 | 1 | -2/+4 |
| | |||||
* | Added a path helper to determine the home directory. | Kartik Null Cating-Subramanian | 2015-03-20 | 1 | -0/+76 |
| | |||||
* | fix Lint/BlockAlignmentlcg/unreachable-code | Lamont Granquist | 2015-02-18 | 1 | -3/+3 |
| | |||||
* | fix Lint/LiteralInCondition | Lamont Granquist | 2015-02-18 | 1 | -1/+1 |
| | |||||
* | Merge pull request #2779 from chef/jdm/dsc_script_imports | Jay Mundrawala | 2015-02-12 | 1 | -6/+30 |
|\ | | | | | Allow dsc_script to import dsc resources | ||||
| * | Modified dsc_script imports to not use hash rocket | Jay Mundrawala | 2015-02-08 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New Syntax: dsc_script 'Foo' do imports "FooModule", "FooResource", "BarResource" ... end or dsc_script 'Foo' do imports "FooModule" ... end | ||||
| * | Modified dsc_script resource provider to use the imports hash | Jay Mundrawala | 2015-01-20 | 1 | -6/+30 |
| | | |||||
* | | dsc_script passes timeout to lcm shellout | Jay Mundrawala | 2015-02-10 | 1 | -7/+7 |
| | | |||||
* | | Util::Diff: remove Object::Encoding existence check (ruby 1.8 specific, ↵ | Xabier de Zuazo | 2015-01-27 | 1 | -4/+1 |
| | | | | | | | | issue #2497) | ||||
* | | Remove some RUBY_VERSION < 2 comparisons (ruby < 2 specific, issue #2497) | Xabier de Zuazo | 2015-01-27 | 1 | -3/+0 |
|/ | |||||
* | Rename Chef::Exceptions::LCMParserException to Chef::Exceptions::LCMParser | Jay Mundrawala | 2014-12-17 | 2 | -2/+2 |
| | |||||
* | Fix bug where error parser what-if output causes resource to be considered ↵ | Jay Mundrawala | 2014-12-17 | 2 | -4/+8 |
| | | | | | | | converged. We now fall back to assuming the resource is not converged if we cannot parse information about a dsc resource. | ||||
* | Merge branch 'typofixes-vlajos-20141107' of github.com:vlajos/chef into ↵ | tyler-ball | 2014-11-25 | 1 | -2/+2 |
|\ | | | | | | | tball/contrib-pass | ||||
| * | typo fixes - https://github.com/vlajos/misspell_fixer | Veres Lajos | 2014-11-08 | 1 | -2/+2 |
| | | |||||
* | | extract which to a mixin, use for systemctl | Lamont Granquist | 2014-11-08 | 1 | -10/+2 |
|/ | |||||
* | Refactored local_configuration_manager to use function to test for what-if ↵ | Jay Mundrawala | 2014-10-22 | 1 | -8/+12 |
| | | | | support |