1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-02-24 01:53:58 +01:00

3301 Commits

Author SHA1 Message Date
Woody Gilk
3ef0c808db
Clean up concurrent requests documentation 2018-12-06 16:44:52 -06:00
Márk Sági-Kazár
592954d139
Merge pull request #2222 from gmponos/require_ext-json
Require ext-json
2018-12-06 18:38:52 +01:00
George Mponos
1a587b777c Added sort packages on composer config 2018-11-25 22:11:59 +02:00
George Mponos
59c59cf12a Require ext-json 2018-11-25 22:09:37 +02:00
Mponos George
8db1967d92 Fixed typehint $transferTime of constructor (#2217) 2018-11-24 21:31:03 +01:00
Mponos George
b309ed9ad4 Use test logger of PSR (#2215) 2018-11-21 18:36:52 +01:00
Márk Sági-Kazár
dd9b713b98
Merge pull request #2211 from guzzle/github-docs
Improve github issue templates
2018-11-19 15:12:01 +01:00
Mark Sagi-Kazar
f61f374000
Improve github issue templates 2018-11-19 15:03:43 +01:00
Márk Sági-Kazár
9b2368b80a
Merge pull request #2210 from localheinz/feature/normalize
Enhancement: Normalize composer.json
2018-11-19 00:12:32 +01:00
Andreas Möller
758127d23c
Enhancement: Normalize composer.json 2018-11-18 23:50:19 +01:00
Márk Sági-Kazár
b8772dd9ec
Merge pull request #2204 from carusogabriel/patch-1
Use more accurate assertion while checking for non-existent array's key
2018-11-16 14:39:00 +01:00
Gabriel Caruso
7f82c29209
Use more accurate assertion while checking for non-existent array's key 2018-11-16 10:40:54 -02:00
Márk Sági-Kazár
51cb9063b8
Merge pull request #2182 from takkaria/patch-1
Use include-guarded files in build process
2018-11-03 11:47:53 +01:00
Mponos George
cf86e51dd6 Remove assertEquals in favor of assertSame (#2188) 2018-11-01 22:47:08 +01:00
Márk Sági-Kazár
c24ac27d0e
Merge pull request #2189 from yuuri111/update-exceptions-doc
Update exceptions doc from Connection to Connect
2018-11-01 18:11:51 +01:00
yuuri111
3c4f9564a8
update exceptions doc from Connection to Connect
ConnectionException does not exist.
2018-11-02 00:59:25 +09:00
Márk Sági-Kazár
35b2c9f2a9
Merge pull request #2187 from gmponos/wrong_namespace
Fix wrong namespaces
2018-11-01 00:06:20 +01:00
George Mponos
ffc61ebd8d Fix wrong namespaces 2018-10-31 22:40:38 +02:00
Anna Sidwell
6c6d445911
Use GuzzleHttp's include-guarded functions (#2135) 2018-10-30 13:40:22 +00:00
Márk Sági-Kazár
9547a358c8
Merge pull request #2178 from darrylhein/patch-1
Add use statement for ClientException code block
2018-10-29 16:58:45 +01:00
Márk Sági-Kazár
a42cd432fc
Merge pull request #2179 from andreybolonin/patch-1
Update .travis.yml
2018-10-29 16:57:44 +01:00
Andrey Bolonin
44e0c5ca71
Update .travis.yml 2018-10-27 11:23:53 +03:00
Darryl Hein
636b6b2ec9
add use statement 2018-10-26 20:12:33 -06:00
Mponos George
97b2bc9adb
Update InvalidArgumentException.php 2018-10-16 08:39:40 +03:00
Márk Sági-Kazár
2798c457a4
Merge pull request #2165 from omarkdev/omarkdev-patch-1
Move null typehint on the last position
2018-10-08 13:42:37 +02:00
Márk Sági-Kazár
6f88adb88c
Merge pull request #2166 from omarkdev/omarkdev-patch-2
Adds typehint in method equals phpDocs
2018-10-08 13:41:46 +02:00
Marcos Felipe
a759c56212 Adds typehint in method equals phpDocs 2018-10-07 01:44:39 -03:00
Marcos Felipe
f221d7f328 Move null typehint on the last position 2018-10-07 01:36:52 -03:00
George Mponos
49a74936c4 Merge branch 'master' into add_invalid_argument_exception 2018-10-06 14:42:44 +03:00
George Mponos
3e6a823b48 Add invalid argument exception 2018-10-06 14:41:00 +03:00
Jason Moore
00a5657216 Add to list of supported environment variables 2018-10-04 09:00:25 -05:00
Jason Moore
5a3f1414e2 Add support for documented environment variable. Closes #2136 2018-10-04 08:59:48 -05:00
Nicolas MURE
ef4490a9ab
doc : typehint Pool's 'fulfilled' and 'rejected' callbacks 2018-10-04 15:39:27 +02:00
Márk Sági-Kazár
3ff39a4d6e
Merge pull request #2157 from neghmurken/cookies-doc
Add some documentation for cookies
2018-10-04 10:20:27 +02:00
Márk Sági-Kazár
6c15c1abf9
Merge pull request #2156 from casconed/fix-risky-tests
Fix risky tests
2018-10-04 10:16:06 +02:00
neghmurken
4b2604b284 Add documentation for cookies 2018-10-03 22:53:38 +02:00
Jason Moore
cc362add6b Add annotations so tests aren't marked as risky 2018-10-03 14:25:28 -05:00
Jason Moore
edd4607e02 Add assertions 2018-10-03 14:24:58 -05:00
Jason Moore
6e0945c536 Change provider method prefix to provider 2018-10-03 14:23:23 -05:00
Nicolas CARPi
c7faf23816 Fix minor errors and doc comments (#2120)
* Fix minor errors and doc comments

* 2 anonymous functions were declaring using a variable that wasn't
used in the end, so this has been removed
* The 'delay' field of RetryMiddleware was not declared
* new TransferStats was called with 0 instead of null
* incorrect type was supplied to withHeader()
* various DocComments fixes

* revert back to 0
2018-09-12 17:59:05 +02:00
Mark Sagi-Kazar
dc4532af49
Add a docker file for quickly testing snippets 2018-09-12 17:44:37 +02:00
Daniel Espendiller
05f9f3b9f9 Using single qoute in testing documentation (#2138)
To make qoute documentation consistently use single qoute in Mock Handler section
2018-09-07 19:54:47 +02:00
SpacePossum
5c7a5c524e RequestException - check if readable before access (#2081)
* check if readable before access

* Add unit tests for RequestException::getResponseBodySummary

* use real object in test

* update test for older PHP version support

* remove no longer used imports

* Update RequestExceptionTest.php
2018-08-08 06:37:00 +02:00
Wulfric Wang
909ac9b2c4 curl error msg for low version 2018-08-03 12:18:02 +08:00
Wulfric Wang
bcfa6bad7b curl error msg for low version 2018-08-03 12:10:49 +08:00
Wulfric Wang
bd368857d5 curl error msg for low version 2018-08-03 12:10:49 +08:00
Márk Sági-Kazár
572593ad62
Merge pull request #2115 from shadowhand/patch-1
Correct reference to undefined default handler
2018-07-31 15:28:13 +02:00
Woody Gilk
634baabf14
Correct reference to undefined default handler
The default handler is created with `HandlerStack::create()`.
2018-07-30 11:07:04 -05:00
Márk Sági-Kazár
9133fe03c4
Merge pull request #2113 from tarjei/docs-patch-1
Clean up variable naming to make docs a bit clearer
2018-07-28 22:27:54 +02:00
Tarjei Huse
8eb20b4470
Clean up variable naming to make docs a bit clearer
Hope it's ok ;)
2018-07-27 08:08:03 +02:00