| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove copyright dateslcg/remove-copyright-dates | Lamont Granquist | 2020-04-13 | 1 | -1/+1 |
| | | | | | | | | | Legally incredibly dubious, particularly since we don't follow it strictly as policy, and we have git history instead, which does it right. This is just a waste of time and a cargo cult. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> | ||||
| * | Convert require to require_relative | Lamont Granquist | 2019-05-08 | 1 | -2/+2 |
| | | | | | | | | This gives a speed boost since rubygems does not have to scan through every gem in the gemset in order to find the file. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> | ||||
| * | 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. | ||||
| * | Add comment about header ordering | John Keiser | 2014-08-30 | 1 | -0/+1 |
| | | |||||
| * | Move Chef::Config path functions to Chef::Util::PathHelper | John Keiser | 2014-08-30 | 1 | -1/+1 |
| | | |||||
| * | [CHEF-4157] remove all implementation from chef/platform | danielsdeleo | 2013-05-03 | 1 | -19/+2 |
| | | |||||
| * | [CHEF-4157] split Platform to prune dep graph | danielsdeleo | 2013-05-03 | 1 | -492/+3 |
| | | | | | | | | Many files/classes depend on Chef::Platform just to use the `windows?` method. The part of Chef::Platform that maps providers to platforms has very heavy dependencies (which may trigger circular deps when loading some files) which are not needed for most users of Chef::Platform. | ||||
| * | add solaris user provider to solaris2 and smartos | Lamont Granquist | 2013-04-17 | 1 | -3/+6 |
| | | |||||
| * | [CHEF-3872] Adding support for platform XCP/xcp, which is the open source ↵ | Javier Frias | 2013-04-12 | 1 | -0/+8 |
| | | | | | version | ||||
| * | [CHEF-3919] Removed Chef::Version::Cookbook code and replaced by a ↵ | Xabier de Zuazo | 2013-04-11 | 1 | -3/+3 |
| | | | | | Chef::Version::Platform class, reverting Chef::Version class changes | ||||
| * | [CHEF-3919] cookbook version specific code factored out from Chef::Version, ↵ | Xabier de Zuazo | 2013-04-11 | 1 | -1/+1 |
| | | | | | new classes created: Chef::Version::Cookbook and Chef::VersionConstraint::Cookbook | ||||
| * | [CHEF-3919] platform parsing error message outputs the problematic version ↵ | Xabier de Zuazo | 2013-04-11 | 1 | -1/+1 |
| | | | | | for debugging | ||||
| * | [CHEF-3919] existing platform version conditionals updated to use "greater than" | Xabier de Zuazo | 2013-04-11 | 1 | -8/+2 |
| | | |||||
| * | [CHEF-3919] rescue from an InvalidCookbookVersion exception inside ↵ | Xabier de Zuazo | 2013-04-11 | 1 | -4/+8 |
| | | | | | Chef::Platform when platform version cannot be parsed properly | ||||
| * | [CHEF-3919] Added support for setting ">", "<", "<=" ... versions in ↵ | Xabier de Zuazo | 2013-04-11 | 1 | -7/+10 |
| | | | | | Chef::Platform | ||||
| * | adding gcel ditto as ubuntu platform | Ranjib Dey | 2013-02-26 | 1 | -0/+8 |
| | | |||||
| * | Do the windows admin privilege check only on the windows versions that it is ↵ | sersut | 2013-01-22 | 1 | -0/+9 |
| | | | | | possible. | ||||
| * | actually remove some actual comments | Lamont Granquist | 2012-12-19 | 1 | -3/+2 |
| | | |||||
| * | CHEF-3576: add raspbian as a supported platform | Lamont Granquist | 2012-11-13 | 1 | -0/+8 |
| | | |||||
| * | [OC-3564] move core Chef to the repo root \o/ \m/ | Seth Chisamore | 2012-10-30 | 1 | -0/+499 |
| | | | | | 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 | -202/+0 |
| | | | | | all with proper deps | ||||
| * | Use operatingsystemrelease as a last resort | Adam Jacob | 2008-10-07 | 1 | -0/+2 |
| | | |||||
| * | Adding user provider | Adam Jacob | 2008-10-05 | 1 | -1/+2 |
| | | |||||
| * | Adding Portage package provider first pass. Seems to work. | Ezra Zygmuntowicz | 2008-10-04 | 1 | -1/+5 |
| | | |||||
| * | Merging fujin changes | Adam Jacob | 2008-10-02 | 1 | -2/+2 |
| |\ | |||||
| | * | Namespacing the Service providers to the Service class. Changes ↵ | AJ Christensen | 2008-10-03 | 1 | -2/+2 |
| | | | | | | | | | Chef::Provider::Debian => Chef::Provider::Service::Debian | ||||
| * | | Moving provider/apt to provider/package/apt.rb | Adam Jacob | 2008-10-02 | 1 | -1/+1 |
| |/ | |||||
| * | Working Debian service provider for enabling/disabling services. | AJ Christensen | 2008-09-25 | 1 | -1/+3 |
| | | | | | TODO: Base and Init providers that support status and start/stopping init scripts. | ||||
| * | Updating package list | Adam Jacob | 2008-09-08 | 1 | -1/+3 |
| | | |||||
| * | Adding package resource and apt provider | Adam Jacob | 2008-09-08 | 1 | -1/+3 |
| | | |||||
| * | Adding script support! | Adam Jacob | 2008-09-04 | 1 | -1/+7 |
| | | |||||
| * | Adding in execute support | Adam Jacob | 2008-09-01 | 1 | -0/+2 |
| | | |||||
| * | Adding remote_file and remote_directory support | Adam Jacob | 2008-08-16 | 1 | -0/+2 |
| | | |||||
| * | Added template support, changed license to Apache v 2 | Adam Jacob | 2008-08-16 | 1 | -15/+18 |
| | | |||||
| * | Updating search tickets | Adam Jacob | 2008-07-28 | 1 | -0/+1 |
| | | |||||
| * | Huge amount of work, covering openid, clients, and all sorts of server stuff | Adam Jacob | 2008-06-09 | 1 | -1/+2 |
| | | |||||
| * | The symlink provider should set the source_file to an empty string if the ↵ | Adam Jacob | 2008-05-01 | 1 | -1/+2 |
| | | | | | links don't exist | ||||
| * | Adding a directory resource and provider | Adam Jacob | 2008-04-28 | 1 | -1/+2 |
| | | |||||
| * | chef compiles | Adam Jacob | 2008-04-27 | 1 | -0/+172 |
