summaryrefslogtreecommitdiff
path: root/spec/integration/client/client_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix nil with properties:John Keiser2016-01-271-1/+1
* Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-181-1/+1
* Use double quotes by defaultThom May2016-01-141-62/+62
* Don't activate cheffish and chef-provisioning until its DSL is usedjk/lazy-activationJohn Keiser2015-12-091-0/+43
* add integration test for the client sidelcg/chef-versionLamont Granquist2015-10-261-0/+20
* add optional ruby-profiling with --profile-rubyLamont Granquist2015-10-051-0/+17
* remove deprecation warnings testlcg/suppress_freeze_warningsLamont Granquist2015-09-141-2/+0
* Pass deprecations through formatter instead of logsJohn Keiser2015-09-011-0/+53
* Skip integration tests that aren't working on appveyor environmentdanielsdeleo2015-05-191-27/+29
* rvm needs GEM_PATH protectedlcg/integ-fixesLamont Granquist2015-05-181-1/+1
* just check for exit != 0Lamont Granquist2015-05-181-1/+1
* add a spec test + linebreaksLamont Granquist2015-05-041-0/+5
* Add an integration test of chef-client with empty ENV.Kartik Null Cating-Subramanian2015-05-011-2/+19
* Add --no-listen option to disable zero binding to portdanielsdeleo2015-04-011-0/+11
* Add minimal ohai mode option flagminimal-ohai-modedanielsdeleo2015-03-271-1/+1
* Merge pull request #2758 from chef/mcquin/control_groupSerdar Sutay2015-02-111-3/+3
|\
| * Update DSL method name to controls_group.mcquin/control_groupClaire McQuin2015-01-151-3/+3
* | fix masterLamont Granquist2015-01-251-4/+7
* | simplify testVasiliy Tolstov2015-01-251-28/+22
* | try to add testsVasiliy Tolstov2015-01-251-0/+56
|/
* Explicitly enable audits.Claire McQuin2014-12-171-0/+1
* Adding simple integration test for audit mode outputtyler-ball2014-12-171-0/+39
* Update to RSpec 3.Claire McQuin2014-10-291-9/+9
* Fix some client integrations with path quoting.Chris Doherty2014-09-151-1/+1
* rename '--dont-use-config' to '--disable-config'danielsdeleo2014-09-031-3/+3
* Extract Knife config file find/load to a reusable componentdanielsdeleo2014-09-031-8/+4
* Convert Chef Zero helpers to instance methodsdanielsdeleo2014-08-101-4/+6
* automatically enable verify_api_cert when in local-modeClaire McQuin2014-06-031-0/+11
* Add `-r` flag to chef-clientdanielsdeleo2014-02-201-0/+14
* Always run `chef-client` via `ruby PATH/TO/chef-client` in tests.danielsdeleo2013-12-301-28/+27
* invoke chef-client as `ruby chef-client` because windowsdanielsdeleo2013-12-271-3/+3
* Add ability to run recipes directly from chef-client command lineJohn Keiser2013-12-061-2/+75
* Enable integration tests.sersut2013-10-311-6/+7
* Add --config-file-jail to avoid loading user knife.rb in testsJohn Keiser2013-10-151-18/+29
* Rename -. to -zJohn Keiser2013-10-101-9/+9
* Pick up knife config instead of /etc/chef/client.rb if local mode is specifiedJohn Keiser2013-10-091-0/+7
* Make --local-mode option so that local user can run local recipesJohn Keiser2013-10-091-23/+37
* Add tests for -z plus private keysJohn Keiser2013-10-021-0/+47
* Do not require client_key to be specified for chef-client when chef-zero is e...John Keiser2013-10-021-12/+4
* Add -z and --chef-zero-port options to knife and chef-clientJohn Keiser2013-10-021-10/+54
* Rename start_chef_zero -> chef_zero.enabledJohn Keiser2013-10-021-1/+1
* Add client start_chef_zero testJohn Keiser2013-10-021-0/+31