summaryrefslogtreecommitdiff
path: root/spec/integration
Commit message (Expand)AuthorAgeFilesLines
* Pend cookbook cheffish testMarc A. Paradise2021-03-311-1/+4
* do not use nonexistant bin path as cwdMarc A. Paradise2021-03-3111-11/+11
* Move knife to its own gemChef Expeditor2021-03-3161-63/+63
* Fix compliance phase specsTim Smith2021-03-171-1/+2
* Add support for resource action descriptionsMarc A. Paradise2021-02-041-0/+14
* Resolve Lint/ParenthesesAsGroupedExpression warningsLint_ParenthesesAsGroupedExpressionTim Smith2020-12-251-9/+9
* correctly remove PWDsolarisLamont Granquist2020-12-091-1/+1
* Fix via removing ENV['PWD'] from the testsLamont Granquist2020-12-091-1/+2
* Rename audit mode to Compliance Phase.Pete Higgins2020-12-011-0/+0
* Simplify integration test input and make output deterministic.Pete Higgins2020-12-011-5/+6
* Add a happy path integration test.Pete Higgins2020-12-011-0/+80
* Chefstyle fixes for RuboCop 1.4.xTim Smith2020-11-251-0/+1
* Avoid ambiguous regexesambiguous_regexTim Smith2020-11-219-13/+13
* merge all dist files back into dist.rbMarc Chamberland2020-09-151-1/+1
* tighten all require statements for dist implementationMarc Chamberland2020-09-153-2/+3
* move dist implementation into chef-utilsMarc Chamberland2020-09-153-7/+7
* Merge pull request #10371 from chef/lcg/ohai-timing-testLamont Granquist2020-09-091-0/+61
|\
| * Add an ohai timing test to find busted DNS on CI testerslcg/ohai-timing-testLamont Granquist2020-09-081-0/+61
* | Use __dir__ instead of getting the dir of __FILE__Tim Smith2020-09-096-7/+7
|/
* Remove border color optionVSingh/knife-list-deprecation-updateVivek Singh2020-08-261-5/+5
* knife config show specsVivek Singh2020-08-261-0/+192
* more config specs cleanupVivek Singh2020-08-264-308/+50
* Update `knife config list` with new behavior and fix tests.Pete Higgins2020-08-252-18/+13
* Mock TTY::Screen to fix table dynamic natureVivek Singh2020-08-251-0/+1
* Fix failing specsVivek Singh2020-08-241-22/+22
* File.exists? -> File.exist?existTim Smith2020-08-121-1/+1
* Update RuboCop config to Ruby 2.6Tim Smith2020-08-032-17/+17
* Use DSL method instead of shared context.Pete Higgins2020-07-294-482/+486
* Inline a shared context and remove it and DSL method.Pete Higgins2020-07-293-3/+9
* don't check list-profiles for already selected bad profiledheerajd-msys2020-07-151-2/+30
* PR review comment changesantima-gupta2020-07-141-8/+9
* Fixed windows cookbooks upload issue.antima-gupta2020-07-131-0/+26
* Disable Naming/AsciiIdentifiers in our specsTim Smith2020-07-091-1/+1
* Fix quotes for ChefstyleTim Smith2020-07-077-7/+7
* expand_path with __dir__ instead of __FILE__Tim Smith2020-07-077-7/+7
* Add spaces after attrsTim Smith2020-07-072-0/+4
* Remove test file that added a method to top-level scope.Pete Higgins2020-06-261-0/+4
* Fix some odd whitespacing in tests.Pete Higgins2020-06-246-7/+7
* Fix for #9686: knife config use profile doesn't validate that the profile existvasundhara/Fixes_knife_config_use_profileVasu11052020-06-181-2/+55
* Fix more ruby 2.7 warning logspamlcg/more-ruby-27-logging-suppressionLamont Granquist2020-04-282-6/+6
* Logging consistency fixes.lcg/chef-16-logging-fixedLamont Granquist2020-04-271-3/+3
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-1363-63/+63
* Add resource partialsLamont Granquist2020-04-082-0/+128
* Implement eager_load_libraries metadata optionLamont Granquist2020-04-032-29/+152
* Add after_resource to pair with current_resourceLamont Granquist2020-03-311-10/+131
* Merge pull request #9493 from chef/log_improvementsTim Smith2020-03-1674-0/+74
|\
| * Fix all(?) circular requires coming from the specs.Ryan Davis2020-03-1674-0/+74
* | Turn off notifications from log resource by defaultLamont Granquist2020-03-122-26/+42
|/
* Merge pull request #9441 from chef/lcg/remove-canonical-dslTim Smith2020-03-067-161/+70
|\
| * Remove the canonical DSLLamont Granquist2020-03-037-161/+70