Commit Graph

68 Commits

Author SHA1 Message Date
李铭昕
5873fa4d6d
Fixed bug that command describe:routes will show the wrong list. (#1650) 2020-04-30 07:17:56 +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
李铭昕
53d40d94d4
Added stdoutlogger testing. (#1037) 2019-11-28 10:25:15 +08:00
Reasno
f6110a2de7 Merge branch 'master' of https://github.com/hyperf/hyperf into retry 2019-11-15 01:18:43 +08:00
李铭昕
3fa03c5fbe
Merge pull request #941 from daydaygo/dayday-201911140956
add config-zookeeper
2019-11-14 13:32:23 +08:00
李铭昕
0a2623c0af Optimized code. 2019-11-14 11:22:30 +08:00
huangzhhui
ae964cac5d Merge remote-tracking branch 'upstream/master' into session 2019-11-11 20:38:49 +08:00
谷溪
abaee5d56b
Merge branch 'master' into retry 2019-11-11 00:25:59 +08:00
Reasno
578001ab10 Add tests to phpunit.xml 2019-11-05 15:17:42 +08:00
李铭昕
69599ab6b5 Optimized code and added testing. 2019-11-02 19:20:27 +08:00
李铭昕
95ce15c17b
Merge pull request #796 from limingxinleo/1.1-etcd
Optimized etcd.
2019-10-30 16:26:57 +08:00
李铭昕
2dd36a17c7 Fixed travis ci. 2019-10-27 19:07:38 +08:00
huangzhhui
2fd430e7b5 Merge remote-tracking branch 'upstream/master' into session 2019-10-27 16:17:47 +08:00
reasno
2e35fb7fab Fix namespace and testcase
Add Testcase to phpunit.xml

Allow user to inject client

Apply cs-fix from master
2019-10-25 23:12:22 +08:00
李铭昕
fdc12012f7 Added test for socket from process. 2019-10-23 17:35:45 +08:00
huangzhhui
3f783a65be Merge remote-tracking branch 'upstream/master' into pr/429 2019-09-20 23:42:41 +08:00
黄朝晖
0c327bd0ca
Merge pull request #478 from Reasno/tracer
Adopt opentracing interfaces and support jaeger
2019-09-20 23:28:21 +08:00
李铭昕
784ed332a2 Merge branch 'master' into 1.0-merge 2019-09-20 09:55:03 +08:00
李铭昕
67eb4af5c8
Fixed the next request will be effected after using stopPropagation. (#571)
* Create Propagation.php

* Fixed stopPropagation will effect the next request.

* Added testing.

* Update phpunit.xml

* Update CHANGELOG.md
2019-09-16 09:28:45 +08:00
wangyi
f2258295d0 Merge branch 'master' into feat/validation 2019-09-10 18:28:22 +08:00
reasno
bf4ad4a932 Add Documentation
Merge branch 'master' into tracer

Pass PHPStan
2019-08-31 18:33:41 +08:00
Reasno
fcad7ce6bf [Feature] Adopt opentracing interface and support jaeger
This PR unties all Zipkin details from the hyper/tracer. All tracing interaction is done through the standard Opentracing interfaces. Configuration format is slightly modified according to the discussion in #453. Two adapters are provided out of box, Zipkin and Jaeger. The architecture is made pluggable now. Anything that implements opentracing can be used as the underlying tracer. Users are free to implement their own solution.

Note you need to "composer require jonahgeorge/jaeger-client-php" to use Jaeger as tracer.
2019-08-29 16:36:14 +08:00
李铭昕
2c9dadfda4 Merge branch '1.0' into pr/429 2019-08-28 11:48:48 +08:00
李铭昕
3fd84b3027 Merge branch 'master' into 1.0-merge 2019-08-28 11:41:30 +08:00
huangzhhui
2c26101f2b Merge remote-tracking branch 'upstream/1.0' into pr/428 2019-08-28 00:59:02 +08:00
李铭昕
315ba20ad2 Added testing. 2019-08-25 14:29:44 +08:00
黄朝晖
68416717d8
Merge branch 'master' into redis-auth-close 2019-08-23 14:00:19 +08:00
李铭昕
accfcaccac Update 2019-08-22 18:45:42 +08:00
李铭昕
b4307cdfc4 Revert "Deleted useless code."
This reverts commit b50b12bdf4.
2019-08-22 10:39:46 +08:00
李铭昕
b50b12bdf4 Deleted useless code. 2019-08-22 10:30:18 +08:00
李铭昕
c249473b66 Update 2019-08-22 09:57:54 +08:00
wangyi
f401cd1c5c Add validation component 2019-08-20 21:06:13 +08:00
wangyi
7faca2b10a Add translation component 2019-08-20 20:58:28 +08:00
huangzhhui
4e463f50a2 Update phpunit.xml 2019-08-20 20:50:30 +08:00
李铭昕
60a1527cb0 Update 2019-08-14 11:17:05 +08:00
huangzhhui
a3d78ea94a Merge remote-tracking branch 'origin/master' into pr/370 2019-08-13 16:52:39 +08:00
huangzhhui
3ff1757b33 Add unit test 2019-08-13 16:50:14 +08:00
李铭昕
7efdda5df7 Added testing. 2019-08-08 18:52:13 +08:00
李铭昕
c48eeb5bb5 Optimized code. 2019-08-06 13:58:48 +08:00
李铭昕
cb9b65a923 Added testing. 2019-08-06 11:05:45 +08:00
Ye Wenbin
c2ca6c1d86 Added custom object support for controller parameters in jsonrpc-server.
支持 jsonrpc 方法使用自定义类型参数。
方法调用产生的异常不会进入 ExceptionHandler,而是生成到响应中 error 数据中。
RpcService 注解指定服务名称,如果使用类名,则类的命名空间也包含成路径中。
2019-08-04 18:58:36 +08:00
Ye Wenbin
54321b0ad9
Merge branch 'master' into feature-node-id-generator 2019-08-03 14:31:58 +08:00
Ye Wenbin
f53b539a7a check consul service once 2019-08-02 15:45:49 +08:00
Ye Wenbin
b08153b3d4 add NodeRequestIdGenerator, an implementation of IdGeneratorInterface 2019-08-02 14:20:23 +08:00
李铭昕
ca2e74daf9 Optimized code. 2019-07-27 15:57:48 +08:00
李铭昕
efbd5d14ac Added testing. 2019-07-23 15:03:25 +08:00