李铭昕
2b1ad2d03a
Merge pull request #1384 from run6/master
...
add gen:model --camel-case configure. properties as camel case, instead of snake case.
2020-03-05 10:35:53 +08:00
李铭昕
8fc0a557d5
Optimized code.
2020-03-05 10:30:49 +08:00
李铭昕
7ac1f83b57
Added info:routes
command. ( #1339 )
2020-03-05 09:23:53 +08:00
marun
79d33da19e
fix () ModelCache bug
...
在模型缓存之后,通过model-> 这种方式取不出字段。
因为模型缓存之后存的就是驼峰式,使用蛇形方式取不出字段
2020-03-04 21:27:16 +08:00
李铭昕
fce729ff85
Merge pull request #1354 from starfalling/master
...
add ecs ram authorization support
2020-03-04 17:24:26 +08:00
daydaygo
78cc0a7739
docs: update
2020-03-04 17:14:06 +08:00
daydaygo
781057b88d
docs: update
2020-03-04 17:11:44 +08:00
pandaLIU
4af1415dce
Added Hyperf\DB\DB::connection()
. ( #1371 )
2020-03-04 16:44:26 +08:00
marun
186867c37f
增加CamelCase 兼容Camel格式的字段
2020-03-04 15:55:26 +08:00
李铭昕
9e0c21adb1
Fixed variadic arguments do not work in async message annotation. ( #1386 )
2020-03-04 15:40:21 +08:00
marun
f0c5a5b7d4
修改字段camel-case -> property-case
2020-03-02 18:02:04 +08:00
marun
0f6e8ed6b8
调整为只修改文档注释的@property
2020-03-02 16:44:19 +08:00
evolution
33098dc04c
Added getPoolNames()
for Hyperf\Pool\SimplePool\PoolFactory
. ( #1362 )
2020-03-02 16:29:14 +08:00
marun
b6b4141e30
feat(ModelCommand,ModelOptions)
...
给gen:model增加 --camel-case参数 将生成的property转成驼峰
也可在commands.gen:model 中设置camel_case为true
默认转换驼峰
2020-03-02 15:52:12 +08:00
黄朝晖
87026d4c47
Merge pull request #1378 from sy-records/update-doc
...
Update doc
2020-03-02 02:09:49 +08:00
sy-records
0187a413e2
Translate zh-tw and zh-hk
2020-02-29 13:23:57 +08:00
sy-records
34d9ae58cc
Modify swoole doc link
2020-02-29 13:22:24 +08:00
sy-records
c9ae4e9841
update en swoole-tracker
2020-02-29 13:09:38 +08:00
黄朝晖
e1b27b082f
Update Client.php
2020-02-27 23:27:36 +08:00
dayday
82acfbeaaf
Update async-queue.md ( #1363 )
2020-02-27 13:52:09 +08:00
Luffy
efd3f653e2
update grafana img ( #1373 )
2020-02-27 13:46:10 +08:00
York.GU
590e993695
把 aliyun_acm.ecs_ram_role 配置项强制转为字符串类型
2020-02-27 11:18:44 +08:00
李铭昕
105dc1cd46
v1.1.18
2020-02-27 10:46:38 +08:00
李铭昕
996e3f1242
Added config of processors
for logger. ( #1361 )
...
* Added processors for logger.
* Added config of default processor for logger.
2020-02-24 16:30:22 +08:00
monkeycraps
756572f7c7
Fixed bug that root settings do not works when the slave servers set their own settings. ( #1338 )
2020-02-24 12:37:33 +08:00
YorkGu
a2f4a3ba5c
add some commenst to aliyun acm config module
2020-02-22 22:37:21 +08:00
黄朝晖
5af92e9de7
Merge pull request #1356 from huanghantao/fix-markdown-style
...
fix: fix code block style
2020-02-22 17:24:55 +08:00
codinghuang
6e5bb1962a
fix: fix code block style
2020-02-22 12:19:50 +08:00
黄朝晖
0d09ad0104
Merge pull request #1353 from DestinyLord/master
...
doc error foreign key
2020-02-21 23:54:16 +08:00
York.GU
31e32529e0
add ecs ram authorization support
2020-02-21 21:30:32 +08:00
wanchao
da94376c99
doc error foreign key
...
Book model's foreign key is user_id
2020-02-21 17:06:07 +08:00
李铭昕
397afbfa4f
Fixed bug that queue length check every time when not set max messages. ( #1344 )
2020-02-16 14:45:36 +08:00
谷溪
1ecc028d0f
Merge pull request #1305 from Reasno/metric
...
Add Grafana dashboard. Minor improvements in edge cases.
2020-02-15 17:59:48 +08:00
reasno
fa58f030bb
Merge remote-tracking branch 'origin/metric' into metric
2020-02-15 17:50:27 +08:00
reasno
229b85029c
Merge branch 'master' of https://github.com/hyperf/hyperf into metric
...
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2020-02-15 17:49:55 +08:00
黄朝晖
68c764ea3b
Update communication.md
2020-02-14 01:34:46 +08:00
李铭昕
2f83aa4ee6
Added event AfterExecute
for command
. ( #1335 )
2020-02-12 09:33:29 +08:00
李铭昕
6daca6b65d
Merge pull request #1328 from kakuilan/master
...
Added `ModelRewriteInheritanceVisitor` to rewrite the model inheritance for command `gen:model`.
2020-02-12 09:24:23 +08:00
李铭昕
a5cd1416b0
Update CHANGELOG.md
2020-02-12 09:19:04 +08:00
李铭昕
ed5e2e7f54
Optimized code.
2020-02-11 17:31:43 +08:00
李铭昕
5b208b4847
Added custom visitors for gen:model
.
2020-02-11 16:19:51 +08:00
李铭昕
1f632f8d2b
Merge branch 'master' into pr/1328
2020-02-11 15:49:36 +08:00
黄朝晖
e4b77a60e4
Merge pull request #1334 from sy-records/debug
...
added sdebug
2020-02-10 16:15:47 +08:00
黄朝晖
a78c0e36ac
Update awesome-components.md
2020-02-10 16:15:26 +08:00
sy-records
ca511616ad
added sdebug
2020-02-09 12:10:21 +08:00
wiseker
fd9404ac2a
Fixed bug when using (new Parallel())->add($callback, $key)
and the parameter $key
is a not string index, the returned result will be sorted from 0.
2020-02-07 19:21:23 +08:00
kain
4525a2d9d7
Update nginx.md ( #1332 )
...
解决Nginx反向代理下SameSite属性不生效
2020-02-07 17:02:05 +08:00
李铭昕
322a3477a4
Added Hyperf\LoadBalancer\LoadBalancerInterface::getNodes()
. ( #1331 )
2020-02-06 13:38:16 +08:00
kakuilan
e049b5ac11
fix 修改gen:model命令支持更新模型继承的父类
2020-02-05 13:23:27 +08:00
kakuilan
d2f742c450
fix CHANGELOG.md
2020-02-04 15:21:20 +08:00