Commit Graph

6053 Commits

Author SHA1 Message Date
沈唁
985f45de28
Disable the daemonize when use watcher (#2918)
* Disable the daemonize when use watcher

* Update CHANGELOG-2.0.md

* Update view-engine.md

Co-authored-by: 李铭昕 <715557344@qq.com>
2020-12-03 19:06:02 +08:00
沈唁
0ff57ebcd9
Fix typo (#2916)
* Fix typo

* Update AbstractController
2020-12-03 15:58:26 +08:00
李铭昕
a83c3ebe3b
Fixed bug that worker will be stoped when onMessage or onClose failed in websocket server. (#2915)
* Fixed bug that worker will be stoped when `onMessage` or `onClose` failed in websocket server.

* Update CHANGELOG-2.0.md
2020-12-03 14:01:53 +08:00
李铭昕
1c7450fd72
Fixed memory leak when using with() for ORM. (#2913)
* Fixed memory leak when using `with()` for ORM.

* Update CHANGELOG-2.0.md
2020-12-03 10:36:00 +08:00
Fangx
465c1ad4ae
Update view-engine.md (#2903) 2020-12-01 14:15:32 +08:00
沈唁
59974284fb
Update migration.md (#2900)
* Update migration.md

* Update migration.md
2020-12-01 11:12:28 +08:00
nfangxu
4ac479a607 docs: Add changelog.
perf: Use strongly typed.

perf: Use strongly typed.

fix: fix phpstan
2020-11-30 18:58:23 +08:00
nfangxu
2e825bcf49 perf: Use little camel case to the class properties. 2020-11-30 18:58:23 +08:00
nfangxu
63beb50c76 docs: Add view engine components document. 2020-11-30 18:58:23 +08:00
nfangxu
52c3d2a9fd feat: Support to define automatically loaded view component classes and anonymous components in view config file 2020-11-30 18:58:23 +08:00
沈唁
6c8fe6bade
Update watcher docs (#2894) 2020-11-30 11:49:41 +08:00
李铭昕
fd70d76a82
v2.0.21 (#2892)
* v2.0.21

* Update changelog.md
2020-11-30 10:34:11 +08:00
Fangx
c9ff54bbb4
[performance] Optimize hyperf/scout, add --chunk and --column|c options to the scout:import command (#2883)
* perf: Optimize scout, use chunkById() instead of chunk()

* feat: Add `--chunk` and `--column|c` options to the scout:import command

* Update phpunit.xml

* Update CHANGELOG-2.0.md

Co-authored-by: 李铭昕 <715557344@qq.com>
2020-11-30 10:25:08 +08:00
李铭昕
17d8a40834
Some test cases skipped, when symfony/serializer >= v5.1.9 (#2893) 2020-11-30 10:08:24 +08:00
kong
d350f717ac
Optimized usage for multi port server. (#2889)
* 补充多端口监听的路由配置说明

* Update overview.md

Co-authored-by: 李铭昕 <715557344@qq.com>
2020-11-29 15:42:21 +08:00
pandaLIU
f31c14d73c
Added config file for crontab (#2891)
* Added config file for crontab

* Updated CHANGELOG-2.0.md

*  Format code

Co-authored-by: 李铭昕 <715557344@qq.com>
2020-11-29 10:59:46 +08:00
cexll
2e795a85a4
Update Nginx Config for Socket IO. (#2885)
Co-authored-by: 李铭昕 <715557344@qq.com>
2020-11-28 08:57:15 +08:00
黄朝晖
43ef242840
Update release-planning.md 2020-11-27 18:55:12 +08:00
黄朝晖
232a517171
Update release-planning.md 2020-11-27 18:53:54 +08:00
沈唁
af87f4f783
Fix sidebar (#2886) 2020-11-27 15:54:25 +08:00
李铭昕
c4d12d1e06 Added test cases for nsq. 2020-11-26 10:21:07 +08:00
李铭昕
d69d7f4237 Fixed config of nsqd does not works. 2020-11-26 10:21:07 +08:00
李铭昕
f673bb6995
Update CHANGELOG.md (#2866) 2020-11-25 20:36:31 +08:00
李铭昕
c360e79d7b
Added option no-restart for watcher. (#2875) 2020-11-25 20:23:49 +08:00
李铭昕
d026b98134
Fixed scan.ignore_annotations does not works when using watcher. (#2874) 2020-11-25 19:54:22 +08:00
ijackwu
62d313f139
Optimized code for watcher (#2785)
Co-authored-by: ijackwu <xiaowu365@gmail.com>
Co-authored-by: 李铭昕 <715557344@qq.com>
2020-11-25 19:22:40 +08:00
nfangxu
c580bcf339 perf: Use the constant 'DIRECTORY_SEPARATOR' instead of '/' 2020-11-25 18:20:29 +08:00
nfangxu
0016daff93 perf: Use \Hyperf\Utils\Filesystem\Filesystem 2020-11-25 18:20:29 +08:00
nfangxu
19367eb777 feat: the publish option of ConfigProvider allows publish directory 2020-11-25 18:20:29 +08:00
沈唁
5ae997c464
Fixed namespace for documents. (#2869)
* Fix namespace

* Update CHANGELOG-2.0.md

Co-authored-by: 李铭昕 <715557344@qq.com>
2020-11-25 18:10:31 +08:00
李铭昕
f18bd01b5e
Optimized code for guzzle sink, which support resource not only string. (#2868)
* Optimized code for guzzle sink, which support resource not only string.

* Update CHANGELOG-2.0.md
2020-11-25 16:39:25 +08:00
李铭昕
62a5ecac00 Added documents for encryption. 2020-11-25 15:22:14 +08:00
李铭昕
8ff334908e Added test cases for encryption. 2020-11-25 15:22:14 +08:00
李铭昕
7bf3fe9b3b Optimized code for encryption. 2020-11-25 15:22:14 +08:00
武杰
348ee579b7 encrypter 2020-11-25 15:22:14 +08:00
iBllex
1e6fbbc27c
Support Consul ACL Token for Service Governance. (#2857)
* feat: service governance support consul ACL token

* Format code.

* Update CHANGELOG-2.0.md

Co-authored-by: 李铭昕 <715557344@qq.com>
2020-11-24 15:28:24 +08:00
ly
5220667710
Update coroutine.md (#2860) 2020-11-24 15:06:35 +08:00
李铭昕
d158f2975c
Optimized guzzle coroutine handler which throw exception when the status code below zero. (#2861) 2020-11-24 14:08:54 +08:00
Arvin
2f86ba9818
Interact with your application for hyperf (#2854)
* Interact with your application for hyperf

* Update awesome-components.md

Co-authored-by: 沈唁 <52o@qq52o.cn>
2020-11-24 09:19:59 +08:00
李铭昕
b154bca0a3
Changed default engine of view config. (#2851)
* Fixed typo.

* Update default config of view.

* Update CHANGELOG-2.0.md
2020-11-23 15:28:53 +08:00
李铭昕
7c601604a2
v2.0.20 (#2830)
* v2.0.20

* Update changelog.md
2020-11-23 09:18:44 +08:00
李铭昕
8b37f778b9 Fixed database connection has already been bound to another coroutine when used in defer. 2020-11-22 19:25:04 +08:00
李铭昕
1e24660cc0 Added test cases for defer. 2020-11-22 19:25:04 +08:00
Ludy
b9e9c07e26
Optimized comments for Hyperf\Database\Schema\ColumnDefinition. (#2839)
* Add parameter prompt

* Optimized comments for ColumnDefinition.

Co-authored-by: 李铭昕 <715557344@qq.com>
2020-11-21 10:53:48 +08:00
阿祥
867c5c9fc7
fix typo (#2843)
Co-authored-by: 池安祥 <chianxiang@bornmega.com>
2020-11-21 10:15:35 +08:00
沈唁
38f5c873d1
Update index.html (#2841) 2020-11-20 21:30:38 +08:00
李铭昕
44b8a342d2
Added usage for trait snowflake. (#2838) 2020-11-20 14:13:56 +08:00
李铭昕
63c71a4476
Fixed bug that amqp connection always be closed by client. (#2831)
* Fixed bug that amqp connection always be closed by client.

* Update CHANGELOG-2.0.md
2020-11-19 19:44:59 +08:00
Reasno
a367ae999a fix: safely finish spans in case of exception
also make tracing aspects usable in CLI mode.
2020-11-19 17:16:52 +08:00
Donjan
09bbe7a51f
Added donjan-deng/hyperf-casbin into awesome-components. (#2829)
Co-authored-by: Donjan <Donjan@cqbaobao.cn>
Co-authored-by: 李铭昕 <715557344@qq.com>
2020-11-19 17:12:49 +08:00