Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | explicitly require node presentertm/fix_presenter_include | Thom May | 2015-04-13 | 1 | -0/+1 |
| | |||||
* | Merge pull request #3051 from mikedodge04/macosx_service_update | Phil Dibowitz | 2015-04-11 | 2 | -30/+125 |
|\ | | | | | Load LaunchAgents as console user, adding plist and session_type options | ||||
| * | adding assert for plist | Mike Dodge | 2015-04-01 | 1 | -5/+9 |
| | | |||||
| * | fix some typos in comments | Mike Dodge | 2015-03-26 | 1 | -2/+1 |
| | | |||||
| * | moved around debugs | Mike Dodge | 2015-03-26 | 1 | -2/+1 |
| | | |||||
| * | added requsted chagnes | Mike Dodge | 2015-03-26 | 2 | -5/+9 |
| | | |||||
| * | addressed each of the comments | Mike Dodge | 2015-03-25 | 2 | -4/+5 |
| | | |||||
| * | removing vim comment (sorry its a habit to add) | Mike Dodge | 2015-03-24 | 2 | -2/+0 |
| | | |||||
| * | First pass at fixing the unit tests | Mike Dodge | 2015-03-12 | 3 | -7/+12 |
| | | |||||
| * | small change to the base user cmd | Mike Dodge | 2015-03-10 | 1 | -2/+1 |
| | | |||||
| * | Load LaunchAgents as console user, adding plist and session_type options | Mike Dodge | 2015-03-10 | 3 | -27/+113 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Proposed changes to chef mac osx service provider. This adds two resource parameters, @plist and @session_type and changes logic to Load LaunchAgents as Console user @plist: Adds the logic to handle (https://github.com/chef/chef/issues/2200) by Giving the user the option to pass a plist, in the case that the plist name and label name don't match. @session_type to help account launching the service as the console user with a different session type. ( Im a Facebook employee and PhilD will do the final merge. ) | ||||
* | | Merge pull request #3067 from chef/tm/knife_status_environment | Thom May | 2015-04-09 | 2 | -18/+43 |
|\ \ | | | | | | | Allow knife status to filter by environment | ||||
| * | | Deal with the case where we're not partial search | Thom May | 2015-04-09 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | This is only when the long_output flag is passed, which is probably never since I only just enabled it. But we document it, so it should really work… | ||||
| * | | use partial search | Thom May | 2015-04-08 | 2 | -12/+23 |
| | | | |||||
| * | | Ensure valid lucene queries | Thom May | 2015-03-16 | 1 | -2/+4 |
| | | | |||||
| * | | Allow knife status to filter by environment | Thom May | 2015-03-12 | 1 | -7/+18 |
| | | | | | | | | | | | | This closes #3031 and also fixes a bug in handling custom queries | ||||
* | | | Merge pull request #3131 from ↵ | Thom May | 2015-04-08 | 1 | -1/+3 |
|\ \ \ | | | | | | | | | | | | | | | | | evertrue/evertrue/eherot/add_empty_check_for_ssh_hostname For knife ssh: Do not try to use item[:cloud][:public_hostname] for the hostname if it is empty | ||||
| * | | | Check to make sure that item[:cloud][:public_hostname] is not empty before ↵ | Eric Herot | 2015-03-24 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | using it as the ssh target | ||||
* | | | | Add --no-listen option to disable zero binding to port | danielsdeleo | 2015-04-01 | 6 | -2/+27 |
| | | | | |||||
* | | | | Test base HTTP client behaviors for chefzero URL case | danielsdeleo | 2015-04-01 | 1 | -0/+2 |
| | | | | |||||
* | | | | Extract socketless client and add specs | danielsdeleo | 2015-04-01 | 2 | -145/+205 |
| | | | | |||||
* | | | | Extract Chef Zero code out to chef zero, re-enable socket listening | danielsdeleo | 2015-04-01 | 3 | -42/+17 |
| | | | | |||||
* | | | | Hoist socketless chef-zero support into Chef::HTTP | danielsdeleo | 2015-04-01 | 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-04-01 | 2 | -11/+216 |
| | | | | |||||
* | | | | Ensure link's path attribute works with delayed | Thom May | 2015-03-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Closes #1769, closes #1767 | ||||
* | | | | Clearing sources works for string options | Peter Burkholder | 2015-03-27 | 2 | -2/+8 |
| | | | | |||||
* | | | | Test for current behavior | Peter Burkholder | 2015-03-27 | 1 | -3/+3 |
| | | | | |||||
* | | | | Don't use rubygems if explicitly remote | Peter Burkholder | 2015-03-27 | 1 | -0/+2 |
| | | | | |||||
* | | | | Add minimal ohai mode option flagminimal-ohai-mode | danielsdeleo | 2015-03-27 | 5 | -1/+22 |
| | | | | |||||
* | | | | Master is version 12.3.0.dev.0 | Jay Mundrawala | 2015-03-27 | 1 | -1/+1 |
| | | | | |||||
* | | | | Removed after_created and added test to recipe_spec | Nolan Davidson | 2015-03-27 | 1 | -4/+0 |
| | | | | |||||
* | | | | Reset $HOME to user running chef-client when running via sudo | Tim Sogard | 2015-03-27 | 1 | -1/+1 |
| | | | | |||||
* | | | | 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. | ||||
* | | | | Revert "Merge pull request #3004 from chef/lcg/deploy-provider-nillable" | Jay Mundrawala | 2015-03-25 | 4 | -111/+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 | 4 | -101/+243 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 2603e2153d6ab50179d2278025a51579edb9033f, reversing changes made to a7f5c92960aedf8d5bfc71abbce430ab075e016a. Conflicts: CHANGELOG.md | ||||
* | | | | Fixed bug where module_name would return an object instead of stringjdm/dsc-resource | Jay Mundrawala | 2015-03-25 | 1 | -1/+1 |
| | | | | |||||
* | | | | Handle cookbook artfact format differences when fetching cookbookspolicyfile-erchef-integration | danielsdeleo | 2015-03-25 | 2 | -2/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | -7/+40 |
| | | | | |||||
* | | | | Use unix specific provider for cron on solarisjdm/solaris-cron | Jay Mundrawala | 2015-03-24 | 2 | -1/+3 |
|/ / / | |||||
* | | | 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 #2881 from chef/jdm/dsc_resource | Jay Mundrawala | 2015-03-23 | 17 | -10/+706 |
|\ \ \ \ | | | | | | | | | | | DscResource in core chef | ||||
| * | | | | Useful error message when dsc resource is not found | Jay Mundrawala | 2015-03-20 | 2 | -4/+12 |
| | | | | | |||||
| * | | | | Don't test the current state of the resource until the action is run | Jay Mundrawala | 2015-03-20 | 1 | -4/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `load_current_resource` is not guarded by `define_resource_requirements`. This means that we would try to load the resource even if we didn't have a valid version of Powershell. | ||||
| * | | | | ResourceStore does not deal with exceptions | Jay Mundrawala | 2015-03-20 | 3 | -15/+32 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Also, added a more specific exception for when we cannot find the resource | ||||
| * | | | | Better error message in define_resource_requirements | Jay Mundrawala | 2015-03-20 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | 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 |
| | | | | |