Commit Graph

5624 Commits

Author SHA1 Message Date
baiguiren
c887a4f313
Added $concurrent for function parallel. (#2204)
* 为 parallel 函数添加并发控制参数

* Added test cases.

Co-authored-by: 李铭昕 <715557344@qq.com>
2020-07-29 18:52:08 +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
张子彬
862a0a824e
完善FindDriver热更新 (#2193)
* 完善FindDriver热更新

* Update CHANGELOG-2.0.md

Co-authored-by: zhangzibin <zhangzibin@ecomxhat.com>
Co-authored-by: 李铭昕 <715557344@qq.com>
2020-07-28 17:19:12 +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
zxyfaxcn
ee843711b7
Fixed bug that custom processes cannot fetch config from nacos. (#2149)
* 增加支持配置同步更新至用户自定义进程
* 修复心跳namespaceId参数缺少导致nacos心跳至public
* 调整服务、实例创建注册顺序

Co-authored-by: 李铭昕 <715557344@qq.com>
2020-07-26 14:15:00 +08:00
yansongda
911b73f3fe
Don't record the close message when the server is not websocket server. (#2182)
* fix #2180

* fix typo && remove unnecessary qualifier

* Deleted useless code.

* Update CHANGELOG-2.0.md

Co-authored-by: 李铭昕 <715557344@qq.com>
2020-07-26 13:54:45 +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
Millyn
c954e949c8
Throw an exception when the scanner directories all does not exist. (#2043)
* Optimization when the Scanner directory all does not exist

* Optimized test cases.

Co-authored-by: 李铭昕 <715557344@qq.com>
2020-07-23 17:37:04 +08:00
myweb
3f0d876bf1
Added session.options.domain for hyperf/session to change the domain which get from request. (#2169)
* 支持设置 session domain 参数

* Fixed travis.

* Added test cases.

* Update session.php

* Update CHANGELOG-2.0.md

Co-authored-by: liulian <liulian@leros-MacBook.local>
Co-authored-by: 李铭昕 <715557344@qq.com>
2020-07-23 16:00:00 +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
李铭昕
453e2774ea
Fixed travis errors. (#2168) 2020-07-23 10:20:27 +08:00
沈唁
b4b11bd031
Fixed fatal exception caused by exist file when using gen:migration. (#2159)
* Fixed fatal exception caused by exist file when using `gen:migration`.

* Format code.

Co-authored-by: 李铭昕 <715557344@qq.com>
2020-07-22 14:06:29 +08:00
谷溪
f657fa0491
feat: attach options to route handler (#2158)
* feat: attach options to route handler

* add CHANGELOG-2.0.md
2020-07-22 13:00:08 +08:00
黄朝晖
815cd3f175
Merge pull request #2152 from sy-records/update-doc
fix typo
2020-07-21 18:03:41 +08:00
黄朝晖
14465c8dfc
Update README-CN.md 2020-07-21 18:02:30 +08:00
黄朝晖
f379167324
Update README.md 2020-07-21 18:02:11 +08:00
sy-records
2ac2be404b fix typo 2020-07-21 17:45:08 +08:00
ninvfeng
ebcefa4c8b
Added filed $result for QueryExecuted. (#2144)
* Add result field to QueryExecuted Event

* Add default value and type hint

* Update QueryExecuted.php

* Added types for result.

* Update Connection.php

* Update changelog.md

Co-authored-by: ninvfeng <ninvfeng@gmail.com>
Co-authored-by: 黄朝晖 <huangzhwork@gmail.com>
Co-authored-by: 李铭昕 <715557344@qq.com>
2020-07-20 19:37:00 +08:00
黄朝晖
5c08d90ce7
Merge pull request #2142 from hyperf/huangzhhui-patch-1
Fix typo
2020-07-20 17:30:08 +08:00
黄朝晖
2d00655d59
Fix typo 2020-07-20 17:29:18 +08:00
李铭昕
3a55665c47
v2.0.3 (#2136) 2020-07-20 15:17:27 +08:00
李铭昕
b5ff17eda1
Merge pull request #2140 from Reasno/session
fix: save session even if an exception is thrown
2020-07-20 15:09:11 +08:00
Reasno
6cf7fe9598 add changelog 2020-07-20 14:10:46 +08:00
Reasno
e4cfde3601 fix: save session even if an exception is thrown 2020-07-20 14:02:19 +08:00
李铭昕
d3f14f740c
Fixed bug that ValidationMiddleware will throw exception in websocket. (#2139) 2020-07-20 11:40:32 +08:00
李铭昕
1855a666c9
Merge pull request #1554 from daodao97/feature/nacos
perf: 增加 nacos 微服务组件
2020-07-20 10:57:35 +08:00
李铭昕
835eae2895 Moved nacos.md to docs. 2020-07-20 10:53:09 +08:00
刀刀
8968dfbd9c fix: config key style 2020-07-20 10:48:23 +08:00
huangzhhui
9f682b4cc4 Fix CI 2020-07-20 00:39:49 +08:00
huangzhhui
9b1d4ae3cb Update composer.json 2020-07-20 00:34:39 +08:00
huangzhhui
02f782ec88 Update the process name 2020-07-20 00:29:40 +08:00
huangzhhui
207fc7704d Update 2020-07-20 00:29:00 +08:00
huangzhhui
8706be32a7 Re-format by new rules 2020-07-20 00:23:53 +08:00
huangzhhui
a824a53520 Merge remote-tracking branch 'upstream/master' into pr/1554 2020-07-20 00:23:19 +08:00
huangzhhui
232fb93300 Format 2020-07-20 00:22:53 +08:00
huangzhhui
fd3021dd9d Add NacosThrowable and adjust the extend relation of excpetions 2020-07-20 00:22:46 +08:00
huangzhhui
8de756fdb9 Optimized 2020-07-20 00:19:59 +08:00
刀刀
7262cf3dfd fix: Optimized config 2020-07-19 14:55:43 +08:00
李铭昕
fa5c246887 Optimized MainWorkerStartListener. 2020-07-18 15:08:28 +08:00
黄朝晖
dee7460d41
Optimized the exception message when the response json encoding failed. (#2129)
Co-authored-by: 李铭昕 <715557344@qq.com>
2020-07-17 19:00:08 +08:00
黄朝晖
72c231290d
Merge pull request #2017 from cwb2819259/fix_promeuthes_redis_colletcor
fix: 修复Prometheus使用redis打点,改变label导致收集报错的问题
2020-07-17 13:42:39 +08:00
黄朝晖
2b9bae8919
Update CHANGELOG-2.0.md 2020-07-17 13:42:21 +08:00