summaryrefslogtreecommitdiff
path: root/lib/chef/provider/package/windows.rb
Commit message (Expand)AuthorAgeFilesLines
* Downcase checksums when they come into the system.Pete Higgins2020-05-191-1/+1
* Get lib/ free of spelling violations.Pete Higgins2020-05-181-1/+1
* remove other source_resource referenceLamont Granquist2020-05-041-1/+1
* Fix windows package super bug and cleanupLamont Granquist2020-05-041-51/+26
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Use the action DSL consistentlyLamont Granquist2020-03-021-1/+1
* add require for CGIlcg/unescapeLamont Granquist2020-02-201-1/+2
* fix ruby 2.7 URI.unescape deprecationLamont Granquist2020-02-201-1/+1
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-081-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-7/+7
* more parenthesized yappinglcg/document-buggy-windows-package-thingsLamont Granquist2018-09-281-1/+7
* add some big FIXMEsLamont Granquist2018-09-281-1/+17
* Merge pull request #7353 from MsysTechnologiesllc/dh/package_options_sensitiveTim Smith2018-08-131-0/+1
|\
| * update to pass sensitive as optiondheerajd-msys2018-06-131-0/+1
* | package: Make sure to use the package_name name propertiesname_propertiesTim Smith2018-06-121-3/+3
* | Add whyrun message when installing a local from on windowsJosh Barker2018-06-091-0/+1
|/
* Check local file exists before installing a windows packageJosh Barker2018-05-261-0/+7
* mechanical conversion of most debug log statements to traceThom May2018-03-261-5/+5
* Remove a few more provides and update the resolver specTim Smith2018-03-071-1/+1
* Add version_equals? method to windows providerJon Cowie2017-09-221-0/+4
* Cater for Windows package managers using the version string "latest"Jon Cowie2017-09-221-0/+11
* package provider cleanuplcg/package-cleanupLamont Granquist2017-02-111-3/+3
* Style/NumericPredicate comparison stylelcg/numericpredicateLamont Granquist2016-12-211-1/+1
* Fixed undefined short_cksum method issue and checksum in uppercase issue for ...Aliasgar162016-09-201-1/+1
* Forward package cookbook_name to underlying remote_fileBaptiste Courtois2016-07-221-0/+2
* update to latest chefstyle - fix casecmptm/fix_casecmpThom May2016-04-201-1/+1
* fixes #4639 and returns true from define_resource_requirements for MSIsmsiMatt Wrock2016-02-291-1/+1
* fixed exe package downloadsMatt Wrock2016-02-221-30/+39
* auto fixing some rubocopsLamont Granquist2016-02-091-1/+1
* autofixing whitespace copsLamont Granquist2016-02-051-2/+2
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-11/+11
* Correct uses of fail to raisetm/fix_failThom May2016-01-131-1/+1
* fix some lint copsLamont Granquist2016-01-121-1/+1
* fixing post merge test breaksMatt Wrock2015-12-151-1/+1
* non msi packages must explicitly provide a source attribute on installMatt Wrock2015-12-151-12/+21
* Use properties in package resourcesjk/package-propertiesJohn Keiser2015-12-151-2/+2
* adds support to installer types inno, nsis, wise and installshield top the wi...Matt Wrock2015-12-071-14/+95
* download_file_missing? -> downloadable_file_missing?Jay Mundrawala2015-05-151-2/+2
* Surface checksum attributeJay Mundrawala2015-05-151-0/+16
* Allow users to override remote_file attributes in windows_packageJay Mundrawala2015-05-151-10/+18
* Refactor uri detectionJay Mundrawala2015-05-151-17/+7
* Modify windows package provider to allow urlJay Mundrawala2015-05-151-6/+76
* Make sure windows_service and windows_package resources are found with the ne...Serdar Sutay2014-10-281-2/+5
* CHEF-5322: Add utility for validating Windows pathsBryan McLellan2014-06-051-0/+3
* CHEF-5087: Add a Windows Installer package providerBryan McLellan2014-03-271-0/+80