summaryrefslogtreecommitdiff
path: root/lib/chef/platform
Commit message (Expand)AuthorAgeFilesLines
* Set inherit=false on the fallback constant lookup.Noah Kantrowitz2016-03-241-2/+2
* flip multiline function arguments aroundlcg/rubocop-0.37.2Lamont Granquist2016-02-192-2/+2
* deal with 0.37.2 renamed copsLamont Granquist2016-02-182-9/+9
* convert MultilineOperationIndentation style to "indented"Lamont Granquist2016-02-121-2/+2
* autofixing whitespace copsLamont Granquist2016-02-054-24/+23
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-023-3/+3
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-024-4/+4
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-028-8/+8
* Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-181-2/+2
* Use double quotes by defaultThom May2016-01-1410-28/+28
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-4/+4
* really fix copslcg/really-fix-copsLamont Granquist2016-01-121-6/+6
* chefstyle: fix Lint/StringConversionInInterpolationLamont Granquist2016-01-121-1/+1
* WMF 5 RTM and Win 10 Threshold 2 allow the RefreshMode to be enabled.Steven Murawski2015-11-181-3/+14
* support split-usr on ubuntu platformsNathan Williams2015-10-231-2/+2
* fix specsNathan Williams2015-10-231-2/+2
* move gross non-service "services" to separate detection methodNathan Williams2015-10-231-5/+13
* re-sync with masterNathan Williams2015-10-232-25/+72
|\
| * Make service_providers return the providersJohn Keiser2015-09-281-6/+10
| * Get rid of state-keeping and reset in ServiceHelpersjk/systemctl-shenanigansJohn Keiser2015-09-281-31/+19
| * Add test for nonzero systemctl exit codeJohn Keiser2015-09-281-11/+12
| * Add system providers to the list of world-stubbed stuffJohn Keiser2015-09-281-0/+5
| * return empty array if no services foundRanjib Dey2015-09-281-1/+1
| * Lazy load MSI provider, add check for MSI supportsalam/lazy-msiSalim Alam2015-09-221-0/+16
| * Don't add win_evt logger when on nano.Claire McQuin2015-09-181-1/+23
| * Rename refresh_mode_disabled? to dsc_refresh_mode_disabled?mcquin/dsc_resource_specClaire McQuin2015-09-081-1/+1
| * Skip tests unless RefreshMode is DisabledClaire McQuin2015-09-081-0/+7
* | add support for non-service unitsNathan Williams2015-09-011-1/+2
* | support service names like redis@6380 derived from units like redis@.serviceNathan Williams2015-08-291-1/+1
* | Revert "include systemd in configs if init.d on systemd-based system"Nathan Williams2015-08-281-1/+0
* | include systemd in configs if init.d on systemd-based systemNathan Williams2015-08-281-0/+1
* | ::FileNathan Williams2015-08-281-1/+1
* | simplify service helpersNathan Williams2015-08-281-40/+9
|/
* Fix error message for providers without `provides`Christian HoĢˆltje2015-08-191-6/+5
* Add ability to specify dependencies in chef-service-manager.Kartik Null Cating-Subramanian2015-07-241-4/+1
* Merge pull request #3684 from coderanger/remove-warningNoah Kantrowitz2015-07-231-5/+0
|\
| * Remove warnings about hander overrides.Noah Kantrowitz2015-07-191-5/+0
* | Correct Windows reboot command to delay in minutesJimmy McCrory2015-07-191-1/+1
|/
* Memoize enabled_handlers so it is not recomputedjk/separate-priority-mapJohn Keiser2015-07-062-0/+36
* Re-separate priority map and DSL handler map so that provides has veto power ...John Keiser2015-07-065-43/+85
* Optimize logic on class initialize so it doesn't fall into theJohn Keiser2015-06-301-1/+7
* Call provides? when resolving, reduce number of calls to provides?John Keiser2015-06-301-2/+2
* Fix to allow LW resources to be used with HW providersjdm/lwrp-fixJay Mundrawala2015-06-241-1/+2
* Use the right call.Noah Kantrowitz2015-06-191-1/+1
* Re-add #priority.Noah Kantrowitz2015-06-191-0/+4
* Sort identical "provides" alphabetically (for backcompat)John Keiser2015-06-184-45/+60
* Make sure resource_name :x only removes automatic provides from that classJohn Keiser2015-06-081-2/+2
* Overwrite resource_name with providesJohn Keiser2015-06-081-2/+2
* Make use_automatic_resource_name automaticJohn Keiser2015-06-082-4/+7
* Create tests for all previous provider_mappingsjk/one_map_to_rule_them_allJohn Keiser2015-06-021-1/+1