| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Optimize requires for non-omnibus installs | Tim Smith | 2020-08-12 | 1 | -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_relative | Tim Smith | 2019-12-29 | 1 | -2/+2 |
| | | | | | | | require_relative is significantly faster and should be used when available. Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
| * | fixes for new chefstyle | Lamont Granquist | 2018-07-03 | 1 | -2/+2 |
| | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> | ||||
| * | remove hashrocket syntaxlcg/remove-hashrockets | Lamont Granquist | 2018-06-26 | 1 | -3/+3 |
| | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> | ||||
| * | implement rfc090 for named nodes endpoint (#264) | Jeremy Miller | 2017-05-25 | 1 | -0/+4 |
| | | | | | | * implement rfc090 for named nodes endpoint Signed-off-by: Jeremy J. Miller <jm@chef.io> | ||||
| * | remove create additions flaglcg/remove-create-additions | Lamont Granquist | 2016-09-02 | 1 | -1/+1 |
| | | | | | | | FFI_Yajl has never implemented this flag Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> | ||||
| * | Revert "remove create additions flag" | Lamont Granquist | 2016-09-02 | 1 | -1/+1 |
| | | | | | This reverts commit c674dfeacf773579a2eb56cb3c02428268452b50. | ||||
| * | remove create additions flag | Lamont Granquist | 2016-09-02 | 1 | -1/+1 |
| | | | | | | | FFI_Yajl has never implemented this flag Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> | ||||
| * | ChefStyletm/style | Thom May | 2016-07-29 | 1 | -4/+3 |
| | | | | | Signed-off-by: Thom May <thom@may.lt> | ||||
| * | Implement oc_pedant's REST routes for policyfiles. | Chris Doherty | 2015-11-10 | 1 | -0/+14 |
| | | |||||
| * | Removing 'json' gem dependency, replacing with 'ffi-yajl'tball/chef-zero-yajl-replace-json | tyler-ball | 2014-09-26 | 1 | -3/+3 |
| | | |||||
| * | Move CookbookData and DataNormalizer under ChefData | John Keiser | 2014-08-22 | 1 | -2/+2 |
| | | |||||
| * | Add support for "/organizations/chef" prefix | John Keiser | 2014-04-18 | 1 | -1/+1 |
| | | |||||
| * | Initial commit (moved/split up from jk/tiny-chef-server branch of jkeiser/chef) | jkeiser | 2012-12-19 | 1 | -0/+17 |
