summaryrefslogtreecommitdiff
path: root/spec/integration/solo
Commit message (Expand)AuthorAgeFilesLines
* tighten all require statements for dist implementationMarc Chamberland2020-09-151-1/+1
* move dist implementation into chef-utilsMarc Chamberland2020-09-151-3/+3
* Use __dir__ instead of getting the dir of __FILE__Tim Smith2020-09-091-2/+2
* Logging consistency fixes.lcg/chef-16-logging-fixedLamont Granquist2020-04-271-3/+3
* Fix all(?) circular requires coming from the specs.Ryan Davis2020-03-161-0/+1
* Add chef-utils gem with various recipe DSL helpersLamont Granquist2019-11-081-1/+1
* Style/StringLiteralsInInterpolationLamont Granquist2019-07-051-20/+20
* distro constants for solo, zero and automateMarc Chamberland2019-05-231-2/+3
* One missed fix on functionnal testTensibai2019-05-021-2/+2
* Remove chef-* binstubs from chef gemLamont Granquist2019-04-291-2/+2
* addressing comments by coderangerMarc Chamberland2019-04-191-3/+3
* Replacing workmarks with distro constantsMarc Chamberland2019-04-191-3/+3
* changes for rubocop engine upgrades.lcg/rubocop-upgradesLamont Granquist2019-01-151-9/+9
* fix Layout/IndentHeredocLamont Granquist2018-07-021-32/+32
* fix Style/HashSyntaxLamont Granquist2018-07-021-8/+8
* Ensure we don't run tests on unsupported platformstm/fix_unix_testsThom May2018-05-021-2/+2
* Ensure chef-solo creates node files w/ correct permissionsCOOL-604/chef-solo-node-permissionsScott Christopherson2016-12-061-0/+50
* fix chef-solo spec timeouts (#5367)Lamont Granquist2016-09-211-2/+2
* use threads to workaround Process.spawn buginesslcg/fix-solo-spec-testLamont Granquist2016-09-021-6/+11
* tweak chef-solo run_lock timing testlcg/solo-test-loop-tweakingLamont Granquist2016-09-021-4/+4
* use the chef log file for IPClcg/solo-test-speedupLamont Granquist2016-08-181-7/+8
* speed up solo testLamont Granquist2016-08-181-16/+1
* Ensure that solo specific code is run at the proper timeThom May2016-05-161-1/+1
* Too much log output and unnecessary warnings! Suppress that shit.Kartik Null Cating-Subramanian2016-04-251-2/+2
* autofixing whitespace copsLamont Granquist2016-02-051-5/+4
* Use double quotes by defaultThom May2016-01-141-28/+28
* improve error message, add more testsLamont Granquist2015-10-261-0/+34
* Add minimal ohai mode option flagminimal-ohai-modedanielsdeleo2015-03-271-5/+7
* Clean all RSpec test filters related to Ruby 1.8.7 (issue #2497)Xabier de Zuazo2015-01-271-2/+1
* Update to RSpec 3.Claire McQuin2014-10-291-10/+10
* Add `name' attribute in fixture cookbooks' metadatadanielsdeleo2014-08-121-4/+8
* Convert Chef Zero helpers to instance methodsdanielsdeleo2014-08-101-11/+18
* Change missing dependency from hard error to warning for now.danielsdeleo2014-03-141-2/+2
* Raise an error when including a recipe from an unreachable cookbookdanielsdeleo2014-03-141-0/+19
* fix should_not raise_error(SpecificException)Lamont Granquist2014-01-291-1/+1
* Application::Solo must set @chef_client_jsondanielsdeleo2013-10-241-3/+21
* Execute binaries using ruby so that they can execute everywhere.sersut2013-10-211-3/+3
* Make sure the bundle command is executed from the correct dir. Use bundle exe...sersut2013-10-211-5/+5
* Increase the length of the first run and decrease the wait before launching t...sersut2013-10-181-2/+2
* Disable concurrent solo tests on ruby 1.8.7 because Process.spawn doesn't exist.sersut2013-10-151-1/+2
* Windows support for Chef::Runlock.sersut2013-10-141-1/+70
* Minify chef-solo specJohn Keiser2013-10-021-29/+12
* Better error logging in solo integration test.sersut2013-06-141-5/+14
* Regression test for OC-8297.sersut2013-06-141-0/+32