summaryrefslogtreecommitdiff
path: root/chef-server
Commit message (Expand)AuthorAgeFilesLines
* Updating Chef to 0.5.5 for development of 0.5.6Adam Jacob2009-02-132-2/+2
* Release 0.5.4 version bump and changelog updates0.5.4Adam Jacob2009-02-132-2/+2
* Merge branch 'fujin/chef-64'Adam Jacob2009-02-131-0/+2
|\
| * BadRequest HTML view; fixes CHEF-64AJ Christensen2009-02-141-0/+2
* | Adding a warning about the Cannot find resource model output in merbs logsAdam Jacob2009-02-131-2/+2
* | Updating the session key generation, working on Chef logging via merbAdam Jacob2009-02-131-5/+16
|/
* Setting reload classes to false - proper dev path is rake install-ing the che...Adam Jacob2009-02-121-1/+1
* Merge branch 'CHEF-106' of git://github.com/skeptomai/chefAdam Jacob2009-02-102-36/+31
|\
| * fixes CHEF-106, move attributes to search fn & refactor. AlsoChristopher Brown2009-02-071-18/+22
| * CHEF-106 refactor for attributes in search method (and out of controller)Christopher Brown2009-02-062-35/+26
* | chef-101, some css goodnessJoshua Timberman2009-02-051-4/+24
|/
* Updating chef-server to properly search for * if the query is not availableAdam Jacob2009-02-021-3/+3
* Updating search to expand a '*' request to id:* dynamically.Adam Jacob2009-02-022-0/+6
* Version 0.5.3, for developmentAdam Jacob2009-02-011-1/+1
* Moving to version 0.5.3Adam Jacob2009-01-311-1/+1
* Release 0.5.20.5.2Adam Jacob2009-01-312-2/+2
* CHEF-70 - use correct variable nameThom May2009-01-301-2/+2
* Adding an admin privilege to node registration, which makes API use possible.Adam Jacob2009-01-295-1/+21
* Quick hack fix for CHEF-28AJ Christensen2009-01-291-7/+16
* Moving preferred file selection to a mixinAdam Jacob2009-01-272-92/+51
* Fixes for chef-38-reopen.AJ Christensen2009-01-234-33/+270
* Fix(s) for CHEF-38 and some related tidying.AJ Christensen2009-01-2121-25/+55
* Adding gemspecsAdam Jacob2009-01-152-0/+66
* Chef Release 0.5.1Adam Jacob2009-01-151-4/+4
* Opscode, little CAdam Jacob2009-01-0929-29/+29
* Chef version bump to 0.0.2 - the 'because ezmobius says so' releaseAdam Jacob2009-01-081-1/+1
* Remove Daemons from indexer and clientAJ Christensen2009-01-091-15/+25
* Moving search and search_index specs to chef-serverAdam Jacob2009-01-074-0/+250
* Moving chef/search and chef/search_index to the chef-server gem, where it bel...Adam Jacob2009-01-073-2/+154
* chef-indexer required facter? not anymore!Adam Jacob2009-01-071-1/+0
* Fixing chef-indexer and chef-solo, making chef-rest have the right openid class.Adam Jacob2009-01-061-0/+2
* Updating the chef requires so that you can not need every dependency to run t...Adam Jacob2009-01-0613-0/+24
* Rakefile tidyup.AJ Christensen2009-01-061-16/+5
* Removing the Merb stuff from the chef-server RakefileAJ Christensen2009-01-061-31/+1
* Fixup chef-serverAJ Christensen2008-12-111-23/+25
* Add mongrel as gem dependency for chef-serverBryan McLellan2008-12-011-0/+1
* Add merb-haml as gem dependency for chef-serverBryan McLellan2008-12-011-1/+2
* Adding an s? to the regex checking the OpenID providers, so that https works.Adam Jacob2008-11-251-1/+1
* Template in cookbook viewer should use basename and highlight contents rawAdam Jacob2008-11-121-2/+1
* should be f, not nameAdam Jacob2008-11-121-1/+1
* Making the Rakefile have the standard merb app tasksAdam Jacob2008-10-231-0/+37
* Adding node name override to chef-clientAdam Jacob2008-10-221-3/+9
* Updating templates to cache like files, and changing hjksolutions to opscodeAdam Jacob2008-10-2227-53/+61
* Ajax edit-in-place works for nodes, so you don't need to use couchdb anymoreAdam Jacob2008-10-185-14/+12
* Updating for ajax style json editing of nodes, simple as possibleAdam Jacob2008-10-163-17/+30
* Merge branch 'btm'Adam Jacob2008-10-141-1/+1
|\
| * require rubygems before chef so debian can add to the load pathBryan McLellan2008-10-131-1/+1
* | Adding jquery and the useradd specAdam Jacob2008-10-147-6/+103
|/
* Updating to no longer use UV - pure ruby syntax gem insteadAdam Jacob2008-10-116-15/+54
* Merge branch 'master' of git@github.com:hjkp/chefEzra Zygmuntowicz2008-10-105-8/+5
|\