Commit Graph

112 Commits

Author SHA1 Message Date
李铭昕
5eb33d9392 Added code about http2 client. 2023-03-17 17:03:52 +08:00
李铭昕
5ccca8511d Fixed bug that test cases cannot work for pqsql. 2022-08-10 00:10:02 +08:00
李铭昕
4135ea0a0e Merge branch 'master' into 3.0-merge
# Conflicts:
#	.github/workflows/test.yml
#	composer.json
#	phpunit.xml
#	src/config-apollo/src/Client.php
#	src/http-server/src/Request.php
#	src/redis/src/RedisConnection.php
#	src/utils/composer.json
2022-02-21 10:03:25 +08:00
李铭昕
ce0cb38294
Split hyperf/context from hyperf/utils. (#4529) 2022-02-16 11:17:15 +08:00
李铭昕
ad5afa9073 Merge branch 'master' into 3.0-merge
# Conflicts:
#	.github/workflows/test.yml
#	phpunit.xml
#	src/amqp/src/ConnectionFactory.php
#	src/amqp/src/IO/SwooleIO.php
2021-12-30 19:04:00 +08:00
leeyaxing
653f1b60a1
Upgrade the phpunit.xml (#4414) 2021-12-30 11:19:18 +08:00
李铭昕
dfbd785b5f Merge branch 'master' into 3.0-merge 2021-11-20 11:07:11 +08:00
José Carlos Chávez
d38a678ba3
Added PHP8 support for hyperf/tracer. (#4109)
* chore: upgrades to Zipkin Opentracing 2.x.

* chore: fixes zipkin-opentracing version

Co-authored-by: 李铭昕 <715557344@qq.com>
2021-11-19 09:40:33 +08:00
李铭昕
dfded07b75
Split hyperf/coordinator from hyperf/utils. (#4225) 2021-11-05 16:06:17 +08:00
李铭昕
4f57ed7208 Added test cases for macroable. 2021-10-21 10:46:42 +08:00
李铭昕
ae2cf79ed4
Fixed bug that timeout property does not work in circuit breaker. (#3979) 2021-08-25 19:07:26 +08:00
李铭昕
840a55923d Added test cases for config-center 2021-07-19 12:15:16 +08:00
李铭昕
5e515f5452 Fixed composer.json 2021-06-29 13:59:58 +08:00
李铭昕
30b120cc1a Added test cases for config center. 2021-06-25 15:18:48 +08:00
李铭昕
74e5c8848a Renamed nacos-sdk as nacos. 2021-06-24 16:30:27 +08:00
李铭昕
fc023147f6 Restructure nacos component 2021-06-22 19:49:34 +08:00
李铭昕
3d9afbf9a0
Added ci for php8 (#3661) 2021-06-18 18:29:57 +08:00
pandaLIU
5eb2dbfe5c
Added Nacos SDK component (#3679)
Co-authored-by: 李铭昕 <715557344@qq.com>
2021-06-06 14:19:18 +08:00
李铭昕
c0c0c47a22 Merge branch 'master' into 2.2-merge
# Conflicts:
#	composer.json
#	phpunit.xml
2021-05-24 15:50:44 +08:00
李铭昕
f6e9ff2213
Fixed bug that coroutine won't destruct when using onOpen in coroutine style websocket server. (#3607) 2021-05-21 14:56:36 +08:00
李铭昕
d621795dd5 Added RPN component 2021-05-20 17:05:46 +08:00
李铭昕
6f66dbcffd
Added crontab test cases into phpunit.xml (#3594)
* Added crontab test cases into phpunit.xml

* Update ParserTest.php
2021-05-17 17:03:58 +08:00
李铭昕
1af932a66c
Added DAG component. (#3589) 2021-05-15 17:46:42 +08:00
Dracovish
4be1f519cd
Fixed nats connection closed accidentally when socket timeout is smaller than max idle time. (#3513)
Co-authored-by: Dracovish <1114145341@qq.com>
2021-04-22 13:56:31 +08:00
李铭昕
a1e25daafc Added test cases for connecting not exist server. 2021-01-24 20:14:42 +08:00
李铭昕
455e38d0da Fixed PHPUnit 2021-01-10 17:02:47 +08:00
pandaLIU
df22afadfa Added ConsumerManagerTest for kafka 2021-01-10 17:02:47 +08:00
黄朝晖
714e714c3f
Merge pull request #2872 from osgochina/master
Add phar component
2020-12-10 16:56:17 +08:00
Fangx
c9ff54bbb4
[performance] Optimize hyperf/scout, add --chunk and --column|c options to the scout:import command (#2883)
* perf: Optimize scout, use chunkById() instead of chunk()

* feat: Add `--chunk` and `--column|c` options to the scout:import command

* Update phpunit.xml

* Update CHANGELOG-2.0.md

Co-authored-by: 李铭昕 <715557344@qq.com>
2020-11-30 10:25:08 +08:00
李铭昕
e5164a5298 Fixed PHPUnit for phar. 2020-11-26 18:00:16 +08:00
李铭昕
c4d12d1e06 Added test cases for nsq. 2020-11-26 10:21:07 +08:00
李铭昕
f673bb6995
Update CHANGELOG.md (#2866) 2020-11-25 20:36:31 +08:00
李铭昕
8ff334908e Added test cases for encryption. 2020-11-25 15:22:14 +08:00
jan
85b2ad4356
The methods with prefix __ will not be registered into service for rpc-server. (#2728)
* rpc register method filter __construct

* Added test cases

* Update CHANGELOG-2.0.md

Co-authored-by: byphper
Co-authored-by: 李铭昕 <715557344@qq.com>
2020-10-29 18:16:04 +08:00
李铭昕
fea7f0a1f2
Fixed event AfterProcessHandle won't be dispatched when throw exception in process. (#2578)
* Fixed event `AfterProcessHandle` does not dispatched when throw exception in process.

* Added test cases.
2020-09-24 18:56:15 +08:00
李铭昕
049ba0b0d3 Removed jet from hyperf/hyperf. 2020-08-10 10:18:51 +08:00
huangzhhui
36ecf03bbf Rename the component name to Jet and Optimize the code 2020-08-09 20:19:15 +08:00
huangzhhui
f62589938d Merge remote-tracking branch 'upstream/master' into pr/2125 2020-08-09 19:17:20 +08:00
李铭昕
68a2bccfc8 Added cases of command into phpunit.xml 2020-08-02 13:56:40 +08:00
李铭昕
2217036aa8 Added json-rpc-client. 2020-07-17 09:48:55 +08:00
李铭昕
d6ac43509b Added test cases. 2020-06-24 20:39:37 +08:00
李铭昕
2a3db07bc9
Added hyperf/signal component. (#1819) 2020-06-04 14:13:37 +08:00
reasno
cfd544ffcf it Merge branch 'master' of https://github.com/hyperf/hyperf into socketio 2020-05-05 19:25:18 +08:00
李铭昕
5873fa4d6d
Fixed bug that command describe:routes will show the wrong list. (#1650) 2020-04-30 07:17:56 +08:00
Reasno
b713d7756a add example
add socketio component
2020-04-27 16:47:46 +08:00
Reasno
10011c9378 add doc and tests 2020-04-20 12:31:42 +08:00
李铭昕
44d58d7766 Init nsq component. 2020-01-20 16:59:47 +08:00
李铭昕
fcaa5eae12 Added test cases. 2020-01-05 20:00:51 +08:00
李铭昕
1deed1d262
Merge pull request #1144 from assert6/master
Fixed rate-limit config not work
2019-12-19 10:23:36 +08:00
李铭昕
7948abc1d1 Added default config for rate-limit. 2019-12-18 14:21:13 +08:00