Commit Graph

4838 Commits

Author SHA1 Message Date
huangzhhui
17ce64eabb Optimize code 2020-04-17 10:52:55 +08:00
huangzhhui
1a482b0a52 Remove useless class and logic 2020-04-17 02:13:13 +08:00
huangzhhui
f5e2bdbc92 Remove useless code 2020-04-17 01:37:33 +08:00
huangzhhui
4d483eb172 Add dynamic proxy file generatee mechanism 2020-04-17 01:09:14 +08:00
huangzhhui
963a4d51b4 Use classname with crc32 as the proxy file name 2020-04-17 01:08:55 +08:00
huangzhhui
7e800cbacf Add global import annotations mechanism 2020-04-17 00:14:33 +08:00
李铭昕
83fa73ab93 Added guzzle config provider. 2020-04-15 17:59:31 +08:00
李铭昕
52a220936d Added TypesFinderManager. 2020-04-15 17:13:47 +08:00
李铭昕
1b7d03808b Fixed @Inject does not works. 2020-04-15 16:51:57 +08:00
李铭昕
a8aea180f3 Added ScanConfig. 2020-04-15 15:25:22 +08:00
李铭昕
46da63979c Fixed hyperf components are not scaned. 2020-04-15 15:07:42 +08:00
huangzhhui
22c9a0f417 Refactor AOP 2020-04-15 01:49:47 +08:00
Luffy
150d827fa1
Fix typo (#1549)
* Update router.md

* Fix typo

* translate

* Re-translate

Co-authored-by: huangzhhui <huangzhwork@gmail.com>
2020-04-10 17:06:55 +08:00
谷溪
baafe16c0d
Merge pull request #1543 from Reasno/pull/1541
Advertising GoTask
2020-04-10 12:28:16 +08:00
谷溪
8b075cb2b3
Update awesome-components.md 2020-04-10 12:17:00 +08:00
Reasno
b6132ba415 format doc 2020-04-10 10:08:53 +08:00
Reasno
df41fc6eb2 Advertising for GoTask 2020-04-10 10:05:25 +08:00
谷溪
b26dd5f766
Update awesome-components.md 2020-04-09 22:05:54 +08:00
谷溪
ef898c408a
Add GoTask 2020-04-09 21:25:54 +08:00
huangzhhui
e51da9982b Update changelog and translate 2020-04-09 16:51:05 +08:00
李铭昕
285ba93136
Fixed interface 'Symfony\Component\EventDispatcher\EventDispatcherInterface' not found. (#1532)
* Fixed interface 'Symfony\Component\EventDispatcher\EventDispatcherInterface' not found.
2020-04-09 14:38:35 +08:00
李铭昕
59fce8c00f
v1.1.24 (#1524)
Co-authored-by: 黄朝晖 <huangzhwork@gmail.com>
2020-04-09 11:48:21 +08:00
黄朝晖
2e6e1be435
Merge pull request #1517 from Reasno/di2
support lazy-loading over interface inheritance and abstract method i…
2020-04-09 11:42:50 +08:00
黄朝晖
f5955e4b12
Merge branch 'master' into di2 2020-04-09 11:42:41 +08:00
huangzhhui
d82790bc0a Update CHANGELOG.md 2020-04-09 11:29:57 +08:00
黄朝晖
8764968cf9
Merge pull request #1529 from huangzhhui/master
Handle SameSite property of cookies
2020-04-09 11:21:01 +08:00
Reasno
ba1721cf20 Add tests for fluent classes and interfaces. 2020-04-09 10:17:15 +08:00
huangzhhui
7faad55334 Handle self return type 2020-04-09 01:51:22 +08:00
huangzhhui
ce3986ec23 Update CHANGELOG.md 2020-04-09 01:09:23 +08:00
huangzhhui
7f01aa85a7 Merge remote-tracking branch 'upstream/master' 2020-04-09 01:08:34 +08:00
huangzhhui
513aec5d4c Handle SameSite property of cookies 2020-04-09 00:39:32 +08:00
黄朝晖
3d8921aa9e
Merge pull request #1502 from limingxinleo/1.1-queue
Added maxAttempts for annotation AsyncQueueMessage.
2020-04-09 00:06:34 +08:00
黄朝晖
859119bb77
Merge branch 'master' into 1.1-queue 2020-04-09 00:06:16 +08:00
huangzhhui
b3fb83f50f Update CHANGELOG.md 2020-04-09 00:05:26 +08:00
黄朝晖
6cdf4cca88
Merge pull request #1510 from Reasno/framework
better handling of graceful start & graceful stop
2020-04-09 00:00:20 +08:00
黄朝晖
fe1e363d3b
Merge pull request #1504 from assert6/master
Fixed the proxy client of RPC does not handle the Nullable return type
2020-04-08 23:59:57 +08:00
黄朝晖
022dd69a11
Merge branch 'master' into master 2020-04-08 23:59:49 +08:00
huangzhhui
c4b59f6ba9 Update CHANGELOG.md 2020-04-08 23:58:16 +08:00
huangzhhui
aeac3868e5 Update CHANGELOG.md 2020-04-08 23:56:00 +08:00
huangzhhui
025e5de983 Add the return type of resume() method 2020-04-08 23:53:55 +08:00
huangzhhui
8ee2f21ad7 Fix unit test 2020-04-08 19:48:55 +08:00
huangzhhui
6918e1e44c Add callable test case 2020-04-08 19:21:18 +08:00
黄朝晖
d41f0254fe
Merge pull request #1522 from lnys/master
修复require拼写不正确
2020-04-08 17:21:29 +08:00
Ail2vu
cb1db06da3 修复require拼写不正确 2020-04-08 16:00:59 +08:00
reasno
c5531c43cc simplify code
Signed-off-by: reasno <guxi99@gmail.com>
2020-04-08 00:34:26 +08:00
reasno
1076061159 support lazy-loading over interface inheritance and abstract method inheritance etc.
Signed-off-by: reasno <guxi99@gmail.com>
2020-04-08 00:25:48 +08:00
黄朝晖
8858fcf4a0
Merge pull request #1507 from daodao97/patch-1
fix: consul catalog register method GET => PUT
2020-04-07 20:26:21 +08:00
黄朝晖
416fa802e6
Update CHANGELOG.md 2020-04-07 20:26:11 +08:00
huangzhhui
c5bb2c7145 Update ProxyCallVisitor.php 2020-04-07 15:47:23 +08:00
daydaygo
f6b872c95d Update CHANGELOG.md 2020-04-07 15:06:12 +08:00