summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Completing tests for https://github.com/chef/chef/pull/2310, fixes ↵tball/complete-2310tyler-ball2015-02-112-0/+24
| |/ | | | | | | https://github.com/chef/chef/issues/1562
* | Merge pull request #2893 from chef/tball/complete-2338Tyler Ball2015-02-132-2/+17
|\ \ | | | | | | Finishing tests for https://github.com/chef/chef/pull/2338
| * | Finishing tests for https://github.com/chef/chef/pull/2338, fixes ↵tball/complete-2338tyler-ball2015-02-112-2/+17
| | | | | | | | | | | | https://github.com/chef/chef/issues/1974
* | | Merge pull request #2905 from jonlives/masterJon Cowie2015-02-134-27/+156
|\ \ \ | | | | | | | | Updated version of #2125 to fix CHEF-2911
| * | | Updated version of #2125 to fix CHEF-2911Jon Cowie2015-02-134-27/+156
|/ / / | | | | | | | | | This pull request allows a version requirement such as ` = 1.0.1` to be specified in either the resource name or the version attribute of a yum_package resource, and modifies the yum package provider to update existing packages based on that requirement. Also adds specs to test this new functionality.
* | | Merge pull request #2888 from fujin/patch-1Adam Jacob2015-02-121-0/+1
|\ \ \ | | | | | | | | Chef Core maintainers: ++fujin
| * | | Chef Core maintainers: ++fujinAJ Christensen2015-02-111-0/+1
| |/ / | | | | | | | | | | | | per https://github.com/chef/chef/pull/2710#issuecomment-73626709 I have a Fedora environment at work currently (fleet of about 250) so would considering putting myself forward for those if I end up maintaining a lot of Redhat-specific crap.
* | | Added CHANGELOG entry for #2779Jay Mundrawala2015-02-121-0/+1
| | |
* | | Merge pull request #2779 from chef/jdm/dsc_script_importsJay Mundrawala2015-02-126-10/+102
|\ \ \ | | | | | | | | Allow dsc_script to import dsc resources
| * | | Added test to configuration_generator_spec to make sure multiple imports workjdm/dsc_script_importsJay Mundrawala2015-02-091-0/+6
| | | |
| * | | Added spec to make sure a resource can be added to an existing moudle import ↵Jay Mundrawala2015-02-091-0/+7
| | | | | | | | | | | | | | | | for dsc_script imports
| * | | Added spec to make sure dsc_script imports can have multiple modulesJay Mundrawala2015-02-091-0/+8
| | | |
| * | | Added unit tests for dsc configuration generator when imports are presentJay Mundrawala2015-02-081-0/+16
| | | |
| * | | Added test for dsc_script resource's import propertyJay Mundrawala2015-02-081-0/+17
| | | |
| * | | Modified dsc_script imports to not use hash rocketJay Mundrawala2015-02-082-9/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New Syntax: dsc_script 'Foo' do imports "FooModule", "FooResource", "BarResource" ... end or dsc_script 'Foo' do imports "FooModule" ... end
| * | | Make specs pass with changes for allowing dsc resource importsJay Mundrawala2015-01-202-3/+3
| | | |
| * | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows the dsc_script resource to import dsc resources when specifying code. For example: ```ruby dsc_script 'RDP' do imports "cRDPEnabled" => ["PSHOrg_cRDPEnabled"] code <<-EOH cRDPEnabled "enablerdp" { Enabled = $True } EOH end ```
* | | | Added CHANGELOG entry for #2885Jay Mundrawala2015-02-121-0/+1
| | | |
* | | | Merge pull request #2885 from chef/jdm/dsc_timeoutJay Mundrawala2015-02-123-17/+23
|\ \ \ \ | | | | | | | | | | dsc_script passes timeout to lcm shellout
| * | | | 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
|\ \ \ \ | | | | | | | | | | Fix broken tests in jenkins
| * | | | 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 specs
| * | | | rspec-3-ify all the env-run-list specsLamont Granquist2015-02-1210-242/+242
|/ / / / | | | | | | | | | | | | | | | | broke master with #stub! which got removed. fixed mechanically via using transpec gem
* | | | Update CHANGELOG for contributionsBryan McLellan2015-02-121-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #1026 Closes #2767 Closes #2842 Closes #2890
* | | | 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.0
| * | | | 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
|\ \ \ \ | | | | | | | | | | | | | | | Closes #2897 w/ rebase
| * | | | 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 warnings
| * | | improve changelog note about CHEF-3694 warningsjuliandunn/changelog-clone-warningJulian C. Dunn2015-02-121-1/+1
|/ / / | | | | | | The way this reads now makes it sound like there are 3000+ warnings produced for cloning.
* | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We cannot determine the best way to organize various CookbookManifest formats ahead of time, so we make the CookbookManifest API private, and un-deprecate the methods in CookbookVersion that delegate to CookbookManifest. We'll re-deprecate these when we have a stable public API for CookbookManifest behaviors.
| * | | 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
| | | |