summaryrefslogtreecommitdiff
path: root/lib/chef/platform/query_helpers.rb
Commit message (Expand)AuthorAgeFilesLines
* replace usages of Cmdlet class with powershell_execmwrock2020-11-301-4/+4
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* 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
* Add chef-utils gem with various recipe DSL helpersLamont Granquist2019-11-081-2/+4
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+3
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-201-3/+3
* Convert require to require_relativeLamont Granquist2019-05-081-1/+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 specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-131-1/+1
* autofixing whitespace copsLamont Granquist2016-02-051-1/+0
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-8/+8
* WMF 5 RTM and Win 10 Threshold 2 allow the RefreshMode to be enabled.Steven Murawski2015-11-181-3/+14
* 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 ability to specify dependencies in chef-service-manager.Kartik Null Cating-Subramanian2015-07-241-4/+1
* Use executionpolicy Bypass in powershell_script provider for PS 3.0 and lateradamedx2015-05-291-0/+5
* Stub `windows?` on ChefConfig so it applies to configdanielsdeleo2015-05-201-5/+1
* Added function to check if Invoke-DscResource is supportedJay Mundrawala2015-03-201-0/+7
* Removing ole_initialize/uninitializejdm/win-seg-faultJay Mundrawala2014-12-181-3/+0
* DscScript resource will raise an error if dsc is not availableJay Mundrawala2014-09-191-1/+5
* Remove duplicate requireadamedx2014-05-301-2/+0
* Use wmi-lite gem dependency for wmi accessAdam Edwards2014-05-301-1/+1
* Move Windows-only deps to Windows only code pathAdam Edwards2014-05-301-2/+2
* Re-implement ruby-wmi functionalityAdam Edwards2014-05-301-1/+2
* Use wmi-lite gem dependency for wmi accessAdam Edwards2014-05-301-2/+2
* Move Windows-only deps to Windows only code pathAdam Edwards2014-05-301-2/+2
* Re-implement ruby-wmi functionalityAdam Edwards2014-05-301-3/+5
* Fix Windows 2003 CI issues:sersut2014-03-281-1/+3
* CHEF-4888: Call WIN32OLE.ole_initialize in sub-threadsBryan McLellan2014-03-241-1/+7
* [CHEF-4157] split Platform to prune dep graphdanielsdeleo2013-05-031-0/+42