Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrading to latest ffi-yajl which contains fixes for Object#to_json | tyler-ball | 2014-10-10 | 1 | -2/+0 |
| | |||||
* | Using my ffi-yajl branch where I fixed Objects that do not support to_json | tyler-ball | 2014-10-07 | 1 | -0/+2 |
| | |||||
* | use the released artifacts | Lamont Granquist | 2014-09-09 | 1 | -3/+0 |
| | |||||
* | bump mixlib-shellout to 2.0, track ohai+mixlib-shellout master | Lamont Granquist | 2014-09-08 | 1 | -1/+1 |
| | |||||
* | unicode shell_out fixes plus mixlib-shellout 2.x | Lamont Granquist | 2014-09-08 | 1 | -0/+3 |
| | | | | | | - use en_US.UTF-8 explicitly rather than relying on mixlib-shellout's 'C' locale in order to force the LANG by default (restores unicode to most chef-client calls now) | ||||
* | Remove chef-zero debugging statement | John Keiser | 2014-05-27 | 1 | -2/+0 |
| | |||||
* | Add more description to help for --repo-modejk/knife_serve | John Keiser | 2014-05-27 | 1 | -0/+2 |
| | |||||
* | Merge branch 'CHEF-4946' of github.com:criteo/chef into contributions-cc-51 | sersut | 2014-03-12 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: Gemfile | ||||
| * | [CHEF-4946] Don't try to install ruby-shadow on cygwin | Pierre Ynard | 2014-01-10 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #1126 from opscode/lcg/ruby-shadow-2.3.1 | lamont-granquist | 2014-03-06 | 1 | -1/+1 |
|\ \ | | | | | | | CHEF-4773: ruby-shadow supports darwin+freebsd now | ||||
| * | | ruby-shadow supports darwin+freebsd now | Lamont Granquist | 2013-11-14 | 1 | -1/+1 |
| |/ | | | | | | | - comment in https://tickets.opscode.com/browse/CHEF-4402 | ||||
* | | Remove obsolete doc generator deps | danielsdeleo | 2014-02-04 | 1 | -1/+0 |
|/ | |||||
* | remove commented pry dep from Gemfile | danielsdeleo | 2013-10-18 | 1 | -2/+0 |
| | |||||
* | use separate gemspec for windows | Lamont Granquist | 2013-09-27 | 1 | -20/+1 |
| | | | | | | | | | | | - allows us to explicitly version pin in the gemspec on gem installs rather than getting different behavior from 'gem install' and 'bundle install' (gemspec vs. Gemfile). - the mingw deps had been in the Gemfile because it needed to be a group since gemspecs do not have groups. this builds two different gems for publication to rubygems instead. - see mixlib-shellout for the prototype of where this has been done (successfully). | ||||
* | bump win32-process to 0.7.3 | Lamont Granquist | 2013-09-26 | 1 | -1/+1 |
| | | | | - 0.7.0 is failing on win2k3r2 (and only on that one) | ||||
* | for now, pin win32-process to match mixlib-shellout | Lamont Granquist | 2013-09-26 | 1 | -1/+1 |
| | |||||
* | shell_out to diff => diff-lcs, cleaned up tests, updated gem versions | Claire McQuin | 2013-07-16 | 1 | -6/+6 |
| | |||||
* | CHEF-4314: Pin active_support < 4.0.0 due to atomic + CAS issues | Bryan McLellan | 2013-06-25 | 1 | -1/+1 |
| | |||||
* | add rake task for generating docs with YARD | Lamont Granquist | 2013-06-20 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' into file-refactor | sersut | 2013-05-31 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: lib/chef/exceptions.rb | ||||
| * | AIX also has no ruby shadow | Lamont Granquist | 2013-05-24 | 1 | -1/+1 |
| | | |||||
* | | Add opt-in code coverage reporting | danielsdeleo | 2013-05-31 | 1 | -0/+1 |
|/ | | | | | Run tests with, e.g., `COVERAGE=t bundle exec rspec PATH` to generate a report | ||||
* | Use HTTPS to RubyGems | H "Waldo" G | 2013-04-11 | 1 | -1/+1 |
| | | | use https when connecting to rubygems to prevent MITM hacks | ||||
* | [CHEF-3840] fix rdiscount compile on windows by excluding group | danielsdeleo | 2013-02-06 | 1 | -1/+4 |
| | | | | | This requires an update to the scripts for the test stage of the omnibus Ci pipeline, but is probably the better long term solution | ||||
* | bump rack (test dep) to silence warnings | danielsdeleo | 2013-01-29 | 1 | -1/+1 |
| | |||||
* | CHEF-3718: pin systemu version for windows | Lamont Granquist | 2012-12-21 | 1 | -0/+1 |
| | |||||
* | replace thin w/ webrick for func. test server | danielsdeleo | 2012-11-19 | 1 | -6/+0 |
| | |||||
* | Merge branch '10-stable' | Bryan McLellan | 2012-10-30 | 1 | -5/+1 |
| | | | | | | | | | | | Conflicts: chef-expander/lib/chef/expander/version.rb chef-server-api/lib/chef-server-api/version.rb chef-server-webui/lib/chef-server-webui/version.rb chef-server/lib/chef-server/version.rb chef-solr/lib/chef/solr/version.rb chef/lib/chef/node/attribute.rb lib/chef/node.rb | ||||
* | [OC-3564] move core Chef to the repo root \o/ \m/ | Seth Chisamore | 2012-10-30 | 1 | -0/+45 |
The opscode/chef repository now only contains the core Chef library code used by chef-client, knife and chef-solo! |