Commit Graph

2882 Commits

Author SHA1 Message Date
李铭昕
ff5f6bd3cf Optimized di. 2019-08-26 12:46:17 +08:00
李铭昕
50ea6ef327 Optimized annotation cache. 2019-08-26 12:30:14 +08:00
dickens7
1166826411 Added Response sendfile 2019-08-26 12:04:57 +08:00
dickens7
a2409638bb Added Response sendfile 2019-08-26 11:45:38 +08:00
李铭昕
c97eebfba9 Moved StatusCode into grpc. 2019-08-26 10:07:50 +08:00
李铭昕
fe9f6433f2
Merge pull request #451 from starfalling/remove-__construct-in-router
remove __construct methods in router from AutoController, see issue #442
2019-08-25 15:47:53 +08:00
李铭昕
7494def881 Added user defined magic methods. 2019-08-25 15:34:13 +08:00
huangzhhui
f683b0b5f3 Update README.MD 2019-08-25 15:09:54 +08:00
huangzhhui
22228f5633 Move Contracts\ to Contract\ and Optimized 2019-08-25 15:09:49 +08:00
黄朝晖
a3fd9115c0
Merge branch '1.0' into remove-__construct-in-router 2019-08-25 15:05:22 +08:00
李铭昕
8bdd7d1d25 Update CHANGELOG.md 2019-08-25 14:34:23 +08:00
李铭昕
315ba20ad2 Added testing. 2019-08-25 14:29:44 +08:00
李铭昕
551d25c758 Format code. 2019-08-25 14:00:40 +08:00
李铭昕
2e7659afad Merge branch '1.0' into pr/449 2019-08-25 13:58:44 +08:00
李铭昕
f318912d25
Merge pull request #450 from starfalling/Schema-phpdoc
add phpdoc of static moethods for class Hyperf\Database\Schema\Schema
2019-08-25 13:56:29 +08:00
李铭昕
ad3d973f71 Fixed . 2019-08-25 13:48:21 +08:00
李铭昕
c053740cb8 Update CHANGELOG.md 2019-08-25 13:09:51 +08:00
李铭昕
c85349fd5b Added testing. 2019-08-25 13:06:35 +08:00
李铭昕
e786d982ef
Merge pull request #452 from limingxinleo/1.1-fix
Added phpstan.
2019-08-25 12:33:36 +08:00
李铭昕
550e3859ee Update CHANGELOG.md 2019-08-25 11:54:57 +08:00
李铭昕
ca2f54895f Update composer.json 2019-08-25 11:47:10 +08:00
李铭昕
c1845bd5a5 Added phpstan. 2019-08-25 11:41:41 +08:00
李铭昕
425d1cea7f
Merge pull request #448 from wenbinye/fix-tcp-server-turnoff-http-protocol
fix #433: set open_http_protocol and open_http2_protocol to false whe…
2019-08-25 07:50:10 +08:00
黄朝晖
9cb4e3694b
Update CHANGELOG.md 2019-08-25 01:32:05 +08:00
黄朝晖
44441e1862
Update Port.php 2019-08-25 01:29:35 +08:00
YorkGu
a5c8742c01 remove all magic methods starts with __ in @AutoController
sorry about the previous mistake
2019-08-25 00:40:08 +08:00
York.GU
9ed3912c23 remove __construct methods in router from AutoController, see issue #442 2019-08-24 18:49:35 +08:00
York.GU
d5f3fe8998 add phpdoc of static moethods for class Hyperf\Database\Schema\Schema 2019-08-24 18:24:58 +08:00
York.GU
d22e2330b9 add phpdoc of static moethods for class Hyperf\Database\Schema\Schema 2019-08-24 18:14:48 +08:00
York.GU
5fef020ab3 add support of Standard error model in grpc-server 2019-08-24 17:52:13 +08:00
李铭昕
3483eef500 Added testing. 2019-08-24 11:15:25 +08:00
Ye Wenbin
d641683bce fix #433: set open_http_protocol and open_http2_protocol to false when server type is tcp 2019-08-24 08:16:22 +08:00
黄朝晖
9058caa852
Merge pull request #445 from ECE2/patch-1
Update exception-handler.md
2019-08-23 18:11:19 +08:00
ECE2
87732da243
Update exception-handler.md
handle 方法返回 $response 变量拼写错误
2019-08-23 17:15:48 +08:00
李铭昕
6b9051a26a
Merge pull request #420 from albertcht/feature/model_observer
Added listener for model.
2019-08-23 16:43:20 +08:00
李铭昕
574ad4dc34 Fixed bug for namespace. 2019-08-23 16:14:24 +08:00
李铭昕
3d9d57c5fd Fixed name. 2019-08-23 16:09:35 +08:00
李铭昕
5c4414bc8b Merge branch 'master' into pr/420 2019-08-23 16:01:45 +08:00
李铭昕
1c3aecd297
Merge pull request #441 from limingxinleo/redis-auth-close
Automatically close the spare redis client when it is used in low frequency.
2019-08-23 15:59:26 +08:00
黄朝晖
dabc9a50e0
Update CHANGELOG.md 2019-08-23 15:58:08 +08:00
李铭昕
6f6bc8370f Update CHANGELOG.md 2019-08-23 15:55:22 +08:00
李铭昕
124468c801 Update ListenerCollector.php 2019-08-23 15:45:37 +08:00
李铭昕
77a93cb184 Renamed ListenerCollector. 2019-08-23 15:41:07 +08:00
李铭昕
fa0b3bfc98 Renamed ModelListener. 2019-08-23 15:32:16 +08:00
黄朝晖
3bded9c633
Merge pull request #444 from assert6/master
Updated command doc
2019-08-23 15:31:49 +08:00
李铭昕
f84bc3ff01 Fixed bug. 2019-08-23 15:23:54 +08:00
李铭昕
c8f0e2ffeb Update ModelHookEventListener.php 2019-08-23 15:12:11 +08:00
李铭昕
73c1f470b8 Support collect models. 2019-08-23 15:00:43 +08:00
张城铭
6aa274632d
Update command.md 2019-08-23 14:50:56 +08:00
张城铭
3f30806c18
Update command.md 2019-08-23 14:50:00 +08:00