Commit Graph

87 Commits

Author SHA1 Message Date
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
沈唁
3fe24eb58d
fix: Translations docs search error (#2167)
Co-authored-by: 李铭昕 <715557344@qq.com>
2020-07-23 10:32:18 +08:00
sy-records
2ac2be404b fix typo 2020-07-21 17:45:08 +08:00
李铭昕
3a55665c47
v2.0.3 (#2136) 2020-07-20 15:17:27 +08:00
李铭昕
835eae2895 Moved nacos.md to docs. 2020-07-20 10:53:09 +08:00
李铭昕
deeeef0ec7
Added document. (#2119) 2020-07-15 14:57:12 +08:00
谷溪
4835335987
feat: Add snowflake trait for database model. (#2112)
* feat: Add snowflake trait for database model.

* doc: reword snowflake

* doc: reword snowflake

* doc: Add changelog

* refactor: rename HasSnowflake to Snowflake
2020-07-14 17:56:00 +08:00
沈唁
2b143cf1ca
Added flysystem-cos for hyperf/filesystem (#2097)
* Added flysystem-cos for `hyperf/filesystem`

* Update CHANGELOG-2.0.md

Co-authored-by: 李铭昕 <715557344@qq.com>
2020-07-13 19:52:01 +08:00
sy-records
7ca9fbf6aa use cdn for grafana.json 2020-07-13 14:49:49 +08:00
李铭昕
90992d6dd1
v2.0.2 (#2099) 2020-07-13 13:21:16 +08:00
沈唁
f63a3ad21d
Updated upgrade 2.0 (#2102) 2020-07-13 09:07:26 +08:00
沈唁
acd830f0a5
Fixed document. (#2098)
Co-authored-by: 李铭昕 <715557344@qq.com>
2020-07-12 12:52:06 +08:00
沈唁
d7713af34c
fix typo (#2092) 2020-07-11 16:47:32 +08:00
黄朝晖
577f42a8ee
Merge pull request #2077 from sy-records/update-ws-doc
remove typehinting from websocket docs
2020-07-10 16:41:43 +08:00
黄朝晖
1396b7b36d
Merge pull request #2078 from sy-records/update-signal
updapte signal doc
2020-07-10 16:40:46 +08:00
黄朝晖
b64dda8ded
Update signal.md 2020-07-10 16:38:13 +08:00
黄朝晖
b2e76042db
Update release-planning.md 2020-07-10 13:56:28 +08:00
sy-records
2838178c88 updapte signal doc 2020-07-09 17:20:31 +08:00
sy-records
50f9c476ad remove typehinting from websocket docs 2020-07-09 16:53:21 +08:00
谷溪
9002fa2c47
Update grpc.md 2020-07-08 10:11:26 +08:00
李铭昕
ab1094a30b
Changed sender which only support push and disconnect. (#2065)
* Changed sender which only support `push` and `disconnect`.

* Added document.
2020-07-07 13:26:34 +08:00
李铭昕
8920f3e3ff
Merge pull request #2054 from limingxinleo/2.0-model-cache
Added eager load relation for model-cache.
2020-07-07 10:20:11 +08:00
李铭昕
84a817b3d7 Added test cases for morphTo. 2020-07-07 10:02:50 +08:00
李铭昕
9651428dcf Added document. 2020-07-05 15:49:55 +08:00
沈唁
763028ddf9
Add route 404 to the FAQ (#2053) 2020-07-05 15:41:10 +08:00
谷溪
6824f38a4d
Update watcher.md (#2050) 2020-07-04 12:51:58 +08:00
motian
1040082e12
Update model.md (#2040)
Co-authored-by: 李铭昕 <715557344@qq.com>
2020-07-04 09:38:37 +08:00
hanicc
66ce4ae3e6
Added ScanFileDriver to watch file changes (#2042)
Co-authored-by: hanicc <hanicc.qq.com>
Co-authored-by: 李铭昕 <715557344@qq.com>
2020-07-03 17:29:22 +08:00
sy-records
160d10e552 fix typo 2020-07-02 16:34:43 +08:00
李铭昕
bb6de1ae60
v2.0.1 (#2015) 2020-07-02 13:38:17 +08:00
沈唁
1eb53a2a46
Update constant (#2032)
* rename Constants to Constant

* update gen:constant
2020-07-02 11:39:06 +08:00
黄朝晖
61368737e2
Update constants.md 2020-06-30 13:15:11 +08:00
沈唁
99ecda9555 Update constants.md
Update constants.md

Update constants.md

Update constants.md
2020-06-29 19:17:21 +08:00
Yasar Luo
fb7fc19239
Update changelog.md 2020-06-29 08:28:27 +08:00
haozing
191baeb33b
所需版本更新
1.Swoole扩展版本
2.hyperf最新docker镜像
2020-06-28 10:32:43 +08:00
huangzhhui
323d4a111f Translate doc 2020-06-28 00:26:45 +08:00
huangzhhui
1b4511dfd9 Update command.md 2020-06-28 00:25:05 +08:00
huangzhhui
70c13647e0 Merge remote-tracking branch 'origin/master' into pr/1853 2020-06-28 00:22:47 +08:00
黄朝晖
9dc74e4525
Merge pull request #1993 from bob-yangpf/bob-yangpf-v2
docs(contribute): update pull request url
2020-06-27 03:07:22 +08:00
杨鹏飞
80913175fb docs(contribute): update pull request url 2020-06-26 19:20:17 +08:00
sy-records
55326e0abd remove ./ 2020-06-25 10:54:10 +08:00
沈唁
3f35cb60d9
Added command gen:constants. (#1934)
* add gen constants

* update doc

* Update CHANGELOG-2.0.md

Co-authored-by: 李铭昕 <715557344@qq.com>
2020-06-25 08:09:16 +08:00
黄朝晖
86316cc42a
Merge pull request #1976 from comdeng/patch-1
修改错别字
2020-06-24 22:15:48 +08:00
comdeng
d96faba5bd
修改错别字 2020-06-23 23:40:13 +08:00