summaryrefslogtreecommitdiff
path: root/spec/unit
Commit message (Expand)AuthorAgeFilesLines
* additional fix deep-duping as welllcg/deep-dup-attrsLamont Granquist2017-03-132-0/+70
* Chef-13: properly deep dup Node#to_hashLamont Granquist2017-03-132-3/+62
* Chef-13: remove method_missing access to node object.Lamont Granquist2017-03-132-70/+10
* Merge pull request #5882 from chef/lcg/chef-resource-cleanupLamont Granquist2017-03-103-75/+27
|\
| * Chef-13: Chef::Resource cleanupLamont Granquist2017-03-083-75/+27
* | Merge pull request #5888 from chef/afiune/COOL-617/fix-here-strings-in-bashThom May2017-03-101-0/+29
|\ \
| * | Changed EOP to 'EOP' to avoid content expansionafiune/COOL-617/fix-here-strings-in-bashSalim Afiune2017-03-091-0/+29
* | | Merge pull request #5868 from robmul/robmul/attribute_blacklistThom May2017-03-091-0/+72
|\ \ \
| * | | Fix style errors and add dco signoff.Robert Mullins2017-03-081-1/+0
| * | | ensure tests are setup correctly and fix typoRobert Mullins2017-03-081-2/+0
| * | | Add the ability to blacklist attributesRobert Mullins2017-03-081-0/+75
* | | | Merge pull request #5853 from chef/lcg/default-whyrun-supportedLamont Granquist2017-03-091-3/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | support why-run by defaultlcg/default-whyrun-supportedLamont Granquist2017-03-011-3/+3
* | | | Merge pull request #5874 from chef/afiune/COOL-685/apt_repository_key_fingerp...Tom Duffield2017-03-081-27/+33
|\ \ \ \
| * | | | Fix apt_repository for latest os version 16.10afiune/COOL-685/apt_repository_key_fingerprint_fixSalim Afiune2017-03-081-27/+33
* | | | | Merge pull request #5880 from chef/tm/reremove_11_deprecationsThom May2017-03-081-14/+0
|\ \ \ \ \
| * | | | | Remove all 11 era deprecationstm/reremove_11_deprecationsThom May2017-03-081-14/+0
* | | | | | Merge pull request #5881 from chef/tm/remove_partial_searchThom May2017-03-081-18/+0
|\ \ \ \ \ \
| * | | | | | remove partial_searchtm/remove_partial_searchThom May2017-03-081-18/+0
| |/ / / / /
| * | | | | Revert "Remove all 11 era deprecations"Thom May2017-03-081-0/+14
| * | | | | Remove all 11 era deprecationsThom May2017-03-081-14/+0
* | | | | | Merge pull request #5877 from chef/tm/db_encrypt_versionThom May2017-03-081-6/+6
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Use v3 data bag encryptionThom May2017-03-081-6/+6
* | | | | | Remove %{file} from verify interpolationtm/remove_path_validation_varThom May2017-03-081-14/+8
| |/ / / / |/| | | |
* | | | | Merge pull request #5871 from chef/lcg/chef-resource-propertiesThom May2017-03-081-6/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | convert additional resource methods to propertieslcg/chef-resource-propertiesLamont Granquist2017-03-071-6/+6
* | | | | 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
|\ \