summaryrefslogtreecommitdiff
path: root/features
Commit message (Expand)AuthorAgeFilesLines
* fixed CHEF-1764; for feature tests when replcating a Couch DB, ignore failure...Tim Hinderliter2010-10-131-2/+9
* fix feature test regular expressionNuo Yan2010-10-131-3/+2
* [CHEF-1739] add project root to features load pathDaniel DeLeo2010-10-061-0/+1
* Fix CHEF-1739 -- make CouchDB manual replication use RestClient/JSON directly...Tim Hinderliter2010-10-062-70/+101
* [CHEF-1364] implement purging of cookbooks && checksum filesDaniel DeLeo2010-10-054-2/+135
* cleanup webrick apt server logging && shutdown in apt feature testsDaniel DeLeo2010-10-042-4/+9
* fix bugs in apt provider integration testsDaniel DeLeo2010-10-042-1/+2
* initial apt provider integration testDaniel DeLeo2010-10-043-1/+53
* fix bugs in dpkg integration testDaniel DeLeo2010-10-043-10/+19
* integration test for dpkg_packageDaniel DeLeo2010-10-045-2/+79
* [CHEF-1397] add integration test for checksum cache cleanupDaniel DeLeo2010-09-293-0/+49
* fixed CHEF-1709 -- using manual bulk GET- and PUT-based replication instead o...Tim Hinderliter2010-09-291-11/+74
* fix broken cucumber test, needs to run in a loop in foregroundDaniel DeLeo2010-09-281-0/+6
* integration tests for lazy/forward references for notificationsDaniel DeLeo2010-09-276-67/+96
* fix broken exception message matchDaniel DeLeo2010-08-231-1/+1
* feature tests for CHEF-1607sdelano2010-08-2314-0/+224
* add cookbooks/_latest api endpointsdelano2010-08-231-0/+14
* rename/rearrange cookbooks api feature testssdelano2010-08-235-15/+34
* feature steps for multiple cookbookssdelano2010-08-2310-0/+195
* revert CHEF-1286Daniel DeLeo2010-08-181-5/+18
* repro case/regression test for CHEF-1571Daniel DeLeo2010-08-176-0/+68
* Adding some tests for cookbook uploadChris Walters2010-08-177-1/+87
* escape before regexing to avoid invalid regexesDaniel DeLeo2010-07-221-0/+1
* [CHEF-1474] never save the node when the attributes are wrongDaniel DeLeo2010-07-204-7/+26
* remove unused configuration parameters and codeDaniel DeLeo2010-07-094-5/+4
* left a tag in the cucumber feature from development0.9.2Daniel DeLeo2010-06-281-1/+0
* test that include_attribute 'COOKBOOK_NAME' w/ implicit default worksDaniel DeLeo2010-06-286-0/+52
* speed up features by not running ohai so muchDaniel DeLeo2010-06-264-5/+28
* [CHEF-1384] dup constants before changing themDaniel DeLeo2010-06-243-8/+57
* PL-493 tests written -- bug was already fixed; this is only the feature test;...Tim Hinderliter2010-06-183-8/+31
* further fixes to tests for CHEF-1314, non-existent roleChristopher Brown2010-06-111-0/+3
* cleanup testsDaniel DeLeo2010-06-101-1/+1
* Fixed CHEF-1308 -- now correctly maintaining cache for cookbook files that ar...Tim Hinderliter2010-06-103-26/+53
* Client re-implemented lazy-loading for cookbook files,templates; fixes CHEF-1296tim@opscode.com2010-06-096-0/+82
* log message for cache purging has changedDaniel DeLeo2010-06-091-1/+1
* [CHEF-1286] apply attributes from json via cli after recipe attributesDaniel DeLeo2010-06-094-2/+26
* fix up test harness for recent changesDaniel DeLeo2010-06-063-6/+20
* fix borken test harnessDaniel DeLeo2010-06-062-4/+11
* Fixed Cookbook download features for Platform; changed manifest 'uri' to 'url'tim@opscode.com2010-06-041-3/+5
* Changes to Sandboxes/Cookbooks features&steps to work on platformtim@opscode.com2010-06-043-32/+21
* testing cookbook had invalid metadata, causing 412 in testsDaniel DeLeo2010-06-031-12/+3
* return 412 when a cookbook depends on a non-existent cookbookDaniel DeLeo2010-06-034-3/+50
* test for file with File.exist(s)?Daniel DeLeo2010-06-031-1/+1
* add to_json to cookbook versionsdelano2010-06-032-9/+14
* make upload_to_sandbox a bit more flexiblesdelano2010-06-031-7/+6
* additional integration tests for the gem providerDaniel DeLeo2010-06-035-27/+105
* had to regenerate gems index, workaround load_current_resourceDaniel DeLeo2010-06-0314-5/+16
* refactor feature tests:sdelano2010-06-0338-202/+231
* refactor feature tests:sdelano2010-06-031-8/+27
* upload to sandboxes using RestClientsdelano2010-06-033-27/+44