Commit Graph

2750 Commits

Author SHA1 Message Date
李铭昕
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
李铭昕
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
李铭昕
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
李铭昕
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
李铭昕
66c056c8dc Added testing. 2019-09-05 19:59:06 +08:00
李铭昕
dc7dfb214a Update CoroutineHandler.php 2019-09-05 19:50:26 +08:00
李铭昕
bb50627d6e Throw exception when statusCode is -3. 2019-09-05 19:46:05 +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
黄朝晖
902abd5c1b
Update CHANGELOG.md 2019-09-05 13:34:22 +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
huangzhhui
4facf588fe Optimized 2019-09-05 00:17:16 +08:00
李铭昕
9c885f49bf
Merge pull request #513 from limingxinleo/1.0-process_name
Rewrite process name with app_name.
2019-09-03 17:45:00 +08:00
李铭昕
72eaea7131 Added dot user can defined. 2019-09-03 16:17:37 +08:00