Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use double quotes by default | Thom May | 2016-01-14 | 1 | -15/+15 |
| | | | | | | | This is an entirely mechanically generated (chefstyle -a) change, to go along with chef/chefstyle#5 . We should pick something and use it consistently, and my opinion is that double quotes are the appropriate thing. | ||||
* | [RFC-039] chef handler dsl | Ranjib Dey | 2015-04-18 | 1 | -1/+1 |
| | |||||
* | add resource_resolver and resource_priority_map | Lamont Granquist | 2015-04-15 | 1 | -0/+1 |
| | | | | also wire them up through the Chef class. | ||||
* | Remove 1.8 and 1.9 specific monkey patches | danielsdeleo | 2014-11-26 | 1 | -7/+0 |
| | |||||
* | Backport URI::Generic#hostname to Ruby 1.9.2 and older | danielsdeleo | 2013-11-15 | 1 | -0/+2 |
| | | | | | | | | | | | | | Documentation for URI::Generic#host in Ruby 2.0.0 explains: Since IPv6 addresses are wrapped by brackets in URIs, this method returns IPv6 addresses wrapped by brackets. This form is not appropriate to pass socket methods such as TCPSocket.open. If unwrapped host names are required, use “hostname” method. Therefore the best way to support IPv6 URIs is to replace calls to URI::Generic#host with URI::Generic#hostname. The #hostname method is added in Ruby 1.9.3 so we need to backport it for older ruby versions. | ||||
* | Add File.realpath backport for ruby 1.8 | danielsdeleo | 2013-06-26 | 1 | -0/+1 |
| | | | | - Related to fix for CHEF-4312 | ||||
* | Removing Dir monkey patch. | Jon Morrow | 2013-06-17 | 1 | -1/+0 |
| | |||||
* | [OC-3564] move core Chef to the repo root \o/ \m/ | Seth Chisamore | 2012-10-30 | 1 | -0/+39 |
| | | | | The opscode/chef repository now only contains the core Chef library code used by chef-client, knife and chef-solo! | ||||
* | big refactor of the repo layout. move to a chef gem and a chef-server gem ↵ | Ezra Zygmuntowicz | 2008-10-08 | 1 | -29/+0 |
| | | | | all with proper deps | ||||
* | Added template support, changed license to Apache v 2 | Adam Jacob | 2008-08-16 | 1 | -14/+13 |
| | |||||
* | Moving chef-server into lib, reworking specs, adding storieschef-server-package | Adam Jacob | 2008-06-15 | 1 | -1/+5 |
| | |||||
* | Working on network layer | Adam Jacob | 2008-05-19 | 1 | -1/+1 |
| | |||||
* | Added rcov coverage, lots of tests, definitions, node support | Adam Jacob | 2008-03-10 | 1 | -0/+26 |