Commit Graph

4303 Commits

Author SHA1 Message Date
黄朝晖
c951113507
Update middleware.md 2019-11-29 18:03:19 +08:00
黄朝晖
f4398e8697
Update middleware.md 2019-11-29 18:02:38 +08:00
李铭昕
3a7c6d6c07
Merge pull request #1049 from wuwu123/cache-buge
Fixed `Hyperf\Cache\Driver\RedisDriver::clear` sometimes fails to delete all caches.
2019-11-29 10:01:37 +08:00
李铭昕
a431dc2f1e Update CHANGELOG.md 2019-11-29 09:57:07 +08:00
huangzhhui
3683b82125 Merge branch 'master' of https://github.com/Reasno/hyperf into pr/948 2019-11-29 09:08:03 +08:00
huangzhhui
ea01a8af17 Update di.md 2019-11-29 09:07:58 +08:00
李铭昕
f58a8bddec Fixed code. 2019-11-28 18:57:30 +08:00
武杰
30a821ae5d cache clear fix 2019-11-28 18:23:08 +08:00
谷溪
f33129232e
Update di.md 2019-11-28 11:58:05 +08:00
李铭昕
d6ce95affc v1.1.8 2019-11-28 10:31:43 +08:00
李铭昕
53d40d94d4
Added stdoutlogger testing. (#1037) 2019-11-28 10:25:15 +08:00
李铭昕
1f3c30a6f9
Merge pull request #1039 from limingxinleo/1.1-request
Updated the ServerRequest object to context in CoreMiddleware automatically
2019-11-28 10:23:48 +08:00
李铭昕
c9233e901c Update CHANGELOG.md 2019-11-28 10:19:27 +08:00
李铭昕
e5173f480c Merge branch 'master' into 1.1-request 2019-11-28 10:18:44 +08:00
李铭昕
a8e2267df3
Merge pull request #965 from limingxinleo/1.1-redis-lua
Added Redis Lua Component.
2019-11-28 10:17:19 +08:00
李铭昕
30b9ffe4a5 Update CHANGELOG.md 2019-11-28 10:07:23 +08:00
李铭昕
b83d7a06ce Merge branch 'master' into 1.1-redis-lua 2019-11-28 09:59:32 +08:00
李铭昕
74a93ee20a Fixed the default value for qos. 2019-11-27 17:18:40 +08:00
黄朝晖
7c57ea9b84
Merge pull request #1042 from sy-records/master
fixed:session config error
2019-11-27 17:01:31 +08:00
李铭昕
7ef28dba51 Added testing. 2019-11-27 16:54:34 +08:00
李铭昕
7054fb4ed8 Added basic_qos for amqp consumer. 2019-11-27 16:34:32 +08:00
sy-records
618d828d54 Merge branch 'master' of github.com:sy-records/hyperf 2019-11-27 15:43:48 +08:00
sy-records
88d50c888d fix session config error 2019-11-27 15:43:16 +08:00
wiseker
29c7aeecf6 The property arguments of Hyperf\Amqp\Builder\Builder not only support array. (#1034) 2019-11-27 15:17:26 +08:00
李铭昕
76c1188a85 Update CoreMiddleware.php 2019-11-27 11:26:57 +08:00
李铭昕
8206bdb00a Added testing. 2019-11-27 10:44:10 +08:00
李铭昕
5a34a24dd6 The request is automatically placed in Context. 2019-11-27 10:27:08 +08:00
黄朝晖
ea71568980
Fixed format 2019-11-27 09:56:53 +08:00
李铭昕
3268701dcc
Update cache.md. (#1035) 2019-11-26 17:19:36 +08:00
谷溪
f951c0d050
Merge pull request #1023 from Reasno/metric
Add CUSTOM_MODE to hyperf/metric prometheus driver.
2019-11-26 11:54:35 +08:00
Reasno
5c20599490 Added Changelog 2019-11-26 11:53:59 +08:00
Reasno
e8ef6740e0 Merge branch 'master' of https://github.com/hyperf/hyperf into metric 2019-11-26 11:52:10 +08:00
huangzhhui
671b4021e6 Merge remote-tracking branch 'origin/master' 2019-11-26 01:00:01 +08:00
huangzhhui
51b4b31e8a Update comment 2019-11-26 00:57:00 +08:00
谷溪
b345b82250
Remove redundant comments 2019-11-25 16:39:50 +08:00
黄朝晖
54bf913ffb Fixed the order of properties of Model (#1006) 2019-11-25 14:35:43 +08:00
谷溪
c467bde128
Merge pull request #1022 from Reasno/errormsg
Connection Pool Error message no longer requires the understanding of implementation …
2019-11-25 13:12:23 +08:00
谷溪
d7f04a186d
Merge branch 'master' into errormsg 2019-11-25 13:12:09 +08:00
谷溪
eebf060caf
Update CHANGELOG.md 2019-11-25 13:10:40 +08:00
Reasno
d9550d1a7a add metric_process_memory_usage 2019-11-25 10:10:03 +08:00
reasno
9ceeef5940 fix phpstan error. 2019-11-25 00:37:49 +08:00
reasno
1ebc6132ea Add CUSTOME_MODE to hyperf/metric prometheus driver. 2019-11-25 00:25:54 +08:00
李铭昕
b07171ca56
Fixed config of JsonRpcPoolTransporter merge failed. (#1013) 2019-11-24 20:33:34 +08:00
李铭昕
3d50be1379
Optimized Command:: execute return value does not support null. (#1014) 2019-11-24 20:19:01 +08:00
huangzhhui
a535d96eee Add vendor:publish documentation 2019-11-24 17:30:06 +08:00
reasno
1b4a846957 Error message no longer requires the understanding of implementation details 2019-11-24 17:21:57 +08:00
黄朝晖
dda6b6ba77
Merge pull request #1021 from sy-records/master
Fixed: port in the websocket client is null
2019-11-24 15:46:44 +08:00
黄朝晖
ca1cd430d9
Update CHANGELOG.md 2019-11-24 15:46:14 +08:00
Luffy
c5320cf1f8
Update CHANGELOG.md 2019-11-24 14:58:26 +08:00
黄朝晖
7a3829f888
Merge pull request #1016 from huangzhhui/doc-session
Add Session documentation
2019-11-24 14:49:29 +08:00