| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #4040 from chef/tm/live_execute_streaming | Thom May | 2015-11-12 | 3 | -36/+99 |
|\ |
|
| * | respond to review comments | Thom May | 2015-11-09 | 2 | -64/+75 |
| * | Implement code review comments and fix failing tests | Thom May | 2015-11-09 | 1 | -2/+2 |
| * | Implement live streaming for execute resources | Adam Jacob | 2015-11-09 | 2 | -26/+78 |
* | | Merge pull request #3991 from chef/jdm/remote-file-sha2 | Thom May | 2015-11-12 | 1 | -36/+62 |
|\ \ |
|
| * | | Update cache_control_data_ specs to use sha256 for path namejdm/remote-file-sha2 | Jay Mundrawala | 2015-09-28 | 1 | -36/+62 |
* | | | Merge pull request #4014 from nsdavidson/issue-3923 | Thom May | 2015-11-12 | 1 | -0/+40 |
|\ \ \ |
|
| * | | | updating copyright statment in ksh_spec.rb | Nolan Davidson | 2015-10-13 | 1 | -1/+1 |
| * | | | Adding ksh resource and specs | Nolan Davidson | 2015-10-06 | 1 | -0/+40 |
* | | | | Merge pull request #4142 from tas50/master | Thom May | 2015-11-12 | 1 | -0/+6 |
|\ \ \ \ |
|
| * | | | | Use the proper python interpretor for yum-dump.py on Fedora 21+ | Tim Smith | 2015-11-05 | 1 | -0/+6 |
* | | | | | Merge pull request #4064 from josb/master | Thom May | 2015-11-12 | 3 | -9/+13 |
|\ \ \ \ \ |
|
| * | | | | | Route all tags access through Chef::Node#{tags,tag} | Jos Backus | 2015-10-20 | 2 | -7/+7 |
| * | | | | | Stop initializing node tags here | Jos Backus | 2015-10-20 | 2 | -2/+2 |
| * | | | | | Add a test for correct tags initialization | Jos Backus | 2015-10-20 | 1 | -0/+4 |
* | | | | | | fix log location resolution in windows service | Matt Wrock | 2015-11-09 | 1 | -3/+4 |
| |_|_|_|/
|/| | | | |
|
* | | | | | Merge pull request #4137 from chef/btm/knife-backtrace | Bryan McLellan | 2015-11-06 | 1 | -1/+14 |
|\ \ \ \ \ |
|
| * | | | | | Avoid squashing/humanizing the exception when config[:verbosity] == 2btm/knife-backtrace | Bryan McLellan | 2015-11-06 | 1 | -1/+14 |
* | | | | | | Handle nil run list option in knife bootstrapnil-run-list-bootstrap | danielsdeleo | 2015-11-05 | 1 | -0/+15 |
|/ / / / / |
|
* | | | | | Fixed knife_spec unit test | Jay Mundrawala | 2015-11-05 | 1 | -1/+4 |
* | | | | | Merge pull request #3836 from nathwill/svc-helpers-alt | Thom May | 2015-11-05 | 1 | -30/+6 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | fix specs | Nathan Williams | 2015-10-23 | 1 | -1/+1 |
| * | | | | i have no idea what is happening | Nathan Williams | 2015-10-23 | 1 | -30/+6 |
* | | | | | windows service uses log file | Matt Wrock | 2015-11-05 | 1 | -46/+82 |
* | | | | | Add tests for Chef::HTTP retry behavior | danielsdeleo | 2015-11-04 | 1 | -1/+103 |
* | | | | | Improve detection of ChefFS-based commands in `knife rehash`ssd/rehash-cheffs | Steven Danna | 2015-10-29 | 1 | -0/+8 |
* | | | | | Make Property.derive create derived properties of the same typejk/custom_properties | John Keiser | 2015-10-28 | 1 | -0/+48 |
* | | | | | Updated --no-color unit tests based on feedback from btm and Kartik | Tyler Fitch | 2015-10-28 | 1 | -11/+11 |
* | | | | | Update knife bootstrap command to honor --no-color flag in chef-client run th... | Tyler Fitch | 2015-10-28 | 1 | -4/+11 |
* | | | | | Merge pull request #4081 from chef/lcg/chef-version | Lamont Granquist | 2015-10-28 | 5 | -3/+206 |
|\ \ \ \ \ |
|
| * | | | | | add integration test for the client sidelcg/chef-version | Lamont Granquist | 2015-10-26 | 1 | -0/+20 |
| * | | | | | add YARD docs | Lamont Granquist | 2015-10-26 | 1 | -1/+1 |
| * | | | | | stub #validate! method | Lamont Granquist | 2015-10-26 | 1 | -0/+2 |
| * | | | | | fix some busted specs | Lamont Granquist | 2015-10-26 | 2 | -4/+4 |
| * | | | | | improve error message, add more tests | Lamont Granquist | 2015-10-26 | 3 | -2/+113 |
| * | | | | | extend metadata to include chef_version and ohai_version | Lamont Granquist | 2015-10-26 | 1 | -1/+71 |
* | | | | | | Change plural to singular | John Keiser | 2015-10-27 | 1 | -7/+7 |
* | | | | | | test for default valuechasebolt-sensitive | Chase Bolt | 2015-10-27 | 1 | -0/+24 |
* | | | | | | tests and style | Chase Bolt | 2015-10-27 | 1 | -0/+48 |
|/ / / / / |
|
* | | | | | Use SHA256 instead for registry_key when data is not displayable | Jay Mundrawala | 2015-10-24 | 1 | -2/+2 |
* | | | | | fix tests for my change | Aubrey Holland | 2015-10-24 | 1 | -1/+1 |
* | | | | | We shouldn't be subclassing Struct.new - if the file is loaded twice we get a... | tyler-ball | 2015-10-24 | 1 | -45/+44 |
* | | | | | write spec for --json-attribute-file and move configration under render_template | sawanoboly | 2015-10-24 | 1 | -6/+33 |
* | | | | | Consider only knife configuration for chef environment in bootstrap context | Evan Gilman | 2015-10-24 | 1 | -1/+1 |
* | | | | | Remove duplicate 'Accept' header in spec | Julian C. Dunn | 2015-10-24 | 1 | -2/+2 |
* | | | | | add spec for stdout/stderr suppresion in error of sensitive execute resource | Ranjib Dey | 2015-10-24 | 1 | -0/+9 |
* | | | | | Adjust tests per BTM | Jeff Blaine | 2015-10-24 | 1 | -8/+8 |
* | | | | | Changes --hide-healthy to --hide-by-mins MINS | Jeff Blaine | 2015-10-24 | 1 | -9/+9 |
* | | | | | Define == for node objects | David Bresson | 2015-10-24 | 1 | -0/+8 |
* | | | | | add a failing test case for value_for_platform | Jordan Evans | 2015-10-24 | 1 | -0/+7 |