Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix nitpick comments and code typos. | sersut | 2013-05-15 | 1 | -5/+1 |
| | |||||
* | Merge branch 'master' into file-refactor | sersut | 2013-05-14 | 1 | -1/+1 |
|\ | | | | | | | | | | | Conflicts: spec/unit/knife/configure_spec.rb spec/unit/provider/remote_file_spec.rb | ||||
| * | CHEF-3920: tighten wording to be more DRY. | Andrea Campi | 2013-04-12 | 1 | -1/+1 |
| | | |||||
* | | expand and fix selinux functionality | Lamont Granquist | 2013-04-04 | 1 | -1/+9 |
| | | |||||
* | | refactoring of file providers | Lamont Granquist | 2013-03-15 | 1 | -7/+6 |
|/ | |||||
* | Extract provider LWRP code to LWRPBase | danielsdeleo | 2012-12-19 | 1 | -52/+0 |
| | |||||
* | explicitly include EnforceOwnershipAndPermissions where it's used | danielsdeleo | 2012-12-18 | 1 | -1/+0 |
| | |||||
* | [CHEF-3632] removed duplicated provider#whyrun_supported? method | Xabier de Zuazo | 2012-12-13 | 1 | -4/+0 |
| | |||||
* | Merge branch '10-stable' | Bryan McLellan | 2012-11-20 | 1 | -0/+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/encrypted_data_bag_item.rb chef/spec/unit/encrypted_data_bag_item_spec.rb ci/jenkins_run_tests.bat ci/jenkins_run_tests.sh lib/chef/provider.rb spec/unit/knife/data_bag_from_file_spec.rb spec/unit/provider/remote_directory_spec.rb spec/unit/provider/route_spec.rb | ||||
* | | Finished refactoring converge and updated tests | tylercloke | 2012-11-05 | 1 | -3/+2 |
| | | | | | | | | so that converge and converge! are no longer a method in the provider and why_run, respectively. There is instead set_updated_status in provider. Everything is now converged in why_run's add_action, so neither of the converge methods should ever need to be called. Updated tests to reflect this. Removed all calls to converge, and replaced with set_updated_status only for tests that are looking at the update status of a provider, where the converge behavior has been mocked out. | ||||
* | | [OC-3564] move core Chef to the repo root \o/ \m/ | Seth Chisamore | 2012-10-30 | 1 | -0/+233 |
|/ | | | | 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 | -40/+0 |
| | | | | all with proper deps | ||||
* | Tell us what provider forgot to override load_current_resource | Adam Jacob | 2008-09-08 | 1 | -1/+1 |
| | |||||
* | Refactoring to support a base package class, that package providers can ↵ | Adam Jacob | 2008-09-08 | 1 | -0/+4 |
| | | | | inherit from | ||||
* | Added template support, changed license to Apache v 2 | Adam Jacob | 2008-08-16 | 1 | -14/+12 |
| | |||||
* | Adding a directory resource and provider | Adam Jacob | 2008-04-28 | 1 | -1/+1 |
| | |||||
* | chef compiles | Adam Jacob | 2008-04-27 | 1 | -0/+5 |
| | |||||
* | Adding a File provider | Adam Jacob | 2008-03-23 | 1 | -0/+33 |