summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add policy mode option to CookbookUploaderupload-cookbooks-as-artifactsdanielsdeleo2015-02-102-2/+37
* Reorganize delegated methods on CookbookVersion, cleanup commentsdanielsdeleo2015-02-102-88/+80
* Add stability warning for policy modedanielsdeleo2015-02-101-0/+9
* Ensure cookbook_manifest is required where it's useddanielsdeleo2015-02-103-0/+6
* Switch save URL based on policy mode flagdanielsdeleo2015-02-102-9/+48
* Test cookbook manifest behavior separatelydanielsdeleo2015-02-092-191/+197
* Rename file specificity testsdanielsdeleo2015-02-091-1/+1
* Standardize deprecation code within CookbookVersiondanielsdeleo2015-02-092-8/+22
* Change hard errors to warnings for deprecated methodsdanielsdeleo2015-02-062-17/+55
* Temporarily implement deprecation warnings as errorsdanielsdeleo2015-02-066-12/+53
* Move remaining http relevant methods to CookbookManifestdanielsdeleo2015-02-062-51/+73
* Move CookbookManifest to its own filedanielsdeleo2015-02-062-201/+221
* Extract Cookbook JSON representation to classdanielsdeleo2015-02-061-160/+241
* remove some trailing whitespacedanielsdeleo2015-02-061-1/+1
* Add config to treat deprecation warnings as errorsdanielsdeleo2015-02-064-0/+62
* Remove config setting for Chef 11 deprecation warningsdanielsdeleo2015-02-061-3/+0
* Merge pull request #2869 from chef/lcg/array-name-deuglificationLamont Granquist2015-02-055-16/+31
|\
| * method signaturelcg/array-name-deuglificationLamont Granquist2015-02-051-1/+1
| * update docsLamont Granquist2015-02-051-0/+6
| * specsLamont Granquist2015-02-054-12/+18
| * de-uglify and coerce names to stringsLamont Granquist2015-02-051-3/+6
|/
* Merge pull request #2864 from chef/lcg/warnfixLamont Granquist2015-02-051-1/+1
|\
| * fix warning outputlcg/warnfixLamont Granquist2015-02-041-1/+1
|/
* Merge pull request #2862 from jaymzh/mp_errPhil Dibowitz2015-02-041-1/+1
|\
| * Fix error message in yum provider (related to multipackage refactor)Phil Dibowitz2015-02-041-1/+1
|/
* Merge pull request #2692 from jaymzh/multipackageLamont Granquist2015-02-0418-189/+938
|\
| * Try to fix spec againPhil Dibowitz2015-02-041-1/+1
| * fix rubygems specLamont Granquist2015-02-031-1/+1
| * Docs for changesPhil Dibowitz2015-02-033-0/+12
| * Fix package dependency bugPhil Dibowitz2015-02-031-1/+1
| * Minor cleanupPhil Dibowitz2015-02-031-2/+0
| * Minor efficiency changePhil Dibowitz2015-02-031-1/+1
| * 2 readability fixesLamont Granquist2015-02-031-2/+4
| * Multipackage fixes to superclassLamont Granquist2015-02-0311-135/+419
| * Mior output cleanupsPhil Dibowitz2015-02-032-7/+27
| * Some more yum testsPhil Dibowitz2015-02-031-0/+34
| * Some yum testsPhil Dibowitz2015-02-031-0/+66
| * Some fixes for package provider, lots of unittestsPhil Dibowitz2015-02-032-4/+212
| * Support dependency detection, fix caching invalidation issuesPhil Dibowitz2015-02-031-6/+15
| * get_source_from_pkg should check package_name for array, not namePhil Dibowitz2015-02-031-1/+1
| * Merge in the cleanups from reverted array diff.Phil Dibowitz2015-02-033-41/+57
| * Revert "Make yum always use arrays internally"Phil Dibowitz2015-02-033-92/+74
| * Make yum always use arrays internallyPhil Dibowitz2015-02-033-74/+92
| * Several more cleanupsPhil Dibowitz2015-02-032-35/+30
| * Clean up the is_a?() stuffPhil Dibowitz2015-02-031-8/+11
| * Multipackge supportPhil Dibowitz2015-02-035-93/+195
* | Merge pull request #2855 from chef/tball/rspec32-fixTyler Ball2015-02-045-72/+11
|\ \
| * | Fixing Rspec 3.2 update. We were overriding private APIs which changed.tball/rspec32-fixtyler-ball2015-02-045-72/+11
* | | Bugfix: Allow action :nothing for windows_package, ips_package, paludis_packa...Julian C. Dunn2015-02-045-4/+5
| |/ |/|
* | Merge pull request #2847 from juliandunn/remove-opscode-from-bootstrapJulian C. Dunn2015-02-041-1/+1
|\ \