Commit Graph

5731 Commits

Author SHA1 Message Date
李铭昕
f18b03a08f
Optimized the config for nsqd. (#2312)
* Changed config of nsqd.

* Update changelog.md
2020-08-17 14:13:59 +08:00
李铭昕
2a54dc891e
v2.0.7 (#2310) 2020-08-17 11:39:33 +08:00
李铭昕
7f2368cf16
Merge pull request #2309 from huangzhhui/copy-from-2127
Fix JsonRpcHttpTransporter cannot set the custom timeout property
2020-08-17 10:05:53 +08:00
李铭昕
7ae25f780f Format code. 2020-08-17 09:59:57 +08:00
李铭昕
dcc6ad62ec
Merge pull request #2307 from limingxinleo/2.0-nsq
Added http apis for nsq.
2020-08-17 09:40:58 +08:00
李铭昕
3435e8573c Optimized code. 2020-08-17 09:33:53 +08:00
huangzhhui
a81974bc05 Specifice the API is NSQD API 2020-08-17 02:50:47 +08:00
huangzhhui
a618556cc1 Add changelog 2020-08-17 01:41:48 +08:00
huangzhhui
088d2b4eb6 Fix JsonRpcHttpTransporter cannot set the custom timeout property 2020-08-17 01:40:34 +08:00
huangzhhui
8647f18779 Add changelog 2020-08-17 00:48:32 +08:00
huangzhhui
3877f643b9 Fix typo and translate 2020-08-17 00:45:03 +08:00
huangzhhui
da2a46e86b Add English doc of NSQ 2020-08-17 00:44:56 +08:00
huangzhhui
f52aefab18 Remove error test config 2020-08-17 00:44:47 +08:00
huangzhhui
4bdc8d8b66 Update doc and translate 2020-08-17 00:16:41 +08:00
huangzhhui
d1e6cada43 Add more apis 2020-08-17 00:11:50 +08:00
李铭昕
438c15a935 Added document. 2020-08-16 20:07:25 +08:00
李铭昕
0decbefa98 Added test cases. 2020-08-16 19:33:19 +08:00
李铭昕
061b319e34 Added topic and channel apis. 2020-08-16 18:34:52 +08:00
李铭昕
8d38513437 Added nsq http api. 2020-08-16 18:09:53 +08:00
李铭昕
5eb41fb014
Fixed dead cycle when del sid for socketio memory adapter. (#2304)
* Fixed dead cycle when del sid for socketio memory adapter.

* Added test cases.
2020-08-15 13:47:19 +08:00
李铭昕
a6c2052536
Added serialize redis test cases. (#2302) 2020-08-14 15:18:05 +08:00
沈唁
1154859ddb
fix: docs search path (#2297) 2020-08-14 08:23:35 +08:00
李铭昕
95c657bc42
Fixed doc. (#2293) 2020-08-13 19:37:41 +08:00
李铭昕
d98084b696
Fixed bug that the config is cleared when the config is not modified in apollo. (#2276)
* Fix the bug that the configuration is covered because the status code is not 200 when the configuration is not modified in apollo.
2020-08-13 14:09:43 +08:00
黄朝晖
0bf1f08ec9
Merge pull request #2253 from hyperf/dependabot/composer/jonahgeorge/jaeger-client-php-tw-0.6.0
Update jonahgeorge/jaeger-client-php requirement from ^0.4.4 to ^0.6.0
2020-08-13 13:43:46 +08:00
李铭昕
e1847e32df
Fixed co::create failed in non-coroutine environment. (#2281) 2020-08-13 10:38:05 +08:00
李铭昕
194ae6cf6a
Merge pull request #2285 from archdesigner/patch-1
change set to rebind
2020-08-13 10:02:54 +08:00
李铭昕
36d17039c6 Fixed typo. 2020-08-13 09:58:32 +08:00
Chang Long Xu
ee906d37ba
change set to rebind
change set to rebind
2020-08-12 21:44:43 +08:00
huangzhhui
da3e4877e7 Add DIngding Travis Bot 2020-08-12 18:15:47 +08:00
沈唁
a40d438995
fix typo (#2282) 2020-08-12 14:30:53 +08:00
李铭昕
2c18306439
Fixed bug that interface methods will be rewriten by aop. (#2280)
* Fixed bug that interface methods will be rewriten by aop.

* Update ProxyFactory.php

* Added test case.
2020-08-12 13:29:11 +08:00
李铭昕
6c535bd3dc
Fixed bug that fetch process blocking for config center. (#2275)
* Fixed sync config failed when socket::send timeout.

* Fixed bug that fetch process blocking for config center.
2020-08-12 09:35:27 +08:00
huangzhhui
3278506f96 Update jet.md 2020-08-11 01:39:21 +08:00
huangzhhui
c45ca60950 Add GoTask 2020-08-11 01:27:40 +08:00
huangzhhui
c28597243e Update 2020-08-11 01:11:58 +08:00
huangzhhui
ce269666ba Update important.md 2020-08-11 01:00:32 +08:00
huangzhhui
3b75ee8647 Update questions.md 2020-08-11 00:54:47 +08:00
huangzhhui
787c6c0549 Update summary.md 2020-08-11 00:33:26 +08:00
huangzhhui
70cf4da13f Update redis.md 2020-08-11 00:28:32 +08:00
huangzhhui
197b8ecd0d Translate 2020-08-11 00:08:36 +08:00
huangzhhui
5b1b7b44b4 Update doc summary 2020-08-10 16:29:04 +08:00
黄朝晖
8a537b03d7
Merge pull request #2265 from limingxinleo/2.0-release
v2.0.6
2020-08-10 13:34:34 +08:00
huangzhhui
53db463307 Translate 2020-08-10 13:33:19 +08:00
huangzhhui
b1dc4989e4 Translate 2020-08-10 13:28:28 +08:00
李铭昕
5e76e76c46 Update changelog.md 2020-08-10 10:21:18 +08:00
李铭昕
049ba0b0d3 Removed jet from hyperf/hyperf. 2020-08-10 10:18:51 +08:00
李铭昕
56b4608916 Update 2020-08-10 10:11:44 +08:00
李铭昕
0ffda17389 Merge branch 'master' into 2.0-release 2020-08-10 09:57:24 +08:00
李铭昕
9e5278fc39
Merge pull request #2125 from limingxinleo/2.0-jsonrpc-client
Add Jet component
2020-08-10 09:55:51 +08:00