summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Added CHANGELOG entry for #2885Jay Mundrawala2015-02-121-0/+1
* | | | Merge pull request #2885 from chef/jdm/dsc_timeoutJay Mundrawala2015-02-123-17/+23
|\ \ \ \
| * | | | Fixed local_configuration_manager_specjdm/dsc_timeoutJay Mundrawala2015-02-101-5/+5
| * | | | dsc_script passes timeout to lcm shelloutJay Mundrawala2015-02-102-12/+18
| | |/ / | |/| |
* | | | Merge pull request #2886 from chef/jdm/windows-jenkinsJay Mundrawala2015-02-121-2/+2
|\ \ \ \
| * | | | use Chef::Config.platform_specific_pathJay Mundrawala2015-02-121-2/+2
| * | | | Fix broken tests in jenkinsJay Mundrawala2015-02-121-2/+2
|/ / / /
* | | | Merge pull request #2903 from chef/lcg/fix-env-run-list-specsJay Mundrawala2015-02-1210-242/+242
|\ \ \ \
| * | | | rspec-3-ify all the env-run-list specsLamont Granquist2015-02-1210-242/+242
|/ / / /
* | | | Update CHANGELOG for contributionsBryan McLellan2015-02-121-2/+7
* | | | CHEF-4591: Knife commands to manipulate env_run_list on nodesWilliam Albenzi2015-02-1221-0/+1859
* | | | allow_downgrade in rpm_packagesonots2015-02-126-11/+49
* | | | Remove commented out versions of a service being enabled/disabled in FreeBSD.Cory Stephenson2015-02-122-1/+15
* | | | Deprecate 'knife cookbook test'Julian C. Dunn2015-02-121-0/+1
* | | | Merge pull request #2899 from chef/jk/chef-zero-4.0Dan DeLeo2015-02-121-1/+1
|\ \ \ \
| * | | | Bump chef-zero dep to 4.0jk/chef-zero-4.0John Keiser2015-02-111-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'download-cookbooks-as-artifacts'danielsdeleo2015-02-122-79/+144
|\ \ \ \
| * | | | Remove ruby 1.8-specific code from testsdanielsdeleo2015-02-121-6/+0
| * | | | Include relative URLs in error messagesdanielsdeleo2015-02-121-4/+6
| * | | | Fetch cookbooks from cookbook_artifacts/ in native api modedanielsdeleo2015-02-122-11/+55
| * | | | Reorganize contexts to better test compat vs. native mode behaviorsdanielsdeleo2015-02-121-75/+100
|/ / / /
* | | | Merge pull request #2901 from chef/juliandunn/changelog-clone-warningSteven Danna2015-02-121-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | improve changelog note about CHEF-3694 warningsjuliandunn/changelog-clone-warningJulian C. Dunn2015-02-121-1/+1
|/ / /
* | | Add note about policyfile native APIs to changelogdanielsdeleo2015-02-111-0/+3
* | | Merge branch 'upload-cookbooks-as-artifacts'danielsdeleo2015-02-119-870/+1153
|\ \ \
| * | | DRY force_save_url in CookbookManifestdanielsdeleo2015-02-111-1/+1
| * | | Remove deprecations for Cookbook Version HTTP resource behaviorsdanielsdeleo2015-02-113-36/+24
| * | | Use standard deprecation mechanismsdanielsdeleo2015-02-111-15/+7
| * | | Add policy mode option to CookbookUploaderdanielsdeleo2015-02-112-2/+37
| * | | 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-112-9/+48
| * | | Test cookbook manifest behavior separatelydanielsdeleo2015-02-112-191/+197
| * | | Rename file specificity testsdanielsdeleo2015-02-111-1/+1
| * | | Standardize deprecation code within CookbookVersiondanielsdeleo2015-02-112-8/+22
| * | | Change hard errors to warnings for deprecated methodsdanielsdeleo2015-02-112-17/+55
| * | | Temporarily implement deprecation warnings as errorsdanielsdeleo2015-02-116-12/+53
| * | | 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
| * | | remove some trailing whitespacedanielsdeleo2015-02-111-1/+1
|/ / /
* | | Merge pull request #2758 from chef/mcquin/control_groupSerdar Sutay2015-02-1120-52/+54
|\ \ \ | |/ / |/| |
| * | Update DSL method name to controls_group.mcquin/control_groupClaire McQuin2015-01-1520-52/+54
* | | Changelog update for mergesBryan McLellan2015-02-091-0/+6
* | | Refs #2709: Isolate/fix the no-fork faultAJ Christensen2015-02-097-14/+76
* | | add json_attribs option for chef-apply commandsonots2015-02-092-1/+33
* | | 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-092-48/+63
* | | Add Knife::Core::UI#edit_hashSteven Danna2015-02-092-1/+10