summaryrefslogtreecommitdiff
path: root/spec/integration
Commit message (Expand)AuthorAgeFilesLines
* Extract Knife config file find/load to a reusable componentdanielsdeleo2014-09-031-8/+4
* Merge pull request #1583 from juliandunn/fix-hardcoded-binariesSerdar Sutay2014-09-022-3/+4
|\
| * Make sure to call chef-client and knife that we just built, notbtm/fix-hardcoded-binariesJulian C. Dunn2014-06-302-3/+4
* | Switch back to ChefZero::RSpec version 3jk/rspec_zero_3John Keiser2014-08-297-25/+163
* | Add `name' attribute in fixture cookbooks' metadatadanielsdeleo2014-08-123-9/+16
* | Fix expected format of JSON errors in integration testsdanielsdeleo2014-08-103-44/+31
* | Convert Chef Zero helpers to instance methodsdanielsdeleo2014-08-1020-927/+1434
* | Revert "remove #to_json Monkeytpatching"Lamont Granquist2014-08-091-10/+0
* | remove #to_json MonkeypatchingLamont Granquist2014-08-091-0/+10
* | Update tests for CHEF-4760 change.Chris Jerdonek2014-07-211-2/+2
* | Turn the not applicable 0.0.0.0 address spec on windows.sersut2014-07-141-1/+2
* | Support --chef-zero-port=A-B,C,D-E syntax for finding portsJohn Keiser2014-07-072-3/+50
|/
* making the chef-zero host configurable for knife and chef-clientLuke Amdor2014-06-051-0/+9
* automatically enable verify_api_cert when in local-modeClaire McQuin2014-06-031-0/+11
* Merge pull request #1442 from opscode/CHEF-5259Claire McQuin2014-05-296-0/+18
|\
| * create shared context for default config optionsClaire McQuin2014-05-226-17/+14
| * Put cache at HOME/.chef.d if /var/chef can't be accessed.Claire McQuin2014-05-226-0/+21
* | Listen for the default port 8900, not 8889John Keiser2014-05-272-3/+3
* | Explicitly add org defaults to pedant testJohn Keiser2014-05-271-2/+2
* | React to fact that we bind chef-zero to localhost (not 127.*)John Keiser2014-05-265-14/+14
* | Add "knife serve" to serve up chef repo in chef-zeroJohn Keiser2014-05-261-0/+57
|/
* Add ability to flatten parallel enumerableJohn Keiser2014-05-181-1/+1
* Fix issue with tests and Windows line endingsJohn Keiser2014-05-051-1/+4
* Add indentation to pretty-print LWRPs with inline resourcesJohn Keiser2014-04-291-0/+73
* Fix data bag test to create bag before creating itemJohn Keiser2014-04-221-0/+2
* Fixing indentationMatt Veitas2014-03-281-1/+1
* Fixing an integration test that was assuming the chefignore would be only loc...Matt Veitas2014-03-281-3/+2
* 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
* Upgrade Chef Zero & remove PumaSeth Vargo2014-03-122-27/+14
* Add `-r` flag to chef-clientdanielsdeleo2014-02-201-0/+14
* omit test on ruby-1.8Lamont Granquist2014-01-301-1/+1
* fix should_not raise_error(SpecificException)Lamont Granquist2014-01-291-1/+1
* 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
* Skip IPv6 tests on Solarisdanielsdeleo2013-11-262-2/+6
* Test cookbook upload/download over IPv6 w/ knifedanielsdeleo2013-11-191-0/+109
* Add integration test for chef-client IPv6danielsdeleo2013-11-191-0/+131
* Enable integration tests.sersut2013-10-311-6/+7
* Change content type warning to debugdanielsdeleo2013-10-251-2/+2
* 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
* Sign requests to download cookbook files in knife downloadJohn Keiser2013-10-161-0/+27
|\
| * Add test to verify all download requests are signedJohn Keiser2013-10-151-0/+27
* | Prettify JSON output from PUT/POST in local modeJohn Keiser2013-10-161-0/+22
|\ \
| * | Prettify data when writing it out in --local-modeJohn Keiser2013-10-161-0/+22
| |/
* | Merge pull request #1046 from opscode/CHEF-4470Serdar Sutay2013-10-161-1/+71
|\ \