summaryrefslogtreecommitdiff
path: root/lib/chef/provider
Commit message (Expand)AuthorAgeFilesLines
* do not include source parameter when removing a chocolatey package and ensure...no_webMatt Wrock2016-02-111-3/+4
* autofixing auto-inserted delimiterslcg/chefstyle-batchLamont Granquist2016-02-097-8/+8
* auto fixing some rubocopsLamont Granquist2016-02-0915-20/+20
* autofixing whitespace copsLamont Granquist2016-02-0575-446/+443
* Chocolatey provider: Raise a MissingLibrary exception if we can't find Chocol...cd/choco-error-msgChris Doherty2016-02-031-8/+28
* Merge pull request #4523 from chef/chefstyle/fixesLamont Granquist2016-02-033-3/+3
|\
| * auto-fixing some easy copschefstyle/fixesLamont Granquist2016-02-033-3/+3
* | include verbose output from the set method and shared function for accessing ...Steven Murawski2016-02-031-12/+18
|/
* Merge pull request #4518 from coderanger/copyright-2016Noah Kantrowitz2016-02-02120-189/+189
|\
| * Update for chef.io domain in copyright lines too.Noah Kantrowitz2016-02-021-1/+1
| * Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-0248-60/+60
| * Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-0258-58/+58
| * Manual fix ups for things that didn't follow the usual pattern.Noah Kantrowitz2016-02-023-3/+3
| * Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-02117-126/+126
* | Bad test lead to a provider coverage failure for brand new machines with no p...Nate Walck2016-02-021-4/+7
|/
* Merge pull request #4422 from chef/tm/apt_updateThom May2016-01-271-0/+78
|\
| * respond to review commentsThom May2016-01-221-1/+2
| * Dependency inject file locationsThom May2016-01-211-16/+21
| * ensure that periodic files are created firstThom May2016-01-201-8/+18
| * Add periodic action as the defaultThom May2016-01-201-1/+23
| * Add an apt_update resourceThom May2016-01-201-0/+40
* | only require what we needlcg/zypper-multipackageLamont Granquist2016-01-251-3/+1
* | zypper multipackage patchLamont Granquist2016-01-251-39/+52
|/
* Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-1820-22/+22
* fix chefstyle failuresLamont Granquist2016-01-151-1/+1
* fix candidate version filteringMatt Wrock2016-01-141-11/+22
* Use double quotes by defaultThom May2016-01-14108-641/+641
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-1315-32/+32
* Merge pull request #4390 from chef/tm/fix_failLamont Granquist2016-01-131-1/+1
|\
| * Correct uses of fail to raisetm/fix_failThom May2016-01-131-1/+1
* | debug log messages upon reloaded resourcesif/warn-on-reload-resourceIsa Farnik2016-01-121-1/+1
|/
* Merge pull request #4384 from chef/lcg/really-fix-copsLamont Granquist2016-01-128-73/+73
|\
| * really fix copslcg/really-fix-copsLamont Granquist2016-01-128-73/+73
* | Merge pull request #4378 from chef/choco_editsMatt Wrock2016-01-121-2/+18
|\ \
| * | assert candidates exist for alternate sources and when pinning versionsMatt Wrock2016-01-121-2/+18
* | | Merge pull request #4375 from chef/no_version_detectMatt Wrock2016-01-121-13/+1
|\ \ \ | |_|/ |/| |
| * | fexes #4354 and fiexs #4372 stop trying to auto detect versions for exe insta...no_version_detectMatt Wrock2016-01-111-13/+1
| |/
* | Merge pull request #4381 from chef/lcg/useless-to-sLamont Granquist2016-01-1216-45/+45
|\ \
| * | chefstyle: fix Lint/StringConversionInInterpolationLamont Granquist2016-01-1216-45/+45
| |/
* | fix some lint copsLamont Granquist2016-01-121-1/+1
|/
* chocolatey multipackage providerlcg/chocolatey-packageLamont Granquist2016-01-081-0/+230
* Merge pull request #4321 from chef/service_userMatt Wrock2015-12-291-58/+11
|\
| * fixes #3521 correcting format of user name passed to policy apis and does not...Matt Wrock2015-12-291-58/+11
* | Added profile provider for OS XNate Walck2015-12-171-0/+254
|/
* fixing post merge test breaksMatt Wrock2015-12-151-1/+1
* non msi packages must explicitly provide a source attribute on installMatt Wrock2015-12-153-16/+25
* Use properties in package resourcesjk/package-propertiesJohn Keiser2015-12-1510-22/+3
* implement verifications as a propertyLamont Granquist2015-12-141-1/+1
* Add missing exception variableJay Mundrawala2015-12-091-1/+1
* Merge pull request #4236 from chef/jdm/dsc_resource_timeoutThom May2015-12-081-1/+1
|\