Commit Graph

4894 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
谷溪
7b55cbfe79
Update CoreMiddleware.php 2020-04-29 18:29:18 +08:00
Reasno
ff8ce8d6b3 fix validation tests 2020-04-26 15:05:38 +08:00
Reasno
4ece5af25a fix json rpc tests 2020-04-26 14:38:00 +08:00
Reasno
959f98a65b make ClosureDefinitionCollectorInterface optional, don't break millions of tests. 2020-04-26 14:23:32 +08:00
Reasno
345e69cfc1 support closure injection 2020-04-26 13:42:38 +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
谷溪
0dd3f05835
Merge pull request #1632 from limingxinleo/1.1-doc
Update changelog.md
2020-04-23 17:37:44 +08:00
李铭昕
d9cfdcddb8 Update changelog.md 2020-04-23 15:58:30 +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
李铭昕
40cfb3c1e4 Update Context.php 2020-04-23 13:40:02 +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
谷溪
526c635e69
Merge pull request #1589 from Reasno/utils
make filesystem locks coroutine safe.
2020-04-23 12:10:58 +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
Reasno
9f7cec3776 Merge remote-tracking branch 'origin/utils' into utils 2020-04-21 14:37:08 +08:00
Reasno
e87f1c3878 Merge remote-tracking branch 'origin/utils' into utils 2020-04-21 14:33:01 +08:00
Reasno
24fa83b1d3 Merge remote-tracking branch 'origin/utils' into utils 2020-04-21 14:12:04 +08:00
Reasno
bbd1bcea20 use non-blocking locks. 2020-04-21 14:06:25 +08:00
谷溪
b55a76eeb6
Update ContextTest.php 2020-04-21 10:09:36 +08:00
huangzhhui
84f992ee94 Add performance 2020-04-20 16:29:29 +08:00
Reasno
e0a66595e2 fix travis 2020-04-20 13:45:36 +08:00
Reasno
a5cea74693 add doc and tests 2020-04-20 12:55:53 +08:00
李铭昕
ef3df27753
Merge pull request #1575 from weskiller/master
Feature gen:model relation property
2020-04-20 12:50:43 +08:00
李铭昕
18306b4224 Deleted useless code. 2020-04-20 12:43:50 +08:00
李铭昕
25c4abb4cb Optimized command gen:command. 2020-04-20 12:33:43 +08:00
Reasno
10011c9378 add doc and tests 2020-04-20 12:31:42 +08:00
李铭昕
f5033e9cc8 Merge branch 'master' into pr/1575 2020-04-20 10:14:55 +08:00
李铭昕
4af18a6a1c
Added conflict of symfony/event-dispatcher which < 4.3. (#1586) 2020-04-20 10:12:34 +08:00
reasno
c97899db7f use defer to reclaim resources
Signed-off-by: reasno <guxi99@gmail.com>
2020-04-19 23:35:37 +08:00
reasno
e5a94460b9 Support WebSocket Context.
Signed-off-by: reasno <guxi99@gmail.com>
2020-04-19 23:08:24 +08:00
谷溪
0afa3719fd
Merge pull request #1599 from hyperf/Reasno-patch-1
Update filesystem.md
2020-04-19 17:17:14 +08:00
谷溪
4f98fc1a4f
Update filesystem.md 2020-04-18 22:23:16 +08:00
谷溪
a4dba5f081
Update filesystem.md 2020-04-18 22:21:31 +08:00
谷溪
0ce03b8d19
Merge branch 'master' into utils 2020-04-17 13:26:00 +08:00
Reasno
6739970444 fix false positive test case 2020-04-17 13:21:18 +08:00
Reasno
1a7ec243d4 make filesystem locks coroutine safe. 2020-04-17 13:16:13 +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
nfangxu
276200832a
Fixed parent class does not exists in Hyperf\GrpcServer\CoreMiddleware. (#1572)
示例代码: https://github.com/nfangxu/hyperf-demo/blob/bug-grpc-di/app/Controller/HiController.php
2020-04-16 12:25:06 +08:00
weskiller
8df311dbe5 Fixed command describe:route if uri same will overlapping 2020-04-16 12:14:57 +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