summaryrefslogtreecommitdiff
path: root/spec/unit/provider/package
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7993 from chef/apt_downgradeTim Smith2018-11-271-4/+81
|\
| * add tests for apt-get --allow-downgradesapt_downgradeLamont Granquist2018-11-271-2/+79
| * add --allow-downgrades to apt-getLamont Granquist2018-11-271-6/+6
* | gem_package provider supports --no-document and rubygems 3.xgem_14Lamont Granquist2018-11-271-9/+47
|/
* fix rpm_package specsLamont Granquist2018-09-271-5/+5
* functional test addeddheerajd-msys2018-09-251-1/+9
* Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>dheerajd-msys2018-09-251-0/+43
* add centos-7 rspec testingLamont Granquist2018-08-101-3/+16
* MSYS-858 : added warning if allow_downgrade set to be false and tried to inst...piyushawasthi2018-07-261-0/+1
* Update wording in resource specs for attributes -> propertiesTim Smith2018-07-102-2/+2
* fix some Style/StringLiterals introduced by the UnneededInterpolationLamont Granquist2018-07-021-8/+8
* fix Style/UnneededInterpolationLamont Granquist2018-07-021-8/+8
* fix Layout/LeadingCommentSpaceLamont Granquist2018-07-021-9/+9
* clean up whitespace againLamont Granquist2018-07-026-24/+24
* fix Layout/DotPositionLamont Granquist2018-07-024-34/+34
* fix Layout/IndentHeredocLamont Granquist2018-07-0212-417/+417
* fix Style/HashSyntaxLamont Granquist2018-07-0221-280/+280
* Unification of shell_out APIsLamont Granquist2018-06-1519-313/+309
* Merge pull request #7351 from josh-barker/bug/why-run-windows-package-local-fileTim Smith2018-06-111-3/+10
|\
| * Add whyrun message when installing a local from on windowsJosh Barker2018-06-091-3/+10
* | Merge pull request #7330 from chef/lcg/deprecate-shell-out-compact-timeoutLamont Granquist2018-06-115-26/+26
|\ \ | |/ |/|
| * remove uses of shell_out_compact_timeoutLamont Granquist2018-05-315-26/+26
* | Merge pull request #7259 from Intility/powershell-package-publisher-checkTim Smith2018-06-061-0/+13
|\ \
| * | skip_publisher_check testsTor Magnus Rakvåg2018-05-151-0/+13
| |/
* | Check local file exists before installing a windows packageJosh Barker2018-05-261-0/+12
|/
* Merge pull request #7138 from RoboticCheese/roboticcheese/package-locking-nom...Tim Smith2018-04-262-2/+67
|\
| * Fix NoMethodError when (un)locking single packages in apt and zypperJonathan Hartman2018-04-092-2/+67
* | Fixing specs for powershell_packagesp/fix7166Stuart Preston2018-04-211-19/+19
|/
* Merge pull request #7027 from gengor/CHEF-7026Lamont Granquist2018-04-021-147/+11
|\
| * Fix style issues reported by travis-ci.Gordon Malm2018-03-211-1/+1
| * Fix portage tests for candidate_version rewrite in previous commit.Gordon Malm2018-03-211-147/+11
* | mechanical conversion of most debug log statements to traceThom May2018-03-263-3/+9
* | ensure that providers inherit loggers from the run contextThom May2018-03-261-1/+2
|/
* Detect new "automatically" installed string in ZypperTim Smith2018-03-191-0/+8
* fix yum_cache arch options and use positional parametersLamont Granquist2018-03-151-10/+30
* add specs for YumCache fascadeLamont Granquist2018-03-151-0/+89
* Yum package provider rewriteLamont Granquist2018-03-152-2300/+8
* Merge pull request #6955 from coderanger/gem-installed-versionsLamont Granquist2018-03-121-2/+9
|\
| * Fix up stubs for the new installed_versions.Noah Kantrowitz2018-03-071-2/+9
* | Update the bff package specTim Smith2018-03-061-4/+4
|/
* Remove the :uninstall action from chocolatey_package - CHEF-21remove_choco_uninstallTim Smith2018-02-281-13/+0
* add tests for build_powershell_commandTor Magnus Rakvåg2018-02-191-0/+100
* fix chefstyle errorsTor Magnus Rakvåg2018-02-121-1/+1
* add source paramTor Magnus Rakvåg2018-02-121-0/+51
* create function to build powershell callsTor Magnus Rakvåg2018-02-121-57/+57
* fix failing testsTor Magnus Rakvåg2018-02-081-47/+47
* 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