Commit Graph

526 Commits

Author SHA1 Message Date
黄朝晖
26558bae24
Update middleware.md 2022-12-27 21:39:42 +08:00
李铭昕
18f5fba851
Update docs and translate (#5262) 2022-12-27 13:37:04 +08:00
李铭昕
e2b188bc4c Merge branch '2.2' into 3.0-merge2
# Conflicts:
#	docs/en/component-guide/configprovider.md
#	docs/en/component-guide/create.md
#	docs/en/component-guide/intro.md
#	docs/en/db/model.md
#	docs/en/release-planning.md
#	docs/zh-cn/db/model.md
#	docs/zh-cn/release-planning.md
#	docs/zh-hk/db/model.md
#	docs/zh-hk/release-planning.md
#	docs/zh-tw/db/model.md
#	docs/zh-tw/release-planning.md
2022-11-24 16:09:08 +08:00
huangzhhui
913746a0bc Update 2022-11-23 11:50:30 +08:00
黄朝晖
fd59c6a04a
Merge pull request #5214 from huangzhhui/docs-orm-bit
Docs orm bit
2022-11-23 11:38:53 +08:00
huangzhhui
61006b26bf Update 2022-11-23 11:35:34 +08:00
huangzhhui
fff4cb5e2c Update 2022-11-23 11:14:43 +08:00
李铭昕
d3b543cabf Added document about CacheAhead. 2022-11-22 12:45:19 +08:00
huangzhhui
f2bdc6e564 Update the sec-fixes support date 2022-11-21 16:06:45 +08:00
huangzhhui
a8e0fc3a15 Update 2022-11-21 15:40:45 +08:00
lihq1403
7c92e08003
Transform the type of param $server in Hyperf\WebSocketServer\Server::deferOnOpen() to mixed. (#5204)
Co-authored-by: 李铭昕 <715557344@qq.com>
2022-11-17 16:56:13 +08:00
宣言就是Siam
972b9d0a9a
补充redis 哨兵模式使用文档 (#5202)
* 补充redis 哨兵模式使用文档

* Update docs and translate

Co-authored-by: 何泽宏 <hzh@addcn.com>
2022-11-15 17:04:33 +08:00
黄朝晖
762f21d4d8
Merge pull request #5138 from her-cat/docs/update-route
Update docs for `Controller` annotation.
2022-11-15 14:02:57 +08:00
huangzhhui
d7f628d304 Update 2022-11-15 14:00:41 +08:00
huangzhhui
86d014e08c Update the release plans 2022-11-15 12:09:09 +08:00
huangzhhui
ca3b6016ce Remove useless images 2022-11-15 12:08:55 +08:00
李铭昕
009a38141c Merge branch 'master' into 2.2-merge 2022-11-14 14:04:16 +08:00
李铭昕
b224ab76a5
Update communication.md (#5195) 2022-11-14 14:02:00 +08:00
李铭昕
ac32612cbc
Update communication.md (#5194) 2022-11-14 13:47:09 +08:00
hexianghui
7ed1c28286 Add notes for controller annotations. 2022-10-19 13:31:24 +08:00
她和她的猫
677c9da9bc
Add error checking for PostgreSQLStatement::execute method. (#5121) 2022-10-11 10:37:54 +08:00
Deeka Wong
c2a4b587c4
Fix stop handler of async-queue in doc (#5118)
Co-authored-by: 沈唁 <52o@qq52o.cn>
2022-10-11 09:43:30 +08:00
Deeka Wong
1aeffaba46
Move Jsonable and Xmlable to contract from utils. (#5091) 2022-09-18 10:26:01 +08:00
Kids Return
d3f7d1e35f
[3.0]Fixed grpc server StatsCode and serializeMessage (#5036)
Co-authored-by: pandaLIU <563883861@qq.com>
2022-08-19 22:36:06 +08:00
Vinchan
679950d8b6
Update docs (#5011) 2022-08-17 18:28:00 +08:00
李铭昕
b447e29534
Added test cases for pipeline of redis. (#4997) 2022-08-09 17:34:58 +08:00
黄朝晖
c0dfb8602c
Update release-planning.md 2022-08-09 11:41:19 +08:00
黄朝晖
67c724ed43
Update release-planning.md 2022-08-09 11:07:33 +08:00
张城铭
ca95ce03c6
Depend on interface instead of instantiation (#4978)
Co-authored-by: 李铭昕 <715557344@qq.com>
2022-08-03 19:26:13 +08:00
李铭昕
a6aa10796c
Don't support database commands by default, please require hyperf/devtool or set them in autoload/commands. (#4979) 2022-08-03 19:00:16 +08:00
chengyao
3e84c9bbc1
Fix typos (#4968) 2022-07-30 13:57:59 +08:00
Nick
c01a54e436
Update document about rate limit (#4945) 2022-07-20 23:13:13 +08:00
李铭昕
c5aef1f78c
Upgrade league/flysystem to ^1.0|^2.0|^3.0. (#4903) 2022-07-06 14:32:28 +08:00
greezen
3b19eb9d08
Added document about validation scene.
Co-authored-by: 李铭昕 <715557344@qq.com>
2022-07-02 10:12:43 +08:00
Mr.唐
7a3de94941
swagger文档组件 (#4883) 2022-06-28 22:00:30 +08:00
李铭昕
fe19a4fb93
Upgrade docs to hyperf 3.0 (#4878) 2022-06-25 20:16:32 +08:00
Deeka Wong
91f40be1a6
The $scene allowed to be NULL. (#4869)
Co-authored-by: 李铭昕 <715557344@qq.com>
2022-06-23 11:06:05 +08:00
greezen
48bf28e3c2
Added the type of $classes and $annotations for aspect. (#4867) 2022-06-22 17:13:13 +08:00
李铭昕
624f0d158f
Fixed bug that prometheus server will not be closed automatically when using command which enable event dispatcher. (#4851) 2022-06-16 21:05:28 +08:00
Deeka Wong
b135ac887c
Changed $value.timeout to $options.timeout for annotation CircuitBreaker. (#4848) 2022-06-16 14:36:55 +08:00
李铭昕
fd1369a02b
Added document about how to upgrade monolog (#4827) 2022-06-12 12:15:41 +08:00
李铭昕
bf12f37f7a Merge branch 'master' into 3.0-merge
# Conflicts:
#	src/rpn/src/Calculator.php
2022-05-30 10:16:40 +08:00
李铭昕
ccb0b54638
Release v2.2.33 (#4791) 2022-05-30 09:48:00 +08:00
李铭昕
4577f344ed
Update important.md (#4788) 2022-05-28 08:38:31 +08:00
huangzhhui
4e23295c67 Update doc 2022-05-25 15:14:13 +08:00
李铭昕
ac0fb39f4c
Added how to backup the data of portainer. (#4778) 2022-05-23 21:39:59 +08:00
李铭昕
7fa189fffc Merge branch 'master' into 3.0-merge
# Conflicts:
#	.github/workflows/test.yml
#	src/di/src/Aop/PropertyHandlerVisitor.php
#	src/kafka/composer.json
#	src/kafka/src/Producer.php
2022-05-16 11:30:34 +08:00
Deeka Wong
5af8cc08d7
Configuring a default groupId when it is null when using hyperf/kafka.
Co-authored-by: 李铭昕 <715557344@qq.com>
2022-05-16 11:11:04 +08:00
李铭昕
f7116f5d85
Update docker-swarm.md (#4735) 2022-05-08 21:51:11 +08:00
Vinchan
837900dd4e
Added some components into awesome-components.
Co-authored-by: 沈唁 <52o@qq52o.cn>
Co-authored-by: 李铭昕 <715557344@qq.com>
2022-04-20 11:55:43 +08:00