Commit Graph

3289 Commits

Author SHA1 Message Date
李铭昕
d6c047d9c9 Update CHANGELOG.md 2019-09-10 19:43:35 +08:00
huangzhhui
b057a94ca4 Merge branch 'feat/validation' of https://github.com/chunhei2008/hyperf into pr/429 2019-09-10 19:42:44 +08:00
huangzhhui
4e8824769c Optimized 2019-09-10 19:42:40 +08:00
李铭昕
28c2568c3e Merge branch '1.0' into 1.0-deprecated 2019-09-10 19:36:20 +08:00
李铭昕
785d8d513f
Merge pull request #559 from assert6/1.0
Optimized $url params of Response::redirect method
2019-09-10 19:35:31 +08:00
张城铭
5dd255027f Added CHANGELOG 2019-09-10 19:30:39 +08:00
张城铭
7dccb62cc0 Optimized $url params of Response::redirect method 2019-09-10 19:15:02 +08:00
李铭昕
b19f850836 Update Port.php 2019-09-10 19:12:43 +08:00
李铭昕
cca7a3e3be Set ServerInterface::SERVER_TCP is deprecated. 2019-09-10 19:08:18 +08:00
李铭昕
adcb2d11b5 Added changelog. 2019-09-10 18:45:52 +08:00
李铭昕
37bf3bf3f6
Fixed Hyperf\Grpc\Parser::parseResponse returns a non-standard error code for grpc. 2019-09-10 18:44:04 +08:00
wangyi
181bfa2ed0 refactor: 💡 重构 ValidationMiddleware 2019-09-10 18:38:28 +08:00
wangyi
f2258295d0 Merge branch 'master' into feat/validation 2019-09-10 18:28:22 +08:00
黄朝晖
d6ebc0c6e2
Update CHANGELOG.md 2019-09-10 17:24:06 +08:00
李铭昕
630e01a885 Update CHANGELOG.md 2019-09-10 17:18:59 +08:00
李铭昕
ca05d123a9 Added testing. 2019-09-10 17:13:55 +08:00
李铭昕
b7394e79d5 Update FunctionTest.php 2019-09-10 16:31:10 +08:00
李铭昕
607883c9a0 Added function swoole_hook_flags. 2019-09-10 16:26:54 +08:00
李铭昕
1bede0339f Update docker-swarm.md 2019-09-10 15:17:03 +08:00
李铭昕
7e34e9075d
Merge pull request #551 from starfalling/1.0
Fixed infinite loop in grpc client when the server closed the connection
2019-09-10 11:47:04 +08:00
huangzhhui
6ab1039bc8 Optimized 2019-09-10 11:24:11 +08:00
huangzhhui
a5937a3674 Update CHANGELOG.md 2019-09-10 11:19:11 +08:00
York.GU
1314667ad5 fixed infinite loop in grpc client when the server close the connection 2019-09-10 11:10:28 +08:00
李铭昕
a9a0279d8a
Merge pull request #549 from limingxinleo/1.0-amqp
Optimized swooleIO.
2019-09-10 11:08:18 +08:00
黄朝晖
776f54b5cb
Update CHANGELOG.md 2019-09-10 11:03:20 +08:00
李铭昕
454cf0913b Deleted useless code. 2019-09-10 10:23:57 +08:00
李铭昕
63c67bdacd Optimized swooleIO. 2019-09-10 10:06:33 +08:00
李铭昕
02f45e0abc
Merge pull request #523 from limingxinleo/1.1-db
Generate the singular model of an plural table.
2019-09-09 20:08:41 +08:00
李铭昕
41d2d600d1 Update .travis.yml 2019-09-09 20:04:27 +08:00
李铭昕
c879b1c566 Merge remote-tracking branch 'upstream/master' into 1.1-db 2019-09-09 20:03:47 +08:00
李铭昕
9ff58a6ca8
Merge pull request #534 from limingxinleo/1.0-guzzle
Throw RequestException when statusCode is -3.
2019-09-09 20:01:34 +08:00
黄朝晖
32c833f700
Merge branch '1.0' into 1.0-guzzle 2019-09-09 15:32:08 +08:00
黄朝晖
7940439458
Update CHANGELOG.md 2019-09-09 15:31:30 +08:00
李铭昕
8e608c72a8
Merge pull request #545 from starfalling/remove-restore-in-SoftDeletes
remove unused method restoring, restored of trait SoftDeletes
2019-09-07 15:56:36 +08:00
李铭昕
08be39f033 Update CHANGELOG.md 2019-09-07 15:30:22 +08:00
李铭昕
626cacbefe Merge branch '1.0' into pr/543 2019-09-07 15:12:15 +08:00
李铭昕
5dbf920b09
Merge pull request #541 from starfalling/fix-GrpcClient-setClient2
fix method call mistake of none exists function setClient in BaseClient
2019-09-07 15:11:33 +08:00
李铭昕
9d971bb53e Update CHANGELOG.md 2019-09-07 15:10:00 +08:00
李铭昕
8eed5cdf70 Merge branch '1.0' into pr/541 2019-09-07 15:06:00 +08:00
YorkGu
a667fe6d3d remove unused method restoring, restored of trait SoftDeletes
these two methods will cause crash because of registerModelEvent doesn't exist
2019-09-06 22:06:20 +08:00
York.GU
c17c49c48b fixed the problem that grpc client Parser didn't return the correct error info of grpc standard error model 2019-09-06 22:03:41 +08:00
York.GU
73aaa403db fix method call mistake of no function setClient in BaseClient 2019-09-06 22:01:20 +08:00
wangyi
0993136cb5 style: 💄 cs fix 2019-09-06 20:19:27 +08:00
wangyi
027496309d docs: ✏️ README
添加 validation 使用样例
2019-09-06 20:15:02 +08:00
wangyi
a91631a1e0 Merge branch 'feat/validation' of https://github.com/chunhei2008/hyperf into feat/validation 2019-09-06 20:08:33 +08:00
wangyi
825abd48e7 feat: 🎸 ValidationMiddleware
重写了ValidationMiddleware 不继承CoreMiddleware,并修复ValidationMiddleware顺序问题
2019-09-06 20:08:10 +08:00
wangyi
4d4467d4e6 fix: 🐛 ValidationMiddleware
继承自CoreMiddleware
2019-09-06 20:04:37 +08:00
chunhei2008
f1a657b334
Merge branch '1.0' into feat/validation 2019-09-06 19:01:57 +08:00
wangyi
a5df2c263c fix: 🐛 ValidatorFactory
* 修改ValidatorFactory只用来创建Factory实例|* 修改ConfigProvider中FactoryInterface
binding
2019-09-06 17:07:41 +08:00
wangyi
1aeb9dad6a fix: 🐛 ConfigProvider
* Remove Validatorinterface|* Modify languages director in publish
2019-09-06 16:38:13 +08:00