Commit Graph

2661 Commits

Author SHA1 Message Date
李铭昕
0aa43cf786
Merge pull request #470 from hyperf-cloud/optimize-vendor-publish-command
Optimize vendor:publish command
2019-08-28 10:54:26 +08:00
李铭昕
6866649f17
Merge pull request #428 from chunhei2008/feat/translation
Add translation component
2019-08-28 10:45:36 +08:00
李铭昕
103fa23093 Merge branch '1.0' into pr/428 2019-08-28 10:41:40 +08:00
李铭昕
54679261d8
Merge pull request #468 from starfalling/exception-handler
set the default exception handler to handle all exceptions
2019-08-28 09:36:33 +08:00
李铭昕
59ba857100 Update CHANGELOG.md 2019-08-28 09:32:14 +08:00
李铭昕
54f72cbbd5 Merge branch '1.0' into pr/468 2019-08-28 09:31:24 +08:00
huangzhhui
b9a857188f Update CHANGELOG.md 2019-08-28 03:58:12 +08:00
huangzhhui
79605218e3 Update CHANGELOG.md 2019-08-28 03:57:01 +08:00
huangzhhui
8cfec0cf35 If the folder exist, then should not create it 2019-08-28 03:54:37 +08:00
huangzhhui
a8d4f630fb Update README.MD 2019-08-28 02:44:08 +08:00
huangzhhui
6f7e06c56d Create translation.md 2019-08-28 02:41:46 +08:00
huangzhhui
7faea6efff Add __(), trans() and trans_choice() functions 2019-08-28 02:13:37 +08:00
huangzhhui
88705817eb Modify the configuration structure of Translation 2019-08-28 01:22:08 +08:00
huangzhhui
cdb79a534c Update CHANGELOG.md 2019-08-28 01:18:22 +08:00
huangzhhui
f16bcb5e72 Update composer.json 2019-08-28 01:14:04 +08:00
huangzhhui
2c26101f2b Merge remote-tracking branch 'upstream/1.0' into pr/428 2019-08-28 00:59:02 +08:00
huangzhhui
f751eee31b Remove useless test files and remove Cases folder 2019-08-28 00:56:45 +08:00
York.GU
dccaaae05d set the default exception handler to handle all exceptions, not only ServerException 2019-08-27 22:18:24 +08:00
huangzhhui
1c3091af7d Optimized 2019-08-27 17:43:45 +08:00
李铭昕
d90f3aeb69
Merge pull request #466 from Hhhha/1.0
数据条数不够分页的情况下 调用simplePaginate方法报错
2019-08-27 17:10:35 +08:00
李铭昕
f6be3f8eda Update CHANGELOG.md 2019-08-27 17:05:34 +08:00
黄朝晖
b095cc0c44
Merge pull request #449 from starfalling/1.0
add support of Standard error model in grpc-server
2019-08-27 16:44:55 +08:00
LiHan
2b1f76e66e 数据条数不够分页的情况下 调用simplePaginate方法报错 2019-08-27 16:32:08 +08:00
daydaygo
23a7210fd3 set param type 2019-08-27 15:38:54 +08:00
huangzhhui
13303701a2 Update AnnotationReader.php 2019-08-27 01:21:55 +08:00
huangzhhui
a22ed6d83b Update FileLoader.php 2019-08-27 01:15:02 +08:00
李铭昕
c97eebfba9 Moved StatusCode into grpc. 2019-08-26 10:07:50 +08:00
李铭昕
fe9f6433f2
Merge pull request #451 from starfalling/remove-__construct-in-router
remove __construct methods in router from AutoController, see issue #442
2019-08-25 15:47:53 +08:00
李铭昕
7494def881 Added user defined magic methods. 2019-08-25 15:34:13 +08:00
huangzhhui
f683b0b5f3 Update README.MD 2019-08-25 15:09:54 +08:00
huangzhhui
22228f5633 Move Contracts\ to Contract\ and Optimized 2019-08-25 15:09:49 +08:00
黄朝晖
a3fd9115c0
Merge branch '1.0' into remove-__construct-in-router 2019-08-25 15:05:22 +08:00
李铭昕
8bdd7d1d25 Update CHANGELOG.md 2019-08-25 14:34:23 +08:00
李铭昕
315ba20ad2 Added testing. 2019-08-25 14:29:44 +08:00
李铭昕
551d25c758 Format code. 2019-08-25 14:00:40 +08:00
李铭昕
2e7659afad Merge branch '1.0' into pr/449 2019-08-25 13:58:44 +08:00
李铭昕
f318912d25
Merge pull request #450 from starfalling/Schema-phpdoc
add phpdoc of static moethods for class Hyperf\Database\Schema\Schema
2019-08-25 13:56:29 +08:00
李铭昕
ad3d973f71 Fixed . 2019-08-25 13:48:21 +08:00
李铭昕
c053740cb8 Update CHANGELOG.md 2019-08-25 13:09:51 +08:00
李铭昕
c85349fd5b Added testing. 2019-08-25 13:06:35 +08:00
YorkGu
a5c8742c01 remove all magic methods starts with __ in @AutoController
sorry about the previous mistake
2019-08-25 00:40:08 +08:00
York.GU
9ed3912c23 remove __construct methods in router from AutoController, see issue #442 2019-08-24 18:49:35 +08:00
York.GU
d5f3fe8998 add phpdoc of static moethods for class Hyperf\Database\Schema\Schema 2019-08-24 18:24:58 +08:00
York.GU
d22e2330b9 add phpdoc of static moethods for class Hyperf\Database\Schema\Schema 2019-08-24 18:14:48 +08:00
York.GU
5fef020ab3 add support of Standard error model in grpc-server 2019-08-24 17:52:13 +08:00
黄朝晖
2c1822193c
Merge pull request #435 from huangzhhui/bugfix-grpc-request
Update CHANGELOG.md
2019-08-21 17:01:32 +08:00
黄朝晖
9016e347a6
Update CHANGELOG.md 2019-08-21 16:42:22 +08:00
huangzhhui
af4dc200fa Update CHANGELOG.md 2019-08-21 16:41:53 +08:00
李铭昕
de9f1faa15 Update CHANGELOG.md 2019-08-21 14:39:54 +08:00
黄朝晖
41c687ffa4
Merge pull request #431 from huangzhhui/bugfix-grpc-request
Fixed missing parameters of the grpc request
2019-08-21 11:30:15 +08:00