summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
...
* | test for none caseDave Eddy2014-08-291-0/+10
* | add right-match tests for rc.confDave Eddy2014-08-291-3/+33
* | add checks for partial matches in enable/disableLamont Granquist2014-08-291-1/+15
* | refactoring freebsd provider + unit testsLamont Granquist2014-08-292-191/+352
* | modernize freebsd service specLamont Granquist2014-08-291-162/+187
* | Merge pull request #1895 from opscode/mcquin/CHEF-5282Serdar Sutay2014-08-282-0/+96
|\ \
| * | Use existing Chef::Config values for verify_api_cert and ssl_verify_mode duri...Serdar Sutay2014-08-262-41/+57
| * | Add --ssl-verify-mode and --[no-]verify-api-cert options.Claire McQuin2014-08-262-0/+80
* | | Remove deprecated @node ivarsjk/remove_deprecated_ivarsJohn Keiser2014-08-271-4/+0
|/ /
* | Fixes based on PR comments.Serdar Sutay2014-08-261-4/+11
* | Specs for bootstrap cleanup.Serdar Sutay2014-08-261-168/+277
* | Remove encrypted_data_bag_secret distribution via Chef::Config and enable dis...Serdar Sutay2014-08-262-30/+0
* | Deprecate --distro and --template-file options in favor of --template.Serdar Sutay2014-08-261-6/+4
* | Remove the bootstrap templates that does chef install via gems.Serdar Sutay2014-08-261-22/+0
* | Warn on using 'everything' for knife download on a hosted setup PR #1913jmink2014-08-251-0/+58
* | CHEF-4101: DeepMerge - support overwriting hash values with nilMalte Swart2014-08-231-0/+14
* | Use path_join to create local-mode-cacheJohn Keiser2014-08-231-16/+63
* | Look up username instead of resource nameBryan McLellan2014-08-221-0/+7
* | Update to chef-zero 3John Keiser2014-08-221-1/+0
* | Add error logging on failure to load secret file.Claire McQuin2014-08-221-11/+19
* | Ignore v3 encryption detection on ruby < 2.0.Claire McQuin2014-08-221-1/+1
* | Add ::encryptor_keys to versioned encryptor classes.Claire McQuin2014-08-221-9/+9
* | Fix stubs.Claire McQuin2014-08-221-12/+21
* | Update for changed error message return.Claire McQuin2014-08-221-1/+1
* | Enable autodetection of encrypted data bag items.Claire McQuin2014-08-221-14/+65
* | Spec out behavior for autodetecting encrypted data bag items.Claire McQuin2014-08-221-1/+57
* | Update to RSpec 3 syntax.Claire McQuin2014-08-221-23/+41
* | there is always an option!James Belchamber2014-08-211-1/+1
* | stupid end where the end shouldn't endJames Belchamber2014-08-211-1/+0
* | remount now honours optionsJames Belchamber2014-08-211-0/+10
* | Fix review call outs.markgibbons2014-08-211-5/+30
* | CHEF-1737: Remove extraneous notes.markgibbons2014-08-211-9/+1
* | CHEF-1737: New provider rspec testsmarkgibbons2014-08-211-10/+161
* | CHEF-1737: Fix noauto support.markgibbons2014-08-212-0/+15
* | raise error if multiple constraints are metJordan Evans2014-08-211-27/+22
* | add tests for pessmisitics to value_for_platformJordan Evans2014-08-211-0/+16
* | initial pass at supporting version constraints in value_for_platformJordan Evans2014-08-211-0/+11
* | cleanup: remove OVERRIDE_HOMEsawanoboly2014-08-211-1/+1
* | HOME can overwrite by user with OVERRIDE_HOMEsawanoboly2014-08-211-28/+37
* | set nil by default, add two specssawanoboly2014-08-211-0/+11
* | add_env_to_scm_resourcesawanoboly2014-08-211-17/+28
* | Add insert_at to resource_collectionJohn Keiser2014-08-201-0/+33
* | Updates spec for supermarketChristopher Webber2014-08-202-4/+4
* | Merge pull request #1847 from ClogenyTechnologies/kd/fixuserspeclamont-granquist2014-08-181-1/+2
|\ \
| * | revert change for ubuntu and fix test.kaustubh-d2014-08-181-1/+2
* | | Update cron resource spec to ensure duplicate entries are not createdSean Clemmer2014-08-181-1/+20
* | | Don't throw an error if local package isn't installed.Nathan Huff2014-08-181-8/+8
* | | Fix a typo and remove a couple unused variablesNathan Huff2014-08-181-4/+1
* | | Break get_current_version into its own function.Nathan Huff2014-08-181-15/+48
* | | Check local repository as well as remote when looking up the currently instal...Nathan Huff2014-08-181-48/+51