Commit Graph

5180 Commits

Author SHA1 Message Date
李铭昕
55e0d09781
Auto generate rpc client code when server start and the interface is changed. (#1848) 2020-06-02 13:55:31 +08:00
李铭昕
c0ed2788e1
Don't auto change the impl for NormalizerInterface when you require symfony/serialize. (#1846) 2020-06-02 10:18:23 +08:00
李铭昕
07f3d8d2e4
Fixed code standards. (#1844) 2020-06-01 14:01:52 +08:00
李铭昕
73d859eaf2
Fixed code standards. (#1839) 2020-05-30 16:43:36 +08:00
李铭昕
e0570b39da
Fixed code standards. (#1834) 2020-05-29 16:29:34 +08:00
李铭昕
8632b0113e Fixed @Value does not work. 2020-05-29 15:26:36 +08:00
李铭昕
5725b708e0
Added cacheable for scan config. (#1830) 2020-05-29 13:27:11 +08:00
李铭昕
301a9e23a7
Fixed TypeError for StartServer::execute. (#1825) 2020-05-29 09:50:15 +08:00
李铭昕
18648106a8
Fixed code standards. (#1826) 2020-05-29 09:47:22 +08:00
李铭昕
03e0420c00
Merge pull request #1797 from huangzhhui/2.0-aop
Refactor AOP mechanism
2020-05-26 11:45:01 +08:00
李铭昕
212edc8196 Changed current branch to 2.0 2020-05-26 11:33:29 +08:00
李铭昕
7d47d32eca Upgrade 1.1 to 2.0 2020-05-26 09:54:53 +08:00
李铭昕
78cbf0f59f Fixed travis. 2020-05-25 19:09:55 +08:00
李铭昕
dbe676e63b Fixed Inject::required does not work. 2020-05-25 18:31:06 +08:00
李铭昕
a5605a3af6 Fixed cases for async-queue. 2020-05-25 16:57:36 +08:00
李铭昕
4c4cc8279d Update .travis.yml 2020-05-25 15:15:14 +08:00
李铭昕
17eea35b4f Update .travis.yml 2020-05-25 15:06:07 +08:00
huangzhhui
a29cc3acfc Merge remote-tracking branch 'fork/2.0-aop' into 2.0-aop 2020-05-25 14:58:05 +08:00
huangzhhui
90751501be Update CHANGELOG-2.0.md 2020-05-25 14:57:55 +08:00
李铭昕
4e963d7571 Merge branch '2.0-aop' of https://github.com/huangzhhui/hyperf into pr/1797 2020-05-25 14:49:12 +08:00
李铭昕
156358208d Fixed travis. 2020-05-25 14:47:56 +08:00
huangzhhui
3904b0219b Merge remote-tracking branch 'fork/2.0-aop' into 2.0-aop 2020-05-25 14:41:50 +08:00
huangzhhui
6b2f5861df Fixed typo 2020-05-25 14:32:46 +08:00
黄朝晖
31db7269bb
Merge branch '2.0' into 2.0-aop 2020-05-25 14:26:18 +08:00
李铭昕
2ccbde704b Clear removed classes. 2020-05-25 13:23:54 +08:00
黄朝晖
a812150de7
Merge pull request #1784 from sy-records/update-doc
Update doc
2020-05-25 11:45:24 +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
sy-records
d7501d8a56 update config 2020-05-22 18:05:10 +08:00
sy-records
2809ba1828 fix typo 2020-05-22 18:04:58 +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
黄朝晖
15ce2cd102
Merge pull request #1741 from EricYChu/patch-improve-choice-method
improve Hyperf\Command::choice method
2020-05-21 15:08:51 +08:00
huangzhhui
1e521e584f Update changelog 2020-05-21 15:02:54 +08:00
huangzhhui
adff91200b Optimize comments 2020-05-21 15:02:43 +08:00
huangzhhui
ecae338793 Update changelog 2020-05-21 14:59:08 +08:00
huangzhhui
7660964422 Merge branch 'master' into pr/1741 2020-05-21 14:52:29 +08:00
李铭昕
3978788d4c
v1.1.32 (#1759)
* Update changelog.md

* Translate

Co-authored-by: 黄朝晖 <huangzhwork@gmail.com>
2020-05-21 14:47:20 +08:00
daydaygo
3e3c7c2da7 docs: update changelog 2020-05-21 13:47:25 +08:00
李铭昕
eb269770b3
Fixed the incorrent number of current connections when close failed. (#1750) 2020-05-21 12:33:04 +08:00
李铭昕
4e4dce8275
Merge pull request #1764 from chunhei2008/fix/1538
Fixed:#1538 日期验证参数类型错误
2020-05-21 10:43:05 +08:00