summaryrefslogtreecommitdiff
path: root/lib/chef/provider
Commit message (Expand)AuthorAgeFilesLines
* we can still emit JSON::ParserErrors in compat modeLamont Granquist2014-06-231-1/+1
* replace yajl and json gem with ffi-yajlLamont Granquist2014-06-231-1/+1
* CHEF-5287: Use IsWow64Process instead of ENV hash to determine 32-bit process...Adam Edwards2014-06-201-1/+1
* add worker threadCHEF-4600Claire McQuin2014-06-181-8/+10
* fix indentingClaire McQuin2014-06-181-5/+5
* CHEF-4600 Add timeout for Chef::Provider::Service::WindowsMatt2014-06-181-10/+12
* Merge branch 'CHEF-4791' of github.com:deployable/chefsersut2014-06-181-6/+30
|\
| * Fixed whitespace in changes.deployable2014-05-211-15/+15
| * CHEF-4791 Add more windows service states to the start/stop control flowMatt2013-12-051-6/+30
* | Merge pull request #1501 from opscode/shain/rpm_version_regexScott Hain2014-06-171-2/+2
|\ \
| * | Updated tests with more complicated data, fixed regex. Resolves CHEF-4893Scott Hain2014-06-171-2/+2
* | | Merge pull request #1477 from MarkGibbons/CHEF-5347Claire McQuin2014-06-171-1/+1
|\ \ \ | |/ / |/| |
| * | CHEF-5437: Ruby 8 syntax still required.markgibbons2014-06-091-1/+1
| * | CHEF-5347: Use shell_out! with returns [0, 1].markgibbons2014-06-091-1/+1
| * | CHEF-5347: Allow for undefined solaris services in the service resource.markgibbons2014-06-071-1/+1
* | | Merge pull request #1418 from tarrall/CHEF-5265Claire McQuin2014-06-161-1/+2
|\ \ \
| * | | Fix upstart provider so parameters work correctlyRobert Tarrall2014-05-011-1/+2
* | | | Merge pull request #1423 from opscode/btm/CHEF-5247Claire McQuin2014-06-121-1/+1
|\ \ \ \
| * | | | check whether the variable is empty rather than an empty stringCam Cope2014-04-221-1/+1
* | | | | Merge pull request #1425 from akretion/masterClaire McQuin2014-06-101-2/+1
|\ \ \ \ \
| * | | | | git resource status checking saves 1 shell_out system callRaphaƫl Valyi2014-05-101-2/+1
* | | | | | Merge pull request #1462 from pdf/CHEF-5168Claire McQuin2014-06-101-5/+5
|\ \ \ \ \ \
| * | | | | | [CHEF-5168] Apt Package provider times outPeter Fern2014-05-281-5/+5
| |/ / / / /
* | | | | | Merge pull request #1436 from kramvan1/CHEF-3193Claire McQuin2014-06-102-6/+8
|\ \ \ \ \ \
| * | | | | | CHEF-3193: LOCK_TIMEOUT in yum-dump.py should be configurableMark Vanderwiel2014-05-292-6/+8
* | | | | | | Merge pull request #1470 from opscode/CHEF-5323Claire McQuin2014-06-101-5/+4
|\ \ \ \ \ \ \
| * | | | | | | send md5 checksummed registry key if data type is binary/dword/qwordClaire McQuin2014-06-051-5/+4
* | | | | | | | CHEF-4028: Use the levels constant from mixlib-logBryan McLellan2014-06-101-2/+2
* | | | | | | | CHEF-4028 - Log resource no longer counts as an updated resource unless a wri...Andy Buecker2014-06-101-1/+15
* | | | | | | | Merge pull request #1407 from robbydyer/masterClaire McQuin2014-06-091-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | CHEF-5273: Set candidate version for rpm_packageRobby Dyer2014-05-051-1/+1
| * | | | | | | | CHEF-5273 - Corretly detect when rpm_package does not exist when doing upgrad...Robby Dyer2014-05-051-0/+1
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge pull request #1439 from srenatus/CHEF-5309Claire McQuin2014-06-091-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | [CHEF-5309] add exception that happens nowadays when JSON parsing failsStephan Renatus2014-05-161-1/+1
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #1455 from anandsuresh/pw-user-provider-fixClaire McQuin2014-06-091-1/+1
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Only modify password when one has been specifiedAnand Suresh2014-05-231-1/+1
| |/ / / / / /
* | | | | | | Raise exception when using apt package with sourceChulki Lee2014-06-051-0/+9
* | | | | | | Added two lines so changes in the environment variables are can be used in th...Sander van Harmelen2014-06-051-0/+2
* | | | | | | CHEF-5322: Add utility for validating Windows pathsBryan McLellan2014-06-051-0/+3
* | | | | | | Merge pull request #1451 from opscode/lcg/CHEF-2824lamont-granquist2014-06-041-0/+233
|\ \ \ \ \ \ \
| * | | | | | | fixes from dan code reviewLamont Granquist2014-06-041-1/+2
| * | | | | | | move validation to resource codeLamont Granquist2014-06-021-4/+0
| * | | | | | | enable_fs tests and target perms fixupLamont Granquist2014-06-021-14/+14
| * | | | | | | adding disable_fs unit testsLamont Granquist2014-05-301-6/+18
| * | | | | | | more unit testingLamont Granquist2014-05-301-31/+37
| * | | | | | | more progress on unit tests...Lamont Granquist2014-05-301-9/+8
| * | | | | | | fix typo, thnx @juliandunnLamont Granquist2014-05-291-1/+1
| * | | | | | | fixes and unit test progressLamont Granquist2014-05-291-21/+27
| * | | | | | | the #enabled? method had side effectsLamont Granquist2014-05-291-11/+11
| * | | | | | | add VFSTAB constantLamont Granquist2014-05-291-7/+9