| Commit message (Expand) | Author | Age | Files | Lines |
* | merge resulted in extra 'end' in Rakefile | Daniel DeLeo | 2010-05-18 | 1 | -1/+0 |
* | allow other rake tasks to run when rspec/cucumber not installed | Daniel DeLeo | 2010-05-11 | 1 | -148/+153 |
* | [CHEF-1072] rm chef-server tree | Daniel DeLeo | 2010-05-07 | 1 | -25/+43 |
* | update rakefile for new binary paths | Daniel DeLeo | 2010-05-07 | 1 | -2/+2 |
* | [CHEF-1072] cleanup and fixes for merb 1.1 | Daniel DeLeo | 2010-05-07 | 1 | -2/+2 |
* | Adding CHEF-838 features | Adam Jacob | 2010-04-16 | 1 | -0/+4 |
* | [CHEF-879] add spec coverage for knife data bag | Daniel DeLeo | 2010-02-05 | 1 | -0/+2 |
* | Adding Web UI Rake Tasks | Adam Jacob | 2010-02-03 | 1 | -0/+36 |
* | Fixing cookbook metadata tests | Adam Jacob | 2010-01-26 | 1 | -0/+8 |
* | Create integration test for remote directory. | Dan DeLeo | 2010-01-01 | 1 | -0/+4 |
* | dev_start configures rabbitmq on normal start | Dan DeLeo | 2009-12-22 | 1 | -0/+1 |
* | add cucumber task to test index rebuilds | Dan DeLeo | 2009-12-21 | 1 | -0/+4 |
* | typo | Dan DeLeo | 2009-12-21 | 1 | -1/+1 |
* | replace chef/nanite with bunny driver | Dan DeLeo | 2009-12-21 | 1 | -13/+10 |
* | CHEF-542: cookbook tarball CRUD, which necessitated CHEF-754: repositories co... | chris | 2009-12-07 | 1 | -0/+4 |
* | Attribute inclusion mixin, and features | Adam Jacob | 2009-11-27 | 1 | -0/+3 |
* | Fixing CHEF-749, we now properly cache cookbooks again. | Adam Jacob | 2009-11-27 | 1 | -0/+4 |
* | Updated Rakefile to call 'rake build' in chef-solr directory. | Eric Hankins | 2009-11-23 | 1 | -1/+3 |
* | Merge branch 'CHEF-656' of git://github.com/danielsdeleo/chef | Adam Jacob | 2009-10-29 | 1 | -1/+27 |
|\ |
|
| * | configure rabbitmq for nanite in dev environment | Dan DeLeo | 2009-10-28 | 1 | -1/+27 |
* | | Merge branch 'master' into 0.8-alpha | Adam Jacob | 2009-10-29 | 1 | -0/+8 |
|\ \ |
|
| * | | CHEF-637: Rigorize the chef-client interval cuke. | AJ Christensen | 2009-10-25 | 1 | -0/+4 |
| * | | Add rake shortcut for gem provider cukes | Dan DeLeo | 2009-10-17 | 1 | -0/+4 |
* | | | Adding the deploy features to the Rakefile | Adam Jacob | 2009-10-25 | 1 | -0/+5 |
| |/
|/| |
|
* | | Merge branch 'master' of git@github.com:opscode/chef into 0712-merge | Adam Jacob | 2009-10-16 | 1 | -0/+9 |
|\ \
| |/ |
|
| * | Light-weight resources and providers, as well as API controller re-factoring | chris | 2009-09-23 | 1 | -1/+5 |
| * | CHEF-526: Chef Deploy support | AJ Christensen | 2009-09-16 | 1 | -0/+4 |
* | | Working Node Web UI vs API. | Adam Jacob | 2009-09-26 | 1 | -0/+6 |
* | | Merge branch 'master' of git@github.com:opscode/chef into 0.8-alpha-merge | Adam Jacob | 2009-09-14 | 1 | -1/+6 |
|\ \
| |/ |
|
| * | Final fix for chef-492 - makes the context for the template provider always b... | Adam Jacob | 2009-09-04 | 1 | -0/+4 |
* | | API Client support, with full tests passing. | Adam Jacob | 2009-09-14 | 1 | -1/+1 |
* | | Removing further non-back-compat changes | Adam Jacob | 2009-08-20 | 1 | -4/+0 |
* | | Initial pass at a Chef 0.8.0 alpha | Adam Jacob | 2009-08-20 | 1 | -40/+223 |
|/ |
|
* | Adding feature tests for Chef::Node::Attributes, integrating with Chef::Node,... | Adam Jacob | 2009-08-03 | 1 | -0/+7 |
* | CHEF-418: Readme clarification for features | AJ Christensen | 2009-06-30 | 1 | -4/+4 |
* | CHEF-416: Integration Features fixes (roles,search) | AJ Christensen | 2009-06-29 | 1 | -3/+17 |
* | Adding a guard block to check seen_recipes, to ensure that we never run the s... | Adam Jacob | 2009-06-29 | 1 | -0/+10 |
* | Removing the example-repository, since it only leads to confusion | Adam Jacob | 2009-06-04 | 1 | -9/+0 |
* | Removing the stub specs for chef-server-slice - use cucumber features instead. | Adam Jacob | 2009-06-04 | 1 | -3/+1 |
* | Adding Chef::Search::Result, and auto-inflating them | Adam Jacob | 2009-06-03 | 1 | -0/+4 |
* | Fixing solo support, updating solo based features | Adam Jacob | 2009-05-26 | 1 | -0/+6 |
* | Adding features for synchronization, fixing bugs in remote_directory, client,... | Adam Jacob | 2009-05-26 | 1 | -2/+17 |
* | Merge branch 'master' into chef-284 | Adam Jacob | 2009-05-19 | 1 | -0/+2 |
|\ |
|
| * | CHEF-151: More specs | AJ Christensen | 2009-05-09 | 1 | -0/+2 |
* | | Updating feature specs, in prep for supporting internal merb sessions and the... | Adam Jacob | 2009-05-13 | 1 | -2/+1 |
|/ |
|
* | Removing the git-submodules stuff for 0.6.00.6.0 | Adam Jacob | 2009-04-28 | 1 | -9/+2 |
* | Broken rake task for submodules | AJ Christensen | 2009-04-15 | 1 | -1/+1 |
* | Forgot to update the required tasks | AJ Christensen | 2009-04-14 | 1 | -2/+2 |
* | Update readme for chef-server-slice, Add git:submodules_update rake task | AJ Christensen | 2009-04-11 | 1 | -2/+9 |
* | changed slice to chef-server-slice | Christopher Brown | 2009-02-27 | 1 | -1/+1 |