summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Completing tests for https://github.com/chef/chef/pull/2310, fixes https://gi...tball/complete-2310tyler-ball2015-02-111-0/+4
* DRY force_save_url in CookbookManifestdanielsdeleo2015-02-111-1/+1
* Remove deprecations for Cookbook Version HTTP resource behaviorsdanielsdeleo2015-02-112-25/+9
* Use standard deprecation mechanismsdanielsdeleo2015-02-111-15/+7
* Add policy mode option to CookbookUploaderdanielsdeleo2015-02-111-1/+6
* Reorganize delegated methods on CookbookVersion, cleanup commentsdanielsdeleo2015-02-112-88/+80
* Add stability warning for policy modedanielsdeleo2015-02-111-0/+9
* Ensure cookbook_manifest is required where it's useddanielsdeleo2015-02-113-0/+6
* Switch save URL based on policy mode flagdanielsdeleo2015-02-111-3/+12
* 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-113-3/+34
* Move remaining http relevant methods to CookbookManifestdanielsdeleo2015-02-112-51/+73
* Move CookbookManifest to its own filedanielsdeleo2015-02-112-201/+221
* Extract Cookbook JSON representation to classdanielsdeleo2015-02-111-160/+241
* Merge pull request #2758 from chef/mcquin/control_groupSerdar Sutay2015-02-114-17/+17
|\
| * Update DSL method name to controls_group.mcquin/control_groupClaire McQuin2015-01-154-17/+17
* | Refs #2709: Isolate/fix the no-fork faultAJ Christensen2015-02-093-12/+22
* | add json_attribs option for chef-apply commandsonots2015-02-091-1/+17
* | Avoid 'class << self'-style class methods in Chef::ApiClientSteven Danna2015-02-091-14/+15
* | Use ApiClient#from_hash rather than relying on json_class in return dataSteven Danna2015-02-091-7/+8
* | Add Knife::Core::UI#edit_hashSteven Danna2015-02-092-1/+10
* | Add ApiClient#from_hash and ApiClient#from_jsonSteven Danna2015-02-091-8/+15
* | Support HTTP/FTP source on rpm_packagesonots2015-02-091-1/+10
* | pass message to deprecation exceptionLamont Granquist2015-02-091-1/+1
* | peer review feedback for deprecation warningsLamont Granquist2015-02-093-7/+9
* | patch chef_gem to use Chef::Log.deprecationlcg/chef-gem-config-optionLamont Granquist2015-02-092-4/+4
* | Add Chef::Log.deprecation and associated wiringLamont Granquist2015-02-093-5/+17
* | add Chef::Config[:chef_gem_compile_time] plus RELNOTESLamont Granquist2015-02-093-4/+18
* | Update branding from opscode.com to chef.ioJulian C. Dunn2015-02-081-2/+2
* | Add config to treat deprecation warnings as errorsdanielsdeleo2015-02-062-0/+17
* | Remove config setting for Chef 11 deprecation warningsdanielsdeleo2015-02-061-3/+0
* | method signaturelcg/array-name-deuglificationLamont Granquist2015-02-051-1/+1
* | update docsLamont Granquist2015-02-051-0/+6
* | de-uglify and coerce names to stringsLamont Granquist2015-02-051-3/+6
* | fix warning outputlcg/warnfixLamont Granquist2015-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-046-136/+477
|\ \
| * | 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-032-81/+269
| * | Mior output cleanupsPhil Dibowitz2015-02-032-7/+27
| * | Some fixes for package provider, lots of unittestsPhil Dibowitz2015-02-031-4/+12
| * | 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-032-33/+49
| * | Revert "Make yum always use arrays internally"Phil Dibowitz2015-02-032-58/+40
| * | Make yum always use arrays internallyPhil Dibowitz2015-02-032-40/+58