summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump revision to 2.1.3v2.1.3John Keiser2014-05-272-1/+6
|
* rspec: Default port to 8900, check if options are rightJohn Keiser2014-05-271-7/+12
|
* Make sure the server is actually running after start()John Keiser2014-05-271-14/+18
|
* Make clear restore org defaultsJohn Keiser2014-05-271-3/+8
|
* Bump revision to 2.1.2v2.1.2John Keiser2014-05-272-1/+5
|
* Make external build_uri calls workJohn Keiser2014-05-271-0/+2
|
* Bump revision to 2.1.1v2.1.1John Keiser2014-05-262-1/+5
|
* Pass org defaults when running chef fs tests to pass pedantJohn Keiser2014-05-261-0/+2
|
* Don't flip on org defaults by default (backcompat)John Keiser2014-05-261-12/+14
|
* Allow callers to specify their own org defaultsJohn Keiser2014-05-261-16/+12
|
* Don't bother printing port if it's 80John Keiser2014-05-261-3/+2
|
* Bump revision to 2.1v2.1John Keiser2014-05-262-2/+2
|
* Add ability to print to other IO, fix memory store to be V2John Keiser2014-05-261-7/+8
|
* Unreleased changelog infoJohn Keiser2014-04-231-0/+5
|
* Add ? to boolean functionJohn Keiser2014-04-231-10/+10
|
* Fix copypastaJohn Keiser2014-04-231-8/+8
|
* Run chef local mode tests in TravisJohn Keiser2014-04-222-2/+5
|
* Add option for exists? to work on all thingsJohn Keiser2014-04-221-4/+7
|
* Use versioned_cookbooks with ChefFSJohn Keiser2014-04-211-0/+1
|
* Add ability to run specs against existing Chef::ChefFSJohn Keiser2014-04-215-209/+409
|
* Work with Chef revisions past 11.6John Keiser2014-04-211-2/+2
|
* Support ChefFSDataStore from prior versionsJohn Keiser2014-04-216-30/+284
|
* Run tests on Ruby 2.1.1John Keiser2014-04-191-0/+2
|
* Use Pedant version that can work with ruby-installed chefJohn Keiser2014-04-191-1/+1
|
* Use real github URL for chef-pedant / rest-client dependenciesJohn Keiser2014-04-182-2/+3
|
* Get single_org backcompat mode workingJohn Keiser2014-04-187-15/+29
|
* Add support for "/organizations/chef" prefixJohn Keiser2014-04-1832-159/+198
|
* Fixes against latest pedantJohn Keiser2014-04-145-12/+10
|
* Update changelog about backport JSON fix to 1.6 series [ci skip]Seth Vargo2014-02-101-0/+4
|
* Forwardport changelog for 1.7.3 [ci skip]Seth Vargo2014-01-211-0/+4
|
* Release v2.0.2v2.0.2Seth Vargo2014-01-202-1/+8
|
* Remove monetaSeth Vargo2014-01-201-1/+0
|
* Fix IPV6 supportSeth Vargo2014-01-201-3/+9
| | | | | | | In c3373e4, @danielsdeleo added support for IPV6, but I didn't understand the purpose of the bracket notation. I thought they were part of the `host`, but they are actually part of the URL. We _need_ the brackets in the URL, but we _cannot_ have the brackets in the host.
* Read JSON, not a file pathRuss Teabeault and Jeff Smith2014-01-171-2/+2
|
* Merge pull request #47 from gregkare/patch-1Seth Vargo2014-01-041-1/+1
|\ | | | | Fix typo
| * Fix typoGreg Karékinian2014-01-041-1/+1
|/
* Release v2.0.1v2.0.1Seth Vargo2014-01-032-1/+7
|
* Merge pull request #44 from opscode/sethvargo/semantic_itemsSeth Vargo2014-01-0339-83/+107
|\ | | | | Make playground items more semantic
| * Make playground items more semanticSeth Vargo2013-12-3039-83/+107
| |
* | Merge pull request #45 from opscode/sethvargo/environment_node_endpoint_errorSeth Vargo2014-01-031-1/+1
|\ \ | | | | | | Fix an issue with an incorrect number of parameters passed to build_uri
| * | Fix an issue with an incorrect number of parameters passed to build_uriSeth Vargo2013-12-301-1/+1
| |/
* | Merge pull request #46 from ↵Seth Vargo2014-01-021-1/+1
|\ \ | |/ |/| | | | | alex-slynko-wonga/fix_clear_data_when_no_data_was_added Fix clear data when no data was added to chef zero
| * Fix clear data when no data was addedAlex Slynko2014-01-021-1/+1
|/
* Version bump v2.0.0v2.0.0Seth Vargo2013-12-172-1/+10
|
* Remove puma and clean up threadingSeth Vargo2013-12-176-128/+142
| | | | | | | | | | | | | | | This commit removes all instances of the Puma webserver, since it has known issues on a number of supported platforms and adds significant branching logic to the code. This commit also re-defines what it means when the server is "running". In the past, "running" has meant the web server is up. Testing has revealed that web servers actually lie and say they are running, even if they are not accepting requests. The new `running?` method uses OpenURI to access a known URL on the server. WEBrick does not support running on a socket, so the `--socket` option has also been removed.
* Bump version to 1.7.2v1.7.2John Keiser2013-11-191-1/+1
|
* Merge branch 'configure-rspec-opts'danielsdeleo2013-11-192-2/+14
|\ | | | | | | | | * Fix IPv6 support for test helper code * Relates to: https://tickets.opscode.com/browse/CHEF-4616
| * Allow custom server options in rspec helper moduleconfigure-rspec-optsdanielsdeleo2013-11-181-1/+12
| |
| * Return server_url with IPv6-safe syntaxdanielsdeleo2013-11-181-1/+2
|/ | | | | If the server is bound to a IPv6 address, the address needs to be wrapped in brackets, like http://[::1]:PORT
* Bump version to 1.7.1v1.7.1John Keiser2013-11-031-1/+1
|