Commit Graph

1380 Commits

Author SHA1 Message Date
gankbat
fcd5b1e193
Update Functions.php
set default to null
2019-07-04 20:07:15 +08:00
黄朝晖
ff23e16d59
Merge pull request #124 from limingxinleo/async_queue_push
Added param delay for method `DriverInterface::push`.
2019-07-04 19:59:47 +08:00
黄朝晖
66c1aea0d7
Update CHANGELOG.md 2019-07-04 19:59:09 +08:00
李铭昕
fe9c5d7dce Update CHANGELOG.md 2019-07-04 18:51:16 +08:00
李铭昕
d4e6fbb306 Update phpunit.xml 2019-07-04 18:49:41 +08:00
李铭昕
0edc1ea5a1 Added testing for async-queue. 2019-07-04 18:43:43 +08:00
李铭昕
74ced428e3 Optimized async-queue. 2019-07-04 18:22:17 +08:00
李铭昕
137cd71034 Removed useless requirement. 2019-07-04 09:37:01 +08:00
李铭昕
56a7e5e0ee
Merge pull request #117 from daydaygo/master
conf: composer delete repositories
2019-07-03 20:26:51 +08:00
daydaygo
d39668170c conf: composer delete repositories 2019-07-03 17:41:57 +08:00
daydaygo
d476caedbf Merge branch 'master' of github.com:daydaygo/hyperf 2019-07-03 17:39:10 +08:00
daydaygo
03ae081fd0 conf: composer aliyun mirror 2019-07-03 17:36:35 +08:00
daydaygo
ec405a31a8 conf: composer aliyun mirror 2019-07-03 17:36:06 +08:00
李铭昕
f3ca1841ac
Merge pull request #111 from limingxinleo/redis_select
Fixed bug for redis::select.
2019-07-02 21:25:09 +08:00
黄朝晖
d9ff436fc2
Merge pull request #96 from jungeFight/patch-4
Added a default URI of consul at RPC Client
2019-07-02 19:34:20 +08:00
黄朝晖
ea8a4c42a6
Merge pull request #112 from wujunze/patch-1
Delete .DS_Store
2019-07-02 19:32:14 +08:00
Panda
19cef493c5
Delete .DS_Store 2019-07-02 19:00:16 +08:00
李铭昕
8e01b1f994 Added database type. 2019-07-02 18:48:53 +08:00
李铭昕
3521d4d2f9 Update Redis.php 2019-07-02 18:46:49 +08:00
李铭昕
ca64b7dbf5 Update CHANGELOG.md 2019-07-02 18:44:48 +08:00
李铭昕
c14d863202 Merge branch 'redis_select' of https://github.com/limingxinleo/hyperf into redis_select 2019-07-02 18:44:18 +08:00
李铭昕
fd4207899c Removed dbChanged. 2019-07-02 18:43:23 +08:00
黄朝晖
9aaa821683
Update Redis.php 2019-07-02 18:27:51 +08:00
李铭昕
b40f2f6ba5 Optimized code. 2019-07-02 18:14:11 +08:00
李铭昕
50c8c644ff Format code. 2019-07-02 17:57:08 +08:00
李铭昕
01de6efc2c Fixed bug for redis::select. 2019-07-02 17:50:24 +08:00
李铭昕
7320a3146a
Merge pull request #110 from limingxinleo/redis_select
Fixed Redis::select is not work expected.
2019-07-02 17:42:59 +08:00
李铭昕
54e31ef3c5 Update CHANGELOG.md 2019-07-02 17:21:15 +08:00
李铭昕
269fa77750 Added test for redis. 2019-07-02 17:19:47 +08:00
李铭昕
cde44c380b Fixed Redis::select is not work expected. 2019-07-02 16:41:28 +08:00
李铭昕
83b578e4e1
Merge pull request #107 from zcmzc/patch-2
Update CHANGELOG.md
2019-07-02 14:20:53 +08:00
李铭昕
c2b8e16b0a Update CHANGELOG.md 2019-07-02 14:19:57 +08:00
李铭昕
c83beeda0f Update CHANGELOG.md 2019-07-02 14:11:38 +08:00
张城铭
8e133da434
Update CHANGELOG.md 2019-07-02 14:04:43 +08:00
李铭昕
4bd5123c70 Release v1.0.3 2019-07-02 10:59:16 +08:00
李铭昕
2639c96ecd
Merge pull request #103 from zcmzc/dev
Removed uesless requirement form dev.
2019-07-02 10:47:52 +08:00
张城铭
be05093e5a Optimization require-dev 2019-07-02 10:40:07 +08:00
李铭昕
f1222fb580
Merge pull request #101 from limingxinleo/constants
Fixed constants resolution failed when no message annotation exists.
2019-07-02 10:26:40 +08:00
李铭昕
254f0dc299 Update CHANGELOG.md 2019-07-02 10:26:23 +08:00
李铭昕
5b3be06775 Fixed constants resolution failed when no message annotation exists. 2019-07-02 10:16:51 +08:00
黄朝晖
c68a74bc79
Update AbstractServiceClient.php 2019-07-02 01:48:21 +08:00
黄朝晖
19c15972ec
Removed DEFAULT URI constant, because it's a uri of consul, but not rpc client 2019-07-02 01:48:05 +08:00
huangzhhui
b22cf3f19a Optimized 2019-07-02 01:41:10 +08:00
huangzhhui
e1ee2760c2 Added exception handler 2019-07-02 01:39:40 +08:00
huangzhhui
a011e70a03 Create ClientFactory.php 2019-07-02 01:34:41 +08:00
huangzhhui
1d4e61eeec Optimized 2019-07-02 01:28:37 +08:00
huangzhhui
e916a74dfe Optimized 2019-07-02 01:15:58 +08:00
sunjun
578acb03ae
Update AbstractServiceClient.php
添加默认consul请求地址,替代consul包中Client类的DEFAULT_URI常量.
2019-07-02 00:40:11 +08:00
李铭昕
d3d64ef1b9
Merge pull request #88 from zcmzc/master
Fixed deep directory prefix for `AutoController`.
2019-07-01 18:18:02 +08:00
李铭昕
71c5246b65 Format code. 2019-07-01 18:13:49 +08:00