summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Bump version to 1.5.1v1.5.1John Keiser2013-06-191-1/+1
* Support attribute() and grouping() in cookbook metadataJohn Keiser2013-06-181-3/+3
* Merge pull request #20 from stevendanna/unix-socket-supportJohn Keiser2013-06-182-1/+11
|\
| * Fix :sock -> :socket rename in DEFAULT_OPTIONS hash.Steven Danna2013-06-111-1/+1
| * Remove short form (-s) of --socket option and rename variable.Steven Danna2013-06-112-4/+4
| * Allow chef-zero to listen on Unix domain socket.Steven Danna2013-06-082-1/+11
* | 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
* | Merge pull request #19 from sethvargo/daemonJohn Keiser2013-06-102-2/+15
|\ \ | |/ |/|
| * Support daemon modeSeth Vargo2013-06-072-2/+15
* | Track latest pedantJohn Keiser2013-06-072-1/+3
* | Get rid of extra 1.9.3 default taskJohn Keiser2013-06-071-2/+2
|/
* Bump version to 1.4v1.4John Keiser2013-06-071-1/+1
* Add latest-pedant back to travis matrix, add rspec to depsJohn Keiser2013-06-072-0/+5
* Add normal variants back to travis matrixJohn Keiser2013-06-071-0/+6
* Add json to list of dependenciesJohn Keiser2013-06-071-0/+1
* Perform a very simple test when pedant is offJohn Keiser2013-06-071-1/+8
* Allow jruby to start/stop serverJohn Keiser2013-06-072-3/+9
* Merge pull request #18 from sethvargo/downgrade_pumaJohn Keiser2013-06-074-23/+24
|\
| * Remove bad copy-paste codeSeth Vargo2013-06-071-4/+0
| * Downgrade Puma so Chef Zero runs on WindowsSeth Vargo2013-06-074-23/+28
|/
* 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
* Merge pull request #12 from andrewgross/patch-1John Keiser2013-06-031-1/+1
|\
| * Fix usage info to be consistent with latest versionAndrew Gross2013-06-031-1/+1
|/
* Lock to latest version of chef-pedantJohn Keiser2013-05-301-1/+1
* 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
* Update to latest PedantJohn Keiser2013-05-291-1/+1
* 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
* Fix latest-pedant gemfile for travisJohn Keiser2013-05-291-1/+2
* 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
* Merge pull request #10 from reset/undefined-method-listJohn Keiser2013-05-281-1/+1
|\
| * fix undefined method .list on CookbookDataJamie Winsor2013-05-281-1/+1
|/
* Bump version to 1.1v1.1John Keiser2013-05-282-2/+2
* Create plugin system to allow other data stores in chef zeroJohn Keiser2013-05-2730-159/+497
|\