Commit Graph

4746 Commits

Author SHA1 Message Date
minbaby.zhang
2a3b08d53f 修复读取方法没有对size方法操作的问题 2020-03-16 17:55:50 +08:00
Luffy
92158b2c27
Update task.md 2020-03-16 17:13:16 +08:00
李铭昕
8f7891b9d7 Fixed bug that update config everytime. 2020-03-16 15:30:03 +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
黄朝晖
23f335e2e6
Update CHANGELOG.md 2020-03-15 23:14:39 +08:00
霸气千秋
0855fd625f
Merge branch 'master' into feature/implement-swoole-stream 2020-03-15 13:30:09 +08:00
reasno
d866567016 guard zookeeper.enable 2020-03-14 17:55:53 +08:00
reasno
496872fb72 apply use_standalone_process to zookeeper 2020-03-14 17:47:03 +08:00
reasno
47bdf2ccb9 Allow config fetcher to start in a coroutine instead of standalone process. 2020-03-14 17:27:25 +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
minbaby.zhang
53c27a07a4 Merge branch 'master' into feature/implement-swoole-stream
# Conflicts:
#	CHANGELOG.md
2020-03-12 17:56:38 +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
minbaby.zhang
8a33a0c6ec add changelog 2020-03-05 14:31:07 +08:00
minbaby.zhang
eafe04fa00 format code 2020-03-05 14:29:42 +08:00
minbaby.zhang
551b2a3d6f 实现 SwooleStream 方法, 并添加测试方法. 2020-03-05 14:27:58 +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