李铭昕
f3e427a8ad
Merge pull request #596 from xiabin/master
...
Added `required` parameter for @Inject
2019-09-23 09:44:21 +08:00
huangzhhui
80a8470d4d
Update CHANGELOG.md
2019-09-23 01:17:24 +08:00
huangzhhui
9c25eafd5b
Update CHANGELOG.md
2019-09-23 01:11:35 +08:00
huangzhhui
c998abcb44
Removed useless comment and format the code
2019-09-23 01:07:03 +08:00
huangzhhui
791b39c831
Optimized the logic
2019-09-23 01:06:48 +08:00
黄朝晖
3d6b2446c9
Update response.md
2019-09-22 17:48:22 +08:00
黄朝晖
0c327bd0ca
Merge pull request #478 from Reasno/tracer
...
Adopt opentracing interfaces and support jaeger
2019-09-20 23:28:21 +08:00
huangzhhui
87fc29092d
Optimized
2019-09-20 23:23:09 +08:00
huangzhhui
4cb8c75843
Merge branch 'tracer' of https://github.com/Reasno/hyperf into pr/478
2019-09-20 23:15:26 +08:00
Reasno
2fc2432b8d
rebase
...
Merge branch 'tracer' of https://github.com/Reasno/hyperf into tracer
2019-09-20 20:37:18 +08:00
黄朝晖
dc3fd5c19d
Merge pull request #598 from limingxinleo/1.1-doc
...
Added concurrent doc.
2019-09-20 15:42:59 +08:00
黄朝晖
1c86982fbc
Update coroutine.md
2019-09-20 15:37:28 +08:00
李铭昕
425516a63a
Update coroutine.md
2019-09-20 15:31:12 +08:00
Reasno
15473a06af
Merge branch 'tracer' of https://github.com/Reasno/hyperf into tracer
2019-09-20 13:46:14 +08:00
Reasno
8199073f07
update opentracing-zipkin dependencies to the latset version
2019-09-20 13:46:05 +08:00
xiabin
12f77817a5
Merge remote-tracking branch 'origin/master'
2019-09-20 11:00:53 +08:00
xiabin
3ce6d7800b
Add required
parameter to @Inject.Detail in https://github.com/hyperf-cloud/hyperf/issues/515
2019-09-20 10:53:55 +08:00
xiabin
f07fbe862e
fixed unit test error
2019-09-20 10:39:59 +08:00
李铭昕
7b1049934c
Merge pull request #594 from limingxinleo/1.0-merge
...
Merge 1.0 into master.
2019-09-20 10:21:35 +08:00
李铭昕
669f6d73c2
Update RedisProxyTest.php
2019-09-20 10:03:36 +08:00
李铭昕
369b2b58ef
Update swoole version for doc.
2019-09-20 09:56:55 +08:00
李铭昕
784ed332a2
Merge branch 'master' into 1.0-merge
2019-09-20 09:55:03 +08:00
xiabin
c0acbbedd5
cs-fix
2019-09-20 09:46:31 +08:00
xiabin
7dc5d3bec2
fixed inject test error
2019-09-20 09:39:07 +08:00
李铭昕
330b8d180c
throw exception when execute failed in task worker. ( #585 )
...
* Added testing.
* throw exception when execute failed in task worker.
* Update CHANGELOG.md
* Fixed.
* Fixed testing.
* Fixed ExceptionNormalizer.
* Update
* Update composer.json
2019-09-20 09:34:41 +08:00
李铭昕
d84f91cd8e
Merge pull request #580 from limingxinleo/1.0-concurrent
...
Added coroutine concurrency control features.
2019-09-20 09:31:26 +08:00
李铭昕
027c30a277
Merge pull request #567 from limingxinleo/1.0-rpc-client
...
Fixed rpc-client `getReturnType` failed, when the name is not equal of service.
2019-09-20 09:29:38 +08:00
xiabin
c1a881aafa
Add required
parameter to @Inject
2019-09-20 09:11:27 +08:00
huangzhhui
cd9f37f2d4
Update CHANGELOG.md
2019-09-20 01:09:28 +08:00
huangzhhui
73ca92b99d
Update tracer.md
2019-09-20 01:01:30 +08:00
huangzhhui
226a1df016
Update tracer.md
2019-09-20 00:35:57 +08:00
huangzhhui
3c7553e918
Merge remote-tracking branch 'upstream/master' into pr/478
2019-09-20 00:21:15 +08:00
huangzhhui
38b131b4f7
Update json-rpc.md
2019-09-20 00:14:49 +08:00
huangzhhui
28a8b49cf0
Add default value 'random' for load_balancer
2019-09-20 00:14:38 +08:00
huangzhhui
a7a151c20a
Update CHANGELOG.md
2019-09-19 23:12:30 +08:00
huangzhhui
eb9d26e0bb
Update ConcurrentTest.php
2019-09-19 23:09:48 +08:00
huangzhhui
099ef9577a
Optimized
2019-09-19 21:34:52 +08:00
李铭昕
93b3cc8b21
Update ConcurrentTest.php
2019-09-19 14:23:03 +08:00
李铭昕
6a3ccd7ca6
Catch exception.
2019-09-19 14:05:48 +08:00
李铭昕
151f8e2861
Merge branch '1.0' into 1.0-rpc-client
2019-09-19 14:00:43 +08:00
李铭昕
3fa82d7be9
Dynamic init snowflake meta data ( #579 )
...
* Init workerId and dataCenterId.
* Optimized code.
* Update CHANGELOG.md
2019-09-19 13:58:09 +08:00
黄朝晖
5a69104366
Update snowflake.md
2019-09-19 11:15:17 +08:00
黄朝晖
15ed7a27ea
Merge pull request #588 from sy-records/patch-1
...
Update README.md
2019-09-18 23:47:04 +08:00
Luffy
68aee7febd
Update README.md
...
update contributors url.
2019-09-18 15:23:49 +08:00
黄朝晖
49b631292d
Merge pull request #587 from hedeqiang/master
...
Update view.md
2019-09-18 13:39:08 +08:00
hedeqiang
d1a705669e
Update view.md
2019-09-18 10:37:25 +08:00
黄朝晖
95f04a9583
Update snowflake.md
2019-09-18 01:23:20 +08:00
huangzhhui
0e25af3d3e
Use Coroutine::create() instead of short name method
2019-09-18 00:58:13 +08:00
York.Gu
7002b0d6d6
Throw GrpcClientException
, when BaseClient::start
failed. ( #583 )
...
* add more error information when grpc client connect error occur
* Format code.
* Added testing.
2019-09-16 18:46:22 +08:00
York.Gu
a8d5496f3a
Fixed typehint error, when Coroutine\Http2\Client->send
failed. ( #564 )
...
* fix the return type not match crash that not expected when error occurred in http2 client connection of grpc
* Update GrpcClientException.php
* Update CHANGELOG.md
2019-09-16 18:15:15 +08:00