Commit Graph

131 Commits

Author SHA1 Message Date
李铭昕
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
沈唁
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
Chang Long Xu
ee906d37ba
change set to rebind
change set to rebind
2020-08-12 21:44:43 +08:00
沈唁
a40d438995
fix typo (#2282) 2020-08-12 14:30:53 +08:00
huangzhhui
3278506f96 Update jet.md 2020-08-11 01:39:21 +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
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
李铭昕
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
huangzhhui
b1cc1d6bb9 Add doc 2020-08-10 02:12:16 +08:00
huangzhhui
ca0f8b361b Update jet.md 2020-08-10 01:54:13 +08:00
huangzhhui
d89fe12128 Update doc 2020-08-10 01:48:26 +08:00
huangzhhui
f62589938d Merge remote-tracking branch 'upstream/master' into pr/2125 2020-08-09 19:17:20 +08:00
李铭昕
0408526444 Update wechat.md 2020-08-09 18:26:49 +08:00
李铭昕
05e119b2f2 Update wechat.md 2020-08-09 18:16:51 +08:00
李铭昕
901f0193c7 Update wechat.md 2020-08-09 18:14:37 +08:00
李铭昕
6149fb8680 Update nacos.md 2020-08-09 15:30:20 +08:00
Kids Return
45550adeb8
Improve guzzle set default handler, use Hyperf\Guzzle\CoroutineHandle… (#2243)
Co-authored-by: 李铭昕 <715557344@qq.com>
2020-08-06 17:07:22 +08:00
沈唁
50cd5ebfe6
fix typo (#2238) 2020-08-03 18:32:06 +08:00
李铭昕
a33635dadd
v2.0.5 (#2234) 2020-08-03 10:11:22 +08:00
李铭昕
59e44150bc
Merge pull request #2001 from nfangxu/command-signature
[feature] 支持在 command 的 signature 中设置参数及名称
2020-08-02 14:51:57 +08:00
李铭昕
68a2bccfc8 Added cases of command into phpunit.xml 2020-08-02 13:56:40 +08:00
李铭昕
ac2d1db7cf
Added document for tcp-server. (#2228) 2020-08-02 13:45:08 +08:00
李铭昕
63d531a667 Format code. 2020-08-02 13:41:46 +08:00
沈唁
f00544ffc0
fix typo (#2215) 2020-07-30 15:22:41 +08:00
沈唁
73b3647262
docs: update webscoket server (#2205)
* docs: update webscoket server

* Update FindDriver.php

Co-authored-by: 李铭昕 <715557344@qq.com>
2020-07-29 18:37:33 +08:00
李铭昕
c224ba6922
v2.0.4 (#2185)
* v2.0.4

* Translate

Co-authored-by: huangzhhui <huangzhwork@gmail.com>
2020-07-27 15:52:51 +08:00
huangzhhui
f2ab7b3ba3 Update the english doc 2020-07-27 02:32:06 +08:00
李铭昕
098d51c17e
Update important.md (#2184) 2020-07-26 17:49:44 +08:00
motian
bbf8ae4793
[FEATURE] Added ModelRewriteTimestampsVisitor (#2174)
Added `ModelRewriteTimestampsVisitor` to rewrite `$timestamps` based on `created_at` and `updated_at`

Co-authored-by: 李铭昕 <715557344@qq.com>
2020-07-24 13:43:43 +08:00
motian
864a9ba2be
Added ModelRewriteSoftDeletesVisitor to insert or remove SoftDeletes based on deleted_at (#2175)
* Added ModelRewriteSoftDeletesVisitor

* Added `ModelRewriteSoftDeletesVisitor` to insert or remove `SoftDeletes` based on `deleted_at` for Model.

Co-authored-by: 李铭昕 <715557344@qq.com>
2020-07-24 13:28:39 +08:00
motian
11e6447886
[FEATURE] Added ModelRewriteKeyNameVisitor (#2176)
Added `ModelRewriteKeyInfoVisitor` to rewrite `$incrementing` `$primaryKey` and `$keyType` for Model.

Co-authored-by: 李铭昕 <715557344@qq.com>
2020-07-24 12:28:31 +08:00
清流
28fa90425d
Update documents. (#2177)
* Update wechat.md

* Update CHANGELOG-2.0.md

Co-authored-by: 李铭昕 <715557344@qq.com>
2020-07-24 09:34:50 +08:00
李铭昕
e89ea25691
Update awesome-components.md (#2171) 2020-07-23 21:20:01 +08:00
phper666
33b2cc7733
Fixed document for overtrue/wechat. (#1780)
Co-authored-by: 李铭昕 <715557344@qq.com>
2020-07-23 18:16:06 +08:00
张子彬
9b35d6fd42
Added Hyperf\Watcher\Driver\FindDriver for hyperf/watcher. (#2162)
* Update ShellDriver.php

* Optimized code.

* Support Darwin.

Co-authored-by: zhangzibin <zhangzibin@ecomxhat.com>
Co-authored-by: 李铭昕 <715557344@qq.com>
2020-07-23 15:09:25 +08:00