Commit Graph

5858 Commits

Author SHA1 Message Date
李铭昕
e259a59184
v2.0.12 (#2555)
* Update CHANGELOG-2.0.md

* Update

* Update doc and translate

Co-authored-by: huangzhhui <huangzhwork@gmail.com>
2020-09-21 10:25:38 +08:00
李铭昕
7fc9e40994
Merge pull request #2490 from Reasno/grpc-client-streaming
fix: fix grpc-client streaming
2020-09-21 09:25:28 +08:00
李铭昕
c092a97769
Update model-cache.md (#2552) 2020-09-20 10:24:52 +08:00
Qiu Tuleng
4791f1885f
Added a link of dump-server package (#2548)
Add the link of Symfony's dump-server package for Hyperf framework
2020-09-19 11:45:11 +08:00
李铭昕
91a121bbe7
Merge pull request #2546 from limingxinleo/2.0-pool-release
Fixed db connection don't destruct when using left join.
2020-09-18 17:54:51 +08:00
李铭昕
14b759333c Optimized test cases. 2020-09-18 17:45:22 +08:00
李铭昕
b5734c7ef2 Fixed db connection don't destruct when using left join. 2020-09-18 17:36:05 +08:00
李铭昕
7aea1ffbe6 Added test cases. 2020-09-18 17:31:56 +08:00
Reasno
518e7e207a doc: add grpc streaming example 2020-09-18 14:44:09 +08:00
Reasno
7785f06b59 doc: add grpc streaming example 2020-09-18 14:44:09 +08:00
weskiller
0eaa14c13f
Fixed @property of mutated attribute will be replaced by morphTo for gen:model. (#2535)
* Fixed gen:model morphTo maybe cover getAttribute Property

* Update ModelUpdateVisitor.php

* Update CHANGELOG-2.0.md

Co-authored-by: 李铭昕 <715557344@qq.com>
2020-09-18 09:48:03 +08:00
沈唁
d78fa97aa2
fix typo (#2536) 2020-09-18 09:20:00 +08:00
Aex
221fa54409
Fixed mutated attributes do not work in camel case (#2509)
* CamelCase驼峰模式下,设置访问器 getXxxAttribute , 查询结果 toArray 没有变化

* Added test cases.

* Update

* Update CHANGELOG-2.0.md

Co-authored-by: 李铭昕 <715557344@qq.com>
2020-09-17 18:56:19 +08:00
李铭昕
d76baa602a
Update docker-swarm.md (#2531) 2020-09-17 17:09:47 +08:00
Eric Zhu
a4072da433
Updated awesome components (#2502) 2020-09-17 16:42:27 +08:00
李铭昕
baacbff862 Format code. 2020-09-17 09:33:29 +08:00
黄朝晖
756429e1b4
Merge pull request #2527 from sy-records/fix-typo
fix typo
2020-09-16 18:18:33 +08:00
sy-records
8ec489af7e fix typo 2020-09-16 14:07:18 +08:00
leetaizhu
a05a36d0f9
Added column_type for MySqlGrammar::compileColumnListing. (#2512)
Co-authored-by: leetaizhu <taizhu.li@winekar.net>
Co-authored-by: 李铭昕 <715557344@qq.com>
2020-09-15 14:24:42 +08:00
李铭昕
3e0deffa15
Fixed typo. (#2511)
* Fixed typo

* Update changelog.md

* Deleted useless code.
2020-09-14 17:35:55 +08:00
Reasno
b30f33f018 test: pass grpc test 2020-09-14 14:21:59 +08:00
Reasno
1df8f30585 fix: throw exceptions when disconnect 2020-09-14 13:37:37 +08:00
李铭昕
69dd9067fa
Optimized code. (#2505) 2020-09-14 13:36:03 +08:00
李铭昕
ca134748ac
Added auto release. (#2504) 2020-09-14 12:43:30 +08:00
李铭昕
2852c0a29a
v2.0.11 (#2503)
* v2.0.11

* Translate

* Update changelog.md

Co-authored-by: huangzhhui <huangzhwork@gmail.com>
2020-09-14 11:02:38 +08:00
李铭昕
cb7d93a54a
Update testing.md (#2499) 2020-09-13 11:31:47 +08:00
谷溪
4bf2d3b239
fix #2491 adjust event sequence to ensure sid is added to room. (#2492)
* fix #2491

* Update CHANGELOG-2.0.md

Co-authored-by: 李铭昕 <715557344@qq.com>
2020-09-12 20:30:40 +08:00
李铭昕
529e581095
Merge pull request #2488 from minxinqing/fix/transaction_err_connect
Fixed `beginTransaction` failed when the pdo is `null`.
2020-09-12 19:31:59 +08:00
reasno
72ec6d243c build: fix grpc namespacing 2020-09-12 08:47:09 +08:00
reasno
f1b35f5030 build: ignore phpstan complaints 2020-09-12 08:40:52 +08:00
reasno
e586a44464 fix: fix grpc-client streaming 2020-09-12 08:32:19 +08:00
李铭昕
6f3c056263 Create DatabaseConnectionTest.php 2020-09-11 18:55:14 +08:00
李铭昕
1a7786c738 Fixed beginTransaction failed when the pdo is null. 2020-09-11 18:17:16 +08:00
闵新青
3be6a16f00 修复当开启事务时,连接永远不可用的情况 2020-09-11 17:44:58 +08:00
沈唁
bc875b51bb
fix title (#2481) 2020-09-11 10:33:53 +08:00
fsl
b1fc0cd595
Fixed Sender::check does not works when the checked fd not belong to websocket. (#2478)
* 修复Hyperf\WebSocketServer\Sender->check($fd)方法如果传入的不是websocket的fd会出现:Notice: Undefined index: websocket_status的问题

* Update Sender.php

* Added test cases.

* Update CHANGELOG-2.0.md

Co-authored-by: 李铭昕 <715557344@qq.com>
2020-09-10 14:34:50 +08:00
李铭昕
94fdaddc62
Added throwbale to the end of arguments of fallback for retry component. (#2475)
* Added argument `throwbale`to the end of arguments for fallback.

* Update CHANGELOG-2.0.md

* Update CHANGELOG-2.0.md
2020-09-10 14:03:58 +08:00
沈唁
4fc2077659
Update swoole tracker (#2479)
* Update docs

* fix typo
2020-09-10 14:02:25 +08:00
李铭昕
7d3d99af34
Optimized the fallback of FallbackRetryPolicy which support class@method (#2471)
Co-authored-by: yansongda <me@yansongda.cn>
2020-09-09 17:05:18 +08:00
李铭昕
60561b2b39
Format code. (#2469) 2020-09-09 15:45:27 +08:00
李铭昕
ed517bce08
Added optional visitor ModelRewriteGetterSetterVisitor for gen:model. (#2463)
* Added AbstractVisitor.

* Added BetterReflectionManager.

* Support getter and setter.

* Update document.
2020-09-09 14:40:23 +08:00
Nash Gao
582474718c
Optimized the http route observer which you can observe any one not only http (#2461)
Co-authored-by: 李铭昕 <715557344@qq.com>
2020-09-08 18:45:47 +08:00
leetaizhu
897f87edf9
Fixed method fill does not works for camel case model. (#2464)
* Fixed  使用CamelCase驼峰,执行模型批量赋值fill方法时如果key是驼峰同时模型$fillable数组内是蛇形,导致无法批量赋值。

* Update CHANGELOG-2.0.md

Co-authored-by: leetaizhu <taizhu.li@winekar.net>
Co-authored-by: 李铭昕 <715557344@qq.com>
2020-09-08 18:34:42 +08:00
李铭昕
f07ed0d5c4
Added ReloadChannelListener to reload timeout or failed channels automatically. (#2459)
* Added `ReloadChannelListener` to reload timeout or failed channels automatically.

* Added test cases.
2020-09-08 11:35:00 +08:00
李铭昕
efc637a4a5
Added auto release. (#2457) 2020-09-07 18:26:15 +08:00
谷溪
000664e036
feat: add a method to retrieve psr7 request from socket. (#2455)
Co-authored-by: 沈唁 <52o@qq52o.cn>
Co-authored-by: 李铭昕 <715557344@qq.com>
2020-09-07 17:00:27 +08:00
谷溪
567ebaa1fd
doc: Add docs about fetching request object in socket.io callback. (#2454) 2020-09-07 15:38:17 +08:00
ninvfeng
8a5e422a97
Fixed typo (#2453) 2020-09-07 14:44:11 +08:00
李铭昕
0c2387591c
Fixed invalid argument supplied for foreach(). (#2452)
* Update InvalidCacheManager.php

* Update CHANGELOG-2.0.md
2020-09-07 13:37:49 +08:00
李铭昕
378a930f7a
v2.0.10 (#2450)
* v2.0.10

Co-authored-by: huangzhhui <huangzhwork@gmail.com>
2020-09-07 12:55:20 +08:00