Commit Graph

5877 Commits

Author SHA1 Message Date
李铭昕
b74539d3a3
Allow whereNull to accept array columns argument. (#2603)
* Fixed the error sql when the column is null.

* Added test cases.

* Update
2020-09-30 21:08:43 +08:00
李铭昕
50479409ca
Fixed @property will be replaced by @property-read when the property has getter and setter at the same time. 2020-09-30 15:41:46 +08:00
李铭昕
b9c729211b
Fixed crontab does not stops when using signal. (#2594)
* Fixed crontab does not stops when using signal.

* Update CHANGELOG-2.0.md
2020-09-28 17:56:39 +08:00
李铭昕
34ed6f37e4
v2.0.13 (#2586)
* Update CHANGELOG-2.0.md

* Update awesome-components.md

Co-authored-by: huangzhhui <huangzhwork@gmail.com>
2020-09-28 10:47:04 +08:00
李铭昕
fdbc32a4e4
Fixed crontab does not works when using coroutine style server. (#2590)
* Added PHPDOc.

* Fixed crontab does not works when using coroutine style server.
2020-09-27 16:25:56 +08:00
李铭昕
8032cc206a
Fixed amqp consumer does not starts when using coroutine style server. (#2589)
* Fixed amqp consumer does not starts when using coroutine style server.

* Update CHANGELOG-2.0.md
2020-09-27 15:35:47 +08:00
李铭昕
21eb870b2d
Don't delete nacos service when shutdown. (#2584)
* Don't delete nacos service when shutdown.

* Update CHANGELOG-2.0.md
2020-09-25 17:03:47 +08:00
李铭昕
d14c168836
Merge pull request #2580 from Reasno/grpc-metadata
feat: support grpc client side metadata
2020-09-25 14:10:17 +08:00
Reasno
1b425d7772 style: format 2020-09-25 13:07:43 +08:00
李铭昕
1cbbf3516e
Fixed redis connection has already been bound to another coroutine. (#2582)
* Added test cases.

* Update

* Update CHANGELOG-2.0.md
2020-09-24 20:45:35 +08:00
李铭昕
fea7f0a1f2
Fixed event AfterProcessHandle won't be dispatched when throw exception in process. (#2578)
* Fixed event `AfterProcessHandle` does not dispatched when throw exception in process.

* Added test cases.
2020-09-24 18:56:15 +08:00
Reasno
d42cbe4642 feat: support grpc metadata 2020-09-24 17:53:59 +08:00
kis龍
56b5103011
Added trace info for WhoopsExceptionHandler. (#2445)
* Whoops exception class returns json format to support trace error details.(#2418)

* Optimized code.

* Update CHANGELOG-2.0.md

Co-authored-by: 李铭昕 <715557344@qq.com>
2020-09-24 11:36:22 +08:00
Nash Gao
1e13776e47
fix typo and ambiguous expression (#2569)
* fix typo and ambiguous expression

* fix typo

* update questions with zirocte/swagger 3.0.5 version issue
2020-09-23 10:31:52 +08:00
李铭昕
711b692e08
Fixed proxy class generate keyword parent::class but the class scope has on parent. (#2565)
* Fixed proxy class generate keyword `parent::class` but the class scop has on parent.

* Update CHANGELOG-2.0.md
2020-09-22 13:58:02 +08:00
李铭昕
afe7f65a78
Optimized error message when close amqp connection failed (#2561)
* Optimized error message when close amqp connection failed

* Update CHANGELOG-2.0.md
2020-09-22 09:52:21 +08:00
谷溪
9bc9990d90
fix: remove query in namespace (#2559)
* fix: remove query in namespace

* Update CHANGELOG-2.0.md

Co-authored-by: 李铭昕 <715557344@qq.com>
2020-09-22 09:38:36 +08:00
李铭昕
5b0501fdb2
Fixed composer.json error (#2558) 2020-09-21 15:08:43 +08:00
李铭昕
b751074339
Added auto release (#2556) 2020-09-21 11:59:18 +08:00
李铭昕
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