summaryrefslogtreecommitdiff
path: root/spec/unit
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Stop initializing node tags hereJos Backus2015-10-202-2/+2
| * | | | | Add a test for correct tags initializationJos Backus2015-10-201-0/+4
* | | | | | fix log location resolution in windows serviceMatt Wrock2015-11-091-3/+4
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #4137 from chef/btm/knife-backtraceBryan McLellan2015-11-061-1/+14
|\ \ \ \ \
| * | | | | Avoid squashing/humanizing the exception when config[:verbosity] == 2btm/knife-backtraceBryan McLellan2015-11-061-1/+14
* | | | | | Handle nil run list option in knife bootstrapnil-run-list-bootstrapdanielsdeleo2015-11-051-0/+15
|/ / / / /
* | | | | Fixed knife_spec unit testJay Mundrawala2015-11-051-1/+4
* | | | | Merge pull request #3836 from nathwill/svc-helpers-altThom May2015-11-051-30/+6
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | fix specsNathan Williams2015-10-231-1/+1
| * | | | i have no idea what is happeningNathan Williams2015-10-231-30/+6
* | | | | windows service uses log fileMatt Wrock2015-11-051-46/+82
* | | | | Add tests for Chef::HTTP retry behaviordanielsdeleo2015-11-041-1/+103
* | | | | Improve detection of ChefFS-based commands in `knife rehash`ssd/rehash-cheffsSteven Danna2015-10-291-0/+8
* | | | | Make Property.derive create derived properties of the same typejk/custom_propertiesJohn Keiser2015-10-281-0/+48
* | | | | Updated --no-color unit tests based on feedback from btm and KartikTyler Fitch2015-10-281-11/+11
* | | | | Update knife bootstrap command to honor --no-color flag in chef-client run th...Tyler Fitch2015-10-281-4/+11
* | | | | add YARD docsLamont Granquist2015-10-261-1/+1
* | | | | stub #validate! methodLamont Granquist2015-10-261-0/+2
* | | | | fix some busted specsLamont Granquist2015-10-261-1/+1
* | | | | improve error message, add more testsLamont Granquist2015-10-261-1/+51
* | | | | extend metadata to include chef_version and ohai_versionLamont Granquist2015-10-261-1/+71
* | | | | Use SHA256 instead for registry_key when data is not displayableJay Mundrawala2015-10-241-2/+2
* | | | | fix tests for my changeAubrey Holland2015-10-241-1/+1
* | | | | We shouldn't be subclassing Struct.new - if the file is loaded twice we get a...tyler-ball2015-10-241-45/+44
* | | | | write spec for --json-attribute-file and move configration under render_templatesawanoboly2015-10-241-6/+33
* | | | | Consider only knife configuration for chef environment in bootstrap contextEvan Gilman2015-10-241-1/+1
* | | | | Remove duplicate 'Accept' header in specJulian C. Dunn2015-10-241-2/+2
* | | | | add spec for stdout/stderr suppresion in error of sensitive execute resourceRanjib Dey2015-10-241-0/+9
* | | | | Adjust tests per BTMJeff Blaine2015-10-241-8/+8
* | | | | Changes --hide-healthy to --hide-by-mins MINSJeff Blaine2015-10-241-9/+9
* | | | | Define == for node objectsDavid Bresson2015-10-241-0/+8
* | | | | provider/user/dscl: Set "comment" default valueMikhail Zholobov2015-10-241-0/+7
|/ / / /
* | | | provider/user/dscl: Set default gid to 20Mikhail Zholobov2015-10-231-0/+7
* | | | overhaul solaris SMF service providerlcg/3187Dave Eddy2015-10-231-39/+110
* | | | Merge pull request #4079 from chef/service_loggerMatt Wrock2015-10-231-2/+10
|\ \ \ \
| * | | | add logger to windows service shelloutservice_loggerMatt Wrock2015-10-201-2/+10
| |/ / /
* | | | Added run list expansion json conversion. Creates a json tree from the run li...kyleen/addExpandedRunListKyleen MacGugan2015-10-212-3/+25
* | | | Update messaging to match LWRP -> Custom Resource renameTim Smith2015-10-211-1/+1
* | | | Merge pull request #3119 from cmluciano/cml/bug1586Phil Dibowitz2015-10-202-1/+10
|\ \ \ \
| * | | | Add recommended test from btmChristopher M. Luciano2015-10-121-0/+9
| * | | | Fix condition of removing a group before user error.cmluciano2015-04-301-1/+1
* | | | | Make modules with properties work and inherit as expectedjk/property_mixinJohn Keiser2015-10-201-0/+97
| |/ / / |/| | |
* | | | Fix search result paginationssd/search-pagination-fixSteven Danna2015-10-091-1/+19
* | | | Accept coercion as a way to accept nil valuesJohn Keiser2015-10-081-0/+8
* | | | fix unit testsMatt Wrock2015-10-081-2/+2
* | | | Windows cli tools should have color true by defaultadamedx/windows-color-defaultsAdam Edwards2015-10-062-4/+4
* | | | Quote paths.mcquin/chef-3883Claire McQuin2015-10-061-2/+12
* | | | Fix dispatch when there are different receiversJohn Keiser2015-10-051-2/+45
* | | | Merge pull request #4032 from chef/mcquin/nano/disable-32-bitClaire McQuin2015-10-051-13/+17
|\ \ \ \
| * | | | Raise error when running 32-bit scripts on Windows Nano.mcquin/nano/disable-32-bitClaire McQuin2015-10-051-13/+17