summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Meant to use the value from the if..then, then put a line above the if.cd/fix-choco-errorChris Doherty2016-02-251-6/+4
|
* Add a spec to better mimic the acceptance test.Chris Doherty2016-02-252-8/+19
|
* Fix unit spec for choco_exe.unknown2016-02-241-16/+2
|
* Change the Chocolatey check to look for choco.exe in #choco.exe.unknown2016-02-241-11/+10
|
* Add client keys handling to ChefFSJordan Running2016-02-246-8/+81
| | | | Supports work to being chef-zero closer to parity with chef-server.
* Merge pull request #4618 from chef/dsc_listenerMatt Wrock2016-02-241-0/+10
|\ | | | | enable HTTP winrm listener for dsc functional tests
| * enable HTTP winrm listener for dsc functional testsdsc_listenerMatt Wrock2016-02-231-0/+10
|/
* Merge pull request #4616 from chef/jdm/test-omnibus-softwareKartik Null Cating-Subramanian2016-02-232-14/+14
|\ | | | | Build ruby from source on all platforms.
| * Build ruby from source on all platforms.Jay Mundrawala2016-02-232-14/+14
|/
* Merge pull request #4612 from chef/package_httpMatt Wrock2016-02-222-31/+52
|\ | | | | fixes exe package downloads
| * fixed exe package downloadsMatt Wrock2016-02-222-31/+52
| |
* | Merge pull request #4610 from chef/ap/unpin_inspecSalim Alam2016-02-221-2/+2
|\ \ | |/ |/| Remove the acceptance inspec pinning
| * removed the pin after fix in kitchen-inspec 0.12.1ap/unpin_inspecAlex Pop2016-02-221-2/+2
|/
* Merge pull request #4606 from chef/salam/acceptance-fixMatt Wrock2016-02-192-4/+5
|\ | | | | Fix acceptance test nil warnings, make inspec tests work
| * Fix nil warnings, make inspec tests workSalim Alam2016-02-192-4/+5
| |
* | Merge pull request #4603 from chef/lcg/rubocop-0.37.2Lamont Granquist2016-02-19180-771/+771
|\ \ | |/ |/| deal with 0.37.2 renamed cops
| * flip multiline function arguments aroundlcg/rubocop-0.37.2Lamont Granquist2016-02-19139-588/+588
| | | | | | | | no enforced trailing comma on arguments...
| * deal with 0.37.2 renamed copsLamont Granquist2016-02-18102-351/+351
|/ | | | | | | | | | | | | | | 252 Style/TrailingCommaInLiteral 84 Style/TrailingCommaInArguments 15 Style/SpaceAroundKeyword -- 351 Total We already dealt with SpaceAroundKeyword under its old name SpaceBeforeModifierKeyword, it looks like it got stricter about spaces after keywords. TrailingComma also got split, and it looks like the TrailingCommaInArguments behavior is new?
* Merge pull request #4600 from chef/netmsgMatt Wrock2016-02-182-4/+45
|\ | | | | fallback to netmsg.dll error table if error message is not found in system errors
| * fallback to netmsg.dll error table if error message is not found in system ↵Matt Wrock2016-02-182-4/+45
| | | | | | | | errors
* | Merge pull request #4598 from chef/tball/apt_updateMatt Wrock2016-02-181-1/+2
|\ \ | |/ |/| Need to run apt update on EC2 ubuntu images for acceptance tests
| * Need to run apt update on EC2 ubuntu images for acceptance teststball/apt_updatetyler-ball2016-02-181-1/+2
|/
* Merge pull request #4592 from chef/aix_uidMatt Wrock2016-02-181-16/+9
|\ | | | | skip uid check for aix in user add functional tests
| * skip uid check for aix in user add functional testsMatt Wrock2016-02-181-16/+9
| |
* | Merge pull request #4591 from chef/lcg/fix-zypperThom May2016-02-181-1/+1
|\ \ | | | | | | zypper multipackage performance fix
| * | zypper multipackage performance fixlcg/fix-zypperLamont Granquist2016-02-171-1/+1
| |/ | | | | | | | | helps to remember the values of expensive things that we go off and compute.
* | Merge pull request #4316 from josb/masterThom May2016-02-184-0/+16
|\ \ | | | | | | chef-client: add --[no]skip-cookbook-sync option
| * | Tighten up wording (thanks @thommay!)Jos Backus2016-02-171-1/+1
| | |
| * | Tighten up wording (thanks @danielsdeleo!)Jos Backus2016-02-171-1/+1
| | |
| * | Add warning as suggested by Lamont Granquist (thanks!)Jos Backus2016-02-171-1/+4
| | |
| * | chef-client: add --[no]skip-cookbook-sync optionJos Backus2016-02-174-0/+13
| | | | | | | | | | | | | | | Use with caution. Useful for patching a set of cookbooks on a machine when iterating during development.
* | | Merge pull request #4590 from chef/lcg/issue_templateLamont Granquist2016-02-181-0/+35
|\ \ \ | |_|/ |/| | add an issue template
| * | remove the lowercase versionlcg/issue_templateLamont Granquist2016-02-171-35/+0
| | |
| * | tweaking issue templateLamont Granquist2016-02-172-4/+43
| | | | | | | | | | | | | | | and capitalize... might be amusing based on MacOSX's case insensitive filesystem...
| * | add debug outputLamont Granquist2016-02-171-0/+2
| | |
| * | add an issue templateLamont Granquist2016-02-171-0/+29
| |/ | | | | | | | | | | | | See https://github.com/dear-github/dear-github/issues/125 I think this keeps the ask fairly doable, while making sure to cover the bases that we need covered 90+% of the time.
* | Merge pull request #4111 from mikedodge04/launchdPhil Dibowitz2016-02-176-0/+534
|\ \ | |/ |/| launchd for osx
| * bundle exec chefstyle -aMike Dodge2016-02-156-111/+110
| |
| * fixed provider specMike Dodge2016-02-151-8/+11
| |
| * made requested changesMike Dodge2016-02-152-415/+123
| |
| * fixed rebaseMike Dodge2016-02-153-9/+2
| |
| * added specsMike Dodge2016-02-154-17/+232
| |
| * launchdMike Dodge2016-02-154-0/+616
| |
* | Merge pull request #4569 from chef/jdm/4915Jay Mundrawala2016-02-163-2/+28
|\ \ | | | | | | Fix databag globbing issues for chef-solo on windows
| * | Fix rubocop warningsJay Mundrawala2016-02-162-3/+4
| | |
| * | Fix spec for escape_glob_dirJay Mundrawala2016-02-161-4/+4
| | | | | | | | | | | | | | | This was testing `escape_glob` behavior. Probably a copy-pasta mistake
| * | Fix databag globbing issues for chef-solo on windowsyoungjl12016-02-163-3/+28
|/ / | | | | | | | | | | | | | | | | | | | | | | Backslashes should not be passed to Dir, as it does not work when globbing in many cases. Created new function that can be used with dir on windows. `escape_glob_dir` should be used when the result is going to be passed into Dir. Fixes #4194 Replaces #4195
* | Merge pull request #4574 from chef/lcg/cookbook-shadow-deprecationLamont Granquist2016-02-164-5/+34
|\ \ | | | | | | Extend cookbook shadowing deprecation warnings more broadly
| * | be a bit more forceful about the messagelcg/cookbook-shadow-deprecationLamont Granquist2016-02-161-1/+1
| | | | | | | | | | | | | | | | | | | | | again for reference, dan deprecated this behavior in 0.10.4 back in 2011: https://github.com/chef/chef/commit/5a9fee8edaede311ac03a15d52fbc66dad83b576
| * | don't warn about shadow cookbooks twiceLamont Granquist2016-02-163-5/+15
| | | | | | | | | | | | knife cookbook upload already warns once