1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-01-17 13:28:13 +01:00

3596 Commits

Author SHA1 Message Date
Tobias Nyholm
7e89c4a066 Added changelog for 7.0.0 Beta1 (#2506)
* Added changelog for 7.0.0 Beta1
2019-12-28 18:33:54 +02:00
Tobias Nyholm
19cdd3886c Cleanup upgrade docs (#2508) 2019-12-28 18:10:15 +02:00
Mponos George
7521a46c79 idn_to_ascii() fix for old PHP versions (#2509)
* Changes from 6.5.2 added to master

* Added 6.5.2 changelog
2019-12-28 17:06:05 +01:00
Chris Wilkinson
662b4e1912 Fix logging with a string rejection (#2311)
* Fix logging with a string rejection

* rebase fix

* cs fix

Co-authored-by: Tobias Nyholm <tobias.nyholm@gmail.com>
2019-12-28 15:02:39 +01:00
Mponos George
cce7ba5b8e Widen the Exception type to Throwable (#2495)
* Widen the Exception type to Throwable

* Reverted some exceptions

Co-authored-by: Tobias Nyholm <tobias.nyholm@gmail.com>
2019-12-28 14:55:06 +01:00
Mponos George
4021a74419 Rework the exceptions to be compatible with PSR-18 (#2474)
* Rework the exceptions to be better compatible with PSR-18

* Fixes of exceptions

* remove unused use
2019-12-28 13:29:19 +01:00
Mponos George
67f3aa0157 Adding types on MockHandler fixes various issues (#2499)
* Making type of MockHandler strict fixes various issues

* Fix the tests of the MockHandler

* Fix expected exception on MockHandler tests
2019-12-28 13:18:48 +01:00
Mponos George
865ff35722 Method annotation is not enforcing return type argument (#2497)
* Remove annotation method in order to enforce return type

* Wrote tests about BadResponseException

* Added docblocks for BadResponseException

* update baseline and fix codestyle
2019-12-28 13:18:15 +01:00
Mponos George
c60e59229d UPGRADE file for version 7 (#2473)
* UPGRADE file for version 7

* update url for diff changes in Upgrading guide

* Update UPGRADING.md

* Update UPGRADING.md
2019-12-28 13:17:01 +01:00
Mponos George
b297f12db0 Disallow null uri as value (#2461) 2019-12-28 13:13:48 +01:00
Márk Sági-Kazár
578901eeb2
Merge pull request #2504 from guzzle/fix-issue-templates
Add global issue templates
2019-12-28 10:50:11 +01:00
Mark Sagi-Kazar
9b89a98d56
Add global issue templates 2019-12-28 10:49:49 +01:00
Márk Sági-Kazár
0f6b873ec5
Merge pull request #2503 from guzzle/update-ga
Update PHP action
2019-12-28 10:27:05 +01:00
Mark Sagi-Kazar
fd386ff491
Disable roave check for now 2019-12-28 10:17:44 +01:00
Mark Sagi-Kazar
7ddd1065d5
Update PHP action 2019-12-28 10:10:56 +01:00
Márk Sági-Kazár
43ece0e750
Merge pull request #2492 from gmponos/prepare-6.5
Prepare for v6.5.2
6.5.2
2019-12-23 12:57:10 +01:00
Márk Sági-Kazár
e889719ced
Merge pull request #2493 from gmponos/request_exception_throwable
Widen the previous exception type using Throwable
2019-12-23 12:56:35 +01:00
Mponos George
f25256f660 Widen the previous exception type using throwable 2019-12-23 11:42:56 +02:00
Mponos George
c62b7e54e4 Wrote changelog for version 6.5.2 2019-12-23 10:27:48 +02:00
Alexey Shokov
af1ace0ced idn_to_ascii() fix for old PHP versions (#2489) 2019-12-23 10:05:53 +02:00
Márk Sági-Kazár
8781cac0e4 Fix Roave BC check (#2490)
* Fix Roave BC checks

* Remove rule from baseline
2019-12-23 09:58:26 +02:00
Mark Sagi-Kazar
6d849f2b8e
Update gitattributes 2019-12-21 23:00:50 +01:00
Mark Sagi-Kazar
9b0f32e61f
Fix indentation 2019-12-21 22:56:50 +01:00
Mark Sagi-Kazar
9a561ccd1e
Rename php cs file 2019-12-21 22:50:57 +01:00
Mark Sagi-Kazar
5902d30604
Add missing extension lowest version build 2019-12-21 22:37:36 +01:00
Mark Sagi-Kazar
4156c3b869
Composer update 2019-12-21 22:37:08 +01:00
Mponos George
f36a012f31 Fix phpstan complains about false errors (#2485)
* Fix phpstan complains about false errors

* Revert - set cookie to throw exception on array_replace

* Add to baseline a false report about comparison
2019-12-21 22:20:05 +01:00
Mponos George
778445594f Added visiblity to all constants and php-cs rule for visibility (#2462)
* Added visiblity to all constants

* Revert back to public some constants and added php-cs rule for visibility
2019-12-21 21:00:15 +01:00
Márk Sági-Kazár
140d45e526
Merge pull request #2486 from guzzle/remove-health-files
Use common issue templates
2019-12-21 20:52:53 +01:00
Mark Sagi-Kazar
e06e3fbda5
Use common issue templates 2019-12-21 17:34:59 +01:00
Mponos George
b8310d23c8
Merge pull request #2483 from gmponos/merge650-to-master
Merge 6.5 to master
2019-12-21 17:00:23 +02:00
Mponos George
eff6dbb7a3 Remove extra line 2019-12-21 12:03:23 +02:00
Mponos George
70bdcbd55f Merge 6.5 2019-12-21 11:59:02 +02:00
Mponos George
74d5d12be4 Merge remote-tracking branch 'guzzle/master' into merge650-to-master 2019-12-21 11:57:38 +02:00
Mponos George
dd9297d7a3
remove unused imports (#2479) 2019-12-21 11:00:58 +02:00
Tobias Nyholm
0274c05370 Prepare CHANGELOG for 6.5.1 (#2481) 6.5.1 2019-12-21 10:51:15 +02:00
Tobias Nyholm
be1eb5c04b
Merge pull request #2480 from guzzle/composer-normalize
Composer normalize
2019-12-21 09:40:08 +01:00
Mponos George
e3fbd83f67 Update extensions to include intl (#2478) 2019-12-21 09:37:27 +01:00
Mponos George
ece8392e00 Be strict about array_replace that may return null (#2471)
* Be strict about array_replace that may return null

* revert cs changes
2019-12-21 09:36:23 +01:00
Mponos George
45b360e8cb Fixes from typehints of the code (#2466)
* Fixes from typehints of the code

* Remove ignored errors from baseline

* Fix the error thrown by phpstan

* Update code base on typehints

* Fix codestyle issues

* Revert some changes on baseline

* Added more return types and typehints to functions

* Remove a wrong typehint on a function

* Fix phpstan
2019-12-21 09:31:26 +01:00
Mponos George
d824c1d19e Remove deprecated request options (#2464)
* Remove deprecated request options

* Fix failing tests because of removed option

* Remove not needed tests for deprecated options
2019-12-21 09:17:23 +01:00
Mark Sagi-Kazar
ea074ae5a9
Fix typo 2019-12-20 13:19:42 +01:00
Mark Sagi-Kazar
3ef9aae6f2
Merge roave bc and checks 2019-12-20 13:18:52 +01:00
Mark Sagi-Kazar
2b1b792f7f
Add github actions check for composer normalization 2019-12-20 13:14:40 +01:00
Mark Sagi-Kazar
7fac283d34
Normalize composer 2019-12-20 13:14:15 +01:00
Mark Sagi-Kazar
0ccbbb3ad7
Install composer normalize 2019-12-20 12:58:44 +01:00
Márk Sági-Kazár
283a72430a
Merge pull request #2424 from gmponos/issue#2423
Add IDN support for redirects also
2019-12-20 12:43:35 +01:00
Márk Sági-Kazár
6ff11aba00
Merge pull request #2477 from GrahamCampbell/patch-1
Use PHP 7.4 stable on travis
2019-12-20 04:42:45 +01:00
Graham Campbell
4bd2d3383b
Use PHP 7.4 stable on travis 2019-12-20 00:17:39 +00:00
Márk Sági-Kazár
64417d9a62
Merge pull request #2475 from alexeyshockov/patch-1
README refresh
2019-12-19 23:06:59 +01:00