summaryrefslogtreecommitdiff
path: root/chef-server/lib
Commit message (Expand)AuthorAgeFilesLines
* chef-474, switch from syntax gem to coderay for syntax highlightingjtimberman2009-08-101-1/+1
* chef-467, add config.ru back to files created in gemjtimberman2009-08-021-1/+1
* CHEF-373: Remove specs from gems.AJ Christensen2009-06-291-28/+5
* Move search.rb and search_index.rb from chef-server/lib/chef to chef/lib/chef...Hongli Lai (Phusion)2009-06-252-165/+0
* Fixing the indexer to not modify a hash in an interatorAdam Jacob2009-06-041-7/+5
* Adding Chef::Search::Result, and auto-inflating themAdam Jacob2009-06-031-1/+2
* Merge branch 'master' into mdkent/chef-272Adam Jacob2009-05-181-0/+1
|\
| * Add config.ru to the generated gem.Mark Imbriaco2009-04-271-0/+1
* | Install contrib/ directory.Matthew Kent2009-05-041-0/+1
|/
* Modified search function to use default parameters; solved ArgumentError bugs...Michael Lim2009-04-171-1/+1
* Changed all uses of Chef::Exception to Chef::Exceptions to avoid masking ::Ex...Christopher Brown2009-03-181-3/+3
* Removing sub-NOTICE files, datamapper model, merb-exceptionsAdam Jacob2009-03-061-2/+2
* merged master 0.5.5Christopher Brown2009-02-251-0/+2
|\
| * Merge branch 'fujin/chef-64'Adam Jacob2009-02-131-0/+2
| |\
| | * BadRequest HTML view; fixes CHEF-64AJ Christensen2009-02-141-0/+2
* | | updated to put in the rdoc filesChristopher Brown2009-02-241-2/+2
* | | Switch from 'CHEF-54' to 'opscode-master'Christopher Brown2009-02-241-0/+79
* | | getting the executables into the right gem and installed correctlyChristopher Brown2009-02-241-2/+1
* | | updated the install files to include LICENSE and NOTICE everywhereChristopher Brown2009-02-241-13/+15
* | | added executable wrapper, updated package task, removed node path from server.rbChristopher Brown2009-02-201-0/+1
* | | automatically remove executables without prompting in the rake uninstall taskChristopher Brown2009-02-201-1/+1
* | | more clean up for gem installation and for running server from gem areaChristopher Brown2009-02-201-1/+12
* | | added search.rb back to serverChristopher Brown2009-02-202-2/+90
* | | add uninstall task to the merb server appChristopher Brown2009-02-201-0/+7
* | | added install and package rake tasks for chef-serverChristopher Brown2009-02-192-0/+45
* | | First crack at chefserverslice merge (also with new chef-server app code)Christopher Brown2009-02-1957-3003/+0
|/ /
* | 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-021-0/+1
* 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-2120-25/+53
* Opscode, little CAdam Jacob2009-01-0923-23/+23
* Moving chef/search and chef/search_index to the chef-server gem, where it bel...Adam Jacob2009-01-072-0/+152
* Updating the chef requires so that you can not need every dependency to run t...Adam Jacob2009-01-0613-0/+24
* 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
* 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-2222-45/+53
* Ajax edit-in-place works for nodes, so you don't need to use couchdb anymoreAdam Jacob2008-10-185-14/+12