Deeka Wong
6d4f647ac9
Adds data_forget()
helper ( #5915 )
...
* Adds `data_forget()` helper
* Update CHANGELOG-3.1.md
2023-07-09 11:27:32 +08:00
李铭昕
5dcad05ef8
Merge branch 'master' into 3.1-merge
...
# Conflicts:
# src/nacos/src/GrpcClient.php
2023-07-08 21:24:38 +08:00
李铭昕
d04db7c927
Release v3.0.28 ( #5913 )
2023-07-08 21:03:37 +08:00
李铭昕
e34ff47bf4
Fixed bug that nacos grpc client cannot reconnect when closed. ( #5912 )
2023-07-08 20:54:58 +08:00
李铭昕
68e3064da5
Fixed bug that nacos grpc client auth failed. ( #5911 )
2023-07-08 11:41:56 +08:00
Deeka Wong
ca60fb587b
Optimize NacosClientFactory
( #5910 )
2023-07-07 18:26:26 +08:00
李铭昕
238d625cd2
Fixed bug that acm client::$servers
must be accessed before initialization. ( #5909 )
2023-07-07 11:00:37 +08:00
szutoutou
b7d1086caf
fix(lazy loader):config path error ( #5908 )
2023-07-06 08:10:55 +08:00
Deeka Wong
37f2405ecc
Adds Connection::getRawQueryLog()
method ( #5906 )
2023-07-05 09:55:50 +08:00
Deeka Wong
4c6b928f2d
Forget with collections ( #5905 )
2023-07-05 09:54:22 +08:00
李铭昕
e736786d15
Optimized code for identifer established by the rpc client that must contain a string,number or null if included. ( #5901 )
2023-07-04 09:56:13 +08:00
MorriosL
c2fee049f1
Updated the definition of command as annotation. ( #5900 )
...
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-07-04 09:47:50 +08:00
李铭昕
bea995fb37
Fixed comments for Query\Builder::groupBy()
. ( #5899 )
2023-07-03 21:43:06 +08:00
Deeka Wong
83dc4d9edf
Adds toRawSql()
to Query Builders ( #5898 )
...
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-07-03 18:27:25 +08:00
Deeka Wong
47a30da53a
Adds define()
method to ModelFactory
( #5897 )
...
* Adds `define()` method to `ModelFactory`
* Update CHANGELOG-3.1.md
2023-07-03 12:40:26 +08:00
Rafael Melo
2cba3cfc2f
Support strict mode for Integer
and Boolean
( #5895 )
...
Co-authored-by: Deeka Wong <8337659+huangdijia@users.noreply.github.com>
2023-07-03 12:37:00 +08:00
Deeka Wong
030405b092
Adds ModelFactory support for hyperf/testing
( #5894 )
2023-07-01 20:25:51 +08:00
李铭昕
defa69f36c
Throw exception (executing sql failed) when used clickhouse
for hyperf/db
.
2023-06-30 10:43:44 +08:00
李铭昕
7c9bc4994d
Merge branch 'master' into 3.1-merge
2023-06-30 10:14:10 +08:00
李铭昕
c679a703d6
Release v3.0.27 ( #5891 )
2023-06-30 09:33:46 +08:00
李铭昕
92e191480d
Added some exception messages which used to reconnect PDO connection. ( #5890 )
2023-06-30 09:20:59 +08:00
Alex Pu
077602814b
Added pudongping/hyperf-throttle-requests
to awesome-components
. ( #5870 )
...
* Add pudongping/hyperf-throttle-requests component
* Update awesome-components.md
---------
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-06-28 17:42:51 +08:00
李铭昕
f4aa7fd3d9
Throw exception (executing sql failed) when used clickhouse
for hyperf/db
. ( #5886 )
2023-06-28 10:35:27 +08:00
Deeka Wong
56a81d6f01
Improve Testing ( #5885 )
...
* Improve Test
* feat: Add container to InteractsWithContainer trait
This commit adds a property `container` of type `ContainerInterface` to the `InteractsWithContainer` trait. It also removes a redundant annotation and an unnecessary `PHPStan` ignore statement. The `instance()` method now sets instances using the container object.
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-06-28 10:18:18 +08:00
Deeka Wong
fb78e641d5
Remove deprecated traits of hyperf/command
( #5883 )
2023-06-27 10:09:50 +08:00
李铭昕
8d5fa5b43d
Merge branch 'master' into 3.1-merge
2023-06-27 09:44:23 +08:00
Deeka Wong
3fe8f2041c
Move ConfirmableTrait
/DisableEventDispatcher
/NullDisableEventDispatcher
to Concerns ( #5882 )
2023-06-27 07:53:52 +08:00
Ganey
e581051921
Fix links in en install docs ( #5881 )
2023-06-27 07:15:30 +08:00
李铭昕
d08d5191d8
Fixed bug that start server failed caused by swagger server name isn't string. ( #5880 )
2023-06-26 18:57:03 +08:00
Deeka Wong
6c4cb30f5d
Improve Command
( #5879 )
2023-06-26 17:11:21 +08:00
Deeka Wong
21d63d5e01
Improve Command ( #5878 )
2023-06-26 16:37:32 +08:00
liaochao
817e22a4eb
chore(str): add deprecated comment ( #5875 )
2023-06-25 14:10:37 +08:00
李铭昕
19c38ac8a9
Merge branch 'master' into 3.1-merge
2023-06-24 15:33:49 +08:00
李铭昕
346033d421
Release v3.0.27 ( #5873 )
2023-06-24 15:27:27 +08:00
李铭昕
191042b4a1
Support stream for nacos naming service. ( #5586 )
2023-06-24 14:49:49 +08:00
李铭昕
076ca73f62
Avoid to execute the refresh callback more than once when calling refresh()
multi times. ( #5872 )
2023-06-24 09:47:30 +08:00
Deeka Wong
1c061fd360
Fix the bug that cannot found setName
in phpunit 10.x ( #5868 )
2023-06-20 13:45:08 +08:00
Deeka Wong
0b62b50e98
Adds RunTestsInCoroutine
trait ( #5867 )
2023-06-20 13:01:15 +08:00
李铭昕
728a3ca131
Use StrCache
instead of Str
in special cases. ( #5866 )
2023-06-20 12:11:58 +08:00
Liu
56dce81c26
Removed string cache from Hyperf\Stringable\Str
...
Co-authored-by: Deeka Wong <huangdijia@gmail.com>
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-06-20 11:16:52 +08:00
李铭昕
f381b51874
Removed useless utils component. ( #5863 )
2023-06-20 10:47:51 +08:00
Deeka Wong
f65beed9b6
Adds closure-command
to composer.json ( #5862 )
2023-06-19 21:07:47 +08:00
李铭昕
6f85d4bb91
Fixed bug that CoroutineMemory::clearPrefix()
cannot work as expected. ( #5861 )
2023-06-19 19:35:29 +08:00
宣言就是Siam
65fc771cae
Throw exception when column id is not existed ( #5858 )
2023-06-19 18:09:21 +08:00
Deeka Wong
33c457f1dd
Refactor runTestsInCoroutine and kernel injection ( #5848 )
2023-06-19 18:08:37 +08:00
Deeka Wong
e52495a995
Remove unused classes ( #5857 )
2023-06-19 15:21:19 +08:00
Deeka Wong
8d2a243c51
Adds hyperf/closure-command
component ( #5855 )
2023-06-19 14:56:46 +08:00
Liu
98c5bd1145
Update changelog.md ( #5854 )
2023-06-19 12:04:07 +08:00
李铭昕
0f302c57e0
Release v3.0.25 ( #5853 )
2023-06-19 11:25:29 +08:00
yansongda
f82bc145b5
Removed the deprecated code for metric. ( #5847 )
2023-06-18 20:57:40 +08:00