summaryrefslogtreecommitdiff
path: root/chef-server-api/app
Commit message (Expand)AuthorAgeFilesLines
* [CHEF-1364] implement purging of cookbooks && checksum filesDaniel DeLeo2010-10-053-24/+12
* merge Chef::Cache and Chef::Cache::ChecksumDaniel DeLeo2010-09-291-2/+2
* enforce versions when listing cookbooks for nodessdelano2010-08-231-1/+6
* add cookbooks/_latest api endpointsdelano2010-08-231-5/+3
* fix auth failures returning 500Daniel DeLeo2010-07-221-0/+4
* [CHEF-761] let the user know if auth failed because of the timestampDaniel DeLeo2010-07-221-22/+26
* remove unused configuration parameters and codeDaniel DeLeo2010-07-091-4/+0
* always write to the tempfile in chunksDaniel DeLeo2010-06-211-1/+3
* also need to rewind the rack input to write it to the fileDaniel DeLeo2010-06-211-0/+1
* [CHEF-1363] use #read not #string on rack inputsDaniel DeLeo2010-06-211-1/+1
* [CHEF-1347] strip '.rb' from recipes in recipe listDaniel DeLeo2010-06-171-1/+1
* [CHEF-1326] catch 404s from couch and re-raise as 404s from merbDaniel DeLeo2010-06-121-3/+7
* cleanup commentsDaniel DeLeo2010-06-121-2/+2
* further fixes to tests for CHEF-1314, non-existent roleChristopher Brown2010-06-111-2/+2
* adjust server code for new run list expansion return valueDaniel DeLeo2010-06-111-3/+5
* CHEF-1289 API does not check for admin rights for user managementIan Meyer2010-06-101-0/+1
* avoid N+1 queries when fetching all of the latest cookbooksDaniel DeLeo2010-06-071-6/+5
* fix webui's ability to see all recipes, and make it as fast as possibleDaniel DeLeo2010-06-071-7/+28
* forgot license headers in new filesDaniel DeLeo2010-06-051-29/+15
* [CHEF-1280] detect if we're given a stringio or tempfile from rackDaniel DeLeo2010-06-052-19/+137
* fixing CHEF-1264Nuo Yan2010-06-031-1/+1
* return 412 when a cookbook depends on a non-existent cookbookDaniel DeLeo2010-06-032-56/+66
* raise forbidden instead of unauth when appropriatesdelano2010-06-031-3/+3
* upload to sandboxes using RestClientsdelano2010-06-031-12/+12
* Renamed Chef::Cookbook -> CookbookVersion; reorganized Cookbook features teststim@opscode.com2010-06-032-13/+13
* Little bit of cleanupChris Walters, Tim Hinderliter2010-06-031-13/+0
* Sandboxes tests passingChris Walters, Tim Hinderliter2010-06-031-0/+13
* cookbooks controller features tests & bug fixes for cookbooks controllertim@opscode.com2010-06-031-9/+21
* Little bit of cleanupChris Walters, Tim Hinderliter2010-06-031-11/+10
* Fixing node cookbooks' dependency expansionChris Walters, Tim Hinderliter2010-06-031-14/+8
* Sandboxes tests passingChris Walters, Tim Hinderliter2010-06-031-5/+1
* Cookbook manifests now use MD5 checksums and Cookbook::FileVendors.Chris Walters, Tim Hinderliter2010-06-033-11/+11
* Refactored how cookbooks and their dependencies are looked upChris Walters, Tim Hinderliter2010-06-031-17/+39
* Replacing CookbookLoader with Chef::Cookbook.cdb_list in application.rb, as w...Chris Walters2010-06-031-30/+28
* cleanup only commit -- rename variables/method, remove dead codeTim Hinderliter2010-06-031-14/+16
* raise 404 instead of 400 if unexpected checksum is uploaded to a sandboxTim Hinderliter2010-06-031-3/+3
* Adding cookbook metadata files to cookbook manifests.Chris Walters2010-06-031-1/+1
* Cookbook uploading from knife mostly done (not tested)Chris Walters2010-06-033-136/+65
* fixed broken regex on cookbook manifest generation; expand paths from relativ...Tim Hinderliter2010-06-031-1/+1
* 'sandboxes' controller fully implementedTim Hinderliter2010-06-032-0/+212
* REST methods added, knife show/delete completeAdam Jacob2010-06-031-44/+10
* Adding a display_manifest functionAdam Jacob2010-06-031-1/+1
* Adding delete support for cookboooksAdam Jacob2010-06-031-7/+16
* more mods for cookbook changes (for sandbox)Tim Hinderliter2010-06-031-0/+2
* Adding first pass at cookbook objects and storageAdam Jacob2010-06-031-13/+26
* First pass at cookbook manifest gen - CHEF-1144Adam Jacob2010-06-032-115/+4
* fix auth checksDaniel DeLeo2010-05-073-3/+3
* [CHEF-1072] cleanup code from pre-API-ificationDaniel DeLeo2010-05-071-7/+1
* [CHEF-1072] cleanup and fixes for merb 1.1Daniel DeLeo2010-05-078-283/+55
* [CHEF-1072] unslice the API serverDaniel DeLeo2010-05-0713-106/+76