summaryrefslogtreecommitdiff
path: root/features
Commit message (Expand)AuthorAgeFilesLines
* consumer reconnects, durable queues, action whitelistingDan DeLeo2009-12-211-0/+7
* replace chef/nanite with bunny driverDan DeLeo2009-12-211-9/+1
* Merge branch 'thommay/CHEF-505'Adam Jacob2009-12-211-0/+1
|\
| * Merge branch 'CHEF-505' of git://github.com/thommay/chef into thommay/CHEF-505Adam Jacob2009-11-301-0/+1
| |\
| | * update role api featureThom May2009-11-251-0/+1
* | | Merge branch 'PL-335' of git://github.com/skeptomai/chef into skeptomai/PL-335Adam Jacob2009-12-162-3/+3
|\ \ \
| * | | fix log level stuff, mkdir_p, and downto idiomChristopher Brown2009-12-102-3/+3
* | | | Flipping these tests to be testing the right response, not green for the brok...Adam Jacob2009-12-101-20/+10
* | | | CHEF-542: cookbook tarball CRUD, which necessitated CHEF-754: repositories co...chris2009-12-079-19/+336
|/ / /
* | | Fixes CHEF-703, making search iterate for you by default without a blockAdam Jacob2009-12-013-1/+45
|/ /
* | CHEF-607: Additional fixes to Adam's workAJ Christensen2009-11-283-5/+5
* | Attribute inclusion mixin, and featuresAdam Jacob2009-11-277-1/+57
* | Fixing CHEF-749, we now properly cache cookbooks again.Adam Jacob2009-11-273-1/+35
|/
* Fixing CHEF-696, adding checksum caching via MonetaAdam Jacob2009-11-242-1/+4
* Fixes CHEF-693Adam Jacob2009-11-092-0/+20
* Merge branch 'master' into danielsdeleo/CHEF-626Adam Jacob2009-10-2973-190/+1419
|\
| * Merge branch 'CHEF-645' of git://github.com/danielsdeleo/chefAdam Jacob2009-10-291-1/+1
| |\
| | * [CHEF-645] Use full path to merb app in featuresDan DeLeo2009-10-271-2/+1
| * | Merge branch 'master' into 0.8-alphaAdam Jacob2009-10-2929-7/+311
| |\ \
| | * | CHEF-637: Rigorize the chef-client interval cuke.AJ Christensen2009-10-252-5/+5
| * | | Fixes CHEF-638, deploy w/revision rolls backAdam Jacob2009-10-252-2/+2
| | |/ | |/|
| * | Fixes for 0.7.12->0.8 merge, tests passAdam Jacob2009-10-198-35/+25
| * | Merge branch 'master' of git@github.com:opscode/chef into 0712-mergeAdam Jacob2009-10-1635-0/+691
| |\ \
| * | | PL-298 work on webui and related stuffsNuo Yan2009-10-138-18/+20
| * | | Working Node Web UI vs API.Adam Jacob2009-09-264-9/+15
| * | | Refactored Node Index in Web UI to use REST APIAdam Jacob2009-09-264-4/+11
| * | | Merge branch 'master' of git@github.com:opscode/chef into 0.8-alpha-mergeAdam Jacob2009-09-145-0/+54
| |\ \ \
| * | | | Adding the admin fieldAdam Jacob2009-09-144-0/+27
| * | | | Adding back in chef-server style authzAdam Jacob2009-09-1420-9/+141
| * | | | API Client support, with full tests passing.Adam Jacob2009-09-1411-10/+156
| * | | | Fixing up the test sweet, adding destroy support to API ClientsAdam Jacob2009-09-122-13/+11
| * | | | Client registration working, test suite fixes.Adam Jacob2009-09-121-9/+10
| * | | | CA Cert generation, Chef::ApiClientAdam Jacob2009-09-041-0/+1
| * | | | Adding script to do basic load testingAdam Jacob2009-09-041-0/+84
| * | | | Removing further non-back-compat changesAdam Jacob2009-08-201-8/+6
| * | | | Removing authentication, restoring the orgiinal cookbook loaderAdam Jacob2009-08-201-1/+1
| * | | | Initial pass at a Chef 0.8.0 alphaAdam Jacob2009-08-2063-176/+1014
* | | | | cukes for accessing @node via node in templatesDan DeLeo2009-10-203-0/+39
| |_|_|/ |/| | |
* | | | features and data for gem packages.Dan DeLeo2009-10-1727-1/+306
| |_|/ |/| |
* | | actually include the recipe. it helps.Dan DeLeo2009-10-121-0/+51
* | | Features test idempotent deployment. (w00t!)Dan DeLeo2009-10-122-1/+17
* | | cuke the timestamped_deploy shortcutDan DeLeo2009-10-121-1/+1
* | | use embedded recipe feature for restart as wellDan DeLeo2009-10-022-1/+9
* | | remove debug related steps from deploy featureDan DeLeo2009-10-021-3/+2
* | | accidentally left some features commented outDan DeLeo2009-10-021-36/+36
* | | features test deploy with embedded recipesDan DeLeo2009-10-023-34/+109
* | | Adding embedded resources inside providers and some re-factoring in the core....chris2009-09-235-3/+32
* | | Light-weight resources (well, any resource that calls the provider setter met...chris2009-09-235-2/+24
* | | Light-weight resources and providers, as well as API controller re-factoringchris2009-09-2312-0/+93
* | | features for deploy, cover callbacks and flexible app layoutsDan DeLeo2009-09-177-1/+129