Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add an integration test of chef-client with empty ENV.ksubrama/no_env | Kartik Null Cating-Subramanian | 2015-05-01 | 1 | -2/+19 |
| | |||||
* | Merge pull request #3207 from Igorshp/exception_handlers | Thom May | 2015-04-30 | 1 | -0/+13 |
|\ | | | | | patch to always run exception handlers | ||||
| * | cleaned up rspec test | Igor Shpakov | 2015-04-21 | 1 | -5/+1 |
| | | |||||
| * | revised rspec test | Igor Shpakov | 2015-04-20 | 1 | -9/+6 |
| | | |||||
| * | small tweak to wording | Igor Shpakov | 2015-04-09 | 1 | -1/+1 |
| | | |||||
| * | added rspec test | Igor Shpakov | 2015-04-09 | 1 | -0/+20 |
| | | | | | | | | testing early fail inside 'run#begin' block. | ||||
* | | Implemented `knife user key delete` and `knife client key delete`. | tylercloke | 2015-04-29 | 4 | -3/+158 |
| | | |||||
* | | Merge pull request #3235 from jaymzh/yum_arch | Phil Dibowitz | 2015-04-29 | 1 | -0/+26 |
|\ \ | | | | | | | Make multipackage and arch play nicely together | ||||
| * | | Make multipackage and arch play nicely together | Phil Dibowitz | 2015-04-29 | 1 | -0/+26 |
| | | | | | | | | | | | | Fixes #3233 | ||||
* | | | Implemented `knife user key list` and `knife client key list`.tc/key-list | tylercloke | 2015-04-29 | 4 | -39/+373 |
|/ / | | | | | | | Abstracted out a bunch of common tests with the key create code to reduce redundancy. | ||||
* | | Implemented `knife user key create` and `knife client key create`. | tylercloke | 2015-04-28 | 3 | -5/+298 |
| | | | | | | | | Implemented using a common service class that contains most of the actual functionality outside of parsing and inheriting Chef::Knife. | ||||
* | | Fixed bug in Chef::Key where create failed to return the full key. | tylercloke | 2015-04-28 | 1 | -10/+32 |
| | | | | | | | | | | | | | | Code assumed POST to keys endpoint returned the key body like other parts of the API. Now, it simply generated the new key returned by create from the original key plus the private_key returned by the API if any. Specs also updated. | ||||
* | | Merge pull request #3279 from chef/lcg/fix-provider-resolver-api-break | Thom May | 2015-04-27 | 1 | -0/+4 |
|\ \ | | | | | | | Lcg/fix provider resolver api break | ||||
| * | | Fix API break in 12.3.0.rc.0 | Lamont Granquist | 2015-04-24 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | provides? on a provider was passed the full resource. provides? on a resource class cannot be passed the resource and must be passed the declared_type instead. i tried to make them the same, but that would change the API on the provider. | ||||
* | | | Merge pull request #3166 from chef/ssd/find-python | Thom May | 2015-04-25 | 1 | -1/+35 |
|\ \ \ | |/ / |/| | | Use the same python interpreter as yum when possible | ||||
| * | | 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 "Fix API break in 12.3.0.rc.0" | Lamont Granquist | 2015-04-24 | 1 | -4/+0 |
| | | | | | | | | | | | | This reverts commit 57cdbe124f63e47cab960e714572539d3979b90f. | ||||
* | | | Fix API break in 12.3.0.rc.0 | Lamont Granquist | 2015-04-24 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | provides? on a provider was passed the full resource. provides? on a resource class cannot be passed the resource and must be passed the declared_type instead. i tried to make them the same, but that would change the API on the provider. | ||||
* | | | Implemented the Key object corrosponding to key rotation API endpoint.tc/chef_key_object | tylercloke | 2015-04-20 | 1 | -0/+577 |
| | | | |||||
* | | | Fix nil pointer for windows event logger | Jay Mundrawala | 2015-04-20 | 1 | -0/+14 |
| | | | | | | | | | | | | | | | It is possible for the run to fail and no run_status to even have been set. This resolves issue #2996 | ||||
* | | | Reduce size of nested JSON test to 252 deepbtm/lower-json-nest-tests | Bryan McLellan | 2015-04-20 | 3 | -9/+9 |
| | | | | | | | | | | | | | | | | | | I got confused running git on the tester with my last commit for #3101. This should clean it up. | ||||
* | | | Unit testify shell_specjdm/solaris | Jay Mundrawala | 2015-04-17 | 1 | -1/+3 |
| | | | |||||
* | | | Fix failing specsjdm/3102 | Jay Mundrawala | 2015-04-16 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #3135 from tomhughes/search | Thom May | 2015-04-16 | 1 | -0/+24 |
|\ \ \ | | | | | | | | | Ensure that a search query makes progress | ||||
| * | | | Test that search queries make progress | Steven Danna | 2015-03-25 | 1 | -0/+24 |
| | | | | |||||
* | | | | Merge pull request #3102 from chef/btm/lower-json-nest-tests | Thom May | 2015-04-16 | 3 | -24/+9 |
|\ \ \ \ | | | | | | | | | | | Reduce size of json nested entries | ||||
| * | | | | Reduce size of json nested entries | Bryan McLellan | 2015-04-15 | 3 | -24/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On FreeBSD 10.1 i386 we're seeing rspec 3.2.2 raise SystemStackError if the expect line has a nested hash of 255 levels. I'm going to guess we don't even need this many. I lowered this test from 1000 to 300 arbitrarily some time ago. Fixes #3101 | ||||
* | | | | | add resource_resolver and resource_priority_map | Lamont Granquist | 2015-04-15 | 6 | -8/+140 |
|/ / / / | | | | | | | | | | | | | also wire them up through the Chef class. | ||||
* | | | | Merge pull request #3213 from chef/2140/jm/support_username_password | Jon Morrow | 2015-04-15 | 1 | -6/+43 |
|\ \ \ \ | | | | | | | | | | | Fixes 2140 - Honor Proxy from Env | ||||
| * | | | | Fixes 2140 - Honor Proxy from Env | Jon Morrow | 2015-04-14 | 1 | -6/+43 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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, config, env. | ||||
* | | | | | Merge pull request #3051 from mikedodge04/macosx_service_update | Phil Dibowitz | 2015-04-11 | 1 | -203/+230 |
|\ \ \ \ \ | |/ / / / |/| | | | | Load LaunchAgents as console user, adding plist and session_type options | ||||
| * | | | | adding assert for plist | Mike Dodge | 2015-04-01 | 1 | -0/+2 |
| | | | | | |||||
| * | | | | added requsted chagnes | Mike Dodge | 2015-03-26 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | addressed each of the comments | Mike Dodge | 2015-03-25 | 1 | -16/+0 |
| | | | | | |||||
| * | | | | added tests for 100% of use cases | Mike Dodge | 2015-03-12 | 1 | -193/+201 |
| | | | | | |||||
| * | | | | Updated tests to match new logic | Mike Dodge | 2015-03-12 | 1 | -17/+24 |
| | | | | | |||||
| * | | | | First pass at fixing the unit tests | Mike Dodge | 2015-03-12 | 1 | -30/+55 |
| | | | | | |||||
* | | | | | Merge pull request #3067 from chef/tm/knife_status_environment | Thom May | 2015-04-09 | 1 | -3/+69 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | Allow knife status to filter by environment | ||||
| * | | | | Just use a Time object in status teststm/knife_status_environment | Thom May | 2015-04-09 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | use real times | Thom May | 2015-04-09 | 1 | -5/+5 |
| | | | | | |||||
| * | | | | use partial search | Thom May | 2015-04-08 | 1 | -8/+19 |
| | | | | | |||||
| * | | | | Ensure valid lucene queries | Thom May | 2015-03-16 | 1 | -3/+3 |
| | | | | | |||||
| * | | | | Add tests for knife status | Thom May | 2015-03-12 | 1 | -3/+58 |
| | | | | | | | | | | | | | | | | | | | | Add failing tests for custom queries and environment filtering | ||||
* | | | | | Merge pull request #3131 from ↵ | Thom May | 2015-04-08 | 1 | -0/+18 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | 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 ssh | Eric Herot | 2015-03-24 | 1 | -0/+18 |
| | |_|/ / | |/| | | | |||||
* | | | | | Update integration tests for chefzero URLs | danielsdeleo | 2015-04-01 | 1 | -3/+3 |
| | | | | | |||||
* | | | | | Add --no-listen option to disable zero binding to port | danielsdeleo | 2015-04-01 | 3 | -0/+26 |
| | | | | | |||||
* | | | | | Test base HTTP client behaviors for chefzero URL case | danielsdeleo | 2015-04-01 | 2 | -0/+23 |
| | | | | | |||||
* | | | | | Extract socketless client and add specs | danielsdeleo | 2015-04-01 | 1 | -0/+174 |
| | | | | | |||||
* | | | | | Ensure link's path attribute works with delayed | Thom May | 2015-03-27 | 1 | -0/+15 |
| | | | | | | | | | | | | | | | | | | | | Closes #1769, closes #1767 |