| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update integration tests for chefzero URLssocketless-zero | danielsdeleo | 2015-04-01 | 1 | -3/+3 |
| | | |||||
| * | Add --no-listen option to disable zero binding to port | danielsdeleo | 2015-04-01 | 9 | -2/+53 |
| | | |||||
| * | Test base HTTP client behaviors for chefzero URL case | danielsdeleo | 2015-04-01 | 3 | -0/+25 |
| | | |||||
| * | Extract socketless client and add specs | danielsdeleo | 2015-04-01 | 3 | -145/+379 |
| | | |||||
| * | Extract Chef Zero code out to chef zero, re-enable socket listening | danielsdeleo | 2015-04-01 | 3 | -42/+17 |
| | | |||||
| * | Update chef-zero to pull in socketless mode | danielsdeleo | 2015-04-01 | 1 | -1/+1 |
| | | |||||
| * | Hoist socketless chef-zero support into Chef::HTTP | danielsdeleo | 2015-03-30 | 4 | -35/+15 |
| | | | | | | | Was hoping to avoid this, but there are multiple subclasses of Chef::HTTP that interact with the server, which all must support socketless mode. | ||||
| * | Initial socketless local mode | danielsdeleo | 2015-03-30 | 2 | -11/+216 |
| | | |||||
| * | Reset docs for 12.3 and doc --minimal-ohai flag | danielsdeleo | 2015-03-28 | 3 | -232/+27 |
| | | |||||
| * | Add minimal ohai mode option flagminimal-ohai-mode | danielsdeleo | 2015-03-27 | 10 | -9/+45 |
| | | |||||
| * | Add initial roadmap per RFC030 | Bryan McLellan | 2015-03-27 | 1 | -0/+16 |
| | | | | | https://github.com/chef/chef-rfc/blob/master/rfc030-maintenance-policy.md#roadmap | ||||
| * | Master is version 12.3.0.dev.0 | Jay Mundrawala | 2015-03-27 | 1 | -1/+1 |
| | | |||||
| * | Update CHANGELOG for 12.2.1 | Jay Mundrawala | 2015-03-27 | 1 | -0/+1 |
| | | |||||
| * | Update CHANGELOG for merges | Bryan McLellan | 2015-03-27 | 1 | -0/+7 |
| | | |||||
| * | Removed after_created and added test to recipe_spec | Nolan Davidson | 2015-03-27 | 2 | -4/+9 |
| | | |||||
| * | Reset $HOME to user running chef-client when running via sudo | Tim Sogard | 2015-03-27 | 1 | -1/+1 |
| | | |||||
| * | Add spec for #3153 regressionjdm/3153 | Jay Mundrawala | 2015-03-26 | 1 | -0/+22 |
| | | |||||
| * | 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. | ||||
| * | Update Changelog for 12.2.0 | Jay Mundrawala | 2015-03-25 | 1 | -0/+1 |
| | | |||||
| * | Merge pull request #3147 from chef/jdm/reverts | Jay Mundrawala | 2015-03-25 | 11 | -352/+393 |
| |\ | | | | | Revert nillable resource attributes | ||||
| | * | Revert "Merge pull request #3004 from chef/lcg/deploy-provider-nillable" | Jay Mundrawala | 2015-03-25 | 5 | -146/+89 |
| | | | | | | | | | | | This reverts commit 4b0f63b90cc72365fccd3f4f2e07721de7af80e6, reversing changes made to b023ada18ed90bb9d2545760f93e6210e083dc8d. | ||||
| | * | Revert "Merge pull request #2956 from chef/lcg/deploy-fixes" | Jay Mundrawala | 2015-03-25 | 7 | -206/+304 |
| |/ | | | | | | | | This reverts commit 2603e2153d6ab50179d2278025a51579edb9033f, reversing changes made to a7f5c92960aedf8d5bfc71abbce430ab075e016a. Conflicts: CHANGELOG.md | ||||
| * | Merge pull request #3144 from chef/jdm/dsc-resource | Jay Mundrawala | 2015-03-25 | 1 | -1/+1 |
| |\ | | | | | Fixed bug where module_name would return an object instead of string | ||||
| | * | Fixed bug where module_name would return an object instead of stringjdm/dsc-resource | Jay Mundrawala | 2015-03-25 | 1 | -1/+1 |
| | | | |||||
| * | | Describe Policyfile updates in release notes | danielsdeleo | 2015-03-25 | 2 | -0/+11 |
| |/ | |||||
| * | Merge branch 'policyfile-erchef-integration' | danielsdeleo | 2015-03-25 | 8 | -33/+148 |
| |\ | |||||
| | * | Handle cookbook artfact format differences when fetching cookbookspolicyfile-erchef-integration | danielsdeleo | 2015-03-25 | 3 | -10/+34 |
| | | | | | | | | | | | | | | | | | | | 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 | 6 | -23/+114 |
| |/ | |||||
| * | Merge pull request #3139 from chef/jdm/solaris-cron | Jay Mundrawala | 2015-03-24 | 2 | -1/+3 |
| |\ | | | | | Use unix specific provider for cron on solaris | ||||
| | * | Use unix specific provider for cron on solarisjdm/solaris-cron | Jay Mundrawala | 2015-03-24 | 2 | -1/+3 |
| | | | |||||
| * | | Merge pull request #3138 from chef/jdm/powershell-cmdlet | Jay Mundrawala | 2015-03-24 | 1 | -3/+3 |
| |\ \ | |/ |/| | Disable Cmdlet tests on old versions of powershell | ||||
| | * | 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 #2976 from pburkholder/pdb/gem_warn | Thom May | 2015-03-24 | 1 | -2/+7 |
| |\ | | | | | Clarify warning | ||||
| | * | Change 'should' to 'must' | Peter Burkholder (@pburkholder) | 2015-03-24 | 1 | -1/+1 |
| | | | |||||
| | * | Using warning suggested by @btm | Peter Burkholder | 2015-03-13 | 1 | -4/+7 |
| | | | |||||
| | * | Clarify warning | Peter Burkholder | 2015-02-25 | 1 | -2/+4 |
| | | | |||||
| * | | Merge pull request #3127 from chef/jdm/dsc-changelog | Jay Mundrawala | 2015-03-23 | 2 | -0/+73 |
| |\ \ | | | | | | | Jdm/dsc changelog | ||||
| | * | | DOC_CHANGES for #2881 | Jay Mundrawala | 2015-03-23 | 1 | -0/+72 |
| | | | | |||||
| | * | | Update Changelog for #2881 | Jay Mundrawala | 2015-03-23 | 1 | -0/+1 |
| |/ / | |||||
| * | | Merge pull request #3117 from chef/jdm/dsc-rel-notes | Jay Mundrawala | 2015-03-23 | 1 | -126/+118 |
| |\ \ | | | | | | | DSC Resource release notes | ||||
| | * | | Release notes for dsc_resourcejdm/dsc-rel-notes | Jay Mundrawala | 2015-03-20 | 1 | -126/+118 |
| | | | | |||||
| * | | | Merge pull request #2881 from chef/jdm/dsc_resource | Jay Mundrawala | 2015-03-23 | 26 | -10/+1236 |
| |\ \ \ | | | | | | | | | 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 | 3 | -6/+22 |
| | | | | | |||||
| | * | | | 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 |
| | | | | | |||||
