Commit Graph

7678 Commits

Author SHA1 Message Date
李铭昕
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
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
yansongda
f82bc145b5
Removed the deprecated code for metric. (#5847) 2023-06-18 20:57:40 +08:00
李铭昕
67236750b2
Removed the php version check. (#5850) 2023-06-18 19:54:50 +08:00
她和她的猫
2958364104
Support for insert update and select using enums. (#5849)
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-06-18 19:40:39 +08:00
李铭昕
dc38e5a209
upgrade documents about websocket-server. (#5846) 2023-06-17 21:12:15 +08:00
李铭昕
10362573de
Removed requirement ext-swoole from socketio-server. (#5844) 2023-06-17 20:34:02 +08:00
李铭昕
3f0c47871a
Added some test cases and optimized the code comments. (#5845) 2023-06-17 18:31:16 +08:00
李铭昕
664297c766
Support Swow for reactive-x. (#5843) 2023-06-17 07:56:21 +08:00
Deeka Wong
cf288037ba
Adds hyperf/polyfill-coroutine component (#5841)
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-06-16 19:57:19 +08:00
李铭昕
8c9b0a2b91
Moved go, co and defer to hyperf/coroutine. (#5840) 2023-06-16 17:09:43 +08:00
李铭昕
5fc9571053
Support swow psr7-plus interface for all components. (#5839) 2023-06-16 15:56:37 +08:00
李铭昕
57739e33ad Merge branch 'master' into 3.1-merge 2023-06-15 20:40:23 +08:00
Gang Wu
9386106cd5
Fixed bug that the method Builder::value() cannot work when using column like table.column. (#5829)
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-06-15 20:31:03 +08:00
李铭昕
f811dd3841
Removed xdebug from test cases. (#5838) 2023-06-15 20:07:01 +08:00
李铭昕
6bdb3863f4
Support swow psr7-plus interface for http-message. (#5828) 2023-06-15 18:15:06 +08:00
沈唁
b41c37913c
Fix missing use for value (#5837) 2023-06-15 17:34:53 +08:00
宣言就是Siam
ebbf469e9b
Added docs about how to upgrade to v3.1 (#5820) 2023-06-14 14:37:44 +08:00
pandaLIU
bfc4e185a1
Fixed socket.io check namespace (#5831)
Co-authored-by: Deeka Wong <huangdijia@gmail.com>
Co-authored-by: 沈唁 <52o@qq52o.cn>
2023-06-14 14:36:06 +08:00
Deeka Wong
d5457411dd
Remove co-pest, use pest-plugin-hyperf instead. (#5834) 2023-06-14 14:35:21 +08:00
李铭昕
8ca6e3ee54 Merge branch 'master' into 3.1-merge 2023-06-10 09:39:47 +08:00
李铭昕
d18734976e
Release v3.0.24 (#5827) 2023-06-10 09:05:38 +08:00
Deeka Wong
c6a9865839
Exclude helper when run phpstan (#5826) 2023-06-10 08:49:41 +08:00
Deeka Wong
f0145b8177
Fix co-phpunit and co-pest, optimize ci workflows (#5825) 2023-06-09 22:38:23 +08:00
Deeka Wong
9e850b336c
Split cs fix from tests (#5821)
* Split cs fix from tests

* Optimize CI name

* Optimize

---------

Co-authored-by: Deeka Wong <8337659+huangdijia@users.noreply.github.com>
2023-06-09 14:42:30 +08:00
李铭昕
06d930cb5f
Added test cases for rewriting setKeysForSaveQuery (#5817) 2023-06-09 10:06:10 +08:00
Deeka Wong
0e745ffeea
Adds alias as mysql for pdo in hyperf/db (#5815)
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-06-08 17:56:39 +08:00
Deeka Wong
7bbc0ae02d
Removed support for swoole 4.x (#5813)
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-06-08 16:48:41 +08:00
szutoutou
0f0cc7da6f
Fixed bug that the return type of Model::updateOrInsert isn't boolean. (#5771)
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-06-08 15:14:17 +08:00
宣言就是Siam
a46e91d251
Added function build_sql which be used in QueryException. (#5814)
Co-authored-by: xuanyanwow <hzh@addcn.com>
Co-authored-by: Deeka Wong <8337659+huangdijia@users.noreply.github.com>
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-06-08 14:55:09 +08:00
liaochao
09f0731194
Fix the bug that not support compare numeric in different formats (#5808)
* fix(validate): support compare numeric in different type

* chore(style): format code

* fix(validate): support compare numeric in different type

* chore(style): format code

* chore(docs): add changes to changelog
2023-06-08 09:34:45 +08:00
Deeka Wong
86eb53e0dc
Remove deprecated codes (#5812) 2023-06-07 22:31:03 +08:00
Deeka Wong
0a85b1edea
Remove redundant setAccessible methods (#5811) 2023-06-07 20:55:22 +08:00
Deeka Wong
9679f71ea4
Remove useless codes in hyperf/utils (#5810) 2023-06-07 17:00:55 +08:00
Deeka Wong
00e2854a3e
Adds hyperf/helper component (#5809) 2023-06-07 14:33:04 +08:00
Deeka Wong
9328a46bb8
Optimize test-components (#5807) 2023-06-07 14:22:47 +08:00
宣言就是Siam
b39728ccd7
Merge server settings with config settings. (#5806) 2023-06-07 13:27:29 +08:00
Deeka Wong
d3ab30ca4b
[3.1] Support pest (#5805) 2023-06-07 13:05:40 +08:00
liaochao
8b2850f31d
remove deprecated doc of isTransaction method (#5799) 2023-06-07 10:28:52 +08:00
Deeka Wong
b18bf79b7e
Bumps phpunit to 10.x (#5802)
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-06-07 10:16:25 +08:00
李铭昕
740167f794
Fixed bug that hyperf/http-server cannot match psr7. (#5803) 2023-06-06 20:33:49 +08:00
Deeka Wong
b26916adfb
Upgrade hyperf packages to version ~3.1.0 (#5801) 2023-06-06 13:40:38 +08:00
Deeka Wong
985ab58bb1
[3.1]Bumps dependencies (#5796)
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-06-06 09:52:53 +08:00
Deeka Wong
a8cd400235
Fixed phpstan errors (#5798) 2023-06-05 19:54:56 +08:00
Chance
98341dbf46
Fixed bug that __FILE__ and __DIR__ cannot be rewritten successfully in proxy classes. (#5794)
Co-authored-by: Deeka Wong <huangdijia@gmail.com>
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-06-05 15:53:17 +08:00