summaryrefslogtreecommitdiff
path: root/features/support/env.rb
Commit message (Expand)AuthorAgeFilesLines
* Do not allow non-admins to upload or delete cookbooks.Noah Kantrowitz2011-06-281-1/+4
* spec is now rspecjtimberman2011-04-101-1/+1
* fixes for featuresDaniel DeLeo2011-03-281-0/+4
* [CHEF-2076] Add integration tests for frozen cookbooksDaniel DeLeo2011-03-251-0/+3
* Work on cookbook versioing in support of the platformTim Hinderliter2011-03-211-1/+1
* remove tmp/data dirs before tests, not aftersdelano2011-03-171-3/+4
* dependency resolution failure feature testssdelano2011-03-171-1/+1
* roles feature tests:sdelano2011-03-101-1/+0
* fix env.rb for the features to runNuo Yan2011-02-111-21/+21
* create user design dos in feature setupsdelano2010-11-161-0/+1
* Fix CHEF-1866: features tests for @api_search tag don't work: move Tim Hinderliter2010-11-121-3/+4
* fix CHEF-1851Tim Hinderliter2010-11-081-2/+2
* Fix CHEF-1851 again; call .to_i on e.response.code before comparing toTim Hinderliter2010-11-081-1/+1
* Fix CHEF-1851: in features tests, on creating right couch db Tim Hinderliter2010-11-051-1/+34
* create the default environment on server startupsdelano2010-11-011-0/+1
* basic environment apisdelano2010-11-011-0/+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-061-70/+1
* [CHEF-1364] implement purging of cookbooks && checksum filesDaniel DeLeo2010-10-051-1/+6
* cleanup webrick apt server logging && shutdown in apt feature testsDaniel DeLeo2010-10-041-3/+6
* initial apt provider integration testDaniel DeLeo2010-10-041-1/+3
* integration test for dpkg_packageDaniel DeLeo2010-10-041-1/+11
* fixed CHEF-1709 -- using manual bulk GET- and PUT-based replication instead o...Tim Hinderliter2010-09-291-11/+74
* remove unused configuration parameters and codeDaniel DeLeo2010-07-091-1/+2
* speed up features by not running ohai so muchDaniel DeLeo2010-06-261-2/+22
* [CHEF-1286] apply attributes from json via cli after recipe attributesDaniel DeLeo2010-06-091-1/+2
* refactor feature tests:sdelano2010-06-031-1/+38
* upload to sandboxes using RestClientsdelano2010-06-031-0/+1
* cucumber 0.7 pukes on top-level comments in feature filessdelano2010-06-031-1/+0
* cucumber 0.7 pukes on top-level comments in feature filessdelano2010-06-031-0/+1
* Renamed Chef::Cookbook -> CookbookVersion; reorganized Cookbook features teststim@opscode.com2010-06-031-1/+1
* fix loadpath futzing to really load chef from current source treeDaniel DeLeo2010-06-031-1/+0
* fix solr startup and features knife configDaniel DeLeo2010-06-031-2/+9
* fix loadpath futzing to really load chef from current source treeDaniel DeLeo2010-06-031-4/+7
* Feature tests upload fixture cookbooks, and knife cookbook upload andChris Walters, Tim Hinderliter2010-06-031-0/+4
* Feature tests for sandbox/checksum upload completedTim Hinderliter2010-06-031-1/+7
* leave the old database after the run for autopsyDaniel DeLeo2010-05-011-3/+2
* don't load a merb inside the cucumber processDaniel DeLeo2010-03-111-22/+1
* replace chef/nanite with bunny driverDan DeLeo2009-12-211-9/+1
* Merge branch 'PL-335' of git://github.com/skeptomai/chef into skeptomai/PL-335Adam Jacob2009-12-161-2/+2
|\
| * fix log level stuff, mkdir_p, and downto idiomChristopher Brown2009-12-101-2/+2
* | CHEF-542: cookbook tarball CRUD, which necessitated CHEF-754: repositories co...chris2009-12-071-0/+4
|/
* 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-291-2/+17
|\ \ | |/ |/|
| * features and data for gem packages.Dan DeLeo2009-10-171-1/+17
* | Fixes for 0.7.12->0.8 merge, tests passAdam Jacob2009-10-191-10/+13
* | Refactored Node Index in Web UI to use REST APIAdam Jacob2009-09-261-0/+1
* | API Client support, with full tests passing.Adam Jacob2009-09-141-1/+3
* | Client registration working, test suite fixes.Adam Jacob2009-09-121-9/+10