Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't require rubygems in our binaries | Tim Smith | 2018-07-05 | 1 | -2/+1 |
| | | | | | | Rubygems is built in Ruby now. Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
* | Update all auth email address from opscode.com and getchef.com to chef.io. | Noah Kantrowitz | 2016-02-02 | 1 | -1/+1 |
| | | | Generated via git ls-files | xargs perl -pi -e "s/(Author.*?<[^@]+@)(?:opscode\\.com|getchef\\.com)(>)/\\1chef.io\\2/gi" | ||||
* | Replace all Opscode copyrights with Chef Software. | Noah Kantrowitz | 2016-02-02 | 1 | -1/+1 |
| | | | Created via git ls-files | xargs perl -pi -e "s/(Copyright.*?), Opscode(,)? Inc(\.)?/\\1, Chef Software Inc./gi" | ||||
* | Copyright year update for 2016 and massive cleanup. | Noah Kantrowitz | 2016-02-02 | 1 | -1/+1 |
| | | | Generated via git ls-files | xargs perl -pi -e "s/[Cc]opyright (?:\([Cc]\) )?((?\!$(date +%Y))\\d{4})(-\\d{4})?([, ][ \d]+)*(,|(?= ))/Copyright \\1-$(date +%Y),/g" | ||||
* | Use double quotes by default | Thom May | 2016-01-14 | 1 | -2/+2 |
| | | | | | | | 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. | ||||
* | Normalize whitespace on all files | Seth Vargo | 2013-09-26 | 1 | -2/+2 |
| | |||||
* | [OC-3564] move core Chef to the repo root \o/ \m/ | Seth Chisamore | 2012-10-30 | 1 | -0/+25 |
| | | | | 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 | -78/+0 |
| | | | | all with proper deps | ||||
* | Added template support, changed license to Apache v 2 | Adam Jacob | 2008-08-16 | 1 | -14/+11 |
| | |||||
* | Should use /usr/bin/env | Adam Jacob | 2008-06-10 | 1 | -2/+2 |
| | |||||
* | Working on network layer | Adam Jacob | 2008-05-19 | 1 | -1/+0 |
| | |||||
* | chef compiles | Adam Jacob | 2008-04-27 | 1 | -8/+5 |
| | |||||
* | Adding chef-solo command, config examples, Chef::Log class, ↵ | Adam Jacob | 2008-04-08 | 1 | -0/+85 |
Chef::Log::Formatter, Chef::Compile, and all the tests |