summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* bump to beta 100.10.0.beta.10Daniel DeLeo2011-04-1356-58/+58
|
* list cookbooks in columns when not showing the URLsDaniel DeLeo2011-04-131-1/+5
|
* make dependency fetching the default for cookbook site installDaniel DeLeo2011-04-131-5/+5
|
* Merge branch 'CHEF-1940'Daniel DeLeo2011-04-133-4/+5
|\
| * Fixes CHEF-1940: Allow file owner group's name to include spaces and ↵Bruce Krysiak2011-04-132-1/+2
| | | | | | | | backslashes (likely when running under Active Directory-login under OSX, at least)
| * fixed typoBruce Krysiak2011-04-131-3/+3
|/
* deploy_revision resource now has correct name - fixes CHEF-1321Adam Jacob2011-04-132-0/+15
|
* update knife configure specsDaniel DeLeo2011-04-131-3/+8
|
* bump ohai dep to 0.6, allow json up to 1.5.2Daniel DeLeo2011-04-131-2/+2
|
* man8, mkd, html for chef-expanderctlNuo Yan2011-04-133-0/+266
|
* man8, mkd, html for chef-expander-clusterNuo Yan2011-04-133-0/+343
|
* chef-solr man page revisionNuo Yan2011-04-133-8/+9
|
* suggest server fqdn instead of localhost in knife configureDaniel DeLeo2011-04-131-1/+10
|
* try uploading files in binary mode to resolve windows 400s from S3Daniel DeLeo2011-04-131-1/+1
|
* man8, mkd, html for chef-solrNuo Yan2011-04-133-26/+332
|
* revision on chef-solr man pageNuo Yan2011-04-131-1/+1
|
* revision on chef-server man pageNuo Yan2011-04-132-2/+3
|
* man8, mkd, and html for chef-soloNuo Yan2011-04-133-30/+429
|
* remove -t from chef-client man pageNuo Yan2011-04-133-9/+2
|
* man8, markdown, and html for chef-serverNuo Yan2011-04-133-73/+415
|
* Add chef-server-webui man8, markdown, and htmlNuo Yan2011-04-133-72/+427
|
* Fix the format of chef-client man8Nuo Yan2011-04-132-3/+3
|
* generate updated html man pagesNuo Yan2011-04-1214-28/+28
|
* chef-client man.8 pageNuo Yan2011-04-123-30/+264
|
* make the rake docs tasks generate man/html pages for both man.1 and man.8Nuo Yan2011-04-121-12/+21
|
* Merge branch 'CHEF-2211'Daniel DeLeo2011-04-121-4/+4
|\
| * fix ruby 1.8.6 warningDaniel DeLeo2011-04-121-4/+4
|/
* Merge branch 'CHEF-1939'Daniel DeLeo2011-04-123-2/+12
|\
| * Added additional rake testing dependenciesBruce Krysiak2011-04-121-0/+2
| |
| * Fixes CHEF-1939Bruce Krysiak2011-04-122-2/+10
|/
* only want to skip the existing db check if check_for_existing is falseDaniel DeLeo2011-04-121-1/+1
| | | | ...but don't actually skip creating the db
* make checking for an existing db before create optionalDaniel DeLeo2011-04-121-21/+21
|
* Merge branch 'CHEF-2217'Daniel DeLeo2011-04-121-1/+1
|\
| * [CHEF-2217] don't colorize on windowsDaniel DeLeo2011-04-121-1/+1
|/
* print the list of nodes to be deleted in columnsDaniel DeLeo2011-04-122-35/+73
|
* Merge branch 'prettier-role-bulk-delete'Daniel DeLeo2011-04-124-27/+42
|\
| * show roles to be deleted in columns so you can see them on one screenDaniel DeLeo2011-04-124-27/+42
|/
* nicer UX for cookbook bulk deleteDaniel DeLeo2011-04-112-4/+15
|
* retry all 5xx errorsDaniel DeLeo2011-04-112-8/+9
|
* polish cookbook uploader outputDaniel DeLeo2011-04-113-13/+18
|
* [CHEF-2215] don't barf when there is no config file.Daniel DeLeo2011-04-115-12/+20
| | | | | Also, make the cookbook site (read only) commands work without username/key
* Fix CHEF-2214 data_bag and data_bag_item methodsNuo Yan2011-04-111-2/+2
|
* metadata missing a dependency on mashDaniel DeLeo2011-04-111-0/+1
|
* Merge branch 'CHEF-2212'Daniel DeLeo2011-04-116-13/+19
|\
| * CHEF-2212, install rubygems 1.3.7 on centos5jtimberman2011-04-104-11/+17
| | | | | | | | | | * Fixes CHEF-2212 installing rubygems 1.3.7 from source. * Also clean up whitespace and default node name comments
| * spec is now rspecjtimberman2011-04-101-1/+1
| |
| * long live chef expander, and start it up for dev featuresjtimberman2011-04-101-1/+1
|/
* bump version to beta 9 for release0.10.0.beta.9Daniel DeLeo2011-04-1042-44/+44
|
* Merge branch 'CHEF-2210'Daniel DeLeo2011-04-104-43/+86
|\
| * [CHEF-2210] don't generate metadata.json for cookbook uploadDaniel DeLeo2011-04-104-43/+86
|/ | | | | | Also solves CHEF-1311 and its duplicate, CHEF-1972. Also adds parallel cookbook uploads