Commit Graph

4667 Commits

Author SHA1 Message Date
huangzhhui
307fcebe45 Optimized 2020-03-19 11:55:59 +08:00
huangzhhui
ffb9b02d6d Update Doc 2020-03-19 11:48:15 +08:00
outlaws
389df99f6e
Added isEnable() for nsq consumer. (#1436) 2020-03-19 10:30:59 +08:00
李铭昕
b769c88a24
Merge pull request #1435 from wuwu123/master
Added config `use_default_value` for model-cache.
2020-03-19 10:25:57 +08:00
李铭昕
ba7b751f6f
Merge pull request #1419 from Reasno/config
Allow config fetcher to start in a coroutine instead of a process
2020-03-19 10:19:25 +08:00
李铭昕
483d5f5adb Merge branch 'master' into pr/1419 2020-03-19 10:10:47 +08:00
李铭昕
c47a431775
Merge pull request #1393 from minbaby/feature/implement-swoole-stream 2020-03-19 10:09:18 +08:00
李铭昕
461ed51e71 Added test cases. 2020-03-18 16:08:05 +08:00
李铭昕
df90e6d1c8 Removed useless code. 2020-03-18 15:34:27 +08:00
李铭昕
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
李铭昕
33bb34c9a7 Fixed command does not works in config center. 2020-03-17 14:50:14 +08:00
Reasno
63921dda48 Revert "Add setTimeout & Cancel API"
This reverts commit 27b20e2a
2020-03-17 12:38:55 +08:00
Reasno
42a505ace6 Add CHANGELOG.md 2020-03-17 12:36:47 +08:00
Reasno
eccc6cc639 Merge branch 'master' of https://github.com/hyperf/hyperf into config 2020-03-17 12:35:08 +08:00
Reasno
ce24419456 Add Doc. 2020-03-17 12:34:37 +08:00
Reasno
b9d00dbc2f Merge branch 'config' of https://github.com/Reasno/hyperf into config 2020-03-17 12:30:47 +08:00
李铭昕
5fe248e492 Merge branch 'master' into pr/1393 2020-03-17 11:47:03 +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
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