Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the same python interpreter as yum when possiblessd/find-python | Steven Danna | 2015-03-31 | 1 | -1/+35 |
| | | | | | | | | We rely on a system python installation with the correct python libraries. To improve the chances that the python interpreter we call has the yum libary available, we use the same interpreter as yum uses. Fixes #3143 | ||||
* | Revert "Merge pull request #3004 from chef/lcg/deploy-provider-nillable" | Jay Mundrawala | 2015-03-25 | 1 | -35/+0 |
| | | | | | This reverts commit 4b0f63b90cc72365fccd3f4f2e07721de7af80e6, reversing changes made to b023ada18ed90bb9d2545760f93e6210e083dc8d. | ||||
* | Revert "Merge pull request #2956 from chef/lcg/deploy-fixes" | Jay Mundrawala | 2015-03-25 | 2 | -102/+61 |
| | | | | | | | | This reverts commit 2603e2153d6ab50179d2278025a51579edb9033f, reversing changes made to a7f5c92960aedf8d5bfc71abbce430ab075e016a. Conflicts: CHANGELOG.md | ||||
* | Handle cookbook artfact format differences when fetching cookbookspolicyfile-erchef-integration | danielsdeleo | 2015-03-25 | 1 | -8/+28 |
| | | | | | | | | | Cookbook artifacts differ in these ways: * the name field is the cookbook name instead of name+version * there is no "cookbook_name" field * cookbook artifacts don't have a json_class when downloaded from the server * there is an identifier field | ||||
* | Update policyfile URLs and cookbook artifact data format per RFC | danielsdeleo | 2015-03-25 | 3 | -16/+74 |
| | |||||
* | Disable Cmdlet tests on old versions of powershelljdm/powershell-cmdlet | Jay Mundrawala | 2015-03-24 | 1 | -3/+3 |
| | | | | | | | | | | cmdlet.rb uses stream redirection, which is not available in powershell 2. Since this is a helper class for our `dsc_script` and `dsc_resource`, this is a fairly safe change. While the verbose stream redirection is currently unused, it will be useful if Invoke-DscResource logs its verbose output to the verbose stream. | ||||
* | Merge pull request #2881 from chef/jdm/dsc_resource | Jay Mundrawala | 2015-03-23 | 9 | -0/+530 |
|\ | | | | | DscResource in core chef | ||||
| * | Add guard to only run dsc_resource specs on valid powershelljdm/dsc_resource | Jay Mundrawala | 2015-03-20 | 1 | -0/+5 |
| | | |||||
| * | Added basic functional tests using File dsc resource | Jay Mundrawala | 2015-03-20 | 1 | -0/+36 |
| | | |||||
| * | Useful error message when dsc resource is not found | Jay Mundrawala | 2015-03-20 | 1 | -2/+10 |
| | | |||||
| * | Added skeleton for function dsc_resource spec | Jay Mundrawala | 2015-03-20 | 1 | -0/+44 |
| | | |||||
| * | spec to assert failure in the case where RefreshMode is not set to Disabled | Jay Mundrawala | 2015-03-20 | 1 | -0/+12 |
| | | |||||
| * | spec for when Invoke-DscResource is available and RefreshMode=Disabled | Jay Mundrawala | 2015-03-20 | 1 | -0/+28 |
| | | |||||
| * | Added test for when powershell does not support Invoke-DscResource | Jay Mundrawala | 2015-03-20 | 1 | -0/+13 |
| | | |||||
| * | Added skeleton of dsc_resource provider unit spec | Jay Mundrawala | 2015-03-20 | 1 | -0/+31 |
| | | |||||
| * | Remove unused node object in ps_credential_spec | Jay Mundrawala | 2015-03-20 | 1 | -4/+0 |
| | | |||||
| * | Added spec for resource_store | Jay Mundrawala | 2015-03-20 | 1 | -0/+76 |
| | | |||||
| * | Use correct minimum powershell version in spec | Jay Mundrawala | 2015-03-20 | 1 | -1/+1 |
| | | |||||
| * | Better formatting for ps_credential spec | Jay Mundrawala | 2015-03-20 | 1 | -1/+2 |
| | | |||||
| * | Refactor ps_credential for easier mocking | Jay Mundrawala | 2015-03-20 | 1 | -5/+2 |
| | | |||||
| * | Escape strings when they contain a special character | Jay Mundrawala | 2015-03-20 | 1 | -0/+11 |
| | | |||||
| * | Added module_name to dsc_resource | Jay Mundrawala | 2015-03-20 | 1 | -1/+6 |
| | | |||||
| * | Added type coercsion for array | Jay Mundrawala | 2015-03-20 | 1 | -0/+4 |
| | | |||||
| * | Update PowershelTypeCoercions to call to_psobject | Jay Mundrawala | 2015-03-20 | 1 | -0/+6 |
| | | |||||
| * | Added PSCredential object | Jay Mundrawala | 2015-03-20 | 1 | -0/+43 |
| | | |||||
| * | Add spec to check that powershell dsl methods are usable inside dsc_resource | Jay Mundrawala | 2015-03-20 | 1 | -0/+6 |
| | | |||||
| * | Fix dsc_resource spec | Jay Mundrawala | 2015-03-20 | 1 | -4/+4 |
| | | |||||
| * | Add integration point for ps_credential dsl | Jay Mundrawala | 2015-03-20 | 1 | -0/+4 |
| | | |||||
| * | Add type coercion for hash | Jay Mundrawala | 2015-03-20 | 1 | -0/+5 |
| | | |||||
| * | Added Powershell Type Coercion mixin | Jay Mundrawala | 2015-03-20 | 1 | -0/+46 |
| | | |||||
| * | Added spec for supports_dsc_invoke_resource? | Jay Mundrawala | 2015-03-20 | 1 | -0/+22 |
| | | |||||
| * | spec for delayed evaluator in dsc_resource | Jay Mundrawala | 2015-03-20 | 1 | -0/+10 |
| | | |||||
| * | Added test for ensuring property_name is a Symbol in DscResource | Jay Mundrawala | 2015-03-20 | 1 | -4/+12 |
| | | |||||
| * | Added spec for dsc_resource provider | Jay Mundrawala | 2015-03-20 | 1 | -0/+56 |
| | | |||||
| * | Added spec | Jay Mundrawala | 2015-03-20 | 1 | -0/+57 |
| | | |||||
* | | Merge pull request #3109 from chef/jdm/openbsd | Jay Mundrawala | 2015-03-23 | 1 | -17/+105 |
|\ \ | |/ |/| | Fix openbsd package provider | ||||
| * | Added more specs for openbsd provider unit testsjdm/openbsd | Jay Mundrawala | 2015-03-20 | 1 | -17/+105 |
| | | |||||
* | | Fixup all specs to reference PathHelper.home. | Kartik Null Cating-Subramanian | 2015-03-20 | 6 | -50/+56 |
|/ | |||||
* | Merge pull request #3086 from chef/ksubrama/test_fix | Kartik Null Cating-Subramanian | 2015-03-17 | 8 | -12/+12 |
|\ | | | | | Fix faulty umask logic used in spec tests. | ||||
| * | Fix faulty umask logic used in spec tests. | Kartik Null Cating-Subramanian | 2015-03-16 | 8 | -12/+12 |
| | | |||||
* | | We should not change how exceptions are raised if audit mode is disabled | Jay Mundrawala | 2015-03-17 | 1 | -21/+70 |
| | | |||||
* | | Merge pull request #3064 from juliandunn/fix-audit-terminology | Julian C. Dunn | 2015-03-16 | 1 | -1/+1 |
|\ \ | | | | | | | make audit terminology consistent | ||||
| * | | Fix test | Julian C. Dunn | 2015-03-11 | 1 | -1/+1 |
| | | | |||||
* | | | Disable the exitstatus 3 test | Bryan McLellan | 2015-03-16 | 1 | -4/+1 |
| | | | | | | | | | | | | | | | This relies on a timer and even though we increased it in #3039 we've still seen intermittent failures from it. Mark it volatile and move on. | ||||
* | | | Assert that candidate_version gets set when yum resource uses source | Jay Mundrawala | 2015-03-16 | 1 | -0/+14 |
| |/ |/| | |||||
* | | Merge pull request #3069 from chef/jdm/posh | Jay Mundrawala | 2015-03-13 | 1 | -1/+2 |
|\ \ | | | | | | | Mark failing test as pending on versions of powershell < 4 | ||||
| * | | Mark failing test as pending on versions of powershell < 4jdm/posh | Jay Mundrawala | 2015-03-12 | 1 | -1/+2 |
| |/ | | | | | | | | | This case has never worked before 6c724e866274a728bc66740ab352db7da7d7958f. It was fixed for 4, however it seems that does not apply to versions < 4. | ||||
* | | Use FileUtils to delete directoryjdm/useradd-specs | Jay Mundrawala | 2015-03-12 | 1 | -1/+1 |
| | | |||||
* | | Use less common dir names | Jay Mundrawala | 2015-03-12 | 1 | -14/+14 |
| | | |||||
* | | Use User resource to cleanup | Jay Mundrawala | 2015-03-12 | 1 | -5/+4 |
| | |