summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Pin bundler to 1.9.2 in appveyor.ymljdm/bundlerJay Mundrawala2015-04-131-1/+1
| | | | | | https://github.com/bundler/bundler/pull/3553 broke universal gems completely We can unpin once a fix is released
* Merge pull request #3217 from chef/tm/fix_presenter_includeThom May2015-04-131-0/+1
|\ | | | | explicitly require node presenter
| * explicitly require node presentertm/fix_presenter_includeThom May2015-04-131-0/+1
|/
* Merge pull request #3051 from mikedodge04/macosx_service_updatePhil Dibowitz2015-04-113-233/+355
|\ | | | | Load LaunchAgents as console user, adding plist and session_type options
| * adding assert for plistMike Dodge2015-04-012-5/+11
| |
| * fix some typos in commentsMike Dodge2015-03-261-2/+1
| |
| * moved around debugsMike Dodge2015-03-261-2/+1
| |
| * added requsted chagnesMike Dodge2015-03-263-5/+10
| |
| * addressed each of the commentsMike Dodge2015-03-253-20/+5
| |
| * removing vim comment (sorry its a habit to add)Mike Dodge2015-03-242-2/+0
| |
| * added tests for 100% of use casesMike Dodge2015-03-121-193/+201
| |
| * Updated tests to match new logicMike Dodge2015-03-121-17/+24
| |
| * First pass at fixing the unit testsMike Dodge2015-03-124-37/+67
| |
| * small change to the base user cmdMike Dodge2015-03-101-2/+1
| |
| * Merge branch 'macosx_service_update' of https://github.com/mikedodge04/chef ↵Mike Dodge2015-03-100-0/+0
| |\ | | | | | | | | | | | | | | | | | | into macosx_service_update Conflicts: lib/chef/provider/service/macosx.rb
| | * Load LaunchAgents as console user, adding plist and session_type optionsMike Dodge2015-03-102-26/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. )
| * | Load LaunchAgents as console user, adding plist and session_type optionsMike Dodge2015-03-103-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 branch 'machine_readable_maintainers'Thom May2015-04-102-135/+217
|\ \
| * | Catch up with latest maintainers actiontm/machine_readable_maintainersThom May2015-04-101-1/+11
| | |
| * | Switch MAINTAINERS to be a TOML docThom May2015-03-202-134/+207
| | | | | | | | | | | | | | | This allows us to easily parse the maintainers file in a programatic way, for things like updating github teams, autoassigning reviewers.
* | | Merge pull request #3067 from chef/tm/knife_status_environmentThom May2015-04-093-21/+112
|\ \ \ | | | | | | | | Allow knife status to filter by environment
| * | | Just use a Time object in status teststm/knife_status_environmentThom May2015-04-091-1/+1
| | | |
| * | | Deal with the case where we're not partial searchThom May2015-04-091-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 real timesThom May2015-04-091-5/+5
| | | |
| * | | use partial searchThom May2015-04-083-20/+42
| | | |
| * | | Ensure valid lucene queriesThom May2015-03-162-5/+7
| | | |
| * | | Allow knife status to filter by environmentThom May2015-03-121-7/+18
| | | | | | | | | | | | | | | | This closes #3031 and also fixes a bug in handling custom queries
| * | | Add tests for knife statusThom May2015-03-121-3/+58
| | | | | | | | | | | | | | | | Add failing tests for custom queries and environment filtering
* | | | Merge pull request #3131 from ↵Thom May2015-04-082-1/+21
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 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
| * | | | Add a unit test for the empty public_hostname check on knife sshEric Herot2015-03-241-0/+18
| | | | |
| * | | | Check to make sure that item[:cloud][:public_hostname] is not empty before ↵Eric Herot2015-03-241-1/+3
| | | | | | | | | | | | | | | | | | | | using it as the ssh target
* | | | | Merge pull request #3181 from Aevin1387/masterJon Cowie2015-04-031-0/+2
|\ \ \ \ \ | | | | | | | | | | | | Volunteer myself as FreeBSD maintainer.
| * | | | | Volunteer myself as FreeBSD maintainer.Cory Stephenson2015-04-011-0/+2
|/ / / / /
* | | | | Update docs files for socketless local mode and no listendanielsdeleo2015-04-013-0/+17
| | | | |
* | | | | Merge branch 'socketless-zero'danielsdeleo2015-04-0117-16/+486
|\ \ \ \ \
| * | | | | Update integration tests for chefzero URLsdanielsdeleo2015-04-011-3/+3
| | | | | |
| * | | | | Add --no-listen option to disable zero binding to portdanielsdeleo2015-04-019-2/+53
| | | | | |
| * | | | | Test base HTTP client behaviors for chefzero URL casedanielsdeleo2015-04-013-0/+25
| | | | | |
| * | | | | Extract socketless client and add specsdanielsdeleo2015-04-013-145/+379
| | | | | |
| * | | | | Extract Chef Zero code out to chef zero, re-enable socket listeningdanielsdeleo2015-04-013-42/+17
| | | | | |
| * | | | | Update chef-zero to pull in socketless modedanielsdeleo2015-04-011-1/+1
| | | | | |
| * | | | | Hoist socketless chef-zero support into Chef::HTTPdanielsdeleo2015-04-014-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 modedanielsdeleo2015-04-012-11/+216
|/ / / / /
* | | | | Update changelog for mergesBryan McLellan2015-03-271-0/+5
| | | | |
* | | | | Ensure link's path attribute works with delayedThom May2015-03-272-1/+16
| | | | | | | | | | | | | | | | | | | | Closes #1769, closes #1767
* | | | | Clearing sources works for string optionsPeter Burkholder2015-03-273-2/+18
| | | | |
* | | | | Test for current behaviorPeter Burkholder2015-03-272-3/+12
| | | | |
* | | | | Don't use rubygems if explicitly remotePeter Burkholder2015-03-271-0/+2
| | | | |
* | | | | allow for the chef gem installation to succeed even without elevated ↵Torben Knerr2015-03-271-6/+10
| | | | | | | | | | | | | | | | | | | | privileges, skip the event log registration in this case
* | | | | Remove myself as a maintainer.Claire McQuin2015-03-281-2/+0
| | | | |