Commit Graph

132 Commits

Author SHA1 Message Date
李铭昕
b4c8b50f1c
update github actions for all components. (#7090) 2024-09-25 10:54:12 +08:00
Deeka Wong
d1f34b6f90
Improve actions (#7088) 2024-09-25 10:05:50 +08:00
李铭昕
34211ddfcf
Format code (#6994) 2024-08-08 10:28:23 +08:00
李铭昕
bf63c1f86f
Release v3.1.31 (#6944)
Co-authored-by: Deeka Wong <huangdijia@gmail.com>
2024-07-11 10:05:39 +08:00
Deeka Wong
070a78edcd
Added composer.json normalize support (#6887) 2024-06-17 09:51:06 +08:00
李铭昕
fc488034b9
Format code by the latest cs-fixer. (#6617) 2024-03-23 19:28:51 +08:00
李铭昕
5bb95fa1d1
Added event of release connection for hyperf/pool. (#6613) 2024-03-22 14:01:08 +08:00
李铭昕
05530c98bd
Changed the branch-alias of all components to 3.1-dev. (#6320) 2023-11-24 11:10:53 +08:00
李铭昕
22f1a74c49 Merge branch 'master' into 3.1
# Conflicts:
#	src/support/tests/FunctionTest.php
2023-11-10 10:04:37 +08:00
Lu Fei
cb210c3ffb
Optimize navbar (#6266)
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-11-07 16:05:54 +08:00
李铭昕
d62673f631 Merge branch 'master' into 3.1
# Conflicts:
#	.github/workflows/test.yml
#	src/service-governance/src/Listener/RegisterServiceListener.php
#	src/stringable/composer.json
#	src/stringable/tests/StrTest.php
2023-09-22 13:24:19 +08:00
Deeka Wong
28c74a1b96
Upgrade actions/checkout to v4 (#6159) 2023-09-19 09:50:18 +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
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
848a68a6df
Instead of classes and functions of Hyperf\Utils (#5674)
Co-authored-by: 李铭昕 <715557344@qq.com>
2023-04-26 11:02:31 +08:00
Deeka Wong
cf25b8056e
Split Packers to hyperf/codec (#5666) 2023-04-24 17:49:41 +08:00
李铭昕
c7feaf4f9c
Fixed bug that the empty caches cannot be used for Model::findManyFromCache(). (#5643) 2023-04-14 22:17:45 +08:00
李铭昕
37ef3ea00a
Fixed bug that the model cache cannot created when using find many to get non-exists models. (#5642) 2023-04-14 18:32:41 +08:00
李铭昕
d663d7b6e6
Support deeply nested cache relations for model-cache. (#5641) 2023-04-14 16:13:58 +08:00
Deeka Wong
7b9d5c944d
Use Hyperf\Coroutine\Coroutine instead of Hyperf\Utils\Coroutine (#5623) 2023-04-12 12:36:10 +08:00
李铭昕
c422dad528
Use Hyperf\Context\ApplicationContext instead of Hyperf\Utils\ApplicationContext. (#5621) 2023-04-11 15:57:32 +08:00
李铭昕
4e3662aef4
Use Hyperf\Collection\Arr instead of Hyperf\Utils\Arr. (#5594) 2023-04-02 21:17:26 +08:00
李铭昕
21d77fff35
Fixed bug that rate-limit cannot work when using php 8.1 (#5318) 2023-01-11 17:18:46 +08:00
李铭昕
296ec50ce4
Format code (#5172) 2022-11-01 10:50:54 +08:00
张城铭
ce52a04419
Preferentially use configuration to improve startup speed (#5020) 2022-08-15 23:13:16 +08:00
Deeka Wong
c6f53bd7f8
Added return type static into Cacheable. 2022-06-10 15:15:01 +08:00
李铭昕
bf12f37f7a Merge branch 'master' into 3.0-merge
# Conflicts:
#	src/rpn/src/Calculator.php
2022-05-30 10:16:40 +08:00
李铭昕
6e0cfbf594
Added close-pull-request.yml to close pr for read-only repositories. (#4781) 2022-05-24 21:10:54 +08:00
李铭昕
a8de513425
Changed return type to void for Hyperf\Event\Contract\ListenerInterface::process(). (#4611) 2022-03-18 09:55:36 +08:00
沈唁
140154e6af
Revert "Use unpkg.com" (#4604)
Co-authored-by: 李铭昕 <715557344@qq.com>
2022-03-14 19:40:41 +08:00
李铭昕
299d67b952 Merge branch 'master' into 3.0
# Conflicts:
#	src/http-server/src/Request.php
#	src/model-cache/tests/Stub/ManagerStub.php
2022-03-14 11:43:17 +08:00
李铭昕
9fa13f8c88
Make public for method Hyperf\ModelCache\Manager::formatModels(). (#4603) 2022-03-14 11:07:12 +08:00
李铭昕
4b9c6da89b
Upgrade the minimum php version to 8.0 for database. (#4396) 2021-12-27 11:04:01 +08:00
李铭昕
748fc22275
Upgraded psr/simple-cache to ^1.0|^2.0|^3.0 (#4323) 2021-12-07 12:26:20 +08:00
李铭昕
880b577510
Upgrade the minimum php version for memory and model-cache. 2021-12-07 11:22:25 +08:00
李铭昕
911ab1210e Hyperf\Utils\Contracts\Arrayable will be deprecated, please use Hyperf\Contract\Arrayable instead. 2021-11-23 20:00:06 +08:00
李铭昕
74a21bbab3
Optimized code about amqp and upgrade all requirements from v2.2 to v3.0 (#4196) 2021-11-02 15:06:17 +08:00
李铭昕
afab0bbf35 Optimized code 2021-11-02 10:00:13 +08:00
李铭昕
0398f5d761 Update branch-alias to 2.2-dev in composer.json 2021-07-18 14:50:14 +08:00
李铭昕
c0c0c47a22 Merge branch 'master' into 2.2-merge
# Conflicts:
#	composer.json
#	phpunit.xml
2021-05-24 15:50:44 +08:00
李铭昕
6d97e438c2
Fixed bug that increment/decrement does not works as expect when used in transaction. (#3598) 2021-05-18 21:00:26 +08:00
李铭昕
b1747fb3eb
Optimized all composer.json (#3569)
* Optimized all composer.json

* Update package-lock.json
2021-05-11 16:15:42 +08:00
李铭昕
62f7c49352
Upgraded psr/container to ^1.0|^2.0 (#3337)
* Support psr/container ^2.0

* Update composer.json

* Update CHANGELOG-2.2.md
2021-05-11 13:27:43 +08:00
李铭昕
2aa967ed6b Fixed typo 2021-04-02 19:24:08 +08:00
李铭昕
9805c75311 Fixed default value of column does not works in model-cache. 2021-04-02 19:24:08 +08:00
李铭昕
04d06b9ff4 Fixed PHPStan 2021-03-19 15:23:49 +08:00
李铭昕
54765d32ce
Changed branch-alias of dev-master to 2.1-dev (#3038)
* Update branch-alias

* Update composer.json
2020-12-27 14:12:45 +08:00
李铭昕
a8ea182146 Merge branch 'master' into 2.1-merge 2020-12-14 19:25:02 +08:00
minxinqing
4374c04d6f
Optimized code for model-cache, which will delete model cache only once, when using it in transaction. (#2951)
* Optimized code for model-cache, which will delete model cache only once, when using it in transaction.

* Added test cases.

Co-authored-by: 李铭昕 <715557344@qq.com>
2020-12-10 13:45:35 +08:00