summaryrefslogtreecommitdiff
path: root/lib/chef/json_compat.rb
Commit message (Expand)AuthorAgeFilesLines
* Chefstyle fixes for RuboCop 1.18.3Tim Smith2021-07-061-1/+1
* Refactor to_json_pretty to avoid creating a hash.cleanup-jsoncompatPete Higgins2020-11-091-4/+2
* Remove inaccurate comments.Pete Higgins2020-11-091-2/+0
* Remove unused constant.Pete Higgins2020-11-091-1/+0
* use autoloading for many required gemsmwrock2020-09-081-1/+1
* Optimize requires for non-omnibus installsrequire_optimizationTim Smith2020-08-121-1/+1
* Get lib/ free of spelling violations.Pete Higgins2020-05-181-1/+1
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Style/ClassCheckLamont Granquist2019-07-051-1/+1
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-201-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-1/+1
* replace some instances of to_hash with to_hlcg/to-h-cleanupLamont Granquist2018-09-261-1/+1
* fix Style/PreferredHashMethodsLamont Granquist2018-07-021-1/+1
* Kill JSON auto inflate with firetm/remove_json_autoinflateThom May2017-03-141-93/+1
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-131-10/+6
* chefstyle Style/AndOr fixesLamont Granquist2016-03-141-1/+1
* autofixing whitespace copsLamont Granquist2016-02-051-1/+1
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-3/+3
* Added run list expansion json conversion. Creates a json tree from the run li...kyleen/addExpandedRunListKyleen MacGugan2015-10-211-0/+1
* Chef-12 RC Provider ResolverLamont Granquist2014-10-241-1/+1
* Refactoring ResourceCollection interface to be backwards compatiable, all spe...tyler-ball2014-10-161-0/+6
* Adding back `require 'json'` to prevent breaking consumers who currently use ...tball/yajl-replace-jsontyler-ball2014-10-081-0/+2
* Removing old .to_json monkeypatching for all objectstyler-ball2014-10-071-2/+0
* Trying to eradicate all traces of the JSON gem from Cheftyler-ball2014-10-071-1/+1
* Fix error class typo, bump ffi-yajl requirement to pull in bugfixesdanielsdeleo2014-08-121-1/+1
* remove JSON gem usageLamont Granquist2014-08-111-6/+23
* Fix expected format of JSON errors in integration testsdanielsdeleo2014-08-101-0/+1
* Revert "remove #to_json Monkeytpatching"Lamont Granquist2014-08-091-6/+4
* remove #to_json MonkeypatchingLamont Granquist2014-08-091-4/+6
* remove another commentLamont Granquist2014-06-241-2/+0
* replace yajl and json gem with ffi-yajlLamont Granquist2014-06-231-15/+6
* CHEF-3895: Add Chef::Checksum to JSON class hackBryan McLellan2013-02-261-0/+3
* [CHEF-3863] improve error compat with old impl.danielsdeleo2013-02-121-3/+17
* rdoc json compat methodsdanielsdeleo2013-02-111-0/+7
* allow lookup of resources without symbol creationdanielsdeleo2013-02-111-2/+2
* add fallback deserialization to hash for Resourcesdanielsdeleo2013-02-111-0/+2
* mutate the incoming hashdanielsdeleo2013-02-111-3/+2
* Use consts for class stringsdanielsdeleo2013-02-111-10/+22
* Add json_class support w/o JSON for most typesdanielsdeleo2013-02-111-1/+61
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+53