huangzhhui
|
0deb315c65
|
Optimize comments and code style
|
2019-01-19 23:44:06 +08:00 |
|
huangzhhui
|
a2d0bf7933
|
Optimize unit test about paginator of DB
|
2019-01-19 23:15:35 +08:00 |
|
李铭昕
|
0739e3889d
|
Format code.
|
2019-01-19 16:08:27 +08:00 |
|
李铭昕
|
b28efbb0ad
|
Fixed bug.
|
2019-01-19 16:07:40 +08:00 |
|
李铭昕
|
aa256b87f3
|
Added Message for amqp.
|
2019-01-19 15:56:41 +08:00 |
|
李铭昕
|
99d3e24ad1
|
Move PackerInterface to contract.
|
2019-01-19 15:36:34 +08:00 |
|
李铭昕
|
bb0e89a308
|
Added amqp pool.
|
2019-01-19 15:31:05 +08:00 |
|
李铭昕
|
d4e0736b60
|
Get PoolConnectionInterface from context not DbConnectionInterface.
|
2019-01-19 15:03:55 +08:00 |
|
李铭昕
|
6cd5f864f2
|
Support redis pool option user defined.
|
2019-01-19 14:39:41 +08:00 |
|
李铭昕
|
0f076c0a54
|
Support database pool option user defined.
|
2019-01-19 14:36:25 +08:00 |
|
李铭昕
|
f108c50ba1
|
Init amqplib.
|
2019-01-19 13:35:21 +08:00 |
|
李铭昕
|
c4ff83309f
|
Fixed bug for mysql connection work not expect in not-coroutine.
|
2019-01-19 11:02:21 +08:00 |
|
李铭昕
|
209b28cd43
|
Fixed bug for mysql connection work not expect in not-coroutine.
|
2019-01-19 11:01:58 +08:00 |
|
张城铭
|
5618db39bd
|
Merge remote-tracking branch 'origin/master'
|
2019-01-18 20:12:11 +08:00 |
|
张城铭
|
d398325ec9
|
extends Psr interface
|
2019-01-18 20:11:22 +08:00 |
|
huangzhhui
|
e2f4a0fc0f
|
Added paginator
|
2019-01-18 18:24:56 +08:00 |
|
huangzhhui
|
2c6d064cf7
|
Merge branch 'master' of github.com:hyperf-cloud/hyperf
|
2019-01-18 16:16:23 +08:00 |
|
huangzhhui
|
02634c73f1
|
Optimize database unit test
|
2019-01-18 16:16:20 +08:00 |
|
李铭昕
|
08c108a42f
|
Merge branch 'master' of github.com:hyperf-cloud/hyperf
# Conflicts:
# src/queue/src/Driver/RedisDriver.php
|
2019-01-18 14:52:53 +08:00 |
|
李铭昕
|
9b833c26da
|
Fixed some code not well.
|
2019-01-18 14:47:56 +08:00 |
|
huangzhhui
|
71ac35fa11
|
Optimize comment and return type
|
2019-01-18 14:28:34 +08:00 |
|
huangzhhui
|
dd371adcb6
|
Merge branch 'master' of github.com:hyperf-cloud/hyperf
|
2019-01-18 14:17:22 +08:00 |
|
huangzhhui
|
09e8acd7ac
|
Complete most test of QueryBuilder
|
2019-01-18 14:17:18 +08:00 |
|
李铭昕
|
26b532c578
|
Added QueueProcess.
|
2019-01-18 14:15:42 +08:00 |
|
李铭昕
|
cc49526aa2
|
Update style.
|
2019-01-18 13:45:40 +08:00 |
|
李铭昕
|
22d3efae96
|
Added output color for StdoutLogger.
|
2019-01-18 13:43:44 +08:00 |
|
李铭昕
|
e006e8b3ee
|
Added queue event.
|
2019-01-18 11:24:33 +08:00 |
|
李铭昕
|
672bce8446
|
Update some comments.
|
2019-01-18 10:51:06 +08:00 |
|
huangzhhui
|
4eaf730a15
|
Added QueryBuilder test
|
2019-01-17 21:15:38 +08:00 |
|
huangzhhui
|
bfaba273df
|
Removed all database testes from Eloquent
|
2019-01-17 21:04:49 +08:00 |
|
huangzhhui
|
15e9f4721f
|
Added beforeStart event
|
2019-01-17 20:52:45 +08:00 |
|
李铭昕
|
a25b3faed4
|
Update redis-queue.
|
2019-01-17 18:20:12 +08:00 |
|
李铭昕
|
7e27580a87
|
Merge branch 'master' of github.com:hyperf-cloud/hyperf
|
2019-01-17 18:11:01 +08:00 |
|
李铭昕
|
c6badaed61
|
Added some comment.
|
2019-01-17 18:10:36 +08:00 |
|
张城铭
|
ae829ab9a5
|
Merge remote-tracking branch 'origin/master'
|
2019-01-17 18:05:37 +08:00 |
|
张城铭
|
283445db4b
|
remove methodInjection
|
2019-01-17 18:05:05 +08:00 |
|
李铭昕
|
876a05b689
|
Attempts when the job handle failed.
|
2019-01-17 17:43:47 +08:00 |
|
张城铭
|
64de73d223
|
Uniform Code Style
|
2019-01-17 17:28:43 +08:00 |
|
李铭昕
|
8829981afa
|
Format queue.
|
2019-01-17 17:08:44 +08:00 |
|
李铭昕
|
bca8a1783b
|
Added redis driver for queue.
|
2019-01-17 17:07:25 +08:00 |
|
李铭昕
|
8a656e0bd4
|
Merge branch 'master' of github.com:hyperf-cloud/hyperf
|
2019-01-17 15:34:43 +08:00 |
|
李铭昕
|
6d33971535
|
Init queue.
|
2019-01-17 15:34:22 +08:00 |
|
huangzhhui
|
8da0f982cc
|
Merge branch 'master' of github.com:hyperf-cloud/hyperf
|
2019-01-17 15:08:54 +08:00 |
|
huangzhhui
|
b275de58ad
|
Prevent swoole trigger workerStart event before start event
|
2019-01-17 15:08:50 +08:00 |
|
李铭昕
|
361fa9ed31
|
Format pool.
|
2019-01-17 14:46:53 +08:00 |
|
李铭昕
|
c26b057bdc
|
Set process default env is non-coroutine.
|
2019-01-17 14:37:23 +08:00 |
|
李铭昕
|
6ba8770743
|
Merge branch 'master' of github.com:hyperf-cloud/hyperf
|
2019-01-17 14:32:53 +08:00 |
|
李铭昕
|
0624a3db60
|
non-coroutine support for pool.
|
2019-01-17 14:32:33 +08:00 |
|
huangzhhui
|
d018ada169
|
Set method to be a static method
|
2019-01-17 14:13:09 +08:00 |
|
huangzhhui
|
4be625a0da
|
Allow user pass a options parameter to client
|
2019-01-17 14:09:02 +08:00 |
|