summaryrefslogtreecommitdiff
path: root/lib/chef/cookbook/metadata.rb
Commit message (Expand)AuthorAgeFilesLines
* RFC 85: Remove unused metadataThom May2017-04-041-111/+2
* raise on cookbook self-dependencyLamont Granquist2017-02-281-2/+2
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-131-26/+26
* Merge pull request #5548 from chef/lcg/chefstyle-updatesThom May2016-12-071-2/+2
|\
| * fix Style/NilComparisonLamont Granquist2016-12-061-2/+2
* | Merge pull request #5622 from chef/chef-ad/3888Thom May2016-12-071-2/+2
|\ \ | |/ |/|
| * Fixing metadata.json validation, adding spec test to ensure we're actually va...ad/3888andy-dufour2016-09-211-2/+2
* | drop warn all the way down to debuglcg/ignore-unknown-metdata-rb-fieldsLamont Granquist2016-09-211-1/+1
* | ignore unknown metadata fields in metadata.rbLamont Granquist2016-09-211-0/+8
|/
* autofixing Style/AccessModifierIndentation copLamont Granquist2016-08-161-1/+1
* Merge pull request #4478 from chef/lcg/rfc-060-gem-metadataLamont Granquist2016-03-031-1/+19
|\
| * RFC-060 gem metadata MVPLamont Granquist2016-02-091-1/+19
* | flip multiline function arguments aroundlcg/rubocop-0.37.2Lamont Granquist2016-02-191-11/+11
* | convert MultilineOperationIndentation style to "indented"Lamont Granquist2016-02-121-1/+1
* | autofixing auto-inserted delimiterslcg/chefstyle-batchLamont Granquist2016-02-091-1/+1
* | auto fixing some rubocopsLamont Granquist2016-02-091-1/+1
|/
* autofixing whitespace copsLamont Granquist2016-02-051-50/+50
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-3/+3
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Require Chef::VersionConstraint::Platform b/c it's used heredanielsdeleo2016-01-211-0/+1
* Use double quotes by defaultThom May2016-01-141-38/+38
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-14/+14
* Use platform version parser to parse supports in metadataJordan Evans2015-12-281-1/+1
* fix use as an accessorLamont Granquist2015-10-261-2/+2
* add YARD docsLamont Granquist2015-10-261-9/+58
* use #any? and comment the logicLamont Granquist2015-10-261-4/+3
* improve error message, add more testsLamont Granquist2015-10-261-3/+3
* validateLamont Granquist2015-10-261-0/+20
* extend metadata to include chef_version and ohai_versionLamont Granquist2015-10-261-8/+46
* add privacy flagJosh Black2015-08-181-3/+25
* suppress cookbook self-dependencies and warnlcg/warn-cb-self-depLamont Granquist2015-05-151-3/+7
* Update error messages with a link to the docs siteTim Smith2015-05-011-2/+2
* typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-081-3/+3
* Ensure metadata responds to method before sending, use public_sendTristan and Brett2014-08-261-1/+3
* Use individual URL attributes in metadataBrett Chalupa2014-08-261-13/+34
* Fix typo in Metadata documentation.Brett Chalupa2014-08-251-1/+1
* Add supermarket_attributes to MetadataBrett and Tristan2014-08-251-34/+54
* Make `name` a required attribute in metadatadanielsdeleo2014-08-121-0/+1
* Add validation to Metadatadanielsdeleo2014-08-121-0/+34
* Remove cookbook as argument to Metadata's constructordanielsdeleo2014-08-121-24/+22
* Fix ruby warning in metadata classdanielsdeleo2014-08-121-3/+3
* Respect metadata name attributedanielsdeleo2014-08-121-7/+28
* remove JSON gem usageLamont Granquist2014-08-111-2/+2
* Revert "remove #to_json Monkeytpatching"Lamont Granquist2014-08-091-2/+2
* remove #to_json MonkeypatchingLamont Granquist2014-08-091-2/+2
* Use Chef::VersionConstraint#to_s in the metadata DSLBrian Cobb2014-07-141-19/+14
* Merge pull request #848 from onddo/CHEF-4298Claire McQuin2014-06-091-14/+20
|\
| * [CHEF-4298] Coookbook::Metadata: avoid converting 2 part versions to 3 part v...Xabier de Zuazo2014-05-251-15/+21
| * [CHEF-4298] send the version constraint correctly formatted for chef serverXabier de Zuazo2013-07-031-8/+8
* | fix for checking choice array correctly.Steve Rude2014-02-041-5/+20