summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 1.5v1.5John Keiser2013-06-121-1/+1
* Provide reasonable default filename to metadata.rb when real filename unavail...John Keiser2013-06-111-4/+5
* Pass __FILE__ to metadata.rbJohn Keiser2013-06-111-1/+13
* Bump version to 1.4v1.4John Keiser2013-06-071-1/+1
* Bump version to 1.3v1.3John Keiser2013-06-061-1/+1
* Fix issue with multiple identical keys, speed up searchJohn Keiser2013-06-063-19/+8
* Bump version to 1.2.1v1.2.1John Keiser2013-06-051-1/+1
* Stop using Hashie's deep_merge (https://github.com/intridea/hashie/issues/99)John Keiser2013-06-054-13/+56
* Bump version to 1.2v1.2John Keiser2013-06-031-1/+1
* Allow cookbook NAME, VERSION, { :frozen => true }John Keiser2013-06-032-2/+10
* Bump version to 1.1.3v1.1.3John Keiser2013-05-291-1/+1
* long_description is in fact supposed to be defaulted.John Keiser2013-05-291-1/+1
* Return minimal version of cookbook from depsolverJohn Keiser2013-05-292-1/+5
* Fix POST response (no long_description default)John Keiser2013-05-291-1/+1
* Don't defaultize things on cookbook PUT (ridiculously)John Keiser2013-05-291-8/+17
* Mimick Chef 11's 503 when some files aren't uploadedJohn Keiser2013-05-291-0/+7
* Support cookbook_versions query param in /cookbooksJohn Keiser2013-05-291-1/+8
* Fix crash in hoover_checksums when there are multiple files with a single che...John Keiser2013-05-291-1/+1
* Bump version to 1.1.2v1.1.2John Keiser2013-05-281-1/+1
* Allow duplicate data to override earlier dataJohn Keiser2013-05-281-1/+1
* Bump version to 1.1.1v1.1.1John Keiser2013-05-281-1/+1
* Fix cookbook loading in rspecJohn Keiser2013-05-281-1/+1
* Fix new data bag and cookbook creation in rspecJohn Keiser2013-05-283-6/+9
* fix undefined method .list on CookbookDataJamie Winsor2013-05-281-1/+1
* Bump version to 1.1v1.1John Keiser2013-05-281-1/+1
* Get memory data store pedant cleanJohn Keiser2013-05-278-10/+31
* More rounded support for data storesJohn Keiser2013-05-249-18/+44
* Support chef_fs as well as memory directories when loading cookbooksJohn Keiser2013-05-241-24/+58
* Move data store init to MemoryStore, make it possible to use other data storesJohn Keiser2013-05-232-19/+23
* Add the actual data storeJohn Keiser2013-05-234-0/+202
* Make DataStore interface to allow data store to be replacedJohn Keiser2013-05-2323-125/+176
* Bump version to 1.0.1v1.0.1John Keiser2013-05-201-1/+1
* Merge pull request #9 from sethvargo/fix_frozenJohn Keiser2013-05-201-1/+1
|\
| * Fix frozen versionSeth Vargo2013-05-201-1/+1
* | Bump version to 1.0v1.0John Keiser2013-05-201-1/+1
|/
* Bump version to 0.9.13v0.9.13John Keiser2013-05-191-1/+1
* Don't require thin with chef_zero/rspecJohn Keiser2013-05-191-1/+0
* Bump version to 0.9.12v0.9.12John Keiser2013-05-191-1/+1
* Remove dep on solveSeth Vargo2013-05-194-12/+8
* Add support for 1.8.7 (back)Seth Vargo2013-05-191-1/+6
* generate_real_keys defaults to trueSeth Vargo2013-05-191-1/+1
* Whoops - wasn't paying attentionSeth Vargo2013-05-191-1/+1
* Report back on threads and be more informative to the userSeth Vargo2013-05-191-5/+22
* Allow the user to specify any log levelSeth Vargo2013-05-191-2/+2
* Typo (CLTR -> CTRL)Seth Vargo2013-05-191-1/+1
* Don't need silent option anymore [ci skip]Seth Vargo2013-05-191-1/+0
* Use one set of default optionsSeth Vargo2013-05-191-10/+11
* Fix up some formattingSeth Vargo2013-05-191-11/+32
* Remove autoload because it's not threadsafeSeth Vargo2013-05-191-3/+2
* Try replacing Thin with PumaSeth Vargo2013-05-192-35/+20