Commit Graph

713 Commits

Author SHA1 Message Date
谷溪
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
李铭昕
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
crystal9002
e9895f7a01
Changed \Redis to RedisProxy for RedisDriver in async-queue. (#1568)
* redis async queue pool

* 增加文档 & 默认配置文件

* Fixed test cases.

Co-authored-by: zhenguo.guan <guanzhenguo@3k.com>
Co-authored-by: 李铭昕 <715557344@qq.com>
2020-04-16 11:55:03 +08:00
daydaygo
0af47cba09 docs: update 2020-04-16 11:31:09 +08:00
李铭昕
112e27157c
Reset transaction level to zero, when reconnent to mysql server. (#1565) 2020-04-15 18:59:49 +08:00
谷溪
63b262b58b
Update CHANGELOG.md 2020-04-14 09:23:31 +08:00
李铭昕
285ba93136
Fixed interface 'Symfony\Component\EventDispatcher\EventDispatcherInterface' not found. (#1532)
* Fixed interface 'Symfony\Component\EventDispatcher\EventDispatcherInterface' not found.
2020-04-09 14:38:35 +08:00
李铭昕
59fce8c00f
v1.1.24 (#1524)
Co-authored-by: 黄朝晖 <huangzhwork@gmail.com>
2020-04-09 11:48:21 +08:00
黄朝晖
f5955e4b12
Merge branch 'master' into di2 2020-04-09 11:42:41 +08:00
huangzhhui
d82790bc0a Update CHANGELOG.md 2020-04-09 11:29:57 +08:00
huangzhhui
ce3986ec23 Update CHANGELOG.md 2020-04-09 01:09:23 +08:00
黄朝晖
859119bb77
Merge branch 'master' into 1.1-queue 2020-04-09 00:06:16 +08:00
huangzhhui
b3fb83f50f Update CHANGELOG.md 2020-04-09 00:05:26 +08:00
黄朝晖
6cdf4cca88
Merge pull request #1510 from Reasno/framework
better handling of graceful start & graceful stop
2020-04-09 00:00:20 +08:00
黄朝晖
022dd69a11
Merge branch 'master' into master 2020-04-08 23:59:49 +08:00
huangzhhui
c4b59f6ba9 Update CHANGELOG.md 2020-04-08 23:58:16 +08:00
huangzhhui
aeac3868e5 Update CHANGELOG.md 2020-04-08 23:56:00 +08:00
黄朝晖
8858fcf4a0
Merge pull request #1507 from daodao97/patch-1
fix: consul catalog register method GET => PUT
2020-04-07 20:26:21 +08:00
黄朝晖
416fa802e6
Update CHANGELOG.md 2020-04-07 20:26:11 +08:00
daydaygo
f6b872c95d Update CHANGELOG.md 2020-04-07 15:06:12 +08:00
谷溪
b28e5435e3
Merge pull request #1501 from Reasno/framework
feat: bridge symfony events to hyperf event dispatcher.
2020-04-06 09:58:16 +08:00
reasno
5910715f26 Add CHANGELOG.md 2020-04-05 00:16:29 +08:00
李铭昕
d09c6923b3 Update CHANGELOG.md 2020-04-04 19:46:53 +08:00
李铭昕
bc1d1df15e Added test cases. 2020-04-03 18:38:15 +08:00
黄朝晖
7b06df16ee
Update CHANGELOG.md 2020-04-02 15:29:57 +08:00
Reasno
9eff29cfd6 ignore @mixin annotation 2020-04-02 15:14:33 +08:00
李铭昕
32190b4a97
v1.1.23 (#1488)
Co-authored-by: huangzhhui <huangzhwork@gmail.com>
2020-04-02 11:35:51 +08:00
黄朝晖
f4e4c63051
Merge pull request #1480 from huangzhhui/master
rpc client will generate the methods of inherited interface automatically now
2020-04-02 11:18:57 +08:00
huangzhhui
62ad155871 Add CHANGELOG 2020-04-02 11:13:13 +08:00
puppy
f60db3ce58
Fixed Invalid argument supplied for Hyperf\Testing\Client::flushContext. (#1477)
* - 解决 Hyperf\Testing\Client::flushContext 因获取上下文返回 nul 时报 Invalid ar
gument supplied for foreach() 的问题

Co-authored-by: 李铭昕 <715557344@qq.com>
2020-04-02 09:45:05 +08:00
李铭昕
1b55e8c2f7
Creating message with make instead of new for async-queue. (#1481) 2020-03-31 13:42:58 +08:00
黄朝晖
a3c3eabca8
Update CHANGELOG.md 2020-03-31 11:39:21 +08:00
黄朝晖
4fae295f20
Merge branch 'master' into 1.1-guzzle 2020-03-31 11:36:47 +08:00