summaryrefslogtreecommitdiff
path: root/lib/chef_zero/endpoints/node_endpoint.rb
Commit message (Collapse)AuthorAgeFilesLines
* Optimize requires for non-omnibus installsTim Smith2020-08-121-1/+1
| | | | | | require is quite slow in Ruby and doing requires for things you've already required is also slow. We've used this simple hack in Chef to speed up our requires. In the omnibus installs we patch how rubygems works to make this somewhat pointless, but this will help non-omnibus installs Signed-off-by: Tim Smith <tsmith@chef.io>
* Substitute require for require_relativeTim Smith2019-12-291-2/+2
| | | | | | require_relative is significantly faster and should be used when available. Signed-off-by: Tim Smith <tsmith@chef.io>
* fixes for new chefstyleLamont Granquist2018-07-031-2/+2
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* remove hashrocket syntaxlcg/remove-hashrocketsLamont Granquist2018-06-261-3/+3
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* implement rfc090 for named nodes endpoint (#264)Jeremy Miller2017-05-251-0/+4
| | | | | * implement rfc090 for named nodes endpoint Signed-off-by: Jeremy J. Miller <jm@chef.io>
* remove create additions flaglcg/remove-create-additionsLamont Granquist2016-09-021-1/+1
| | | | | | FFI_Yajl has never implemented this flag Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Revert "remove create additions flag"Lamont Granquist2016-09-021-1/+1
| | | | This reverts commit c674dfeacf773579a2eb56cb3c02428268452b50.
* remove create additions flagLamont Granquist2016-09-021-1/+1
| | | | | | FFI_Yajl has never implemented this flag Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* ChefStyletm/styleThom May2016-07-291-4/+3
| | | | Signed-off-by: Thom May <thom@may.lt>
* Implement oc_pedant's REST routes for policyfiles.Chris Doherty2015-11-101-0/+14
|
* Removing 'json' gem dependency, replacing with 'ffi-yajl'tball/chef-zero-yajl-replace-jsontyler-ball2014-09-261-3/+3
|
* Move CookbookData and DataNormalizer under ChefDataJohn Keiser2014-08-221-2/+2
|
* Add support for "/organizations/chef" prefixJohn Keiser2014-04-181-1/+1
|
* Initial commit (moved/split up from jk/tiny-chef-server branch of jkeiser/chef)jkeiser2012-12-191-0/+17