summaryrefslogtreecommitdiff
path: root/lib/chef_zero/endpoints/cookbook_version_endpoint.rb
Commit message (Expand)AuthorAgeFilesLines
* Optimize requires for non-omnibus installsTim Smith2020-08-121-1/+1
* Substitute require for require_relativeTim Smith2019-12-291-4/+4
* Apply ChefstyleTim Smith2019-12-291-1/+3
* fixes for new chefstyleLamont Granquist2018-07-031-1/+1
* remove hashrocket syntaxlcg/remove-hashrocketsLamont Granquist2018-06-261-2/+2
* chefstyle 0.6Thom May2018-02-151-1/+1
* Remove cookbook segmentsThom May2017-03-291-4/+6
* remove create additions flaglcg/remove-create-additionsLamont Granquist2016-09-021-4/+4
* Revert "remove create additions flag"Lamont Granquist2016-09-021-4/+4
* remove create additions flagLamont Granquist2016-09-021-4/+4
* Ensure that the cookbook version endpoint doesn't trip over itselfThom May2016-08-011-3/+7
* ChefStyletm/styleThom May2016-07-291-13/+13
* Support Chef versions that don't support cookbook_artifactsjk/cookbook-artifacts-hooverJohn Keiser2016-01-151-1/+8
* Make hoovering and deleting parent dir work everywhere for cookbook_artifactsJohn Keiser2016-01-151-7/+9
* Implement /cookbook_artifacts endpoints.Chris Doherty2015-12-101-4/+4
* Removing 'json' gem dependency, replacing with 'ffi-yajl'tball/chef-zero-yajl-replace-jsontyler-ball2014-09-261-7/+7
* SimplifyJohn Keiser2014-08-221-2/+2
* Move CookbookData and DataNormalizer under ChefDataJohn Keiser2014-08-221-2/+2
* Move all defaults to DefaultCreator, calculate on fly,John Keiser2014-08-221-2/+1
* Delete acls when object is deletedJohn Keiser2014-08-221-2/+4
* Get single_org backcompat mode workingJohn Keiser2014-04-181-1/+1
* Add support for "/organizations/chef" prefixJohn Keiser2014-04-181-16/+16
* Fix problems with cookbook update and delete for local storageJohn Keiser2013-10-111-6/+14
* Fix crash in hoover_checksums when there are multiple files with a single che...John Keiser2013-05-291-1/+1
* Get memory data store pedant cleanJohn Keiser2013-05-271-0/+2
* More rounded support for data storesJohn Keiser2013-05-241-7/+2
* Make DataStore interface to allow data store to be replacedJohn Keiser2013-05-231-12/+19
* Remove dep on solveSeth Vargo2013-05-191-2/+1
* require solve only within files that need itJamie Winsor2013-05-131-0/+1
* remove dependency on Chef::Version and Chef::VersionConstraintJamie Winsor2013-05-051-1/+1
* Support DELETE /cookbook/NAME/_latestjkeiser2012-12-201-1/+5
* Initial commit (moved/split up from jk/tiny-chef-server branch of jkeiser/chef)jkeiser2012-12-191-0/+102