summaryrefslogtreecommitdiff
path: root/lib/chef/cookbook_manifest.rb
Commit message (Collapse)AuthorAgeFilesLines
* Update policyfile URLs and cookbook artifact data format per RFCdanielsdeleo2015-03-251-3/+17
|
* DRY force_save_url in CookbookManifestdanielsdeleo2015-02-111-1/+1
|
* Remove deprecations for Cookbook Version HTTP resource behaviorsdanielsdeleo2015-02-111-0/+5
| | | | | | | | We cannot determine the best way to organize various CookbookManifest formats ahead of time, so we make the CookbookManifest API private, and un-deprecate the methods in CookbookVersion that delegate to CookbookManifest. We'll re-deprecate these when we have a stable public API for CookbookManifest behaviors.
* Reorganize delegated methods on CookbookVersion, cleanup commentsdanielsdeleo2015-02-111-7/+6
|
* Add stability warning for policy modedanielsdeleo2015-02-111-0/+9
|
* Ensure cookbook_manifest is required where it's useddanielsdeleo2015-02-111-0/+4
|
* Switch save URL based on policy mode flagdanielsdeleo2015-02-111-3/+12
|
* Move remaining http relevant methods to CookbookManifestdanielsdeleo2015-02-111-18/+47
|
* Move CookbookManifest to its own filedanielsdeleo2015-02-111-0/+220