summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add support for no_proxy.2140/jm/support_username_passwordJon Morrow2015-04-141-1/+2
|
* Test proxy configuration via ENV varsdanielsdeleo2015-04-131-6/+43
|
* Access environment via method so we can stub in testsdanielsdeleo2015-04-131-3/+7
|
* Fixing typo :(Jon Morrow2015-04-101-1/+1
|
* Change the precedence to uri, config, env.Jon Morrow2015-04-101-6/+7
|
* Add support for uppercase env vars.Jon Morrow2015-04-101-3/+6
|
* Fixes 2140 - Honor Proxy from EnvJon Morrow2015-04-101-3/+11
| | | | | | | | | This change adds support to Chef's core http libs to honor a proxy uri set in the environment not just chef/knife config. It also adds support for username and password both in uri and env. The order of precidence for values is uri, env, config.
* 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
| | | |
* | | | Reset docs for 12.3 and doc --minimal-ohai flagdanielsdeleo2015-03-283-232/+27
| | | |
* | | | Add minimal ohai mode option flagminimal-ohai-modedanielsdeleo2015-03-2710-9/+45
| | | |
* | | | Add initial roadmap per RFC030Bryan McLellan2015-03-271-0/+16
| | | | | | | | | | | | | | | | https://github.com/chef/chef-rfc/blob/master/rfc030-maintenance-policy.md#roadmap
* | | | Master is version 12.3.0.dev.0Jay Mundrawala2015-03-271-1/+1
| | | |
* | | | Update CHANGELOG for 12.2.1Jay Mundrawala2015-03-271-0/+1
| | | |
* | | | Update CHANGELOG for mergesBryan McLellan2015-03-271-0/+7
| | | |
* | | | Removed after_created and added test to recipe_specNolan Davidson2015-03-272-4/+9
| | | |
* | | | Reset $HOME to user running chef-client when running via sudoTim Sogard2015-03-271-1/+1
| | | |
* | | | Add spec for #3153 regressionjdm/3153Jay Mundrawala2015-03-261-0/+22
| | | |
* | | | Fix bug where unset HOME would cause chef to crashJay Mundrawala2015-03-261-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.