| Commit message (Expand) | Author | Age | Files | Lines |
* | [CHEF-1364] implement purging of cookbooks && checksum files | Daniel DeLeo | 2010-10-05 | 3 | -24/+12 |
* | merge Chef::Cache and Chef::Cache::Checksum | Daniel DeLeo | 2010-09-29 | 1 | -2/+2 |
* | enforce versions when listing cookbooks for nodes | sdelano | 2010-08-23 | 1 | -1/+6 |
* | add cookbooks/_latest api endpoint | sdelano | 2010-08-23 | 1 | -5/+3 |
* | fix auth failures returning 500 | Daniel DeLeo | 2010-07-22 | 1 | -0/+4 |
* | [CHEF-761] let the user know if auth failed because of the timestamp | Daniel DeLeo | 2010-07-22 | 1 | -22/+26 |
* | remove unused configuration parameters and code | Daniel DeLeo | 2010-07-09 | 1 | -4/+0 |
* | always write to the tempfile in chunks | Daniel DeLeo | 2010-06-21 | 1 | -1/+3 |
* | also need to rewind the rack input to write it to the file | Daniel DeLeo | 2010-06-21 | 1 | -0/+1 |
* | [CHEF-1363] use #read not #string on rack inputs | Daniel DeLeo | 2010-06-21 | 1 | -1/+1 |
* | [CHEF-1347] strip '.rb' from recipes in recipe list | Daniel DeLeo | 2010-06-17 | 1 | -1/+1 |
* | [CHEF-1326] catch 404s from couch and re-raise as 404s from merb | Daniel DeLeo | 2010-06-12 | 1 | -3/+7 |
* | cleanup comments | Daniel DeLeo | 2010-06-12 | 1 | -2/+2 |
* | further fixes to tests for CHEF-1314, non-existent role | Christopher Brown | 2010-06-11 | 1 | -2/+2 |
* | adjust server code for new run list expansion return value | Daniel DeLeo | 2010-06-11 | 1 | -3/+5 |
* | CHEF-1289 API does not check for admin rights for user management | Ian Meyer | 2010-06-10 | 1 | -0/+1 |
* | avoid N+1 queries when fetching all of the latest cookbooks | Daniel DeLeo | 2010-06-07 | 1 | -6/+5 |
* | fix webui's ability to see all recipes, and make it as fast as possible | Daniel DeLeo | 2010-06-07 | 1 | -7/+28 |
* | forgot license headers in new files | Daniel DeLeo | 2010-06-05 | 1 | -29/+15 |
* | [CHEF-1280] detect if we're given a stringio or tempfile from rack | Daniel DeLeo | 2010-06-05 | 2 | -19/+137 |
* | fixing CHEF-1264 | Nuo Yan | 2010-06-03 | 1 | -1/+1 |
* | return 412 when a cookbook depends on a non-existent cookbook | Daniel DeLeo | 2010-06-03 | 2 | -56/+66 |
* | raise forbidden instead of unauth when appropriate | sdelano | 2010-06-03 | 1 | -3/+3 |
* | upload to sandboxes using RestClient | sdelano | 2010-06-03 | 1 | -12/+12 |
* | Renamed Chef::Cookbook -> CookbookVersion; reorganized Cookbook features tests | tim@opscode.com | 2010-06-03 | 2 | -13/+13 |
* | Little bit of cleanup | Chris Walters, Tim Hinderliter | 2010-06-03 | 1 | -13/+0 |
* | Sandboxes tests passing | Chris Walters, Tim Hinderliter | 2010-06-03 | 1 | -0/+13 |
* | cookbooks controller features tests & bug fixes for cookbooks controller | tim@opscode.com | 2010-06-03 | 1 | -9/+21 |
* | Little bit of cleanup | Chris Walters, Tim Hinderliter | 2010-06-03 | 1 | -11/+10 |
* | Fixing node cookbooks' dependency expansion | Chris Walters, Tim Hinderliter | 2010-06-03 | 1 | -14/+8 |
* | Sandboxes tests passing | Chris Walters, Tim Hinderliter | 2010-06-03 | 1 | -5/+1 |
* | Cookbook manifests now use MD5 checksums and Cookbook::FileVendors. | Chris Walters, Tim Hinderliter | 2010-06-03 | 3 | -11/+11 |
* | Refactored how cookbooks and their dependencies are looked up | Chris Walters, Tim Hinderliter | 2010-06-03 | 1 | -17/+39 |
* | Replacing CookbookLoader with Chef::Cookbook.cdb_list in application.rb, as w... | Chris Walters | 2010-06-03 | 1 | -30/+28 |
* | cleanup only commit -- rename variables/method, remove dead code | Tim Hinderliter | 2010-06-03 | 1 | -14/+16 |
* | raise 404 instead of 400 if unexpected checksum is uploaded to a sandbox | Tim Hinderliter | 2010-06-03 | 1 | -3/+3 |
* | Adding cookbook metadata files to cookbook manifests. | Chris Walters | 2010-06-03 | 1 | -1/+1 |
* | Cookbook uploading from knife mostly done (not tested) | Chris Walters | 2010-06-03 | 3 | -136/+65 |
* | fixed broken regex on cookbook manifest generation; expand paths from relativ... | Tim Hinderliter | 2010-06-03 | 1 | -1/+1 |
* | 'sandboxes' controller fully implemented | Tim Hinderliter | 2010-06-03 | 2 | -0/+212 |
* | REST methods added, knife show/delete complete | Adam Jacob | 2010-06-03 | 1 | -44/+10 |
* | Adding a display_manifest function | Adam Jacob | 2010-06-03 | 1 | -1/+1 |
* | Adding delete support for cookboooks | Adam Jacob | 2010-06-03 | 1 | -7/+16 |
* | more mods for cookbook changes (for sandbox) | Tim Hinderliter | 2010-06-03 | 1 | -0/+2 |
* | Adding first pass at cookbook objects and storage | Adam Jacob | 2010-06-03 | 1 | -13/+26 |
* | First pass at cookbook manifest gen - CHEF-1144 | Adam Jacob | 2010-06-03 | 2 | -115/+4 |
* | fix auth checks | Daniel DeLeo | 2010-05-07 | 3 | -3/+3 |
* | [CHEF-1072] cleanup code from pre-API-ification | Daniel DeLeo | 2010-05-07 | 1 | -7/+1 |
* | [CHEF-1072] cleanup and fixes for merb 1.1 | Daniel DeLeo | 2010-05-07 | 8 | -283/+55 |
* | [CHEF-1072] unslice the API server | Daniel DeLeo | 2010-05-07 | 13 | -106/+76 |