summaryrefslogtreecommitdiff
path: root/spec/functional/resource
Commit message (Expand)AuthorAgeFilesLines
* Cope with the common case of passing node[“whatever”] as template variables.Noah Kantrowitz2017-04-041-0/+10
* Make chefstyle happy.Noah Kantrowitz2017-04-031-1/+1
* Allow lazy{} to be used in template resource variables.Noah Kantrowitz2017-04-031-0/+23
* revert back to throwing Chef::Exceptions::CronLamont Granquist2017-04-011-1/+1
* remove popen4 from cron resource + fix specsLamont Granquist2017-03-311-2/+2
* fix commentLamont Granquist2017-03-291-2/+2
* ruby-2.4 on solaris 11 behaves the same way hereLamont Granquist2017-03-291-3/+3
* Chef 13: script resources (and e.g. bash) require 'code' propertyLamont Granquist2017-02-281-45/+11
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-132-8/+4
* Rubocop violations in execute resource alternate user implementationadamedx2017-02-021-1/+1
* Windows alternate user support for execute resourcesAdam Edwards2017-02-022-1/+22
* Merge pull request #4894 from chef/lcg/dnf-providerLamont Granquist2017-01-111-0/+686
|\
| * add some idempotency checksLamont Granquist2016-12-161-1/+21
| * fix FIXME in define_resource_requirementsLamont Granquist2016-12-151-0/+14
| * review feedback plus break out helper classLamont Granquist2016-12-151-2/+1
| * refactor to use array indexes instead of package_namesLamont Granquist2016-12-141-1/+0
| * add some arch testing, fix a local install testLamont Granquist2016-12-131-1/+81
| * get versions working as well as possibleLamont Granquist2016-12-131-0/+2
| * add failing specs for versionLamont Granquist2016-12-131-0/+36
| * test the property works as wellLamont Granquist2016-12-131-0/+18
| * arches were legit busted, fixing add a couple testsLamont Granquist2016-12-131-1/+27
| * few more tests for when there's no candidate versionsLamont Granquist2016-12-131-0/+29
| * roll back :install doing upgrades or downgrades, it shouldn'tLamont Granquist2016-12-131-15/+59
| * fix and test :install and :upgrade source arg idempotencyLamont Granquist2016-12-131-0/+16
| * fix downgrades with local source using :installLamont Granquist2016-12-131-1/+0
| * add more tests and work around superclass firing off deprecationsLamont Granquist2016-12-131-0/+39
| * support source property and local installsLamont Granquist2016-12-131-275/+291
| * fix deprecation warning testsLamont Granquist2016-12-131-0/+4
| * add tests and deprecation for allow_downgradeLamont Granquist2016-12-131-1/+35
| * squashing dnf workLamont Granquist2016-12-131-0/+311
* | Fix failing useradd test for rhel6 on s390x platformjsinha/fix_rhel67_testsJaymala Sinha2017-01-051-0/+9
|/
* Merge pull request #5631 from chef/lcg/deprecate-chef-platform-methodsLamont Granquist2016-12-091-0/+1
|\
| * fix windows testslcg/deprecate-chef-platform-methodsLamont Granquist2016-12-081-0/+1
* | fix Style/SelfAssignmentLamont Granquist2016-12-061-1/+1
|/
* Ensure Access Controls on link resourceCOOL-614/tduffield/link-keep-access-controlsTom Duffield2016-12-061-1/+62
* Using shell_out_with_timeout! to throw exception if the command fails.NimishaS2016-11-231-1/+1
* Only run msu_package functional tests on Appveyorbtm/msu_functional_appveyor_onlyBryan McLellan2016-11-171-1/+1
* msu_package resource for Microsoft Update packagesNimishaS2016-11-161-0/+84
* fixes Style/Semicolon coplcg/style-semicolonLamont Granquist2016-11-141-3/+3
* run the func tests on fedora, suseleap and others (#5519)Lamont Granquist2016-11-071-10/+7
* Mock users in functional group testsCOOL-597/use-all-for-assertionTom Duffield2016-10-211-0/+1
* Update useradd test to account for new SUSE 12.1 behaviorTom Duffield2016-10-201-2/+4
* Allow deletion of registry_key without the need for users to pass type and da...aliasgar162016-09-301-4/+110
* Fix for ifconfig resource's functional spec. (#5325)Aliasgar162016-09-221-0/+6
* clean up users left from terminated builds and use explicid UIDs and GIDsMatt Wrock2016-09-191-3/+11
* Updated functional spec as per review commentdheerajd-msys2016-09-141-1/+2
* Added functional specs for registry keydheerajd-msys2016-09-131-0/+9
* Merge pull request #5234 from MsysTechnologiesllc/ali/allow_symlink_directory...Bryan McLellan2016-09-071-0/+34
|\
| * Added functional RSpecs for the fix added here for symlink issue on windows.aliasgar162016-09-071-0/+34
* | remove homedirs not owned by userLamont Granquist2016-08-241-1/+1