summaryrefslogtreecommitdiff
path: root/lib/chef/platform
Commit message (Expand)AuthorAgeFilesLines
* clean up the chefutils wiring with a common helper classlcg/extract-mixlib-shelloutLamont Granquist2020-07-211-14/+2
* just code changes, no spec modificationsLamont Granquist2020-07-211-28/+43
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-136-6/+6
* Deprecate Chef::Platform.supports_msi?remove_msi_checksTim Smith2020-02-281-13/+3
* Deprecate supports_powershell_execution_bypass? checkTim Smith2020-02-281-2/+2
* Remove all the code that checks for Windows Nanonano_supportTim Smith2020-02-281-20/+2
* Fix most Ruby 2.7 test failureslcg/ruby-2.7.0Lamont Granquist2020-01-211-5/+5
* Add chef-utils gem with various recipe DSL helpersLamont Granquist2019-11-083-88/+19
* Style/StringLiteralsInInterpolationLamont Granquist2019-07-052-2/+2
* Style/SymbolArrayLamont Granquist2019-07-021-1/+1
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+3
* Target mode for systemd service helperLamont Granquist2019-05-291-14/+17
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-205-7/+7
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-081-1/+1
* Convert require to require_relativeLamont Granquist2019-05-089-17/+17
* Require mixin::shellout where we use itrequire_shelloutTim Smith2018-10-271-0/+1
* Move the older_than_win_2012_or_8? to platform_introspectionTim Smith2018-07-061-6/+0
* Prevent failures using windows_feature due to the platform helperTim Smith2018-07-061-1/+1
* Move the windows helper to query_helpersTim Smith2018-06-091-0/+6
* Remove support for Windows 20032k3Tim Smith2018-03-021-12/+0
* fix rebooter for solaris and background rebootsfix-linux-rebooterLamont Granquist2017-10-131-3/+7
* Prefer Systemd with sysvinit script over Upstart for service providerGrant Ridder2017-05-151-1/+1
* use rfc exit codesSteven Murawski2017-04-041-2/+1
* this mixin also seems unused nowLamont Granquist2017-03-171-3/+0
* Chef-13: remove Chef::Platform.set and related methodsLamont Granquist2017-03-171-165/+1
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-132-7/+7
* Fix chef_platform_methods deprecation class nameBill Ruddock2017-02-081-6/+6
* Merge pull request #5636 from chef/lcg/remove-chef-platform-handler-classBryan McLellan2016-12-133-44/+4
|\
| * remove Chef::Platform::HandlerMaplcg/remove-chef-platform-handler-classLamont Granquist2016-12-083-44/+4
* | Properly deprecate old Chef::Platform methodsLamont Granquist2016-12-071-0/+5
|/
* Ensures correct version of shutdown is called when using the reboot resource ...Christoph2016-12-061-1/+3
* fixing Style/MultilineTernaryOperator copLamont Granquist2016-08-161-2/+5
* * define exit codesSteven Murawski2016-05-231-2/+13
* 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