Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [OC-3564] move README to markdown format | Seth Chisamore | 2012-10-30 | 1 | -1/+5 |
| | |||||
* | [OC-3564] move core Chef to the repo root \o/ \m/ | Seth Chisamore | 2012-10-30 | 1 | -32/+2 |
| | | | | The opscode/chef repository now only contains the core Chef library code used by chef-client, knife and chef-solo! | ||||
* | update gitignore with more sane defaults | Seth Chisamore | 2011-12-29 | 1 | -3/+16 |
| | |||||
* | Add Gemfile.lock to .gitignore | Bryan McLellan | 2011-09-29 | 1 | -0/+1 |
| | |||||
* | [CHEF-2076] Add integration tests for frozen cookbooks | Daniel DeLeo | 2011-03-25 | 1 | -0/+1 |
| | |||||
* | Fixed client spec tests for changes to client run (only one save, call to ↵ | Tim Hinderliter | 2011-03-17 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | environments endpoint for run_list expansion) * also refactored main "run" spec Fixed run_list spec tests for changes to exceptions thrown from CookbookVersionSelector Fixed typo in rethrowing DepSelector::Exceptions::NoSolutionExists -> Chef::Exceptions::CookbookVersionSelection::UnsatisfiableRunListItem Removed Node#reset_defaults_and_overrides, as it was a leaky API only used in combination with Node#expand!. Its functionality was merged into Node#expand! Added emacs backup files, *~, to .gitignore | ||||
* | ignore chef-expander pkg dir | Daniel DeLeo | 2011-03-13 | 1 | -0/+1 |
| | |||||
* | ignore ctags files | Daniel DeLeo | 2011-03-08 | 1 | -0/+1 |
| | |||||
* | Ban the _default environment from Roles' env_run_lists | Daniel DeLeo | 2011-03-02 | 1 | -1/+2 |
| | | | | the default run list is set in the top level run_list entity. | ||||
* | add configurable log locations | Daniel DeLeo | 2011-02-08 | 1 | -0/+1 |
| | |||||
* | import new solr preprocessing daemon | Daniel DeLeo | 2011-02-03 | 1 | -0/+3 |
| | |||||
* | Initial commit of Knife support for Blue Box Blocks. Provides the ability ↵ | Jesse Proudman | 2010-11-08 | 1 | -0/+1 |
| | | | | to list imges, create servers, destroy servers and list servers. | ||||
* | [CHEF-1801] extract gemspecs to their own files | Daniel DeLeo | 2010-10-23 | 1 | -1/+0 |
| | |||||
* | more rdoc tweaks, use sdoc, and gitignore the rdoc directory | Daniel DeLeo | 2010-07-31 | 1 | -0/+1 |
| | |||||
* | ignore rubinius rbc files :) | Daniel DeLeo | 2010-06-03 | 1 | -0/+1 |
| | |||||
* | fix solr startup and features knife config | Daniel DeLeo | 2010-06-03 | 1 | -1/+2 |
| | |||||
* | Merge branch 'master' into 0.9-alpha | Daniel DeLeo | 2010-05-06 | 1 | -0/+1 |
|\ | | | | | | | | | | | Conflicts: chef/lib/chef/client.rb chef/lib/chef/node.rb | ||||
| * | Fixing dscl group and user calls on OSX (10.5.8 tested) | Bruce Krysiak | 2010-05-03 | 1 | -0/+1 |
| | | |||||
* | | Adding .swo files | Adam Jacob | 2010-04-18 | 1 | -0/+1 |
|/ | |||||
* | gitignore zsh rake task completion cache files | Daniel DeLeo | 2010-02-05 | 1 | -0/+1 |
| | |||||
* | fix Rakefile comment and add gemspec to .gitignore | Christopher Brown | 2009-12-15 | 1 | -0/+1 |
| | |||||
* | Initial pass at a Chef 0.8.0 alpha | Adam Jacob | 2009-08-20 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Rakefile chef-server-slice/Rakefile chef-server-slice/app/controllers/application.rb chef-server-slice/app/controllers/exceptions.rb chef-server-slice/app/controllers/nodes.rb chef-server-slice/app/controllers/openid_consumer.rb chef-server-slice/app/controllers/openid_server.rb chef-server-slice/app/helpers/nodes_helper.rb chef-server/Rakefile chef-server/config/dependencies.rb chef-server/config/init.rb chef/Rakefile chef/lib/chef.rb chef/lib/chef/application/indexer.rb chef/lib/chef/client.rb chef/lib/chef/config.rb chef/lib/chef/node.rb chef/lib/chef/queue.rb chef/spec/unit/application/indexer_spec.rb chef/spec/unit/client_spec.rb chef/spec/unit/config_spec.rb cucumber.yml features/api/nodes/create_node_api.feature features/api/nodes/delete_node_api.feature features/api/nodes/list_nodes_api.feature features/api/nodes/show_node_api.feature features/api/nodes/update_node_api.feature features/api/roles/list_roles_api.feature features/steps/fixture_steps.rb | ||||
* | CHEF-448: Chef Server URL metaconfiguration option | AJ Christensen | 2009-07-29 | 1 | -0/+1 |
| | | | | | | | Adds -S to chef-client for chef-server-url Adds chef_server_url configuration option for client.rb to set the values of registration_url, openid_url, template_url, remotefile_url, search_url and role_url | ||||
* | Adding metadata.json to the ignore list | Adam Jacob | 2009-06-04 | 1 | -0/+1 |
| | |||||
* | Updating .gitignore to ignore chef-server-slice pkg | Adam Jacob | 2009-02-27 | 1 | -0/+1 |
| | |||||
* | Adding rake tasks to run a dev environment, and run a dev environment ↵ | Adam Jacob | 2009-02-22 | 1 | -0/+3 |
| | | | | specifically for cucumber features to run against | ||||
* | Adding the features tmp directory to the ignore list | Adam Jacob | 2009-02-17 | 1 | -0/+1 |
| | |||||
* | Updating gitignore to include log directories, which are always spurious. | Adam Jacob | 2008-10-13 | 1 | -0/+2 |
| | |||||
* | Updating .gitignore for pkg directories | Adam Jacob | 2008-10-09 | 1 | -0/+2 |
| | |||||
* | Add vim swapfiles to gitignore | AJ Christensen | 2008-09-24 | 1 | -0/+1 |
| | |||||
* | Updating .gitignore to include example openid directories | Adam Jacob | 2008-06-22 | 1 | -0/+2 |
| | |||||
* | Adding files to .gitignore | Adam Jacob | 2008-05-30 | 1 | -0/+2 |
| | |||||
* | Adding db store to .gitignore | Adam Jacob | 2008-05-30 | 1 | -0/+1 |
| | |||||
* | Adding test recipe | Adam Jacob | 2008-04-08 | 1 | -0/+2 |
| | |||||
* | Adding .gitignore file for coverage directory | Adam Jacob | 2008-03-14 | 1 | -0/+1 |