summaryrefslogtreecommitdiff
path: root/spec/unit/provider
Commit message (Expand)AuthorAgeFilesLines
* Temporarily pend a troublesome testmp/knife-gem-3Marc A. Paradise2021-03-101-1/+3
* use full path for launchctl callsJeff Johnson2021-03-091-3/+3
* Move idempotency logs to debugPhil Dibowitz2021-03-069-18/+18
* Revert some changes to tests that now pass againLamont Granquist2021-02-251-3/+3
* Fix tests broken by unlazying defaultsLamont Granquist2021-02-221-4/+4
* Fully remove user resource support for macOS < 10.14Tim Smith2021-02-161-699/+0
* Remove an Upstart check for Ubuntu 8.04-9.04legacy_upstartTim Smith2021-02-121-29/+0
* Fix network mounts which use the root level as the deviceLance Albertson2021-02-121-0/+1
* Fix downgrades in apt_package (#10993)Phil Dibowitz2021-02-081-16/+82
* Handle sysv compat mode when checking enabled status for systemd serviceJoshua Miller2021-02-021-0/+22
* Fix DNF version comparison buglcg/dnf-fix-tweakLamont Granquist2021-01-281-1/+7
* memoize systemctl shellouts for load_current_resource for systemd_unit perfJoshua Miller2021-01-221-60/+79
* Merge remote-tracking branch 'origin/master' into mrtazz/pkgng-exit-code-fixDaniel Schauenberg2021-01-07131-9639/+10714
|\
| * load_current_resource for systemd service more efficientlyJoshua Miller2021-01-041-23/+116
| * Stub http requests in rubygems tests.Pete Higgins2020-12-281-7/+39
| * Resolve Lint/ParenthesesAsGroupedExpression warningsLint_ParenthesesAsGroupedExpressionTim Smith2020-12-251-2/+2
| * Merge pull request #10379 from chef/rubygems_18Tim Smith2020-12-181-14/+4
| |\
| | * Assume Rubygems 1.8 in the rubygems provider / specsrubygems_18Tim Smith2020-09-021-14/+4
| * | only run systemd unit tests on linuxmwrock2020-12-081-1/+1
| * | Merge pull request #10683 from chef/cmdletTim Smith2020-12-012-28/+11
| |\ \
| | * | replace usages of Cmdlet class with powershell_execmwrock2020-11-302-28/+11
| * | | Chefstyle fixes for RuboCop 1.4.xTim Smith2020-11-251-0/+1
| |/ /
| * | Fix user output to say waht changedPhil Dibowitz2020-11-181-1/+7
| * | Merge pull request #10472 from MsysTechnologiesllc/antima/fixes_for_mutltiple...Tim Smith2020-11-161-10/+21
| |\ \
| | * | Added update_or_delete_fs method to fix the order change.antima-gupta2020-11-121-1/+21
| | * | Updated enabled? method to fix multiple entry issue in fstab.antima-gupta2020-11-121-9/+0
| * | | Merge pull request #10642 from jaymzh/groupfixesTim Smith2020-11-132-1/+7
| |\ \ \
| | * | | Fix tests; improve outputPhil Dibowitz2020-11-122-1/+7
| | |/ /
| * | | Added not_supported_on_solaris because it can't cope with LABEL and UUID devi...antima-gupta2020-11-131-1/+2
| |/ /
| * | Merge pull request #10631 from chef/lcg/zypper-fixTim Smith2020-11-112-27/+2
| |\ \
| | * | fix specLamont Granquist2020-11-111-2/+2
| | * | update zypper_packageLamont Granquist2020-11-111-25/+0
| * | | Fixes for CIFS mount not idempotent issue.antima-gupta2020-11-111-0/+10
| |/ /
| * | Don't uses regexes in splits when we don't need tono_regex_in_splitTim Smith2020-11-081-1/+1
| * | convert most internal powershell_out to powershell_execmwrock2020-10-281-2/+1
| * | Moved device_fstab method from provider/mount/mount.rb to provider/mount.rb.antima-gupta2020-10-281-0/+30
| * | missing fixesLamont Granquist2020-10-262-3/+3
| * | Final batch of unified_mode providersLamont Granquist2020-10-263-49/+29
| * | Remove an empty before block in a specTim Smith2020-10-261-3/+0
| * | ensure powershell_package commands are run with tls 1.2mwrock2020-10-201-95/+87
| * | add interpreter to handle pwsh and powershell to powershell_scriptps_scriptmwrock2020-10-071-0/+11
| * | Remove a redundant spec loopremove_loopsTim Smith2020-09-081-2/+0
| * | Resolve RuboCop Style/RedundantInterpolation warningsTim Smith2020-09-081-1/+1
| |/
| * removed unnecessary 'ostruct' from linux mount provider spec.antima-gupta2020-08-281-1/+0
| * Update changes as per review comment.antima-gupta2020-08-271-39/+46
| * Added context in the linux mount provider specantima-gupta2020-08-271-60/+64
| * Fixed mount Resource for bind mounts is not idempotent.antima-gupta2020-08-271-0/+87
| * Add unit and integration testing back to omnibus testersLamont Granquist2020-08-172-2/+5
| * File.exists? -> File.exist?existTim Smith2020-08-126-18/+19
| * Fix broken powershell_script test.fix-powershell-testPete Higgins2020-08-071-3/+4