summaryrefslogtreecommitdiff
path: root/spec/unit
Commit message (Expand)AuthorAgeFilesLines
* Remove backcompat classestm/kill-backcompatThom May2017-03-082-35/+1
* add support QuietUninstallString for windows packages (#5849)Harikesh Kolekar2017-03-071-0/+25
* Merge pull request #5863 from chef/lcg/remove-supportsLamont Granquist2017-03-073-22/+8
|\
| * add back the Array form of setting supportsLamont Granquist2017-03-072-2/+21
| * remove most of supports APILamont Granquist2017-03-064-40/+7
* | Be a bit less keen to help propertiestm/demagic_properties_2Thom May2017-03-071-63/+12
|/
* Merge pull request #5830 from shortdudey123/CHEF-4538_ssh-gateway-identity-authThom May2017-03-061-0/+5
|\
| * Fix chefstyleGrant Ridder2017-02-211-1/+1
| * CHEF-4538 - add an option for gateway_identity_file that will allow key-based...brettcave2017-02-211-0/+5
* | Merge pull request #5855 from chef/afiune/COOL-634/verify-if-data-bag-existsThom May2017-03-061-45/+65
|\ \
| * | Add test to assert we use GET Requestafiune/COOL-634/verify-if-data-bag-existsSalim Afiune2017-03-031-45/+65
* | | Chef-13 remove resource cloning and 3694 warningsLamont Granquist2017-03-021-157/+1
|/ /
* | fix powershell_script tests for mandatory code blocksLamont Granquist2017-02-281-4/+14
* | removing a Chef-13 deprecation i sorta disagree withLamont Granquist2017-02-281-8/+1
* | remove policyfile fallback API for old Chef ServersLamont Granquist2017-02-281-50/+4
* | remove test that removing load_node brokeLamont Granquist2017-02-281-21/+0
* | Chef-13: Remove Chef::PolicyBuilder::ExpandNodeObject#load_nodeLamont Granquist2017-02-281-6/+2
* | Chef-13: relative creates paths in the execute resource requires a cwdLamont Granquist2017-02-281-13/+3
* | Chef-13: Remove supports API from all user providersLamont Granquist2017-02-283-59/+13
* | Chef-13: chef_gem no longer runs at compile time by defaultLamont Granquist2017-02-281-62/+16
* | Chef 13: remove unused path property from execute resourceLamont Granquist2017-02-281-1/+1
* | Chef-13 break: script and all its subclasses now errors on 'command' propertyLamont Granquist2017-02-281-1/+1
* | fix recipes to always have duplicated default recipesLamont Granquist2017-02-281-4/+7
* | Merge pull request #5840 from chef/er-478/fips_bootstrapTyler Ball2017-02-231-0/+17
|\ \
| * | Require chef/version when trying to read iter-478/fips_bootstrapTyler Ball2017-02-231-0/+17
| |/
* | Add a spec for apt_package install with quoted optionsmh/apt_package_fixMark Harrison2017-02-231-0/+10
|/
* Merge pull request #5816 from chef/lcg/yum-coerce-array-attributesLamont Granquist2017-02-141-1/+42
|\
| * coerce immutable arrays to normal arrayslcg/yum-coerce-array-attributesLamont Granquist2017-02-141-1/+42
* | Make it easier to have a versioned factorytm/versioned_apiThom May2017-02-143-0/+220
|/
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-132-3/+3
* package provider cleanuplcg/package-cleanupLamont Granquist2017-02-1123-310/+324
* Suppress sensitive properties from resource outputTom Duffield2017-02-101-0/+18
* Merge pull request #5794 from biinari/fix/deprecated-chef-platform-methods-cl...Thom May2017-02-091-1/+28
|\
| * Fix chef_platform_methods deprecation class nameBill Ruddock2017-02-081-1/+28
* | Merge pull request #5791 from chef/tduffield/COOL-612/yum-provider-archTom Duffield2017-02-081-40/+47
|\ \ | |/ |/|
| * Add mutlipackage_api support to yum_package Providertduffield/COOL-612/yum-provider-archTom Duffield2017-02-081-58/+47
| * Add specs to cover yum_package failure scenariosTom Duffield2017-02-071-0/+18
* | slightly better organizationlcg/dnf-rhel7Lamont Granquist2017-02-071-46/+46
* | add spec tests on propagating errorsLamont Granquist2017-02-071-0/+29
* | add a couple where-with-a-block testsLamont Granquist2017-02-072-8/+20
* | add tests for 'where'Lamont Granquist2017-02-071-1/+43
* | add unit tests for `which` behaviorLamont Granquist2017-02-071-0/+106
* | fix return of which()Lamont Granquist2017-02-071-13/+2
|/
* Fixed specsnimisha2017-02-024-310/+215
* Fixed bugs, review comments and specsnimisha2017-02-021-0/+15
* Rubocop violations in execute resource alternate user implementationadamedx2017-02-022-26/+26
* Rubcop violations in alt-user execute common codeadamedx2017-02-021-21/+21
* Windows alternate user support for execute resourcesAdam Edwards2017-02-022-6/+141
* Windows user identity user name and credntial validationAdam Edwards2017-02-021-0/+201
* Merge pull request #5773 from chef/tduffield/COOL-464/raise-error-if-install-...Thom May2017-02-011-4/+10
|\