| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | provider/user/dscl: Set "comment" default value | Mikhail Zholobov | 2015-10-24 | 1 | -0/+7 |
|/ |
|
* | provider/user/dscl: Set default gid to 20 | Mikhail Zholobov | 2015-10-23 | 1 | -0/+7 |
* | overhaul solaris SMF service providerlcg/3187 | Dave Eddy | 2015-10-23 | 1 | -39/+110 |
* | Merge pull request #4079 from chef/service_logger | Matt Wrock | 2015-10-23 | 1 | -2/+10 |
|\ |
|
| * | add logger to windows service shelloutservice_logger | Matt Wrock | 2015-10-20 | 1 | -2/+10 |
* | | Allow downloading of root_files in a chef repositoryssd/download-root-files | Steven Danna | 2015-10-23 | 1 | -0/+9 |
* | | Added run list expansion json conversion. Creates a json tree from the run li...kyleen/addExpandedRunList | Kyleen MacGugan | 2015-10-21 | 2 | -3/+25 |
* | | Update messaging to match LWRP -> Custom Resource rename | Tim Smith | 2015-10-21 | 1 | -1/+1 |
* | | Merge pull request #3119 from cmluciano/cml/bug1586 | Phil Dibowitz | 2015-10-20 | 2 | -1/+10 |
|\ \ |
|
| * | | Add recommended test from btm | Christopher M. Luciano | 2015-10-12 | 1 | -0/+9 |
| * | | Fix condition of removing a group before user error. | cmluciano | 2015-04-30 | 1 | -1/+1 |
* | | | Make modules with properties work and inherit as expectedjk/property_mixin | John Keiser | 2015-10-20 | 1 | -0/+97 |
| |/
|/| |
|
* | | Merge pull request #4034 from chef/lcg/ruby-profiling | Lamont Granquist | 2015-10-13 | 1 | -0/+17 |
|\ \ |
|
| * | | add optional ruby-profiling with --profile-ruby | Lamont Granquist | 2015-10-05 | 1 | -0/+17 |
* | | | Fix search result paginationssd/search-pagination-fix | Steven Danna | 2015-10-09 | 1 | -1/+19 |
* | | | Accept coercion as a way to accept nil values | John Keiser | 2015-10-08 | 1 | -0/+8 |
* | | | fix unit tests | Matt Wrock | 2015-10-08 | 1 | -2/+2 |
* | | | ignore gid on windows and warn to use group | Matt Wrock | 2015-10-08 | 1 | -0/+8 |