Commit Graph

4816 Commits

Author SHA1 Message Date
黄朝晖
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
黄朝晖
7a91d67e19
Merge pull request #1505 from Reasno/event
Add hyperf event flow chart
2020-04-07 14:25:52 +08:00
黄朝晖
ee6658fe24
Remove useless comment 2020-04-07 14:25:31 +08:00
李铭昕
1620a544a4 Optimized code. 2020-04-07 10:54:26 +08:00
李铭昕
d567fb2f34 Format code. 2020-04-07 10:34:41 +08:00
reasno
765774bd8c gracefully handle metrics
Signed-off-by: reasno <guxi99@gmail.com>
2020-04-07 00:05:08 +08:00
reasno
f9c65e05ed add Constants.php
Signed-off-by: reasno <guxi99@gmail.com>
2020-04-06 23:17:07 +08:00
reasno
5ef6ea68ad $timeout can be a float or int
Signed-off-by: reasno <guxi99@gmail.com>
2020-04-06 12:28:59 +08:00
reasno
92e057f686 wrap workerExit coordination in go
Signed-off-by: reasno <guxi99@gmail.com>
2020-04-06 12:08:06 +08:00
reasno
0c46ce3df4 better handling of graceful start & graceful stop
Signed-off-by: reasno <guxi99@gmail.com>
2020-04-06 11:54:40 +08:00
谷溪
b28e5435e3
Merge pull request #1501 from Reasno/framework
feat: bridge symfony events to hyperf event dispatcher.
2020-04-06 09:58:16 +08:00
reasno
75bb2426e0 update svg
Signed-off-by: reasno <guxi99@gmail.com>
2020-04-06 09:56:17 +08:00
daodao97
90241ececa
fix: consul catalog register method GET => PUT
catalog register 的请求方式应该是 PUT
https://www.consul.io/api/catalog.html#register-entity
2020-04-05 14:24:05 +08:00
reasno
5910715f26 Add CHANGELOG.md 2020-04-05 00:16:29 +08:00
reasno
e50ce09582 add hyperf-events.svg illustration. 2020-04-05 00:05:13 +08:00
张城铭
c033623f57 Fixed return Nullable type 2020-04-04 21:54:11 +08:00
huangzhhui
c715e60e25 Translate 2020-04-04 21:22:06 +08:00
李铭昕
51ae5fd088
Merge pull request #1499 from limingxinleo/1.1-constants
Fixed dynamic parameter does not work after requiring translation.
2020-04-04 21:06:17 +08:00
黄朝晖
0ac4ee80ff
Update AbstractConstants.php 2020-04-04 21:00:26 +08:00
reasno
8b90aa20f5 remove comment. mark as `@internal. 2020-04-04 20:35:55 +08:00
李铭昕
a7f874387e Update questions.md 2020-04-04 20:19:02 +08:00
李铭昕
6e03f853bb Update AsyncQueueAspect.php 2020-04-04 20:08:20 +08:00
李铭昕
d09c6923b3 Update CHANGELOG.md 2020-04-04 19:46:53 +08:00