Commit Graph

4981 Commits

Author SHA1 Message Date
李铭昕
e530123a3f Format code. 2020-05-05 07:46:26 +08:00
huangzhhui
140bd1780e Update CHANGELOG-2.0.md 2020-05-05 01:55:22 +08:00
huangzhhui
1c65e95050 Support autoload config file, base config file and config provider to register aspect class 2020-05-05 01:40:55 +08:00
huangzhhui
f22fc9426c Add define aspects by config file 2020-05-05 01:27:56 +08:00
huangzhhui
86b246280a Update CHANGELOG-2.0.md 2020-05-05 00:31:24 +08:00
huangzhhui
a6ce6e42ca Update CHANGELOG-2.0.md 2020-05-05 00:27:46 +08:00
huangzhhui
c5dc2a406e Update CHANGELOG-2.0.md 2020-05-05 00:25:55 +08:00
huangzhhui
ea90761e93 Update composer.json 2020-05-05 00:25:51 +08:00
huangzhhui
7eef437d26 Merge remote-tracking branch 'upstream/master' 2020-05-04 23:46:31 +08:00
huangzhhui
ac1a371811 Create CHANGELOG-2.0.md 2020-05-04 23:29:56 +08:00
huangzhhui
aed1558522 Remove useless class 2020-05-04 23:28:07 +08:00
huangzhhui
c00596b100 Extract the logical to RegisterInjectPropertyHandler 2020-05-04 23:26:57 +08:00
huangzhhui
b082ec8b9e Inject the value in DI container when class is an Aspect 2020-05-04 23:11:00 +08:00
huangzhhui
906076abd1 Remove useless ProxyFactory 2020-05-04 23:10:28 +08:00
huangzhhui
154652da45 Update AnnotationReader.php 2020-05-04 22:36:52 +08:00
李铭昕
c854d42e89 Added method addGlobalImports for AnnotationReader. 2020-05-04 22:11:03 +08:00
李铭昕
b340125b44 Optimized annotations. 2020-05-04 21:36:29 +08:00
李铭昕
e623a52e1d Deleted useless code. 2020-05-04 16:14:43 +08:00
huangzhhui
6b573c5f87 Update AnnotationCollector.php 2020-05-04 16:11:32 +08:00
huangzhhui
552b81004f Mark getMethodByAnnotation and getClassByAnnotation to deprecated at v3.0 2020-05-04 15:42:58 +08:00
huangzhhui
8cc8a345e4 Update ProxyTrait.php 2020-05-04 15:19:04 +08:00
huangzhhui
53cb1fd34a Add annotation definition of aspect 2020-05-04 14:48:29 +08:00
crystal9002
c5f74609be
Optimized a meaningless redis delete instruction. (#1670)
Co-authored-by: zhenguo.guan <guanzhenguo@3k.com>
Co-authored-by: 李铭昕 <715557344@qq.com>
2020-05-04 12:12:05 +08:00
huangzhhui
05ae076d53 Update AbstractAspect.php 2020-05-04 02:04:02 +08:00
huangzhhui
43d61593ad Add aspect priority 2020-05-04 02:03:44 +08:00
huangzhhui
23a8aeac26 Remove useless $__class__ and $__function__ variables 2020-05-04 02:03:21 +08:00
huangzhhui
92789cf4f9 Remove autoload component and move the files to DI component 2020-05-04 00:49:28 +08:00
神秘人xcy
f07abc641b
Added ORM methods morphWith and whereHasMorph. (#1616)
* Add MorphWith ORM Function

* Add WhereHasMorph ORM Function

* Added test cases.

* Added document.

Co-authored-by: 李铭昕 <715557344@qq.com>
2020-05-03 13:29:33 +08:00
黄朝晖
30e36e7d22
Merge pull request #1666 from limingxinleo/1.1-amqprpc
Added RPC Client for amqp.
2020-05-02 15:09:54 +08:00
huangzhhui
af35417118 Update amqp.md 2020-05-02 14:53:06 +08:00
huangzhhui
62f3f9d338 Move DynamicRpcMessage to Hyperf\Amqp\Message 2020-05-02 14:53:04 +08:00
huangzhhui
35c60f0f89 Add DynamicRpcMessage 2020-05-02 14:22:32 +08:00
huangzhhui
68bab4797b Release the connection 2020-05-02 14:10:24 +08:00
李铭昕
f70f4906b5 Deleted useless code. 2020-05-01 20:43:32 +08:00
李铭昕
d43b0081f5 Added RPC Client. 2020-05-01 20:18:34 +08:00
李铭昕
46a7efcdbc Added method consumeMessage. 2020-05-01 17:04:40 +08:00
凌の雨尘
818eb7ac65
doc description edit (#1660)
* doc fix

* doc fix

* doc fix
2020-04-30 19:47:55 +08:00
Luffy
e7ed38b550
remove static_handler_locations config (#1662) 2020-04-30 19:47:12 +08:00
李铭昕
146db86bd9
Update CoreMiddleware.php (#1664) 2020-04-30 18:00:12 +08:00
Luffy
b8d4e6fcce
update resource link (#1659)
update resource link
2020-04-30 17:11:14 +08:00
李铭昕
0a2ba3068e
v1.1.28 (#1657)
Co-authored-by: huangzhhui <huangzhwork@gmail.com>
2020-04-30 17:09:23 +08:00
李铭昕
c44389794d
Fixed MysqlProcessor::processColumns does not work when the server is 8.0 (#1655) 2020-04-30 07:35:17 +08:00
李铭昕
1e80f5a824
Added RenderException to catch render exceptions in view. (#1654) 2020-04-30 07:28:12 +08:00
李铭昕
5873fa4d6d
Fixed bug that command describe:routes will show the wrong list. (#1650) 2020-04-30 07:17:56 +08:00
李铭昕
69fbeebec2
Added RedisStringHandler for model-cache. (#1647)
* Added RedisStringHandler for model-cache.

* Deleted useless code.

* Optimized code.

* Update CHANGELOG.md
2020-04-30 07:06:58 +08:00
李铭昕
437840e8c9
Merge pull request #1641 from limingxinleo/1.1-rpc
Fixed request exception will be thrown when result is null.
2020-04-30 06:58:28 +08:00
谷溪
2fdcaa11b0
Merge pull request #1645 from Reasno/closure
support closure route injection
2020-04-29 21:39:42 +08:00
谷溪
15a392903b
Merge branch 'master' into closure 2020-04-29 21:39:13 +08:00
谷溪
5734f5ff42
Update CHANGELOG.md 2020-04-29 21:37:55 +08:00
谷溪
7b55cbfe79
Update CoreMiddleware.php 2020-04-29 18:29:18 +08:00