Commit Graph

6266 Commits

Author SHA1 Message Date
李铭昕
d1dd102995 Added waiter component. 2020-12-07 09:45:54 +08:00
Jyri Mikkola
b531fd4a30 Fix line wrapping in watcher.md 2020-12-06 21:22:54 +02:00
huangzhhui
6d590b46d6 Update composer.json 2020-12-07 01:42:24 +08:00
李铭昕
2f3151d7ce
Upgrade the minimum version of php-amqplib to v2.9.2. (#2930)
* Upgrade the minimum version of amqplib to 2.9.2

* Update CHANGELOG-2.0.md
2020-12-06 14:58:12 +08:00
weskiller
1d4474fde8
Added method count() for Parallel. (#2921)
* Added method `count()` for `Parallel`.

* Format code.

* Added test cases.

Co-authored-by: 李铭昕 <715557344@qq.com>
2020-12-06 14:38:02 +08:00
jonny77
9d67a9bf76
Optimized document for Annotation @AutoController. (#2924)
* Optimized document for AutoController.

Co-authored-by: 李铭昕 <715557344@qq.com>
2020-12-06 14:23:10 +08:00
pandaLIU
b5ff8f1ee1
Fixed validation rule alpha_dash does not support int. (#2927)
* Updated validation.md

* Fixed validation rule `alpha_dash` does not support `int`.

* Update CHANGELOG-2.0.md

Co-authored-by: 李铭昕 <715557344@qq.com>
2020-12-06 13:56:26 +08:00
Jyri Mikkola
de12897167 Add english documentation for watcher 2020-12-05 14:15:21 +02:00
沈唁
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
李铭昕
9fcbdb62f0
Allow setting repeated middlewares. (#2909) 2020-12-02 16:29:54 +08:00
沈唁
ac470e13ee
Upgraded doctrine/dbal to ^3.0 (#2901)
* Upgraded doctrine/dbal to ^3.0

* Update Connector.php

Co-authored-by: 李铭昕 <715557344@qq.com>
2020-12-01 14:55:18 +08:00
李铭昕
29e420bc17 Merge branch 'master' into 2.1-merge 2020-12-01 14:33:53 +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
李铭昕
8e315925e8
Removed guzzle from matrix for Github Actions. (#2890) 2020-11-27 19:48:04 +08:00
李铭昕
c405f177a7 Merge branch 'master' into 2.1-merge 2020-11-27 19:01:03 +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
李铭昕
90cb394d5e Fixed Bug 2020-11-27 18:40:32 +08:00
李铭昕
da7e965e93 Added RewriteConfigVisitor to enable scan cacheable. 2020-11-27 18:24:21 +08:00
李铭昕
251181ebf1 Format code. 2020-11-27 18:02:43 +08:00
ClownFish
e45751b1ae Support for automatic modification of scan_cacheable configuration 2020-11-27 17:05:18 +08:00
沈唁
af87f4f783
Fix sidebar (#2886) 2020-11-27 15:54:25 +08:00
ClownFish
184c68273c fixbug 2020-11-26 19:52:40 +08:00
李铭昕
5518e06cef Deleted useless code. 2020-11-26 18:28:29 +08:00
李铭昕
e5164a5298 Fixed PHPUnit for phar. 2020-11-26 18:00:16 +08:00
ClownFish
7d7a797ab4 format code 2020-11-26 15:14:31 +08:00
ClownFish
86c566d407 format code 2020-11-26 14:57:22 +08:00
ClownFish
aa8f141f9d fixbug 2020-11-26 14:40:51 +08:00
ClownFish
991135b9c7 Merge branch 'master' of github.com:osgochina/hyperf
# Conflicts:
#	src/phar/src/BuildCommand.php
#	src/phar/src/Bundle.php
#	src/phar/src/HyperfPhar.php
#	src/phar/src/Package.php
#	src/phar/src/TargetPhar.php
2020-11-26 14:39:40 +08:00
ClownFish
bc2f398a86 增加英文注释 2020-11-26 14:24:59 +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
李铭昕
6567ca4dde Format code. 2020-11-25 23:42:52 +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