summaryrefslogtreecommitdiff
path: root/lib/chef/cookbook/metadata.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Update to allow boolean and numeric attributesSteve Rude2014-02-031-3/+16
* | Prevent duplicate keys in cookbook version JSONSeth Falcon2013-10-101-2/+2
* | Revert "Merge branch 'CHEF-3307'"Bryan McLellan2013-07-031-1/+1
* | Revert "Merge pull request #812 from opscode/lcg/CHEF-3307-empty-string-fix"Bryan McLellan2013-07-031-9/+0
|/
* CHEF-3307: translate empty strings coming back from the server to nilLamont Granquist2013-06-121-0/+9
* Fixes CHEF-3307Mal Graty2013-05-241-1/+1
* [CHEF-3919] Removed Chef::Version::Cookbook code and replaced by a Chef::Vers...Xabier de Zuazo2013-04-111-2/+2
* [CHEF-3919] cookbook version specific code factored out from Chef::Version, n...Xabier de Zuazo2013-04-111-2/+2
* remove cruft code.danielsdeleo2013-01-231-2/+0
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+629