Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add rake task at root to build eventlog dll | Jay Mundrawala | 2014-10-22 | 1 | -0/+12 |
| | |||||
* | Run Pedant against local mode in Travis | John Keiser | 2014-04-22 | 1 | -2/+4 |
| | |||||
* | Remove `rake gem` dep on deleted tasks | danielsdeleo | 2014-02-04 | 1 | -3/+0 |
| | | | | | Dependency between task "gem" and "docs:all" caused "gem" to fail now that the obsolete "docs" tasks are removed. | ||||
* | Remove obsolete doc generator deps | danielsdeleo | 2014-02-04 | 1 | -72/+0 |
| | |||||
* | Remove auto-generation of man pages from markdown since it is being handled ↵ | sersut | 2013-10-18 | 1 | -13/+2 |
| | | | | seperately. | ||||
* | ignore ronn if its not in the bundle | Lamont Granquist | 2013-09-27 | 1 | -1/+9 |
| | |||||
* | use separate gemspec for windows | Lamont Granquist | 2013-09-27 | 1 | -4/+12 |
| | | | | | | | | | | | - allows us to explicitly version pin in the gemspec on gem installs rather than getting different behavior from 'gem install' and 'bundle install' (gemspec vs. Gemfile). - the mingw deps had been in the Gemfile because it needed to be a group since gemspecs do not have groups. this builds two different gems for publication to rubygems instead. - see mixlib-shellout for the prototype of where this has been done (successfully). | ||||
* | add rake task for generating docs with YARD | Lamont Granquist | 2013-06-20 | 1 | -0/+15 |
| | |||||
* | fixes for 'rake install' on ruby-2.0.0 | Lamont Granquist | 2013-06-12 | 1 | -1/+3 |
| | |||||
* | [CHEF-3619] fix obsolete require of 'rake/rdoctask' | Adam Spiers | 2012-11-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | 'rake/doctask' has been deprecated for quite a while but since version 10.0.0, rake no longer simply warns, and now fails with a cryptic error: $ rake -T rake aborted! GONE /home/adam/chef/Rakefile:24:in `require' /home/adam/chef/Rakefile:24:in `<top (required)>' /home/adam/.rvm/gems/ruby-1.9.3-p194@chef/bin/ruby_noexec_wrapper:14:in `eval' /home/adam/.rvm/gems/ruby-1.9.3-p194@chef/bin/ruby_noexec_wrapper:14:in `<main>' (See full trace by running task with --trace) | ||||
* | [OC-3564] move core Chef to the repo root \o/ \m/ | Seth Chisamore | 2012-10-30 | 1 | -0/+120 |
| | | | | The opscode/chef repository now only contains the core Chef library code used by chef-client, knife and chef-solo! | ||||
* | [OC-3564] remove unused scripts | Seth Chisamore | 2012-10-30 | 1 | -533/+0 |
| | | | | | These scripts are no longer needed now that none of the Chef Server components live in this repository. | ||||
* | Modifiy server boot process for new switches | Logan Lowell | 2012-08-03 | 1 | -4/+4 |
| | |||||
* | add chef-expander to top level spec task | Bryan McLellan | 2011-10-10 | 1 | -0/+1 |
| | |||||
* | Add chef-server-api to top level rake spec | Bryan McLellan | 2011-10-10 | 1 | -0/+1 |
| | |||||
* | long live chef expander, and start it up for dev features | jtimberman | 2011-04-10 | 1 | -1/+1 |
| | |||||
* | all behavior/specs have been removed from chef-solr | Daniel DeLeo | 2011-03-21 | 1 | -1/+0 |
| | |||||
* | CHEF-2042, build the chef-expander gem | jtimberman | 2011-03-18 | 1 | -1/+1 |
| | |||||
* | trying to configure rabbitmq too soon corrupts its db | Daniel DeLeo | 2011-02-12 | 1 | -0/+1 |
| | | | | there must be a joke about coffee mugs in here somewhere | ||||
* | fix features start for new solr hotness | Daniel DeLeo | 2011-02-10 | 1 | -0/+2 |
| | |||||
* | update features infrastructure for chef-expander | Daniel DeLeo | 2011-02-03 | 1 | -10/+7 |
| | |||||
* | create features:api:environments:nodes rake task | sdelano | 2010-11-01 | 1 | -0/+4 |
| | |||||
* | features for environments cookbooks api | sdelano | 2010-11-01 | 1 | -0/+6 |
| | |||||
* | feature tests for base environments api | sdelano | 2010-11-01 | 1 | -1/+1 |
| | |||||
* | rename/rearrange cookbooks api feature tests | sdelano | 2010-08-23 | 1 | -3/+8 |
| | |||||
* | Add rake task to run knife cucumber tests | Seth Falcon | 2010-08-17 | 1 | -0/+6 |
| | |||||
* | update root Rakefile for new binary locations | Daniel DeLeo | 2010-07-22 | 1 | -1/+1 |
| | |||||
* | [CHEF-1277] create a chef-server metagem | Daniel DeLeo | 2010-06-07 | 1 | -1/+1 |
| | | | | | | * chef-server is not a 'real' gem it's just here to depend on the other server gems * contains a version file, rakefile for gem packaging, license, readme | ||||
* | webui gem builds w/ rake gem now | Daniel DeLeo | 2010-06-04 | 1 | -3/+1 |
| | |||||
* | 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 |
| | | | | | * Nodes should no longer be expanded on retrieval * The grid in CHEF-838 is now a feature test | ||||
* | [CHEF-879] add spec coverage for knife data bag | Daniel DeLeo | 2010-02-05 | 1 | -0/+2 |
| | | | | cover create and show. others are still TODO | ||||
* | 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 |
| | | | | http://www.youtube.com/watch?v=l1wKO3rID9g | ||||
* | 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 ↵ | chris | 2009-12-07 | 1 | -0/+4 |
| | | | | configured in the cookbook_path are no longer overlayed in reverse order. | ||||
* | 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 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All tests pass. Conflicts: chef-server-slice/Rakefile chef-server/Rakefile chef/Rakefile chef/lib/chef.rb chef/lib/chef/provider/cron.rb chef/lib/chef/provider/service/freebsd.rb chef/lib/chef/provider/service/simple.rb chef/spec/unit/provider/deploy_spec.rb cucumber.yml features/support/env.rb |