summaryrefslogtreecommitdiff
path: root/spec/unit/provider
Commit message (Expand)AuthorAgeFilesLines
* Fix all the string errorsexpeditor/chef/chefstyle_b5c712d298e240493020b8d5977f03172cc65e17Tim Smith2021-10-226-17/+17
* Fix cron resource commented job handlingMatthew Newell2021-10-141-0/+45
* Use ** when passing options in subversion providerTom Hughes2021-10-071-4/+4
* Add http_options property to remote_filelcg/remote-file-http-optionsLamont Granquist2021-09-221-0/+10
* Clean up some more File.exists? useslcg/more-file-existsLamont Granquist2021-09-092-9/+15
* Add habitat resources + content rendering helpers for json/toml/yaml (#11577)Jeff Brimager2021-07-081-1/+1
* Pass new_resource.version as nil and expect stubbed versiongscho2021-07-081-1/+2
* Add user provided options to powershell_package commandsgscho2021-07-081-12/+73
* fix File.exist stubbingLamont Granquist2021-06-211-1/+3
* More spec updatesTim Smith2021-06-051-10/+3
* Revert "Kept a check in pattern matching for a mount of type loop"Tim Smith2021-05-101-13/+1
* Merge pull request #11376 from MsysTechnologiesllc/smriti/10918_mount_resourc...Tim Smith2021-05-101-1/+13
|\
| * Kept a check in pattern matching for a mount of type loopsmriti2021-04-221-1/+13
* | Merge pull request #11527 from chef/expeditor/chef/chefstyle_9e9864d3839e1a78...Tim Smith2021-05-101-1/+1
|\ \
| * | Resolve chefstyle warningsTim Smith2021-05-071-1/+1
* | | Really fix the DNF spec testsLamont Granquist2021-05-071-1/+1
* | | Reset the DNF helper to greenify testsLamont Granquist2021-05-071-0/+1
|/ /
* | Fix yum specsLamont Granquist2021-05-041-0/+1
* | Fix bug causing systemd units to always re-enable and re-startGene Wood2021-05-031-2/+2
* | Fix systemd service state detectionLance Albertson2021-05-031-2/+2
|/
* Update to use chef-workstation instead of chefdkLance Albertson2021-04-091-3/+3
* Move knife to its own gemChef Expeditor2021-03-312-0/+2
* Add unit test for network mountsLance Albertson2021-03-291-0/+51
* Fix the ruby-3 omnibus builds/testsLamont Granquist2021-03-221-1/+1
* ruby 3.0 fixes and post-bundle-install hookLamont Granquist2021-03-181-15/+13
* 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