huangzhhui
|
cc2f61be6e
|
Adapte nullable type of parameter
|
2020-03-29 02:35:20 +08:00 |
|
huangzhhui
|
23e9c7cd3c
|
Update ProxyCallVisitor.php
|
2020-03-29 02:21:56 +08:00 |
|
huangzhhui
|
84cb8a5dab
|
rpc client will generate the methods of inherited interface automatically now
|
2020-03-29 01:49:43 +08:00 |
|
李铭昕
|
7453f1dc2a
|
Fixed the consumer of NSQ will restart when requeue message. (#1474)
Co-authored-by: 黄朝晖 <huangzhwork@gmail.com>
|
2020-03-27 18:01:10 +08:00 |
|
李铭昕
|
367f4f9e8d
|
Fixed data recved failed, when the body is larger than max-output-buffer-size. (#1471)
* Fixed data recved failed, when the body is larger than max-output--buffer-size.
* Update CHANGELOG.md
|
2020-03-27 17:50:33 +08:00 |
|
李铭昕
|
293cb6662a
|
Fixed consume failed, when publish message in consumer. (#1472)
* Fixed consume failed, when publish message in consumer.
* Update CHANGELOG.md
* Fixed connection name not found.
* Update KeepaliveConnection.php
|
2020-03-27 16:30:04 +08:00 |
|
李铭昕
|
61f7f18f2a
|
Update CHANGELOG.md
|
2020-03-27 10:12:29 +08:00 |
|
李铭昕
|
e163dd4b56
|
Removed useless code.
|
2020-03-26 19:02:14 +08:00 |
|
李铭昕
|
7c1564856b
|
Update changelog.md
|
2020-03-26 17:44:05 +08:00 |
|
黄朝晖
|
eff0723655
|
Merge pull request #1466 from hedeqiang/master
Update filesystem.md
|
2020-03-26 17:28:28 +08:00 |
|
李铭昕
|
1dd0814e4a
|
Added property useMake for HandlerStackFactory .
|
2020-03-26 17:27:25 +08:00 |
|
黄朝晖
|
b832ec2610
|
Format
|
2020-03-26 14:04:20 +08:00 |
|
Reasno
|
5b64ebcbcb
|
fix default path
|
2020-03-26 13:51:52 +08:00 |
|
Reasno
|
a2027f782e
|
Merge branch 'master' of github.com:hyperf/hyperf into filesystem
|
2020-03-26 13:47:29 +08:00 |
|
Reasno
|
c7f95132cf
|
test against missing configuration
|
2020-03-26 13:46:37 +08:00 |
|
hedeqiang
|
6110af9958
|
Update filesystem
|
2020-03-26 13:21:38 +08:00 |
|
hedeqiang
|
14a1365fd8
|
Update filesystem.md
|
2020-03-26 12:37:04 +08:00 |
|
huangzhhui
|
9423ffb38b
|
Update
|
2020-03-26 11:32:00 +08:00 |
|
李铭昕
|
20f50b8e6c
|
v1.1.22 (#1465)
Co-authored-by: huangzhhui <huangzhwork@gmail.com>
|
2020-03-26 11:28:26 +08:00 |
|
outlaws
|
1edc58204a
|
New config items for nsq components to control consumer start (#1440)
Co-authored-by: 黄朝晖 <huangzhwork@gmail.com>
Co-authored-by: 李铭昕 <715557344@qq.com>
|
2020-03-26 11:16:02 +08:00 |
|
李铭昕
|
9563f9b309
|
Merge pull request #1445 from weskiller/master
Fixed command describe:route missing variable route
|
2020-03-26 10:47:27 +08:00 |
|
李铭昕
|
4b22b85c45
|
Merge pull request #1451 from Reasno/filesystem
Add Filesystem component
|
2020-03-26 10:46:29 +08:00 |
|
李铭昕
|
4870828580
|
Removed useless code.
|
2020-03-26 10:36:39 +08:00 |
|
李铭昕
|
1735612d76
|
Merge pull request #1452 from Reasno/patch-1
Encourage the use of \Hyperf\Redis\Redis instead of \Redis because of #938
|
2020-03-26 10:31:51 +08:00 |
|
李铭昕
|
c2938be06a
|
Format code.
|
2020-03-26 10:25:47 +08:00 |
|
谷溪
|
1c364570c1
|
support macroable model, as laravel does (#1459)
|
2020-03-26 10:18:51 +08:00 |
|
dayday
|
372668a91f
|
feat: use swoole/ide-helper (#1460)
* feat: use swoole/ide-helper
* Removed swoole/ide-helper form sub components.
* Fixed composer deprecation.
Co-authored-by: 李铭昕 <715557344@qq.com>
|
2020-03-26 10:15:48 +08:00 |
|
李铭昕
|
fd7533bcc5
|
Added option on_stats for guzzle handler. (#1463)
* Added option `on_stats` for guzzle handler.
* Added test cases.
|
2020-03-26 09:44:58 +08:00 |
|
Reasno
|
e3eee1edea
|
rollback publish/file.php
|
2020-03-24 16:58:14 +08:00 |
|
李铭昕
|
9718117e30
|
Fixed guzzle handler not support elasticsearch which version is larger than 7.0. (#1458)
* Fixed guzzle handler not support elasticsearch which version is larger than 7.0.
* Update CHANGELOG.md
|
2020-03-24 14:08:13 +08:00 |
|
Reasno
|
e535f47015
|
improve consistency in publish/file.php
|
2020-03-24 13:28:05 +08:00 |
|
Donjan
|
de69980836
|
Fixed flatten() failed, bacause INF is float . (#1454)
* 强制int参数,默认INF并不会有用,且会报错
* Added test cases.
* Update CHANGELOG.md
Co-authored-by: Donjan <Donjan@cqbaobao.cn>
Co-authored-by: 李铭昕 <715557344@qq.com>
|
2020-03-23 17:18:53 +08:00 |
|
Reasno
|
fa3d1b00ca
|
use homemade exception
|
2020-03-23 14:19:50 +08:00 |
|
Reasno
|
24385a05b2
|
add mixin to RedisProxy.php as well.
|
2020-03-23 13:47:11 +08:00 |
|
Reasno
|
49540bda45
|
Encourage the use of \Hyperf\Redis\Redis instead of \Redis because of #938
|
2020-03-23 12:27:24 +08:00 |
|
Reasno
|
59dea7b11c
|
Merge branch 'master' of https://github.com/hyperf/hyperf into patch-1
|
2020-03-23 12:17:06 +08:00 |
|
reasno
|
6b43033e55
|
fix: composer.json path
|
2020-03-23 00:48:49 +08:00 |
|
reasno
|
416ecc7830
|
Merge branch 'master' of https://github.com/hyperf/hyperf into filesystem
|
2020-03-23 00:45:26 +08:00 |
|
reasno
|
56f4b3e3b7
|
增加文档
|
2020-03-23 00:36:47 +08:00 |
|
谷溪
|
893415c9c9
|
Merge pull request #1449 from Reasno/metric
Handle high cardinality request path in Hyperf/Metric
|
2020-03-22 23:10:53 +08:00 |
|
reasno
|
2b62afcae7
|
add filesystem integration
|
2020-03-22 23:03:50 +08:00 |
|
reasno
|
4526c5c031
|
ADD CHANGELOG.md
|
2020-03-21 18:46:46 +08:00 |
|
reasno
|
8cb4058fa7
|
create getPath method
|
2020-03-21 14:11:34 +08:00 |
|
reasno
|
c480fc9014
|
use route string to avoid hitting high cardinality path.
|
2020-03-21 14:05:47 +08:00 |
|
reasno
|
f8fac1ab77
|
Add a note on high cardinality request path.
|
2020-03-21 12:16:37 +08:00 |
|
黄朝晖
|
e9d916fca2
|
Merge pull request #1441 from huangzhhui/master
Optimize composer.json of all components and adjust the documentation menu
|
2020-03-20 18:16:07 +08:00 |
|
李铭昕
|
d89b69414f
|
Added option server for describe:routes .
|
2020-03-20 17:52:32 +08:00 |
|
weskiller
|
0bab2e8732
|
Fixed command describe:route missing variable route
|
2020-03-20 16:36:35 +08:00 |
|
huangzhhui
|
29e9467b19
|
Adjust the doc menu
|
2020-03-19 18:47:14 +08:00 |
|
huangzhhui
|
b6c4510873
|
Optimize composer.json
|
2020-03-19 14:42:43 +08:00 |
|