Commit Graph

175 Commits

Author SHA1 Message Date
李铭昕
6a96fbaccb Fixed documents. 2020-10-02 10:24:19 +08:00
李铭昕
8faea9bc83 Merge branch 'master' into pr/1172 2020-10-02 08:13:20 +08:00
李铭昕
34ed6f37e4
v2.0.13 (#2586)
* Update CHANGELOG-2.0.md

* Update awesome-components.md

Co-authored-by: huangzhhui <huangzhwork@gmail.com>
2020-09-28 10:47:04 +08:00
李铭昕
fdbc32a4e4
Fixed crontab does not works when using coroutine style server. (#2590)
* Added PHPDOc.

* Fixed crontab does not works when using coroutine style server.
2020-09-27 16:25:56 +08:00
Nash Gao
1e13776e47
fix typo and ambiguous expression (#2569)
* fix typo and ambiguous expression

* fix typo

* update questions with zirocte/swagger 3.0.5 version issue
2020-09-23 10:31:52 +08:00
李铭昕
e259a59184
v2.0.12 (#2555)
* Update CHANGELOG-2.0.md

* Update

* Update doc and translate

Co-authored-by: huangzhhui <huangzhwork@gmail.com>
2020-09-21 10:25:38 +08:00
李铭昕
7fc9e40994
Merge pull request #2490 from Reasno/grpc-client-streaming
fix: fix grpc-client streaming
2020-09-21 09:25:28 +08:00
李铭昕
c092a97769
Update model-cache.md (#2552) 2020-09-20 10:24:52 +08:00
Qiu Tuleng
4791f1885f
Added a link of dump-server package (#2548)
Add the link of Symfony's dump-server package for Hyperf framework
2020-09-19 11:45:11 +08:00
Reasno
518e7e207a doc: add grpc streaming example 2020-09-18 14:44:09 +08:00
Reasno
7785f06b59 doc: add grpc streaming example 2020-09-18 14:44:09 +08:00
李铭昕
d76baa602a
Update docker-swarm.md (#2531) 2020-09-17 17:09:47 +08:00
Eric Zhu
a4072da433
Updated awesome components (#2502) 2020-09-17 16:42:27 +08:00
sy-records
8ec489af7e fix typo 2020-09-16 14:07:18 +08:00
李铭昕
3e0deffa15
Fixed typo. (#2511)
* Fixed typo

* Update changelog.md

* Deleted useless code.
2020-09-14 17:35:55 +08:00
李铭昕
2852c0a29a
v2.0.11 (#2503)
* v2.0.11

* Translate

* Update changelog.md

Co-authored-by: huangzhhui <huangzhwork@gmail.com>
2020-09-14 11:02:38 +08:00
李铭昕
cb7d93a54a
Update testing.md (#2499) 2020-09-13 11:31:47 +08:00
沈唁
bc875b51bb
fix title (#2481) 2020-09-11 10:33:53 +08:00
沈唁
4fc2077659
Update swoole tracker (#2479)
* Update docs

* fix typo
2020-09-10 14:02:25 +08:00
李铭昕
7d3d99af34
Optimized the fallback of FallbackRetryPolicy which support class@method (#2471)
Co-authored-by: yansongda <me@yansongda.cn>
2020-09-09 17:05:18 +08:00
李铭昕
ed517bce08
Added optional visitor ModelRewriteGetterSetterVisitor for gen:model. (#2463)
* Added AbstractVisitor.

* Added BetterReflectionManager.

* Support getter and setter.

* Update document.
2020-09-09 14:40:23 +08:00
李铭昕
f07ed0d5c4
Added ReloadChannelListener to reload timeout or failed channels automatically. (#2459)
* Added `ReloadChannelListener` to reload timeout or failed channels automatically.

* Added test cases.
2020-09-08 11:35:00 +08:00
谷溪
567ebaa1fd
doc: Add docs about fetching request object in socket.io callback. (#2454) 2020-09-07 15:38:17 +08:00
ninvfeng
8a5e422a97
Fixed typo (#2453) 2020-09-07 14:44:11 +08:00
李铭昕
378a930f7a
v2.0.10 (#2450)
* v2.0.10

Co-authored-by: huangzhhui <huangzhwork@gmail.com>
2020-09-07 12:55:20 +08:00
李铭昕
096a82df66
Fixed traceid does not exists when using coroutine handler. (#2443)
Co-authored-by: sy-records <52o@qq52o.cn>
2020-09-06 10:38:20 +08:00
李铭昕
f9f3849848
Added some setters for SocketIO. (#2441)
* Added some setters for SocketIO.

* Update CHANGELOG-2.0.md
2020-09-05 15:05:23 +08:00
李铭昕
cb6640215f
Optimized error message when does not set the value of @var for @Inject. (#2429) 2020-09-03 18:22:50 +08:00
李铭昕
e919359448
Fixed enable-event-dispatcher does not exists. (#2426)
* Added doc for how to rewrite cast.

* Update CHANGELOG-2.0.md

* Update quick-start.md
2020-09-03 17:27:40 +08:00
李铭昕
2f6596d2e2
Fixed example for class_map. (#2400) 2020-09-01 09:56:35 +08:00
李铭昕
83fe1c7ed5
Added auto release. (#2390)
* Update changelog.md

* Added auto release.
2020-08-31 14:51:22 +08:00
李铭昕
7cf763717c
v2.0.9 (#2385)
Co-authored-by: huangzhhui <huangzhwork@gmail.com>
2020-08-31 13:40:33 +08:00
Fangx
200fd22cd5
Update document (#2372)
* fix: 更新文档示例代码

* Update quick-start.md

Co-authored-by: 李铭昕 <715557344@qq.com>
2020-08-28 18:13:38 +08:00
李铭昕
3330ee2ce7
Optimized code for watcher. (#2368)
* Optimized code for watcher.

* Update CHANGELOG-2.0.md
2020-08-28 09:54:30 +08:00
李铭昕
2891c4f485
Optimized process which stop friendly in coroutine server. (#2359)
* Optimized process which stop friendly in coroutine server.

* Optimized code.

* Added document.
2020-08-27 11:43:39 +08:00
李铭昕
e3563df481
Update doc (#2355) 2020-08-26 14:27:48 +08:00
李铭昕
0877807d8d
Added document about how to create your component. (#2348) 2020-08-25 09:29:42 +08:00
李铭昕
5c72297d68
Added job for auto release. (#2345) 2020-08-24 16:37:21 +08:00
李铭昕
b74d9ebf97 v2.0.8 2020-08-24 11:04:28 +08:00
沈唁
98782ed55e
Update index.html (#2341) 2020-08-24 10:25:25 +08:00
沈唁
c0a4711588
fix typo (#2326) 2020-08-21 10:23:39 +08:00
李铭昕
638076d222
Update awesome-components.md (#2314) 2020-08-17 18:02:45 +08:00
沈唁
c7e3aea457
docs: update di:init-proxy (#2313)
* docs: update di:init-proxy

* update
2020-08-17 15:46:53 +08:00
李铭昕
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
huangzhhui
a81974bc05 Specifice the API is NSQD API 2020-08-17 02:50:47 +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
4bdc8d8b66 Update doc and translate 2020-08-17 00:16:41 +08:00
李铭昕
438c15a935 Added document. 2020-08-16 20:07:25 +08:00