Commit Graph

5207 Commits

Author SHA1 Message Date
huangzhhui
023782ecc6 Allow pass a callbacks array to run() function 2020-06-09 19:20:05 +08:00
huangzhhui
1847f6bed0 parentId receive a coroutine id parameter 2020-06-09 19:19:34 +08:00
huangzhhui
df0500b434 Remove excess spaces 2020-06-09 16:20:50 +08:00
huangzhhui
81fdfc2536 Remove timepoint function 2020-06-09 16:20:01 +08:00
李铭昕
43c629b69f
Changed server config server to type. (#1883) 2020-06-09 15:56:26 +08:00
李铭昕
1d86e3808a
Annotation Inject support typed properties. (#1877) 2020-06-08 14:21:15 +08:00
李铭昕
dd0b262dc0
Format code. (#1876) 2020-06-08 11:04:26 +08:00
黄朝晖
db0d74b0e2
Merge pull request #1805 from hyperf/pr/1672
Support coroutine server.
2020-06-07 22:53:57 +08:00
黄朝晖
f1db446917
Merge branch '2.0' into pr/1672 2020-06-07 22:53:28 +08:00
李铭昕
28a517ff30
Added sink for guzzle. (#1871) 2020-06-06 21:43:57 +08:00
李铭昕
0fe14d7827
Fixed signal register failed in alpine. (#1866) 2020-06-05 12:51:06 +08:00
李铭昕
1d970b4a64
Support async-queue stop safely. (#1863) 2020-06-04 16:07:56 +08:00
李铭昕
2a3db07bc9
Added hyperf/signal component. (#1819) 2020-06-04 14:13:37 +08:00
李铭昕
4cde8cddf7
Optimized code of co-phpunit. (#1857) 2020-06-04 09:54:32 +08:00
李铭昕
53aedcec67
Added ConstantFrequency to flush one connection for the interval of time. (#1855) 2020-06-03 13:23:08 +08:00
李铭昕
7b363af5a1
Fixed is_resource does not works when use Runtime::enableCoroutine() privately in filesystem. (#1854) 2020-06-02 18:59:21 +08:00
谷溪
dc4cf6dfe3
use Swoole\Runtime::getHookFlags() in 4.5+ 2020-06-02 17:26:46 +08:00
李铭昕
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
huangzhhui
5f53d96971 Merge branch 'pr/1672' of github.com:hyperf/hyperf into pr/1672 2020-05-27 12:01:43 +08:00
huangzhhui
e2800525ea Dump server message 2020-05-27 12:01:37 +08:00
李铭昕
5c735733bf Merge branch '2.0' into pr/1672 2020-05-26 17:51:18 +08:00
谷溪
4015a7a7d6
Update TaskExecutor.php 2020-05-26 16:43:36 +08:00
huangzhhui
1caae43fed Use full name 2020-05-26 16:05:43 +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