| Commit message (Expand) | Author | Age | Files | Lines |
* | Updating Chef to 0.5.5 for development of 0.5.6 | Adam Jacob | 2009-02-13 | 2 | -2/+2 |
* | Release 0.5.4 version bump and changelog updates0.5.4 | Adam Jacob | 2009-02-13 | 2 | -2/+2 |
* | Merge branch 'fujin/chef-64' | Adam Jacob | 2009-02-13 | 1 | -0/+2 |
|\ |
|
| * | BadRequest HTML view; fixes CHEF-64 | AJ Christensen | 2009-02-14 | 1 | -0/+2 |
* | | Adding a warning about the Cannot find resource model output in merbs logs | Adam Jacob | 2009-02-13 | 1 | -2/+2 |
* | | Updating the session key generation, working on Chef logging via merb | Adam Jacob | 2009-02-13 | 1 | -5/+16 |
|/ |
|
* | Setting reload classes to false - proper dev path is rake install-ing the che... | Adam Jacob | 2009-02-12 | 1 | -1/+1 |
* | Merge branch 'CHEF-106' of git://github.com/skeptomai/chef | Adam Jacob | 2009-02-10 | 2 | -36/+31 |
|\ |
|
| * | fixes CHEF-106, move attributes to search fn & refactor. Also | Christopher Brown | 2009-02-07 | 1 | -18/+22 |
| * | CHEF-106 refactor for attributes in search method (and out of controller) | Christopher Brown | 2009-02-06 | 2 | -35/+26 |
* | | chef-101, some css goodness | Joshua Timberman | 2009-02-05 | 1 | -4/+24 |
|/ |
|
* | Updating chef-server to properly search for * if the query is not available | Adam Jacob | 2009-02-02 | 1 | -3/+3 |
* | Updating search to expand a '*' request to id:* dynamically. | Adam Jacob | 2009-02-02 | 2 | -0/+6 |
* | Version 0.5.3, for development | Adam Jacob | 2009-02-01 | 1 | -1/+1 |
* | Moving to version 0.5.3 | Adam Jacob | 2009-01-31 | 1 | -1/+1 |
* | Release 0.5.20.5.2 | Adam Jacob | 2009-01-31 | 2 | -2/+2 |
* | CHEF-70 - use correct variable name | Thom May | 2009-01-30 | 1 | -2/+2 |
* | Adding an admin privilege to node registration, which makes API use possible. | Adam Jacob | 2009-01-29 | 5 | -1/+21 |
* | Quick hack fix for CHEF-28 | AJ Christensen | 2009-01-29 | 1 | -7/+16 |
* | Moving preferred file selection to a mixin | Adam Jacob | 2009-01-27 | 2 | -92/+51 |
* | Fixes for chef-38-reopen. | AJ Christensen | 2009-01-23 | 4 | -33/+270 |
* | Fix(s) for CHEF-38 and some related tidying. | AJ Christensen | 2009-01-21 | 21 | -25/+55 |
* | Adding gemspecs | Adam Jacob | 2009-01-15 | 2 | -0/+66 |
* | Chef Release 0.5.1 | Adam Jacob | 2009-01-15 | 1 | -4/+4 |
* | Opscode, little C | Adam Jacob | 2009-01-09 | 29 | -29/+29 |
* | Chef version bump to 0.0.2 - the 'because ezmobius says so' release | Adam Jacob | 2009-01-08 | 1 | -1/+1 |
* | Remove Daemons from indexer and client | AJ Christensen | 2009-01-09 | 1 | -15/+25 |
* | Moving search and search_index specs to chef-server | Adam Jacob | 2009-01-07 | 4 | -0/+250 |
* | Moving chef/search and chef/search_index to the chef-server gem, where it bel... | Adam Jacob | 2009-01-07 | 3 | -2/+154 |
* | chef-indexer required facter? not anymore! | Adam Jacob | 2009-01-07 | 1 | -1/+0 |
* | Fixing chef-indexer and chef-solo, making chef-rest have the right openid class. | Adam Jacob | 2009-01-06 | 1 | -0/+2 |
* | Updating the chef requires so that you can not need every dependency to run t... | Adam Jacob | 2009-01-06 | 13 | -0/+24 |
* | Rakefile tidyup. | AJ Christensen | 2009-01-06 | 1 | -16/+5 |
* | Removing the Merb stuff from the chef-server Rakefile | AJ Christensen | 2009-01-06 | 1 | -31/+1 |
* | Fixup chef-server | AJ Christensen | 2008-12-11 | 1 | -23/+25 |
* | Add mongrel as gem dependency for chef-server | Bryan McLellan | 2008-12-01 | 1 | -0/+1 |
* | Add merb-haml as gem dependency for chef-server | Bryan McLellan | 2008-12-01 | 1 | -1/+2 |
* | Adding an s? to the regex checking the OpenID providers, so that https works. | Adam Jacob | 2008-11-25 | 1 | -1/+1 |
* | Template in cookbook viewer should use basename and highlight contents raw | Adam Jacob | 2008-11-12 | 1 | -2/+1 |
* | should be f, not name | Adam Jacob | 2008-11-12 | 1 | -1/+1 |
* | Making the Rakefile have the standard merb app tasks | Adam Jacob | 2008-10-23 | 1 | -0/+37 |
* | Adding node name override to chef-client | Adam Jacob | 2008-10-22 | 1 | -3/+9 |
* | Updating templates to cache like files, and changing hjksolutions to opscode | Adam Jacob | 2008-10-22 | 27 | -53/+61 |
* | Ajax edit-in-place works for nodes, so you don't need to use couchdb anymore | Adam Jacob | 2008-10-18 | 5 | -14/+12 |
* | Updating for ajax style json editing of nodes, simple as possible | Adam Jacob | 2008-10-16 | 3 | -17/+30 |
* | Merge branch 'btm' | Adam Jacob | 2008-10-14 | 1 | -1/+1 |
|\ |
|
| * | require rubygems before chef so debian can add to the load path | Bryan McLellan | 2008-10-13 | 1 | -1/+1 |
* | | Adding jquery and the useradd spec | Adam Jacob | 2008-10-14 | 7 | -6/+103 |
|/ |
|
* | Updating to no longer use UV - pure ruby syntax gem instead | Adam Jacob | 2008-10-11 | 6 | -15/+54 |
* | Merge branch 'master' of git@github.com:hjkp/chef | Ezra Zygmuntowicz | 2008-10-10 | 5 | -8/+5 |
|\ |
|