Reasno
|
7a2063c40e
|
upgrade swoole to 4.5
|
2020-05-22 19:08:05 +08:00 |
|
Reasno
|
700787e4f3
|
update CHANGELOG-2.0.md
|
2020-05-11 14:01:17 +08:00 |
|
Reasno
|
a9e0c58942
|
bootstrap LazyLoader in ClassLoader.php.
|
2020-05-11 13:41:05 +08:00 |
|
Reasno
|
db78eddbd7
|
use crc32 to generate file name.
|
2020-05-11 13:15:33 +08:00 |
|
李铭昕
|
cd6e1cd8f3
|
Update ProxyManager.php
|
2020-05-08 09:50:43 +08:00 |
|
huangzhhui
|
6d1a2e3a43
|
Merge branch 'master' of github.com:hyperf/hyperf-2.0
|
2020-05-05 16:54:35 +08:00 |
|
huangzhhui
|
ecd195afb7
|
Use merge to instead of replace strategy
|
2020-05-05 16:54:28 +08:00 |
|
huangzhhui
|
e670783630
|
Use BetterReflectionClass to insteand of Doctrine Instantiator
|
2020-05-05 16:53:47 +08:00 |
|
huangzhhui
|
e22c449acb
|
Donot check the class exist by autoload
|
2020-05-05 16:52:45 +08:00 |
|
李铭昕
|
8e90f6f699
|
Update AnnotationReader.php
|
2020-05-05 07:50:13 +08:00 |
|
李铭昕
|
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 |
|