李铭昕
|
463d048bb0
|
Added test case.
|
2020-06-16 15:58:06 +08:00 |
|
谷溪
|
77c3d83039
|
perf: only dispatch connect/disconnect events in onOpen and onClose (#1793)
* perf: only dispatch connect/disconnect events in onOpen and onClose
* upgrade private stuff to protected so people can hack them.
* add CHANGELOG.md
|
2020-05-26 12:22:50 +08:00 |
|
huangzhhui
|
1e521e584f
|
Update changelog
|
2020-05-21 15:02:54 +08:00 |
|
huangzhhui
|
ecae338793
|
Update changelog
|
2020-05-21 14:59:08 +08:00 |
|
huangzhhui
|
7660964422
|
Merge branch 'master' into pr/1741
|
2020-05-21 14:52:29 +08:00 |
|
李铭昕
|
3978788d4c
|
v1.1.32 (#1759)
* Update changelog.md
* Translate
Co-authored-by: 黄朝晖 <huangzhwork@gmail.com>
|
2020-05-21 14:47:20 +08:00 |
|
daydaygo
|
3e3c7c2da7
|
docs: update changelog
|
2020-05-21 13:47:25 +08:00 |
|
李铭昕
|
eb269770b3
|
Fixed the incorrent number of current connections when close failed. (#1750)
|
2020-05-21 12:33:04 +08:00 |
|
codinghuang
|
e65f50d7e7
|
Fixed the wrong start info for base server. (#1754)
|
2020-05-18 18:35:20 +08:00 |
|
李铭昕
|
b43775a369
|
Fixed concurrent.limit does not works when using another pool. (#1748)
* Fixed concurrent.limit does not works when using another pool.
* Update CHANGELOG.md
|
2020-05-18 17:36:18 +08:00 |
|
谷溪
|
20951d66f5
|
fix oss hook bitwise operator (#1739)
* fix oss hook
* Update CHANGELOG.md
Co-authored-by: 李铭昕 <715557344@qq.com>
|
2020-05-16 22:00:36 +08:00 |
|
梁桂锋
|
3cad705e00
|
Fixed the bug that the morph association is empty and cannot be queried. (#1734)
* Fix the bug that the morph association is empty and cannot be queried
* Added testing.
* Update CHANGELOG.md
Co-authored-by: 李铭昕 <715557344@qq.com>
|
2020-05-16 10:49:33 +08:00 |
|
谷溪
|
d7a965c0de
|
Fix refId error (#1743)
* Fix refId error
* Update CHANGELOG.md
Co-authored-by: 李铭昕 <715557344@qq.com>
|
2020-05-16 09:37:05 +08:00 |
|
Cong Peijun
|
a74b9c09bd
|
Fix wrong link (#1737)
|
2020-05-15 11:05:26 +08:00 |
|
谷溪
|
a6fb3fe495
|
Update CHANGELOG.md
|
2020-05-14 13:21:27 +08:00 |
|
李铭昕
|
bb6eb2f602
|
Update CHANGELOG.md
|
2020-05-14 12:23:53 +08:00 |
|
李铭昕
|
78d2df0b85
|
Added shortcut -R of --refresh-fillable for command gen:model . (#1730)
|
2020-05-14 12:03:27 +08:00 |
|
谷溪
|
811f3b015e
|
Merge pull request #1708 from Reasno/socketio
fix a variety of issues found in socketio-server
|
2020-05-12 16:58:56 +08:00 |
|
Reasno
|
b4b1405401
|
add changelog
|
2020-05-12 16:58:16 +08:00 |
|
李铭昕
|
5c5ac770e7
|
Don't set process title in Darwin OS. (#1710)
|
2020-05-09 18:14:50 +08:00 |
|
李铭昕
|
95acfbc176
|
Fixed Context::copy does not works when use keys.. (#1696)
|
2020-05-08 11:00:06 +08:00 |
|
李铭昕
|
81f3e7d2cf
|
v1.1.30 (#1668)
Co-authored-by: 黄朝晖 <huangzhwork@gmail.com>
|
2020-05-07 14:09:53 +08:00 |
|
crystal9002
|
c5f74609be
|
Optimized a meaningless redis delete instruction. (#1670)
Co-authored-by: zhenguo.guan <guanzhenguo@3k.com>
Co-authored-by: 李铭昕 <715557344@qq.com>
|
2020-05-04 12:12:05 +08:00 |
|
神秘人xcy
|
f07abc641b
|
Added ORM methods morphWith and whereHasMorph . (#1616)
* Add MorphWith ORM Function
* Add WhereHasMorph ORM Function
* Added test cases.
* Added document.
Co-authored-by: 李铭昕 <715557344@qq.com>
|
2020-05-03 13:29:33 +08:00 |
|
李铭昕
|
0a2ba3068e
|
v1.1.28 (#1657)
Co-authored-by: huangzhhui <huangzhwork@gmail.com>
|
2020-04-30 17:09:23 +08:00 |
|
李铭昕
|
c44389794d
|
Fixed MysqlProcessor::processColumns does not work when the server is 8.0 (#1655)
|
2020-04-30 07:35:17 +08:00 |
|
李铭昕
|
1e80f5a824
|
Added RenderException to catch render exceptions in view. (#1654)
|
2020-04-30 07:28:12 +08:00 |
|
李铭昕
|
5873fa4d6d
|
Fixed bug that command describe:routes will show the wrong list. (#1650)
|
2020-04-30 07:17:56 +08:00 |
|
李铭昕
|
69fbeebec2
|
Added RedisStringHandler for model-cache. (#1647)
* Added RedisStringHandler for model-cache.
* Deleted useless code.
* Optimized code.
* Update CHANGELOG.md
|
2020-04-30 07:06:58 +08:00 |
|
李铭昕
|
437840e8c9
|
Merge pull request #1641 from limingxinleo/1.1-rpc
Fixed request exception will be thrown when result is null.
|
2020-04-30 06:58:28 +08:00 |
|
谷溪
|
15a392903b
|
Merge branch 'master' into closure
|
2020-04-29 21:39:13 +08:00 |
|
谷溪
|
5734f5ff42
|
Update CHANGELOG.md
|
2020-04-29 21:37:55 +08:00 |
|
李铭昕
|
509807285c
|
Added test cases.
|
2020-04-26 14:47:32 +08:00 |
|
李铭昕
|
16bf9e6987
|
Fixed bug that the unhealthy node will be got from consul . (#1639)
|
2020-04-24 18:58:39 +08:00 |
|
nfangxu
|
ba502262b1
|
Optimized co-phpunit do not broken in coroutine environment, when cases failed. (#1636)
* 测试中的出现异常不应该直接使用 exit 退出, 这样无法准确定位哪个测试没通过
* Optimized code.
Co-authored-by: 李铭昕 <715557344@qq.com>
|
2020-04-24 14:35:25 +08:00 |
|
李铭昕
|
bb6a25b1dc
|
v1.1.27 (#1628)
|
2020-04-23 15:36:30 +08:00 |
|
霸气千秋
|
36d6d2a5c4
|
Fixed describe:routes when router handler is Closure . (#1624)
Co-authored-by: 李铭昕 <715557344@qq.com>
|
2020-04-23 13:47:22 +08:00 |
|
李铭昕
|
641e673418
|
Merge pull request #1603 from Reasno/websocekt
Support WebSocket Context.
|
2020-04-23 13:40:59 +08:00 |
|
minxinqing
|
3a8a80c7de
|
Added maxConsumption for amqp consumer. (#1597)
Co-authored-by: 李铭昕 <715557344@qq.com>
|
2020-04-23 13:13:05 +08:00 |
|
谷溪
|
fbc0908a13
|
Update CHANGELOG.md
|
2020-04-23 12:16:08 +08:00 |
|
谷溪
|
cb096e8a04
|
Merge branch 'master' into utils
|
2020-04-23 12:10:45 +08:00 |
|
谷溪
|
62b97b148a
|
Update CHANGELOG.md
|
2020-04-23 12:09:11 +08:00 |
|
Bi Zhiming
|
760fff0c16
|
Fixed the rpc client do not work, when jsonrpc server register the same service to consul with jsonrpc and jsonrpc-http protocol. (#1553)
Co-authored-by: daydaygo <1252409767@qq.com>
Co-authored-by: 李铭昕 <715557344@qq.com>
|
2020-04-23 11:54:55 +08:00 |
|
李铭昕
|
0e287e7dbb
|
Fixed bug that the return value of function go is not adaptive with swoole . (#1607)
|
2020-04-22 15:18:21 +08:00 |
|
李铭昕
|
18306b4224
|
Deleted useless code.
|
2020-04-20 12:43:50 +08:00 |
|
李铭昕
|
4af18a6a1c
|
Added conflict of symfony/event-dispatcher which < 4.3. (#1586)
|
2020-04-20 10:12:34 +08:00 |
|
李铭昕
|
018f7b83f1
|
v1.1.26 (#1581)
Co-authored-by: huangzhhui <huangzhwork@gmail.com>
|
2020-04-16 15:02:05 +08:00 |
|
韩槑槑
|
6335a4897a
|
The step type of the refresh command is int (#1579)
Co-authored-by: daydaygo <1252409767@qq.com>
Co-authored-by: 李铭昕 <715557344@qq.com>
|
2020-04-16 12:30:01 +08:00 |
|
李铭昕
|
170ea477fb
|
Merge pull request #1578 from Reasno/server
Support `getStream` method in `UploadedFile.php`.
|
2020-04-16 12:13:54 +08:00 |
|
nfangxu
|
0346192802
|
Fixed describe:routes command's server option not take effect (#1577)
Co-authored-by: daydaygo <1252409767@qq.com>
Co-authored-by: 李铭昕 <715557344@qq.com>
|
2020-04-16 12:11:35 +08:00 |
|