summaryrefslogtreecommitdiff
path: root/lib/chef/cookbook_version.rb
Commit message (Expand)AuthorAgeFilesLines
* Feed the rubocop.Noah Kantrowitz2017-04-051-2/+2
* Make root alias attributes work with the normal CookbookCompiler load behavior.Noah Kantrowitz2017-04-041-1/+4
* First pass on implementing root aliases.Noah Kantrowitz2017-04-041-2/+12
* RFC 67: Remove cookbook segmentsThom May2017-04-041-149/+53
* Kill JSON auto inflate with firetm/remove_json_autoinflateThom May2017-03-141-5/+0
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-131-3/+3
* Structure deprecations with additional metadatatm/deprecation_with_urlThom May2016-11-161-4/+4
* fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgradeLamont Granquist2016-08-171-2/+2
* fixes Style/OpMethod copLamont Granquist2016-08-161-3/+3
* autofixing Style/SpaceBeforeSemicolon copLamont Granquist2016-08-161-1/+1
* preferred_manifest_record: fix pretty print.David Duponchel2016-03-071-3/+9
* Merge pull request #4617 from chef/lcg/chefstyle-perfLamont Granquist2016-03-041-2/+2
|\
| * remove unused block argumentslcg/chefstyle-perfLamont Granquist2016-02-231-1/+1
| * Autofixing new Perf cops in 0.37.2Lamont Granquist2016-02-231-1/+1
* | Rename all_unignored_files -> all_filesdanielsdeleo2016-02-261-2/+2
* | Add all_unignored_files attribute to CBVersiondanielsdeleo2016-02-261-0/+4
|/
* autofixing whitespace copsLamont Granquist2016-02-051-12/+9
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-6/+6
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* add deprecation warningsThom May2016-01-181-0/+1
* Use double quotes by defaultThom May2016-01-141-14/+14
* really fix copslcg/really-fix-copsLamont Granquist2016-01-121-51/+51
* Convert all uses of Chef::REST to Chef::ServerAPItm/no_more_restThom May2016-01-111-14/+16
* style fix from peer reviewLamont Granquist2015-10-241-2/+2
* Fix 'knife cookbook show' to work on root filesScott Mcgillivray2015-10-241-1/+5
* Find the spot the user called and use that as the deprecation locationJohn Keiser2015-09-251-3/+3
* Rename log.deprecation to log_deprecationJohn Keiser2015-09-011-3/+3
* Pass deprecations through formatter instead of logsJohn Keiser2015-09-011-3/+3
* Update policyfile URLs and cookbook artifact data format per RFCdanielsdeleo2015-03-251-0/+19
* allow dep injecting chef_server_rest into objectsLamont Granquist2015-02-111-5/+8
* Remove deprecations for Cookbook Version HTTP resource behaviorsdanielsdeleo2015-02-111-25/+4
* Use standard deprecation mechanismsdanielsdeleo2015-02-111-15/+7
* Reorganize delegated methods on CookbookVersion, cleanup commentsdanielsdeleo2015-02-111-81/+74
* Standardize deprecation code within CookbookVersiondanielsdeleo2015-02-111-2/+10
* Change hard errors to warnings for deprecated methodsdanielsdeleo2015-02-111-16/+17
* Temporarily implement deprecation warnings as errorsdanielsdeleo2015-02-111-0/+28
* Move remaining http relevant methods to CookbookManifestdanielsdeleo2015-02-111-33/+26
* Move CookbookManifest to its own filedanielsdeleo2015-02-111-201/+1
* Extract Cookbook JSON representation to classdanielsdeleo2015-02-111-160/+241
* Remove 1.8 and 1.9 specific monkey patchesdanielsdeleo2014-11-261-1/+0
* Merge pull request #2165 from coderanger/rfc017Serdar Sutay2014-10-101-32/+51
|\
| * More comment-y goodness.Noah Kantrowitz2014-10-041-0/+2
| * Add clarifying comment.Noah Kantrowitz2014-10-041-0/+1
| * Rework template/file loading to not require the default/ and to accept an arr...Noah Kantrowitz2014-10-041-32/+48
* | Trying to eradicate all traces of the JSON gem from Cheftyler-ball2014-10-071-1/+1
|/
* Alias #latest_cookbooks.mcquin/Issue-2090Claire McQuin2014-09-301-9/+5
* Deprecate CookbookVersion#latest_cookbooksClaire McQuin2014-09-301-1/+5
* Fixing cookbook loading for windowsJay Mundrawala2014-09-291-1/+1
* Respect metadata name attributedanielsdeleo2014-08-121-1/+11
* remove JSON gem usageLamont Granquist2014-08-111-3/+2