Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move properties into a mixin module (verbatim move) | John Keiser | 2015-10-20 | 2 | -310/+332 |
| | |||||
* | Merge pull request #4069 from tas50/messagingjk/coerce-nil | Lamont Granquist | 2015-10-20 | 23 | -42/+42 |
|\ | | | | | Improvements to log messages | ||||
| * | Fix spelling error | Tim Smith | 2015-10-18 | 1 | -1/+1 |
| | | |||||
| * | Improve sentences | Tim Smith | 2015-10-18 | 3 | -3/+3 |
| | | |||||
| * | Unnecessary capitalization | Tim Smith | 2015-10-18 | 2 | -3/+3 |
| | | |||||
| * | Use why-run vs. why_run or whyrun | Tim Smith | 2015-10-18 | 4 | -4/+4 |
| | | |||||
| * | Capitalize sentences | Tim Smith | 2015-10-18 | 13 | -31/+31 |
| | | |||||
* | | Merge pull request #4066 from pwelch/2372-fix-chef-apply-usage-banner | Lamont Granquist | 2015-10-20 | 1 | -1/+1 |
|\ \ | | | | | | | Fix chef-apply usage banner | ||||
| * | | Fix chef-apply usage banner | pwelch | 2015-10-17 | 1 | -1/+1 |
| |/ | | | | | | | | | | | | | | | | | The chef-apply option flags should trail the recipe or recipe text that is being applied. This updates the chef-apply banner to show the correct usage. Fixes #2372 | ||||
* | | Merge pull request #4061 from chef/ksubrama/win32-process | Kartik Null Cating-Subramanian | 2015-10-19 | 1 | -1/+1 |
|\ \ | |/ |/| | Bump win32-process pin | ||||
| * | Bump win32-process pinksubrama/win32-process | Kartik Null Cating-Subramanian | 2015-10-15 | 1 | -1/+1 |
|/ | | | Pulls in fixes for https://github.com/djberg96/win32-process/issues/19 | ||||
* | add ChangeLog | Lamont Granquist | 2015-10-13 | 1 | -0/+6 |
| | |||||
* | Merge pull request #4034 from chef/lcg/ruby-profiling | Lamont Granquist | 2015-10-13 | 6 | -2/+66 |
|\ | | | | | add optional ruby-profiling with --profile-ruby | ||||
| * | fix PR feedbacklcg/ruby-profiling | Lamont Granquist | 2015-10-13 | 3 | -7/+5 |
| | | |||||
| * | lazy load ruby-prof | Lamont Granquist | 2015-10-06 | 1 | -6/+3 |
| | | |||||
| * | make description of option scarier | Lamont Granquist | 2015-10-06 | 1 | -1/+1 |
| | | |||||
| * | add optional ruby-profiling with --profile-ruby | Lamont Granquist | 2015-10-05 | 6 | -2/+71 |
| | | | | | | | | dumps a large call graph into /var/chef/cache/graph_profile.out | ||||
* | | Merge pull request #4049 from chef/ksubrama/gemspecjk/notification_blocks | Kartik Null Cating-Subramanian | 2015-10-09 | 3 | -3/+3 |
|\ \ | | | | | | | Add gemspec files to allow bundler to run from the gem | ||||
| * | | Have Gemspec not always expect chef-config to exist beside it. | Kartik Null Cating-Subramanian | 2015-10-09 | 1 | -1/+1 |
| | | | |||||
| * | | Change chef-config's gemspec to include itselfksubrama/gemspec | Kartik Null Cating-Subramanian | 2015-10-09 | 1 | -1/+1 |
| | | | |||||
| * | | Add gemspec files to allow bundler to run from the gem | Kartik Null Cating-Subramanian | 2015-10-09 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #4029 from chef/ssd/search-pagination-fix | Steven Danna | 2015-10-09 | 2 | -3/+35 |
|\ \ | | | | | | | Fix search result pagination | ||||
| * | | Fix search result paginationssd/search-pagination-fix | Steven Danna | 2015-10-09 | 2 | -3/+35 |
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The start and rows parameter that are passed as part of the search request are passed directly to Solr on the backend. Results from Solr may contain deleted nodes no longer in the erchef database. Erchef will filter such nodes from the results. Thus, a user may receive fewer rows than they asked for. Incrementing 'start' only by the number of rows received will then result in the next Solr response overlapping the first, which can lead to duplicate results. In the case of a Solr results page that was completely filtered, it would lead to an infinite loop. This commit changes the code to always increment by the requested page size (args[:rows]) when it is non-nil. Incrementing by the length of the response set is still wrong in the case when the args[:rows] is nil, but the server doesn't give us anything else to increment by. Fixes #4027 | ||||
* | | Accept coercion as a way to accept nil values | John Keiser | 2015-10-08 | 2 | -1/+12 |
| | | |||||
* | | Merge pull request #4046 from chef/mwrock/no_win_group | Matt Wrock | 2015-10-08 | 3 | -5/+15 |
|\ \ | | | | | | | ignore gid in the user resource on windows | ||||
| * | | fixing typo | Matt Wrock | 2015-10-08 | 1 | -1/+1 |
| | | | |||||
| * | | fix unit tests | Matt Wrock | 2015-10-08 | 1 | -2/+2 |
| | | | |||||
| * | | fix spacingmwrock/no_win_group | Matt Wrock | 2015-10-08 | 1 | -1/+1 |
| | | | |||||
| * | | ignore gid on windows and warn to use group | Matt Wrock | 2015-10-08 | 2 | -4/+14 |
|/ / | |||||
* | | Bump revision to 12.5.112.5.1stable12.5-stable | John Keiser | 2015-10-07 | 4 | -4/+4 |
| | | |||||
* | | Merge pull request #3936 from chef/adamedx/windows-color-defaults | Adam Edwards | 2015-10-06 | 5 | -9/+9 |
|\ \ | | | | | | | Windows cli tools should have color true by default | ||||
| * | | Windows cli tools should have color true by defaultadamedx/windows-color-defaults | Adam Edwards | 2015-10-06 | 5 | -9/+9 |
|/ / | |||||
* | | Merge pull request #4036 from chef/mcquin/chef-3883 | Claire McQuin | 2015-10-06 | 3 | -10/+46 |
|\ \ | | | | | | | Quote paths. | ||||
| * | | Quote paths.mcquin/chef-3883 | Claire McQuin | 2015-10-06 | 3 | -10/+46 |
| | | | |||||
* | | | Merge pull request #3999 from tas50/unshare_warning | Thom May | 2015-10-06 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | Better warning for unsharing | ||||
| * | | | Better warning for unsharing | Tim Smith | 2015-09-29 | 1 | -2/+2 |
| | | | | |||||
* | | | | Merge pull request #3998 from tas50/chef | Thom May | 2015-10-06 | 1 | -18/+18 |
|\ \ \ \ | | | | | | | | | | | Update URLs to chef.io | ||||
| * | | | | Update URLs to chef.io | Tim Smith | 2015-09-29 | 1 | -18/+18 |
| |/ / / | |||||
* | | | | Merge pull request #4023 from higanworks/part_of_3959 | Thom May | 2015-10-06 | 1 | -0/+2 |
|\ \ \ \ | |_|/ / |/| | | | pass ssh_password to session | ||||
| * | | | pass ssh_password to session | sawanoboly | 2015-10-05 | 1 | -0/+2 |
| | |/ | |/| | |||||
* | | | Fix dispatch when there are different receivers | John Keiser | 2015-10-05 | 2 | -4/+50 |
| | | | | | | | | | | | | | | | with different numbers of arguments. Fixes https://github.com/chef/chef-dk/issues/546) | ||||
* | | | Merge pull request #4032 from chef/mcquin/nano/disable-32-bit | Claire McQuin | 2015-10-05 | 5 | -21/+49 |
|\ \ \ | | | | | | | | | Raise error when running 32-bit scripts on Windows Nano. | ||||
| * | | | Raise error when running 32-bit scripts on Windows Nano.mcquin/nano/disable-32-bit | Claire McQuin | 2015-10-05 | 5 | -21/+49 |
| |/ / | |||||
* | | | Merge pull request #4000 from chef/ad/3992-redhat-service | Thom May | 2015-10-05 | 1 | -2/+4 |
|\ \ \ | | | | | | | | | Fix for #3992: Add check for custom command in redhat service provider | ||||
| * | | | REALLY adding explicit error msg if init.d script or custom command is not ↵ad/3992-redhat-service | andy-dufour | 2015-09-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | found. | ||||
| * | | | Adding check for custom command in redhat service provider and providing ↵ | andy-dufour | 2015-09-29 | 1 | -1/+3 |
| | |/ | |/| | | | | | | | more explicit error message if init.d script or custom command is not found. | ||||
* | | | Merge pull request #4003 from chef/tm/duplicate_recipes | Thom May | 2015-10-05 | 4 | -2/+23 |
|\ \ \ | | | | | | | | | Ensure that our list of recipes is backwards compat | ||||
| * | | | Ensure that our list of recipes is backwards compattm/duplicate_recipes | Thom May | 2015-09-29 | 4 | -2/+23 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | Prior to chef 12.2 we included unexpanded 'cookbook' names for default recipes. In 12.2, we moved to expanded ('cookbook::default') names, which broke some searches. However, some of our users have now moved to searching for expanded, so we need to cater for both. Fixes #3767 | ||||
* | | | Fix forward module.to_sjk/forwarder-to_s | John Keiser | 2015-10-05 | 2 | -1/+6 |
| |/ |/| | |||||
* | | Merge pull request #4016 from chef/mcquin/nano-ps-script | Claire McQuin | 2015-10-02 | 6 | -59/+145 |
|\ \ | | | | | | | Use -Command flag on Nano |