summaryrefslogtreecommitdiff
path: root/chef
Commit message (Expand)AuthorAgeFilesLines
* add insserv service provider for debian squeeze (6.0)Bryan McLellan2011-02-084-0/+130
* [CHEF-1955] fixes remote files in client modeDaniel DeLeo2011-02-081-4/+12
* more robust easy_install providergilles2011-02-072-6/+32
* CHEF-2002, export and checkout commands should now be idempotent.Seth Chisamore2011-02-072-4/+51
* Merge branch 'CHEF-1999'Nuo Yan2011-02-072-6/+10
|\
| * fix spec test for Chef::EnvironmentNuo Yan2011-02-071-4/+4
| * CHEF-1999 Environment LCRUD WebUINuo Yan2011-02-041-2/+6
* | CHEF-1407 / CHEF-1794: pass priority to currently_enabled in testsBryan McLellan2011-02-071-2/+2
* | CHEF-1794: refactor priority discovery to better ascertain service startup stateBryan McLellan2011-02-072-18/+29
* | CHEF-1794: remove links before actions and set kill action for service disableBryan McLellan2011-02-072-11/+28
* | CHEF-1794: remove links before actions and set kill action for service disableBryan McLellan2011-02-072-2/+24
* | [CHEF-1794] use remove instead of disable for disabling a debian serviceTommy Bishop2011-02-072-18/+60
* | fix a bug in SolrQuery bulk getting of objectsDaniel DeLeo2011-02-042-2/+23
* | CHEF-1938, add boot scripts for archlinuxjtimberman2011-02-044-0/+16
* | CHEF-1758, add -u to ntpdate and base-devel packagejtimberman2011-02-041-2/+2
* | CHEF-1660, corrected get_pid functionjtimberman2011-02-045-5/+5
* | pidfile handled in init scriptjtimberman2011-02-041-1/+1
* | Add rc.d scripts and configs for ArchLinuxjtimberman2011-02-0410-0/+429
* | vendor branch pattern should allow a default branchjtimberman2011-02-041-12/+12
* | Add support for specifying a branch other than masterjtimberman2011-02-041-6/+12
* | [CHEF-1587] Rollback Chef::Node#recipe? method to be consued from cookbooksAkzhan Abdulin2011-02-041-6/+5
* | node and role from file should print info messages not warningsjtimberman2011-02-042-2/+2
* | Add xenserver to supported platformsJesse Nelson2011-02-041-0/+8
* | CHEF-1769 loop on maxtriesjtimberman2011-02-043-41/+41
* | CHEF-1679: refactor windows service provider to to use popen4 and detect failureBryan McLellan2011-02-042-68/+165
* | fix spec failuresDaniel DeLeo2011-02-042-6/+6
* | CHEF-1717: add unit test for cookbook show 3 argsBryan McLellan2011-02-041-1/+24
* | CHEF-1717: allow 'latest' when specifying a file, open tempfile if needed (li...Bryan McLellan2011-02-041-1/+3
* | CHEF-1717: add unit test for cookbook show 0 argsBryan McLellan2011-02-041-0/+9
* | CHEF-1717: make_query_params() was depreciated in 13ade33Bryan McLellan2011-02-041-9/+0
* | CHEF-1717: update specs for fetching parts by urlBryan McLellan2011-02-041-14/+22
* | CHEF-1717: don't need to open/close for IO.readBryan McLellan2011-02-041-2/+2
* | CHEF-1717: fix display of files via knife cookbook showBryan McLellan2011-02-041-7/+6
* | CHEF-1727: use Compute class for rackspace/ec2/slicehostBryan McLellan2011-02-0414-14/+14
* | Refactor SolrQuery adding a from_params class methodSeth Falcon2011-02-043-52/+47
* | Replace regex based solr query transform with PEG parserSeth Falcon2011-02-048-79/+891
* | split SolrHTTPRequest out to its own fileDaniel DeLeo2011-02-044-225/+290
* | fix a failing spec and refactor SolrQuery testsDaniel DeLeo2011-02-041-79/+80
* | refactor SolrQuery for separation of concernsDaniel DeLeo2011-02-032-218/+317
* | remove libxmlDaniel DeLeo2011-02-033-44/+16
* | remove dead code from solr_queryDaniel DeLeo2011-02-032-90/+0
* | move solr querying logic from chef-solr into chefDaniel DeLeo2011-02-034-27/+765
* | fix queue parameter mismatch errorsDaniel DeLeo2011-02-022-4/+4
* | for CHEF-1292/PL-538, modify search index_queue_spec to call the rightTim Hinderliter2011-02-021-2/+2
* | Use Chef::JSON.to_json in Chef::IndexQueue PL-538Seth Falcon2011-02-021-2/+7
* | Remove require accidentally added from merge from masterSeth Falcon2011-02-021-1/+0
* | Fix CHEF-1292/PL-538: make JSON.parse/to_json default recursion depthTim Hinderliter2011-02-023-1/+7
* | make context explicit in specs so they run correctly in any orderDaniel DeLeo2011-02-021-0/+10
* | Fix retry logic for amqp_client CHEF-1808Seth Falcon2011-02-022-44/+28
* | Support for new indexing scheme in Chef::Solr::QuerySeth Falcon2011-02-021-7/+1