summaryrefslogtreecommitdiff
path: root/spec/unit/provider/package/apt_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* fix 4 copsLamont Granquist2019-07-051-4/+4
* fixes for chefstyle bumpLamont Granquist2019-07-021-1/+1
* Move response_file and response_file_variables out of base package resourceKapil Chouhan2019-05-071-4/+26
* add tests for apt-get --allow-downgradeslcg/apt-get-allow-downgradesLamont Granquist2018-11-201-2/+79
* add --allow-downgrades to apt-getLamont Granquist2018-11-201-6/+6
* clean up whitespace againLamont Granquist2018-07-021-2/+2
* fix Layout/IndentHeredocLamont Granquist2018-07-021-81/+81
* fix Style/HashSyntaxLamont Granquist2018-07-021-67/+67
* Unification of shell_out APIsLamont Granquist2018-06-151-38/+38
* remove uses of shell_out_compact_timeoutLamont Granquist2018-05-311-3/+3
* Fix NoMethodError when (un)locking single packages in apt and zypperJonathan Hartman2018-04-091-2/+0
* mechanical conversion of most debug log statements to traceThom May2018-03-261-2/+4
* Ensure that we only set config file options if necessarytm/apt_debconf_promptsThom May2018-01-301-435/+429
* temporarily skip tests that have duplicate options while WIPCam Cope2018-01-301-3/+5
* fix tests to reflect options changeCam Cope2018-01-301-5/+5
* Ensure package (un)locking is idempotentAndy Wagner2018-01-041-0/+22
* Avoid the need to parse nil versions in the package providerTim Smith2017-11-031-0/+34
* Remove a whole bunch more stubbed property stuff.Noah Kantrowitz2017-04-111-2/+2
* Add a spec for apt_package install with quoted optionsmh/apt_package_fixMark Harrison2017-02-231-0/+10
* package provider cleanuplcg/package-cleanupLamont Granquist2017-02-111-27/+27
* fixed apt-mark commandsEike Waldt2016-09-291-2/+2
* added (un)lock_package for apt and zypperc52275322016-09-281-0/+22
* add tests around purging and removing virtual packageslcg/multipackage-apt-providerLamont Granquist2016-05-031-8/+30
* add check for passing nil candidate_version to superclassLamont Granquist2016-05-031-0/+24
* lazier assembly of data, more multipackagingLamont Granquist2016-05-031-9/+18
* multipackage apt providerLamont Granquist2016-05-031-23/+31
* flip multiline function arguments aroundlcg/rubocop-0.37.2Lamont Granquist2016-02-191-20/+20
* autofixing whitespace copsLamont Granquist2016-02-051-22/+22
* 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-5/+5
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-20/+20
* Added spec for #2914lcg/fix-multipackageJay Mundrawala2015-02-171-0/+15
* fix virtual package logic in check_package_stateLamont Granquist2015-02-171-1/+1
* convert is_virtual_package to hashLamont Granquist2015-02-171-1/+1
* Multipackage fixes to superclassLamont Granquist2015-02-031-2/+6
* fix apt default_release attribute broken in 12.0Lamont Granquist2014-12-151-257/+264
* updating resources/providers unit tests to rpsec3Lamont Granquist2014-10-241-35/+35
* Chef-12 RC Provider ResolverLamont Granquist2014-10-241-1/+1
* Revert the provider indirection logic while keeping the timeout functionality...sersut2014-07-021-3/+3
* Fix apt_spec test to expect custom timeout for apt-cache commanddanielsdeleo2014-06-111-1/+1
* Merge pull request #1462 from pdf/CHEF-5168Claire McQuin2014-06-101-43/+87
|\
| * [CHEF-5168] Apt Package provider times outPeter Fern2014-05-281-43/+87
* | CHEF-5113: Fix apt package unit test regression on non-debian platformsBryan McLellan2014-06-101-0/+1
* | CHEF-5113: Add a unit testBryan McLellan2014-06-051-0/+5
|/
* s/mock\(/double(/gLamont Granquist2014-01-291-6/+6
* s/stub!/stub/gLamont Granquist2014-01-291-4/+4
* Normalize whitespace on all filesSeth Vargo2013-09-261-10/+10