summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Attribute -> Property in additional placesTim Smith2018-07-103-12/+12
* Merge pull request #7390 from coderanger/yet-more-credsLamont Granquist2018-07-032-1/+190
|\
| * Merge branch 'master' into yet-more-credsNoah Kantrowitz2018-07-029-41/+37
| |\
| * \ Merge branch 'master' into yet-more-credsNoah Kantrowitz2018-07-02383-8961/+9167
| |\ \
| * | | Rename the command to `knife config get`.Noah Kantrowitz2018-06-281-3/+3
| * | | Don't need this anymore.Noah Kantrowitz2018-06-241-4/+0
| * | | Apparently the block argument is already in use with `knife()` even though I ...Noah Kantrowitz2018-06-242-4/+4
| * | | Add tests for `knife config`.Noah Kantrowitz2018-06-232-1/+194
* | | | fix Style/MutableConstantLamont Granquist2018-07-0210-18/+18
| |_|/ |/| |
* | | fix Style/PreferredHashMethodsLamont Granquist2018-07-028-38/+34
* | | fix Naming/HeredocDelimiterCaseLamont Granquist2018-07-021-3/+3
| |/ |/|
* | fix Style/TrailingCommaInHashLiteralLamont Granquist2018-07-023-5/+5
* | fix some Style/StringLiterals introduced by the UnneededInterpolationLamont Granquist2018-07-021-8/+8
* | fix Style/UnneededInterpolationLamont Granquist2018-07-0217-43/+43
* | fix Layout/LeadingCommentSpaceLamont Granquist2018-07-0252-129/+129
* | clean up whitespace againLamont Granquist2018-07-0227-242/+242
* | fix Layout/DotPositionLamont Granquist2018-07-0247-641/+641
* | fix Layout/AlignHash caused by Style/HashSyntaxLamont Granquist2018-07-021-1/+1
* | fix Layout/IndentHeredocLamont Granquist2018-07-02106-5915/+5915
* | fix Style/HashSyntaxLamont Granquist2018-07-02297-2409/+2409
* | Merge pull request #7406 from chef/lcg/suppress-turdfileLamont Granquist2018-06-291-1/+2
|\ \
| * | Suppress data_collector.json spec turd fileLamont Granquist2018-06-291-1/+2
| |/
* | Merge pull request #7380 from chef/sp/ffi-powershellTim Smith2018-06-281-1/+1
|\ \
| * \ Merge branch 'master' into sp/ffi-powershellStuart Preston2018-06-233-13/+169
| |\ \ | | |/
| * | Merge branch 'master' into sp/ffi-powershellStuart Preston2018-06-2038-542/+759
| |\ \
| * | | Fix up tests for appveyorStuart Preston2018-06-191-1/+1
* | | | Merge pull request #7395 from chef/lcg/spec-to-remove-cookbook-mergingLamont Granquist2018-06-271-1/+6
|\ \ \ \
| * | | | add spec to force really remove cookbook merginglcg/spec-to-remove-cookbook-mergingLamont Granquist2018-06-261-1/+6
| | |_|/ | |/| |
* | | | Chefstyle fixTim Smith2018-06-262-2/+2
* | | | Use ALLUSERSPROFILE ENV variable vs. hardcoding the pathTim Smith2018-06-262-0/+22
* | | | Add chocolatey_config and chocolatey_source resourcesTim Smith2018-06-262-0/+178
|/ / /
* | | Merge pull request #7382 from chef/lcg/deprecate-shell-out-methodsLamont Granquist2018-06-213-13/+169
|\ \ \ | |_|/ |/| |
| * | fix edge condition in old timeout APIslcg/deprecate-shell-out-methodsLamont Granquist2018-06-202-4/+4
| * | deprecate old shell_out APIsLamont Granquist2018-06-192-12/+168
* | | Merge pull request #7354 from Intility/powershell_package_sourceStuart Preston2018-06-201-0/+219
|\ \ \ | |/ / |/| |
| * | rename name property to source_nameTor Magnus Rakvåg2018-06-131-7/+7
| * | some test coverageTor Magnus Rakvåg2018-06-121-0/+219
* | | Merge pull request #7372 from chef/lcg/deprecate-shell-out-compact-timeoutLamont Granquist2018-06-1937-542/+540
|\ \ \ | |_|/ |/| |
| * | fix infinite recursion and add more testsLamont Granquist2018-06-181-101/+103
| * | Unification of shell_out APIsLamont Granquist2018-06-1537-450/+446
* | | Fix some more tests.Noah Kantrowitz2018-06-142-3/+3
* | | Fix some tests.Noah Kantrowitz2018-06-141-1/+1
* | | Allow targeting via the deprecation ID, either as a number or in the CHEF-n f...Noah Kantrowitz2018-06-141-0/+27
* | | Feed the Rubocop.Noah Kantrowitz2018-06-141-2/+2
* | | Switch map collisions to a dedicated deprecation type so they can be silenced...Noah Kantrowitz2018-06-141-7/+7
* | | Add a test to check for colliding deprecation IDs in case we forget some day.Noah Kantrowitz2018-06-141-0/+11
* | | Clean up some existing tests for the new API.Noah Kantrowitz2018-06-141-12/+7
* | | Bad dev no cookie.Noah Kantrowitz2018-06-141-1/+1
* | | Simplify the deprecations system a bit, and introduce ways to silence depreca...Noah Kantrowitz2018-06-141-0/+93
|/ /
* | fix for task is not idempotent when task name includes parent foldervasu11052018-06-141-0/+54