Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #2527 from opscode/lcg/knife-plugin-fix | Lamont Granquist | 2014-12-03 | 4 | -6/+23 |
|\ | | | | | fix searching upwards for knife plugins | ||||
| * | Fix knife plugin path searching | Lamont Granquist | 2014-12-03 | 4 | -6/+23 |
|/ | | | | | | | | | | | | | | | | | | Unreleased Chef 12.0.0 bug caught in testing where only the searching upwards from PWD to find .chef in order to get the plugin path for knife was busted. The chef_config_dir was being used before load_config was being called, so it was nil, which broke finding knife plugins. This was fixed by adding some lazy initialization of the config_loader object itself and the chef_config_dir. The reset_config_loader! is added entirely to reset the global state for unit testing. This whole class is a bit horrible and needs to have all its global state removed from it, class methods removed, class ivars and the class-variable-in-a-class-method-for-inheritance-lolwut needs to be removed. Unfortunately, that requires some delicate surgery because Chef::Knife gets used as a public API, and is beyond the scope of gettting Chef 12 shipped. | ||||
* | Merge pull request #2516 from adamhjk/ez-mode | Adam Jacob | 2014-12-02 | 2 | -0/+19 |
|\ | | | | | A memorial for Ezra Zygmuntowicz | ||||
| * | A memorial for Ezra Zygmuntowicz | Adam Jacob | 2014-12-01 | 2 | -0/+19 |
| | | | | | | | | | | | | | | | | Adding the --ez switch to Chef Solo, to memorialize Ezra. He was the father of Chef Solo, and without his early advocacy and evangelism, there would be no Chef today. Rest in peace, Ez. | ||||
* | | Merge pull request #2526 from opscode/mcquin/maintainer | Adam Jacob | 2014-12-02 | 1 | -23/+19 |
|\ \ | | | | | | | Make me a maintainer | ||||
| * | | Add myself as a core maintainer. | Claire McQuin | 2014-12-02 | 1 | -0/+1 |
| | | | |||||
| * | | Use lists. | Claire McQuin | 2014-12-02 | 1 | -23/+18 |
|/ / | |||||
* | | adding myself to MAINTAINERS | Lamont Granquist | 2014-12-01 | 1 | -1/+10 |
| | | |||||
* | | Add myself to MAINTAINERS | danielsdeleo | 2014-12-01 | 1 | -0/+4 |
| | | |||||
* | | Merge pull request #2499 from juliandunn/trash-shef | Joshua Timberman | 2014-12-01 | 3 | -55/+1 |
|\ \ | |/ |/| | Remove all parts of 'shef' | ||||
| * | Remove all parts of 'shef' | Julian C. Dunn | 2014-11-26 | 3 | -55/+1 |
| | | |||||
* | | Add Seth Vargo as LT for ChefSpec | Adam Jacob | 2014-12-01 | 1 | -3/+5 |
| | | |||||
* | | Merge pull request #2510 from opscode/tball/maintainer | Adam Jacob | 2014-12-01 | 1 | -0/+5 |
|\ \ | | | | | | | Adding myself as a maintainer | ||||
| * | | Fixing formattingtball/maintainer | tyler-ball | 2014-12-01 | 1 | -0/+4 |
| | | | |||||
| * | | Adding myself as a maintainer | tyler-ball | 2014-12-01 | 1 | -1/+2 |
|/ / | |||||
* | | Merge pull request #2490 from jtimberman/jtimberman/maintainers | Jon Cowie | 2014-11-28 | 1 | -0/+5 |
|\ \ | | | | | | | Adding myself to relevant component maintainer | ||||
| * | | Adding myself to relevant component maintainer | jtimberman | 2014-11-28 | 1 | -0/+5 |
|/ / | |||||
* | | Merge pull request #2485 from opscode/ssd/maintainer-app | Jon Cowie | 2014-11-28 | 1 | -1/+2 |
|\ \ | |/ |/| | Add Steven Danna as a maintainer of Dev Tools | ||||
| * | Add Steven Danna as a maintainer of Dev Toolsssd/maintainer-app | Steven Danna | 2014-11-25 | 1 | -1/+2 |
| | | | | | | | | | | | | I've fixed a number of chef-shell and knife related bugs, written a number of popular knife plugins that build on top of these systems, and understand the related code well. | ||||
* | | Ensure 'uri' is required where it's used. | danielsdeleo | 2014-11-26 | 5 | -0/+5 |
| | | | | | | | | | | URI previously was globally available because chef.rb loaded it via a monkey patch for the URI class. | ||||
* | | Remove 1.8 and 1.9 specific monkey patches | danielsdeleo | 2014-11-26 | 15 | -412/+0 |
| | | |||||
* | | Force TK to install prerelease Chef pkg for now | danielsdeleo | 2014-11-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | | In the future (after Chef 12.0.0 is released) we should remove this. For now, we need to force TK to install a prerelease version of the Chef package, so it will include Ruby 2.1, and therefore not choke on our requirement for Ruby >= 2.0 | ||||
* | | Remove 1.9 from travis, bump 2.1 to .5 patch release | danielsdeleo | 2014-11-26 | 1 | -4/+3 |
| | | |||||
* | | update docs for dropping support of 1.9.3 | Lamont Granquist | 2014-11-26 | 3 | -3/+5 |
| | | |||||
* | | drop ruby 1.9.x support for Chef-12 | Lamont Granquist | 2014-11-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Ruby 1.9.3 is in security-only maintenance phase which means that bugs for the core ruby interpreter will not be fixed and Chef cannot support ruby 1.9.x. Users should be using omnibus-chef packages which come with a built-in ruby 2.x or should upgrade their own installations to ruby 2.x (and accept that ongoing upgrade and support cost). Chef 11 will continue to be shipped on ruby 1.9.x until Chef 11 is EOL. | ||||
* | | Merge pull request #2484 from opscode/tball/contrib-pass | Tyler Ball | 2014-11-25 | 49 | -75/+104 |
|\ \ | | | | | | | Merging community contributions | ||||
| * \ | Merge branch 'master' into tball/contrib-pass | tyler-ball | 2014-11-25 | 8 | -5/+119 |
| |\ \ | | | | | | | | | | | | | | | | | Conflicts: CHANGELOG.md | ||||
| * | | | Fixing failing tests on merge | tyler-ball | 2014-11-25 | 1 | -4/+4 |
| | | | | |||||
| * | | | Contribution information for https://github.com/opscode/chef/pull/2385 | tyler-ball | 2014-11-25 | 1 | -0/+2 |
| | | | | |||||
| * | | | Contribution information for https://github.com/opscode/chef/pull/2382 | tyler-ball | 2014-11-25 | 1 | -0/+2 |
| | | | | |||||
| * | | | Merge branch 'master' of https://github.com/tas50/chef-1 into tball/contrib-pass | tyler-ball | 2014-11-25 | 3 | -8/+8 |
| |\ \ \ | |||||
| | * | | | Fix some minor typos | Tim Smith | 2014-11-08 | 3 | -9/+9 |
| | | | | | |||||
| * | | | | Merge branch 'typofixes-vlajos-20141107' of github.com:vlajos/chef into ↵ | tyler-ball | 2014-11-25 | 45 | -61/+61 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | tball/contrib-pass | ||||
| | * | | | | typo fixes - https://github.com/vlajos/misspell_fixer | Veres Lajos | 2014-11-08 | 45 | -61/+61 |
| | |/ / / | |||||
| * | | | | Contribution information for https://github.com/opscode/chef/pull/2242 | tyler-ball | 2014-11-25 | 1 | -0/+2 |
| | | | | | |||||
| * | | | | Merge branch 'patch-3' of github.com:justanshulsharma/chef | tyler-ball | 2014-11-25 | 2 | -6/+29 |
| |\ \ \ \ | |||||
| | * | | | | Update node_run_list_remove_spec.rb | Anshul Sharma | 2014-11-04 | 1 | -1/+1 |
| | | | | | | |||||
| | * | | | | swapped lines | Anshul Sharma | 2014-11-04 | 1 | -2/+2 |
| | | | | | | |||||
| | * | | | | added tests | Anshul Sharma | 2014-10-18 | 1 | -3/+18 |
| | | | | | | |||||
| | * | | | | Updated banner | Anshul Sharma | 2014-10-18 | 1 | -1/+1 |
| | | | | | | |||||
| | * | | | | remove extra spaces | Anshul Sharma | 2014-10-16 | 1 | -3/+0 |
| | | | | | | |||||
| | * | | | | knife node run_list remove issue #2186 | Anshul Sharma | 2014-10-16 | 1 | -2/+13 |
| | | | | | | | | | | | | | | | | | | fixes "knife node run_list remove" issue #2186 | ||||
* | | | | | | Merge pull request #2459 from opscode/lcg/partial-deep-merge-cache | Lamont Granquist | 2014-11-25 | 0 | -0/+0 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | add partial deep merge cache | ||||
| * | | | | | add more commentarylcg/partial-deep-merge-cache | Lamont Granquist | 2014-11-20 | 1 | -4/+20 |
| | | | | | | |||||
| * | | | | | add partial deep merge cache | Lamont Granquist | 2014-11-20 | 3 | -12/+65 |
| | | | | | | |||||
* | | | | | | Merge pull request #2487 from opscode/lcg/fix-windows-warn | Lamont Granquist | 2014-11-25 | 2 | -3/+3 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | suppress locale -a warnings on windows | ||||
| * | | | | | suppress locale -a warnings on windows | Lamont Granquist | 2014-11-25 | 2 | -3/+3 |
|/ / / / / | | | | | | | | | | | | | | | | | | | | | need the '!' to throw exceptions, or else the rescue clause is never run. | ||||
* | | | | | Merge pull request #2483 from opscode/sersut/contrib-pass | Serdar Sutay | 2014-11-25 | 5 | -2/+28 |
|\ \ \ \ \ | | | | | | | | | | | | | Merge pass for contributions. | ||||
| * | | | | | Contribution information for https://github.com/opscode/chef/pull/2439. | Serdar Sutay | 2014-11-25 | 1 | -0/+2 |
| | | | | | | |||||
| * | | | | | Merge branch 'fix_prerelease_parameter' of github.com:Daegalus/chef | Serdar Sutay | 2014-11-25 | 2 | -1/+15 |
| |\ \ \ \ \ |