Commit Graph

4033 Commits

Author SHA1 Message Date
hayden
6dcfd91035 config-center.md add description of config item strict_mode' in Apollo
configuration
2019-11-22 09:18:14 +08:00
李铭昕
570b765f06
Fixed InitProxyCommand does not works. (#999) 2019-11-21 18:41:46 +08:00
黄朝晖
3457cd33a8
Update summary.md 2019-11-21 16:16:36 +08:00
李铭昕
11c9e5dae4 Update CHANGELOG.md 2019-11-21 11:45:31 +08:00
李铭昕
4ab7f18bce v1.1.7 2019-11-21 11:33:11 +08:00
李铭昕
7548a3f8d4
Merge pull request #973 from osgochina/master
json rpc 调用端增加连接池功能
2019-11-21 11:18:39 +08:00
李铭昕
d111522dc7 Update CHANGELOG.md 2019-11-21 11:13:34 +08:00
李铭昕
0c9421bc6f Merge branch 'master' into pr/973 2019-11-21 11:11:22 +08:00
李铭昕
3966e2e518 Update RpcConnection.php 2019-11-21 10:27:31 +08:00
李铭昕
7634f80ada
Merge pull request #944 from daydaygo/dayday-201911141708
fix: change Annotation Useage to ConfigProvider
2019-11-21 10:16:21 +08:00
李铭昕
b996861c60 Update CHANGELOG.md 2019-11-21 10:11:40 +08:00
李铭昕
1290fd010f Merge branch 'master' into pr/944 2019-11-21 10:07:47 +08:00
李铭昕
ed020f29a9
Merge pull request #860 from Reasno/retry
Add Retry Component
2019-11-21 10:01:33 +08:00
李铭昕
48014cecb2 Update CHANGELOG.md 2019-11-21 09:55:54 +08:00
李铭昕
60689a5437 Merge branch 'master' into pr/860 2019-11-21 09:55:23 +08:00
黄朝晖
4b77b540b6
Update JsonRpcPoolTransporter.php 2019-11-21 09:43:43 +08:00
李铭昕
abc1c9bd3d
Optimized Hyperf\DbConnection\ConnectionResolver::connection. (#991) 2019-11-20 22:16:17 +08:00
李铭昕
8675923036 Optimized code. 2019-11-20 17:27:27 +08:00
李铭昕
2ac42586a9 Format code. 2019-11-20 16:23:43 +08:00
Reasno
535fafa4ff add a doc note in default retry. 2019-11-20 12:38:25 +08:00
李铭昕
06f8c9dafc
Fixed missing method call parent::configure() of command.stub. (#987) 2019-11-20 10:00:15 +08:00
无痕
0caebd03c5 Update configprovider.md (#986) 2019-11-19 16:25:41 +08:00
李铭昕
c5b53aa187
Added params close_on_destruct for hyperf/amqp. (#976) 2019-11-19 15:58:32 +08:00
York.Gu
3a97533b2d Fixed Hyperf\GrpcClient\GrpcClient::yield does not get the correct channel pool. (#982) 2019-11-19 15:51:41 +08:00
黄朝晖
fa55a88108
Update middleware.md 2019-11-19 15:46:03 +08:00
李铭昕
5630b05ce1
Changed init-proxy.sh command to only delete the runtime/container directory. (#977) 2019-11-19 14:20:36 +08:00
黄朝晖
65ad3a35c1
Update CHANGELOG.md 2019-11-19 13:51:20 +08:00
黄朝晖
3ad874ce52
Merge pull request #980 from wojiukankan/session_debug
Session debug
2019-11-19 13:48:58 +08:00
wojiukankan
0bcc1e10e1 修复session组件migrate/save/has三个方法 2019-11-19 11:58:29 +08:00
wojiukankan
daf9c64afe
Merge pull request #1 from hyperf/master
pull
2019-11-19 11:50:59 +08:00
黄朝晖
85a09549f3
Update coroutine.md 2019-11-19 11:43:12 +08:00
黄朝晖
ebf83c1c53
Update event.md 2019-11-19 09:59:18 +08:00
黄朝晖
b19f0a0b40
Update event.md 2019-11-19 09:56:50 +08:00
黄朝晖
28fe49b091
Delete useless comment 2019-11-18 17:53:17 +08:00
李铭昕
c5d19eaf46 Fixed travis. 2019-11-18 17:50:47 +08:00
李铭昕
7358378ca9 Format code. 2019-11-18 17:36:33 +08:00
李铭昕
dfeb467df3
Merge pull request #955 from HFLeon/master
修复极简DB组件 PDO连接端口/字符集/时区设置
2019-11-18 16:19:15 +08:00
李铭昕
fc1dc5eaa9 Update CHANGELOG.md 2019-11-18 16:15:17 +08:00
李铭昕
9b35cfb2c6 Merge branch 'master' into pr/955 2019-11-18 16:12:03 +08:00
liuzhiming
90793ed13b json rpc 调用端增加连接池功能
fixbug
2019-11-18 14:13:21 +08:00
Reasno
585acae334 Merge remote-tracking branch 'origin/retry' into retry 2019-11-18 14:12:55 +08:00
黄朝晖
fc5b3c6689
Update FluentRetry.php 2019-11-18 13:51:05 +08:00
liuzhiming
888c5d7b38 json rpc 调用端增加连接池功能 2019-11-18 13:35:48 +08:00
Reasno
37fc98d1f7 Add more property hint to RetryContext object 2019-11-18 13:33:32 +08:00
Reasno
b5c8692757 Convert retry context from array to object 2019-11-18 13:30:39 +08:00
Reasno
ed8d617275 Merge remote-tracking branch 'origin/retry' into retry 2019-11-18 12:44:24 +08:00
Reasno
8fea0f5887 Throw exception when policies are not defined. 2019-11-18 12:39:35 +08:00
liuzhiming
b2ca7af6db json rpc 调用端增加连接池功能 2019-11-18 11:15:29 +08:00
李铭昕
267890f932 Fixed travis. 2019-11-17 19:41:19 +08:00
huangzhhui
c3710dbe4e Add auto complete 2019-11-17 16:40:58 +08:00