Commit Graph

103 Commits

Author SHA1 Message Date
huangzhhui
db40fdb721 Add session component 2019-08-20 20:49:34 +08:00
李铭昕
69a70fd6f9 Fixed bug. 2019-08-14 12:43:37 +08:00
李铭昕
60a1527cb0 Update 2019-08-14 11:17:05 +08:00
huangzhhui
a3d78ea94a Merge remote-tracking branch 'origin/master' into pr/370 2019-08-13 16:52:39 +08:00
huangzhhui
3ff1757b33 Add unit test 2019-08-13 16:50:14 +08:00
李铭昕
7efdda5df7 Added testing. 2019-08-08 18:52:13 +08:00
李铭昕
a0e7aa931b Merge branch 'master' into pr/338 2019-08-07 10:06:08 +08:00
Ye Wenbin
cfeacbd160 fix config function not found 2019-08-06 19:05:22 +08:00
李铭昕
c48eeb5bb5 Optimized code. 2019-08-06 13:58:48 +08:00
李铭昕
cb9b65a923 Added testing. 2019-08-06 11:05:45 +08:00
李铭昕
6adec30f7f Merge branch 'master' into pr/329 2019-08-06 10:23:34 +08:00
李铭昕
3ec896fbc1 Merge branch 'master' into pr/328 2019-08-05 09:36:22 +08:00
Ye Wenbin
3fc1bc2d7c add protocol property to rpc CoreMiddleware
在 \Hyperf\RpcServer\Router\DispatcherFactory 对象中需要使用在 PathGenerator
而这个对象在 \Hyperf\RpcServer\CoreMiddleware 中创建。之前的设计,
\Hyperf\RpcServer\Server 没有协议信息,为创建这个对象,需要加上。
2019-08-04 20:55:57 +08:00
李铭昕
e202a2eedc Deleted kuiper/doc-reader. 2019-08-04 12:41:46 +08:00
李铭昕
33836dcff6 Merge branch 'master' into pr/321 2019-08-04 12:00:44 +08:00
Ye Wenbin
32aeaa2a37 support convert path and namespace from psr-4 autoload rules in composer.json 2019-08-04 11:44:00 +08:00
Ye Wenbin
54321b0ad9
Merge branch 'master' into feature-node-id-generator 2019-08-03 14:31:58 +08:00
Ye Wenbin
f53b539a7a check consul service once 2019-08-02 15:45:49 +08:00
Ye Wenbin
b08153b3d4 add NodeRequestIdGenerator, an implementation of IdGeneratorInterface 2019-08-02 14:20:23 +08:00
Ye Wenbin
f70b882ec2 http-server CoreMiddleware::parseParameters support complex parameters
这个修改为后面 jsonrpc-http 增加参数识别。同时也可以基于这个实现类似
spring mvc 中 @ModelAttribute 功能
2019-08-02 11:44:58 +08:00
李铭昕
be0624338e Update composer.json 2019-08-02 10:26:05 +08:00
李铭昕
1a3ddb2683 Added composer json fixer. 2019-08-02 10:09:33 +08:00
李铭昕
1af6ffc252 Merge branch 'master' into pr/276 2019-07-29 10:09:27 +08:00
李铭昕
ca2e74daf9 Optimized code. 2019-07-27 15:57:48 +08:00
李铭昕
7dc9a97e44 Added kv::get from etcd. 2019-07-26 16:52:17 +08:00
李铭昕
b386fc8de3 Added config etcd component. 2019-07-26 13:32:54 +08:00
李铭昕
3dce42e846 Added etcd component. 2019-07-26 13:29:11 +08:00
李铭昕
efbd5d14ac Added testing. 2019-07-23 15:03:25 +08:00
李铭昕
466627b1b4
Merge pull request #189 from zcmzc/graphql
Added GraphQL component
2019-07-17 14:17:20 +08:00
李铭昕
a674682186 Merge remote-tracking branch 'upstream/master' into view 2019-07-17 13:51:02 +08:00
李铭昕
bed2f7c483 Added dispatcher testing. 2019-07-17 11:41:51 +08:00
李铭昕
994b7c3361 Renamed swoole-dashboard to swoole-enterprise. 2019-07-17 10:39:56 +08:00
李铭昕
97b3027576 Init task. 2019-07-13 17:33:56 +08:00
李铭昕
7343b4068b Init view. 2019-07-13 16:39:10 +08:00
张城铭
a1d498de9f Added GraphQL in composer.json 2019-07-11 18:00:59 +08:00
李铭昕
56d5978c42 Fixed testing. 2019-07-11 16:25:07 +08:00
李铭昕
cb9ee16d61 Merge branch 'master' into swoole-dashboard 2019-07-10 09:45:01 +08:00
李铭昕
9fc3afe469 Fixed TypeError: Return value of Hyperf\Paginator\LengthAwarePaginator::nextPageUrl() must be of the type string or null, none returned. 2019-07-09 17:50:55 +08:00
李铭昕
2bb7e9c852 Added swoole-dashboard. 2019-07-08 09:57:54 +08:00
李铭昕
5585ae6887 Added consult testing. 2019-07-06 12:45:57 +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
李铭昕
5b3be06775 Fixed constants resolution failed when no message annotation exists. 2019-07-02 10:16:51 +08:00
李铭昕
40a7b5f38a Added phpunit. 2019-07-01 18:13:27 +08:00
李铭昕
cbafb70275 Added formatModel test. 2019-06-28 11:43:34 +08:00
李铭昕
c52216ef17 Added websocket client test. 2019-06-26 11:09:47 +08:00
李铭昕
7ee2920aa6 Fixed Redis::connect paramater 4 expects string. 2019-06-24 23:53:11 +08:00
李铭昕
5a1b7145bf Added travis support. 2019-06-24 13:10:41 +08:00
李铭昕
e04b44dcf2 Enable coroutine. 2019-06-20 17:29:14 +08:00
李铭昕
ce2924ddcc Added php-cs-fixer. 2019-06-20 09:54:15 +08:00