Commit Graph

5026 Commits

Author SHA1 Message Date
huangzhhui
6b2f5861df Fixed typo 2020-05-25 14:32:46 +08:00
李铭昕
2ccbde704b Clear removed classes. 2020-05-25 13:23:54 +08:00
李铭昕
5bda351bff Fixed proxies generate. 2020-05-25 10:29:23 +08:00
huangzhhui
0e91af80f1 Set app env to dev even config.php does not exist 2020-05-25 02:25:29 +08:00
Reasno
2cdccdaf55 Merge remote-tracking branch 'origin/master' 2020-05-22 20:03:00 +08:00
Reasno
99386cfd2d use 4.5 features to notify users when a coroutine deadlock occurred. 2020-05-22 20:02:26 +08:00
李铭昕
8cf2ae9db0 Don't use br to reflect classes in online mode. 2020-05-22 19:29:27 +08:00
Reasno
7a2063c40e upgrade swoole to 4.5 2020-05-22 19:08:05 +08:00
李铭昕
30af4172b4 Moved loadAspects to Scanner. 2020-05-22 18:19:32 +08:00
李铭昕
dad2342f91 Fixed data obfuscation in ProxyTrait. 2020-05-22 16:21:50 +08:00
李铭昕
9bc11dcc07 Deleted cacheNamespace. 2020-05-22 15:28:29 +08:00
李铭昕
8376a3351f Optimized Hyperf\Di\ClassLoader::init. 2020-05-22 15:17:48 +08:00
李铭昕
5e1660ae6d Added method MetadataCollectorInterface::clear(?string $key = null). 2020-05-22 14:39:03 +08:00
李铭昕
a4dc2ef1e3 Fixed bug. 2020-05-22 10:30:05 +08:00
huangzhhui
c6f3f1e731 Fix the generate logical of constructor 2020-05-21 23:05:51 +08:00
huangzhhui
b7d130be4e Merge branch 'master' of github.com:hyperf/hyperf-2.0 2020-05-20 18:09:11 +08:00
李铭昕
e7a234f5b8 Update Scanner.php 2020-05-20 18:07:19 +08:00
李铭昕
6fe0b815cd Added proxy class cache. 2020-05-20 17:54:34 +08:00
huangzhhui
2822da7551 Merge branch 'master' of github.com:hyperf/hyperf-2.0 2020-05-20 17:23:46 +08:00
huangzhhui
3ac073748d Remove useless method 2020-05-20 17:23:39 +08:00
huangzhhui
571aca1fe9 Add timepoint() function to track the time consume 2020-05-20 17:23:31 +08:00
李铭昕
20d0e0ac4e Deleted Hyperf\Di\Listener\BootApplicationListener. 2020-05-20 16:27:49 +08:00
huangzhhui
7156a94f94 Optimized PropertyHandler mechanism 2020-05-20 15:45:09 +08:00
李铭昕
01f08d22d3 Optimized collect. 2020-05-20 15:04:27 +08:00
李铭昕
9ae8e0c10e Update PropertyHandlerVisitor.php 2020-05-20 11:44:22 +08:00
李铭昕
8574daf391 Fixed constructor for property handler visitor. 2020-05-20 10:32:37 +08:00
李铭昕
07d2f1912d Format code. 2020-05-20 09:55:04 +08:00
huangzhhui
32e6b975d7 Refactor PropertyHandler mechanism, also include Inject and Value 2020-05-19 19:57:57 +08:00
huangzhhui
90a25958b4 Add VisitorMetadata class to share the data between all visitors 2020-05-19 19:57:20 +08:00
huangzhhui
f28046850b Use AstVisitorRegistry instead of AstVisitorCollector 2020-05-19 19:56:49 +08:00
reasno
618ae5508d Fix spelling 2020-05-13 22:14:05 +08:00
李铭昕
bd38d84a4a Add annotations.scan.class_map parameter, now you could replace class dynamically without having to follow the psr4. 2020-05-13 15:16:42 +08:00
李铭昕
d696a67b6f Optimized code of async-queue, cache, command, config 2020-05-13 13:58:44 +08:00
李铭昕
251eda809c Optimized code of async-queue. 2020-05-13 12:18:12 +08:00
李铭昕
6b9ba9a38f Optimized amqp for phpstan. 2020-05-13 11:57:02 +08:00
李铭昕
c7d62ea37c Reset phpstan. 2020-05-13 10:22:44 +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