Commit Graph

5090 Commits

Author SHA1 Message Date
reasno
d05ac79c3d code format
Signed-off-by: reasno <guxi99@gmail.com>
2020-05-05 21:56:03 +08:00
reasno
7e7c2a387a refactor: use NamespaceInterface, instead of BaseNamespace where possible.
Signed-off-by: reasno <guxi99@gmail.com>
2020-05-05 21:49:24 +08:00
reasno
08d0b221eb Merge branch 'socketio' of https://github.com/Reasno/hyperf into socketio 2020-05-05 19:25:35 +08:00
reasno
cfd544ffcf it Merge branch 'master' of https://github.com/hyperf/hyperf into socketio 2020-05-05 19:25:18 +08:00
crystal9002
c5f74609be
Optimized a meaningless redis delete instruction. (#1670)
Co-authored-by: zhenguo.guan <guanzhenguo@3k.com>
Co-authored-by: 李铭昕 <715557344@qq.com>
2020-05-04 12:12:05 +08:00
李铭昕
4e09074290 Optimized composer.json. 2020-05-04 11:59:11 +08:00
李铭昕
81ba63dec8 Merge branch 'master' into pr/1665 2020-05-04 11:08:31 +08:00
李铭昕
1aefc3bdf0 Deleted useless code. 2020-05-04 11:08:10 +08:00
李铭昕
408a8565db Added config collectors. 2020-05-03 20:23:32 +08:00
李铭昕
b767533a4a Update README.md 2020-05-03 20:01:38 +08:00
神秘人xcy
f07abc641b
Added ORM methods morphWith and whereHasMorph. (#1616)
* Add MorphWith ORM Function

* Add WhereHasMorph ORM Function

* Added test cases.

* Added document.

Co-authored-by: 李铭昕 <715557344@qq.com>
2020-05-03 13:29:33 +08:00
李铭昕
1c6f47f0f6 Deleted useless code. 2020-05-03 10:32:22 +08:00
黄朝晖
30e36e7d22
Merge pull request #1666 from limingxinleo/1.1-amqprpc
Added RPC Client for amqp.
2020-05-02 15:09:54 +08:00
huangzhhui
af35417118 Update amqp.md 2020-05-02 14:53:06 +08:00
huangzhhui
62f3f9d338 Move DynamicRpcMessage to Hyperf\Amqp\Message 2020-05-02 14:53:04 +08:00
huangzhhui
35c60f0f89 Add DynamicRpcMessage 2020-05-02 14:22:32 +08:00
huangzhhui
68bab4797b Release the connection 2020-05-02 14:10:24 +08:00
李铭昕
f70f4906b5 Deleted useless code. 2020-05-01 20:43:32 +08:00
李铭昕
d43b0081f5 Added RPC Client. 2020-05-01 20:18:34 +08:00
李铭昕
46a7efcdbc Added method consumeMessage. 2020-05-01 17:04:40 +08:00
reasno
036ecf7d5b use recursive merge strategy. 2020-04-30 23:44:29 +08:00
reasno
359cd366a8 doc: rewording 2020-04-30 23:25:04 +08:00
reasno
055975ac9d Add hyperf/nano 2020-04-30 23:20:04 +08:00
凌の雨尘
818eb7ac65
doc description edit (#1660)
* doc fix

* doc fix

* doc fix
2020-04-30 19:47:55 +08:00
Luffy
e7ed38b550
remove static_handler_locations config (#1662) 2020-04-30 19:47:12 +08:00
李铭昕
146db86bd9
Update CoreMiddleware.php (#1664) 2020-04-30 18:00:12 +08:00
Luffy
b8d4e6fcce
update resource link (#1659)
update resource link
2020-04-30 17:11:14 +08:00
李铭昕
0a2ba3068e
v1.1.28 (#1657)
Co-authored-by: huangzhhui <huangzhwork@gmail.com>
2020-04-30 17:09:23 +08:00
李铭昕
c44389794d
Fixed MysqlProcessor::processColumns does not work when the server is 8.0 (#1655) 2020-04-30 07:35:17 +08:00
李铭昕
1e80f5a824
Added RenderException to catch render exceptions in view. (#1654) 2020-04-30 07:28:12 +08:00
李铭昕
5873fa4d6d
Fixed bug that command describe:routes will show the wrong list. (#1650) 2020-04-30 07:17:56 +08:00
李铭昕
69fbeebec2
Added RedisStringHandler for model-cache. (#1647)
* Added RedisStringHandler for model-cache.

* Deleted useless code.

* Optimized code.

* Update CHANGELOG.md
2020-04-30 07:06:58 +08:00
李铭昕
437840e8c9
Merge pull request #1641 from limingxinleo/1.1-rpc
Fixed request exception will be thrown when result is null.
2020-04-30 06:58:28 +08:00
谷溪
2fdcaa11b0
Merge pull request #1645 from Reasno/closure
support closure route injection
2020-04-29 21:39:42 +08:00
谷溪
15a392903b
Merge branch 'master' into closure 2020-04-29 21:39:13 +08:00
谷溪
5734f5ff42
Update CHANGELOG.md 2020-04-29 21:37:55 +08:00
谷溪
7b55cbfe79
Update CoreMiddleware.php 2020-04-29 18:29:18 +08:00
reasno
099295e07a use constants
Signed-off-by: reasno <guxi99@gmail.com>
2020-04-27 23:53:39 +08:00
reasno
5335960c3b pass analyzer, tests and format code 2020-04-27 23:21:28 +08:00
reasno
4882bc3cba remove duplicate suggest in composer.json
Signed-off-by: reasno <guxi99@gmail.com>
2020-04-27 22:55:38 +08:00
reasno
1830287719 format doc.
Signed-off-by: reasno <guxi99@gmail.com>
2020-04-27 22:46:58 +08:00
reasno
5e1fa602cb remove useless code in example.
Signed-off-by: reasno <guxi99@gmail.com>
2020-04-27 22:39:44 +08:00
reasno
a8ea116fb2 reformat code
Signed-off-by: reasno <guxi99@gmail.com>
2020-04-27 22:37:04 +08:00
reasno
91b7c66d5f add real socketio-server 2020-04-27 22:26:54 +08:00
reasno
da1bc8a63d update doc 2020-04-27 22:25:39 +08:00
Reasno
b713d7756a add example
add socketio component
2020-04-27 16:47:46 +08:00
Reasno
ff8ce8d6b3 fix validation tests 2020-04-26 15:05:38 +08:00
李铭昕
509807285c Added test cases. 2020-04-26 14:47:32 +08:00
Reasno
4ece5af25a fix json rpc tests 2020-04-26 14:38:00 +08:00
Reasno
959f98a65b make ClosureDefinitionCollectorInterface optional, don't break millions of tests. 2020-04-26 14:23:32 +08:00