Commit Graph

4639 Commits

Author SHA1 Message Date
李铭昕
127b5e5098 Optimized code. 2020-03-18 15:19:26 +08:00
武杰
63911a0448 Merge branch 'db_model' 2020-03-18 12:04:22 +08:00
武杰
b63aae76b2 model cache default value 2020-03-18 12:03:47 +08:00
黄朝晖
486de9689f
Merge pull request #1424 from namet117/master
customize session_name
2020-03-17 10:25:46 +08:00
huangzhhui
84dad4106e Update CHANGELOG.md 2020-03-17 10:22:34 +08:00
黄朝晖
9383958da7
Merge pull request #1428 from sy-records/patch-1
Update task.md
2020-03-17 10:17:10 +08:00
Luffy
92158b2c27
Update task.md 2020-03-16 17:13:16 +08:00
李铭昕
2d6704d6e1 Fixed test cases for session. 2020-03-16 14:59:59 +08:00
namet117
9cfd30f9bc customize session_name 2020-03-16 00:43:40 +08:00
huangzhhui
2e20d8d06c Update doc 2020-03-13 17:48:28 +08:00
李铭昕
a9e795b167
v1.1.20 (#1409)
* Update .travis.yml

* Removed mark test spipped.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

Co-authored-by: 黄朝晖 <huangzhwork@gmail.com>
2020-03-13 10:37:42 +08:00
李铭昕
719351085d
Added server event constants ON_WORKER_ERROR. (#1416) 2020-03-13 10:06:44 +08:00
Abel
6cd7c860f3
Fixed bug that decoded sts token failed when optional header SecurityToken is empty. (#1415) 2020-03-13 08:53:16 +08:00
李铭昕
9a54586dd4
Merge pull request #1412 from limingxinleo/1.1-view
Added `Hyperf\View\RenderInterface::getContents()`.
2020-03-13 08:42:50 +08:00
黄朝晖
7165eafb04
Merge pull request #1410 from huangzhhui/master
Fixed tracer cannot trace the call chains of redis connection that created by `Hyperf\Redis\RedisFactory`
2020-03-12 14:22:41 +08:00
李铭昕
eb2ace5ebb Added test cases. 2020-03-12 14:22:03 +08:00
李铭昕
ec99ca47b6 Added Hyperf\View\RenderInterface::getContents(). 2020-03-12 14:00:19 +08:00
huangzhhui
c01c08541b Update CHANGELOG.md 2020-03-12 11:21:26 +08:00
huangzhhui
cb463c3e7c Fixed #1239 2020-03-12 11:16:52 +08:00
会敲代码的喵
050ffd6969
Added Hyperf\DbConnection\Annotation\Transactional to begin a transaction automatically. (#1402) 2020-03-12 10:27:20 +08:00
李铭昕
5ea917ba60
Merge pull request #1403 from daydaygo/dayday_nsq
docs: nsq
2020-03-12 09:58:48 +08:00
李铭昕
0f25bcb6be Update nsq-consumer.stub 2020-03-12 09:53:51 +08:00
daydaygo
2f919726aa feat: add plantUML to nsq 2020-03-11 23:07:53 +08:00
李铭昕
3cf6653d2c
Fixed attributes are not right, when the model has property hidden. (#1405) 2020-03-11 20:16:03 +08:00
daydaygo
9d7919e52e docs: nsq 2020-03-10 17:36:29 +08:00
huangzhhui
8cfc002223 Update Changelog and translate 2020-03-10 11:41:31 +08:00
黄朝晖
7c14174be3
Merge pull request #1398 from HFLeon/master
Change the route command describe:routes
2020-03-08 21:19:12 +08:00
飞龙
3a2382aecd Change the route command describe:routes 2020-03-08 19:12:25 +08:00
黄朝晖
bec4c2f97e
Update CHANGELOG.md 2020-03-05 14:53:55 +08:00
李铭昕
e2598173b1
v1.1.19 (#1390) 2020-03-05 14:50:39 +08:00
李铭昕
bf0a707101
Merge pull request #1394 from huangzhhui/master
Change the command the desc
2020-03-05 14:47:57 +08:00
huangzhhui
30767e8cc4 Update the desc 2020-03-05 14:39:23 +08:00
huangzhhui
a7e5ac12f9 Change the command the desc 2020-03-05 14:37:13 +08:00
李铭昕
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