Commit Graph

3047 Commits

Author SHA1 Message Date
huangzhhui
3c341ac047 Removed useless use 2019-09-16 00:56:19 +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
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
李铭昕
1bede0339f Update docker-swarm.md 2019-09-10 15:17:03 +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
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
wangyi
a2ec86b54c Merge branch 'feat/validation' of https://github.com/chunhei2008/hyperf into feat/validation 2019-09-06 16:28:04 +08:00
李铭昕
b5d1089807
Merge pull request #536 from limingxinleo/1.1-swoole
Upgrade swoole the lowest version is 4.4
2019-09-06 15:07:58 +08:00
李铭昕
9080a646d9 Function 'run' only execute in non-coroutine environment. 2019-09-06 09:31:46 +08:00
李铭昕
acd48f6479 Set coroutine default value is true for hyperf command. 2019-09-06 09:22:07 +08:00
李铭昕
853886ccf9 Upgrade swoole version to 4.4. 2019-09-06 09:21:34 +08:00
黄朝晖
849471effe
Merge pull request #529 from hyperf-cloud/1.0-merge
Merge 1.0 into master.
2019-09-05 15:52:08 +08:00
李铭昕
474c5c754b Merge branch '1.0' into 1.0-merge 2019-09-05 15:47:08 +08:00
黄朝晖
336f46cc5b
Update CHANGELOG.md 2019-09-05 15:37:47 +08:00
黄朝晖
b0528fee37
Merge pull request #531 from hyperf-cloud/huangzhhui-patch-1
Fixed passing error argument
2019-09-05 15:37:06 +08:00
黄朝晖
5278d319cf
Fixed passing error argument 2019-09-05 15:36:06 +08:00
黄朝晖
6ebcf20d84
Merge pull request #530 from limingxinleo/doc-snowflake
Update doc.
2019-09-05 15:01:12 +08:00
黄朝晖
3d56db785a
Update snowflake.md 2019-09-05 15:00:59 +08:00
李铭昕
d581e6d9c9 Update snowflake doc 2019-09-05 14:43:42 +08:00
李铭昕
82cee05c03 Update doc. 2019-09-05 13:52:36 +08:00
黄朝晖
902abd5c1b
Update CHANGELOG.md 2019-09-05 13:34:22 +08:00
李铭昕
6618a0ff82 Fixed typo. 2019-09-05 11:07:53 +08:00
李铭昕
a17c0ad330 Format code. 2019-09-05 11:00:26 +08:00
李铭昕
89f54ed720 Merge branch 'master' into 1.0-merge 2019-09-05 10:58:36 +08:00
李铭昕
1182ce5f64 Update CHANGELOG.md 2019-09-05 10:20:56 +08:00
李铭昕
b719e4490c
Merge pull request #524 from hyperf-cloud/optimize-snowflake
Optimize snowflake
2019-09-05 09:59:07 +08:00
李铭昕
ac9c91a7ef Merge branch '1.0' into optimize-snowflake 2019-09-05 09:42:22 +08:00
李铭昕
21170d123d Moved ConfigInterface to the last. 2019-09-05 09:41:53 +08:00
李铭昕
c11ae04283
Merge pull request #525 from hyperf-cloud/move-pr-455
Move the code from pr#455
2019-09-05 09:27:11 +08:00
李铭昕
ddff309db9
Merge pull request #527 from huangzhhui/fix-translator-cannot-use-repeatedly
Fixed translator cannot translate repeatedly
2019-09-05 09:22:04 +08:00
李铭昕
ce5dfaab7c
Merge pull request #526 from huangzhhui/fix-getpcid
If swoole method return false, transfer the result to null
2019-09-05 09:21:18 +08:00
huangzhhui
80ec63dfea Update CHANGELOG.md 2019-09-05 02:09:08 +08:00
huangzhhui
8514a502d1 Update Translator.php 2019-09-05 02:08:06 +08:00
huangzhhui
3767894411 Update CHANGELOG.md 2019-09-05 01:06:30 +08:00
huangzhhui
2040b3cc9f If swoole method return false, transfer the result to null 2019-09-05 01:03:49 +08:00
huangzhhui
50aaf3d7d4 Update CHANGELOG.md 2019-09-05 00:56:24 +08:00
huangzhhui
f4f503a0bf Move the code from pr#455 2019-09-05 00:54:15 +08:00
huangzhhui
e7c1d05b59 Update CHANGELOG.md 2019-09-05 00:30:15 +08:00
huangzhhui
6655a95621 Remove useless config 2019-09-05 00:17:26 +08:00