summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2779 from chef/jdm/dsc_script_importsJay Mundrawala2015-02-123-7/+45
|\
| * Modified dsc_script imports to not use hash rocketJay Mundrawala2015-02-082-9/+15
| * Modified dsc_script resource provider to use the imports hashJay Mundrawala2015-01-202-7/+31
| * Added imports to dsc_script resource.Jay Mundrawala2015-01-201-0/+8
* | Merge pull request #2885 from chef/jdm/dsc_timeoutJay Mundrawala2015-02-122-12/+18
|\ \
| * | dsc_script passes timeout to lcm shelloutJay Mundrawala2015-02-102-12/+18
* | | CHEF-4591: Knife commands to manipulate env_run_list on nodesWilliam Albenzi2015-02-1211-0/+664
* | | allow_downgrade in rpm_packagesonots2015-02-124-11/+25
* | | Remove commented out versions of a service being enabled/disabled in FreeBSD.Cory Stephenson2015-02-121-1/+1
* | | Deprecate 'knife cookbook test'Julian C. Dunn2015-02-121-0/+1
* | | Include relative URLs in error messagesdanielsdeleo2015-02-121-4/+6
* | | Fetch cookbooks from cookbook_artifacts/ in native api modedanielsdeleo2015-02-121-7/+27
* | | 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