1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-02-25 18:43:22 +01:00

970 Commits

Author SHA1 Message Date
Michael Dowling
5baae799e1 Updating changelog v3.1.0 2013-01-13 21:09:07 -08:00
Michael Dowling
eea7483cf6 Updating changelog 2013-01-13 13:25:35 -08:00
Michael Dowling
6f9bb726e9 Fixing code coverage annotations 2013-01-13 13:24:44 -08:00
Michael Dowling
7d69884a57 Adding support for extends in service description parameters 2013-01-13 13:24:19 -08:00
Michael Dowling
e4133557f0 Renaming canCache() to canCacheRequest() 2013-01-13 11:52:55 -08:00
Michael Dowling
e3b2588db9 Fixing formatting of changelog 2013-01-12 21:16:24 -08:00
Michael Dowling
a85bfcc6c1 Preparing to tag 3.1.0 2013-01-12 21:14:34 -08:00
Michael Dowling
8a41fd288d Removing unused constant from AbstractCommand 2013-01-12 21:11:32 -08:00
Michael Dowling
b9ebd859a7 Added context array to RequestInterface::setState()
Removed curl.last_options from request parameters
Added CurlHandle to request.sent event
CurlException now extends from RequestException rather than
BadResponseException
2013-01-12 21:09:32 -08:00
Michael Dowling
9150653a95 Adding getModels() to ServiceDescriptionInterface 2013-01-12 20:28:43 -08:00
Michael Dowling
0688c9c598 PHP-CS-Fixer 2013-01-12 13:43:21 -08:00
Michael Dowling
45618b963a Adding a getData method to a service builder to retrieve builder data 2013-01-12 13:40:01 -08:00
Michael Dowling
5dc77fc0ae Adding missing filtering of URI params 2013-01-11 23:50:42 -08:00
Michael Dowling
3b3d622e93 Filtering additionalProperties and array items 2013-01-11 21:47:58 -08:00
Michael Dowling
b2dbb49040 Merge remote-tracking branch 'elgris/master' 2013-01-11 21:45:10 -08:00
Michael Dowling
fb4d7473d5 Cleaning up filtering 2013-01-11 18:11:35 -08:00
Ivan Kirichenko
a91d66b797 Commit aim: perform filtration of command parameters without changing of command's parameters values.
Changes:
- Validation without filtration added
- Tests for this functionality added

- Extra lines and spaces removed
2013-01-11 13:19:31 +04:00
Michael Dowling
e4366e6d43 Fixing merging data parameters in the serialization of a service description 2013-01-10 15:30:22 -08:00
Michael Dowling
8ee415e612 Merge pull request #208 from zachbadgett/Service-Client-Fix
Fixed bug where iteration to the event 'command.after_send' sent a Request object instead of a Command object.
2013-01-10 13:40:32 -08:00
Zach Badgett
180fb52739 Fixed bug where iteration to the event 'command.after_send' sent a Request object instead of a Command object. 2013-01-10 14:25:48 -07:00
Michael Dowling
38327cbf4e Adding tests for IoEmittingEntityBody 2013-01-09 23:11:35 -08:00
Michael Dowling
625cc42b75 Cleaning up the XML serializer
Closes #182
2013-01-09 22:30:31 -08:00
Michael Dowling
c26db3b08a Refactoring CachePlugin to allow for more flexibile cache filtering
Adding canCacheResponse to CanCacheStrategyInterface
Adding integration test to ensure it works
Closes #203
2013-01-09 18:27:39 -08:00
Michael Dowling
2cde3a8377 Adding license, changelog, and readme to PEAR package. Closes #192 and #193 2013-01-09 17:15:57 -08:00
Michael Dowling
06d04ea562 Making service descriptions a bit more flexible
Adding extra data into descriptions when using factory
Adding getData to the ServiceDescriptionInterface
2013-01-09 16:40:11 -08:00
Michael Dowling
10cad60cf1 Moving getPath() from Guzzle\Service\Resource to Guzzle\Common\Collection 2013-01-08 23:10:57 -08:00
Michael Dowling
081b119bb3 Making XML to array conversions extendable in subclasses 2013-01-08 23:03:00 -08:00
Michael Dowling
8da4aabb2e Fixing JSON visitor to add content-type when needed. Closes #200 2013-01-08 14:46:37 -08:00
Michael Dowling
a2e051ce52 Code coverage ignore on failing to open body for response 2012-12-30 21:22:54 -08:00
Michael Dowling
b5c6eb69b6 Code coverage for Collection 2012-12-30 21:18:31 -08:00
Michael Dowling
fb9c94ef86 Code coverage ignore on CurlMulti 2012-12-30 21:16:47 -08:00
Michael Dowling
4dc32e5934 Cleaning up ExceptionCollection and descendents 2012-12-30 21:15:59 -08:00
Michael Dowling
74176d3415 Easier exception thrown when sending commands in parallel
Adding CommandTransferException
Cleaning up Exceptions thrown from multi transfer
Closes #197
2012-12-30 14:05:06 -08:00
Michael Dowling
3f51bf4f32 Making it easier to work with exceptions thrown during multi transfers. Addresses #197 2012-12-30 11:25:32 -08:00
Michael Dowling
b327a0c8b7 Cleaning up CurlException messages and adding a getCurlInfo() method 2012-12-30 09:36:33 -08:00
Michael Dowling
4988475a01 Removing hard dep on BackoffPlugin
Making blocking a curl multi loop more generic so it can be used in other places
Closes #196
2012-12-30 09:10:36 -08:00
Michael Dowling
f31f35d166 Tagging for 3.0.7 v3.0.7 2012-12-19 15:06:35 -08:00
Michael Dowling
cc9beb3162 Fixing phar detection when forcing a cacert to system if null or true 2012-12-13 16:49:17 -08:00
Michael Dowling
c5a76296ba Cleaning up the Collection object inject method and adding missing test 2012-12-13 14:15:43 -08:00
Michael Dowling
3eb19b745b Adding a response_body location to service descriptions to more easily change the location in which a response entity body is saved 2012-12-10 18:35:58 -08:00
Michael Dowling
8206dbcbfe Allowing a filename to be passed into $request->setResponseBody() 2012-12-10 16:51:40 -08:00
Michael Dowling
09c2a09584 Tagging 3.0.6 v3.0.6 2012-12-09 21:25:04 -08:00
Michael Dowling
ab5e9737b7 Merge remote-tracking branch 'tploch/fix-curl-handle-test' 2012-12-09 17:07:02 -08:00
Michael Dowling
4ca0b5c319 Merge remote-tracking branch 'simensen/make-3-0-x-dev-installable' 2012-12-09 17:04:00 -08:00
Michael Dowling
b92f4a3f9f Optimizing CurlMulti implementation to better deal with exponential backoff and -1 return values from curl_multi_select 2012-12-09 17:00:08 -08:00
Thomas Ploch
ae04e61fa6 Fixed the dataProvider in the CurlHandleTest.
- dataProvider methods can't mark a test as incomplete, only the
  test method itself can, so I removed .
- Made dataProvider use 'phpunit.xml.dist' over 'phpunit.xml' for
  the test to pass without phing build.
- Fixed corresponding test case to not check for 'application/xml'
  and 'phpunit.xml' but rather 'application/octet-stream' and
  'phpunit.xml.dist'
2012-12-09 09:59:25 +01:00
Beau Simensen
56086d22af Make 3.0.x-dev installable. (3.0.*@dev) 2012-12-07 08:45:11 -08:00
Michael Dowling
c3a9ce0be6 Adding setErrorResponses() to Operation 2012-12-06 17:20:23 -08:00
Michael Dowling
6793174612 Syncing deps with guzzle/guzzle 2012-12-05 18:27:44 -08:00
Michael Dowling
f92b4d80c1 Merge pull request #187 from Crell/patch-1
Update composer.json
2012-12-05 12:48:51 -08:00