summaryrefslogtreecommitdiff
path: root/lib/chef
Commit message (Expand)AuthorAgeFilesLines
* Move supermarket.getchef.com to supermarket.chef.ioJulian C. Dunn2015-02-166-8/+8
* Merge pull request #2746 from chef/tball/finish-2688Tyler Ball2015-02-131-1/+1
|\
| * Completeting changes from https://github.com/chef/chef/pull/2688, fixes https...tyler-ball2015-02-131-1/+1
* | Merge pull request #2030 from chef/lcg/1923Lamont Granquist2015-02-1316-41/+514
|\ \ | |/ |/|
| * fixed a bug in --bootstrap-vault-itemLamont Granquist2015-02-131-3/+4
| * add logging of where the validation key isLamont Granquist2015-02-131-1/+1
| * prepend bootstrap_ to all CLI argslcg/1923Lamont Granquist2015-02-112-28/+28
| * validatorless bootstraps and chef-vault integrationLamont Granquist2015-02-117-15/+471
| * allow dep injecting the http clientLamont Granquist2015-02-111-9/+7
| * server can send back false hereLamont Granquist2015-02-111-1/+1
| * moving bootstrap templates directoryLamont Granquist2015-02-115-1/+1
| * allow dep injecting chef_server_rest into objectsLamont Granquist2015-02-116-15/+33
* | Merge pull request #2900 from chef/tball/complete-2310Tyler Ball2015-02-131-0/+4
|\ \
| * | Completing tests for https://github.com/chef/chef/pull/2310, fixes https://gi...tball/complete-2310tyler-ball2015-02-111-0/+4
| |/
* | Merge pull request #2893 from chef/tball/complete-2338Tyler Ball2015-02-131-2/+5
|\ \
| * | Finishing tests for https://github.com/chef/chef/pull/2338, fixes https://git...tball/complete-2338tyler-ball2015-02-111-2/+5
* | | Updated version of #2125 to fix CHEF-2911Jon Cowie2015-02-131-10/+29
* | | 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