Commit Graph

4231 Commits

Author SHA1 Message Date
crystal9002
b6d84c95b1 Fixed error return value for method CoroutineMemoryDriver::delKey. (#1145) 2019-12-16 15:56:59 +08:00
李铭昕
046a8be026
Merge pull request #1142 from limingxinleo/1.1-db
Fixed bug that Register::resolveConnection will return null.
2019-12-16 10:27:18 +08:00
李铭昕
e16ef331d8 Rename RegisterConnectionResolverListener. 2019-12-16 10:22:57 +08:00
李铭昕
4b316b5903 Fixed travis. 2019-12-15 20:37:25 +08:00
李铭昕
f85ed582ee Replaced ConnectionResolver to ConnectionResolverInterface. 2019-12-15 20:29:09 +08:00
李铭昕
e597709b97 Fixed bug that Register::resolveConnection will return null. 2019-12-15 20:16:08 +08:00
黄朝晖
d565b3be9b
Merge pull request #1135 from wuqinqiang/master
Update README-CN.md
2019-12-15 01:00:29 +08:00
wuqinqiang
0df3ef121b
Update README-CN.md 2019-12-13 23:22:17 +08:00
huangzhhui
195809e74f Translate the navbar 2019-12-12 19:43:17 +08:00
huangzhhui
fcd04c0889 Fix the image link 2019-12-12 19:37:57 +08:00
huangzhhui
9e476eab92 Fix the image link 2019-12-12 19:36:21 +08:00
huangzhhui
afc1992fc4 Fix the image link 2019-12-12 19:34:32 +08:00
huangzhhui
ddc5ccf91b Update the default message of search 2019-12-12 19:05:47 +08:00
huangzhhui
11bcecfc66 Fixed translate script does not create the folder on copy step 2019-12-12 17:00:37 +08:00
黄朝晖
20a9eea911
Merge pull request #1126 from huangzhhui/hk-tw-documentation
Add zh-hk and zh-tw documentations
2019-12-12 16:51:36 +08:00
huangzhhui
84aadbe120 Replace the link of language dir 2019-12-12 16:41:40 +08:00
huangzhhui
2f33d59a38 Update the link of doc 2019-12-12 16:41:17 +08:00
huangzhhui
fbdc470328 Add a translate script 2019-12-12 16:24:19 +08:00
huangzhhui
5971dcdd1a Add zh-tw and zh-hk documentations 2019-12-12 16:24:04 +08:00
李铭昕
e9fc7519c1 v1.1.10 2019-12-12 10:22:27 +08:00
黄朝晖
7fa8990442
Merge pull request #1124 from huangzhhui/bugfix#1099
Fixed Session middleware does not store the current url correctly when the path of url end with a slash
2019-12-12 10:20:10 +08:00
黄朝晖
bb8e958ac0
Merge branch 'master' into bugfix#1099 2019-12-12 10:19:50 +08:00
huangzhhui
4c6d77c469 Add changelog 2019-12-12 00:29:58 +08:00
huangzhhui
08bf1c827f Change a more suitable test name 2019-12-12 00:27:17 +08:00
huangzhhui
af3c7e51bf Fixed #1099 2019-12-12 00:24:55 +08:00
黄朝晖
57584b000d
Merge pull request #1119 from tai1030/master
Fixed JSONRPC on TCP Server cannot response the expected error response when cannot unpack the data.
2019-12-12 00:15:20 +08:00
huangzhhui
60136437a5 Update CHANGELOG.md 2019-12-12 00:14:43 +08:00
黄朝晖
790ec92432
Merge pull request #1116 from donjan-deng/pr/hyperf/cache
Changed filesystemcache's rule to be consistent with rediscahche's rule.
2019-12-11 16:49:04 +08:00
黄朝晖
53d57290a4
Merge pull request #1105 from Reasno/retry
Restore pipeline stack before retrying. Add some retry budget improve…
2019-12-11 16:17:10 +08:00
黄朝晖
9fbe9158d8
Remove useless comment and format 2019-12-11 16:14:57 +08:00
李铭昕
668f71fc18 Optimized code. 2019-12-11 15:53:49 +08:00
李铭昕
8b26be6ec6 Format code. 2019-12-11 15:19:16 +08:00
李铭昕
6acbd97ea0 Merge branch 'master' into pr/1116 2019-12-11 15:18:56 +08:00
李铭昕
9df40731a8 Added pipeline test for retry. 2019-12-11 10:48:19 +08:00
谷溪
0739956186
Merge branch 'master' into retry 2019-12-10 22:58:14 +08:00
Tai Lam
228979a27e Solve bug for no response to client when receive empty RPC request from client (only have EOF \r\n) 2019-12-10 19:49:11 +08:00
Donjan
b9cc3613ad PSR-16 set方法$ttl可传入DateInterval,当注入\Psr\SimpleCache\CacheInterface使用set传入DateInterval会报错 2019-12-10 11:23:35 +08:00
Donjan
ddbcfd2136 PSR-16 set方法$ttl可传入DateInterval 2019-12-10 11:15:10 +08:00
黄朝晖
4faa34aec9
Update index.html 2019-12-09 00:36:16 +08:00
黄朝晖
db1e6ce59f
Update index.html 2019-12-09 00:34:44 +08:00
黄朝晖
336a400b98
Update index.html 2019-12-09 00:34:07 +08:00
黄朝晖
477a05aac2
Update index.html 2019-12-09 00:33:31 +08:00
黄朝晖
d2f9f4a3cf
Update index.html 2019-12-09 00:10:42 +08:00
黄朝晖
2e667ddd1a
Update index.html 2019-12-09 00:04:19 +08:00
黄朝晖
787f0fbae4
Update index.html 2019-12-09 00:03:01 +08:00
黄朝晖
c0f4c4e845
Merge pull request #1111 from huangzhhui/expose-register-service-listener
Upgrade the access level of methods and properties, for better override it
2019-12-08 17:27:07 +08:00
huangzhhui
4d7dcbd23f Add changelog 2019-12-08 17:26:28 +08:00
huangzhhui
2c237d0897 Upgrade the access level of methods and properties, for better override it 2019-12-08 16:59:25 +08:00
李铭昕
ea63c406de
Merge pull request #1106 from limingxinleo/1.1-db
Fixed bug that sticky mode will affect the next request.
2019-12-08 14:31:21 +08:00
李铭昕
fb05e37fc0 Update CHANGELOG.md 2019-12-08 14:26:51 +08:00