Commit Graph

7435 Commits

Author SHA1 Message Date
李铭昕
ac32612cbc
Update communication.md (#5194) 2022-11-14 13:47:09 +08:00
李铭昕
36ebb68017
Removed useless code (#5190) 2022-11-11 16:51:25 +08:00
Deeka Wong
1e75b0fad0
Added option config for command server:watch. (#5186) 2022-11-09 18:33:14 +08:00
Deeka Wong
b22fcd1ccc
Optimize the order of github actions (#5184)
Co-authored-by: 李铭昕 <715557344@qq.com>
2022-11-09 10:01:40 +08:00
李铭昕
195fe8e362
Optimized test.yml. (#5181) 2022-11-07 12:27:22 +08:00
Reinan Gabriel
8d1b442f64 fix: Corrects style according to the PHP Coding Standards Fixer 2022-11-05 15:51:41 -03:00
Reinan Gabriel
f82e7b180c Merge branch 'master' into feature/add-invokable-controller 2022-11-03 18:13:02 -03:00
Deeka Wong
821379bf4c
Fix the exception when scan.cache not exists (#5170) 2022-11-01 18:56:10 +08:00
李铭昕
5f17d9113e Only split repos by workflow dispatch. 2022-11-01 15:35:40 +08:00
李铭昕
7766936f49 split the own branch by default. 2022-11-01 15:33:54 +08:00
李铭昕
ed7b2a62b0
Auto split repos in Github Actions. (#5173) 2022-11-01 15:24:23 +08:00
李铭昕
296ec50ce4
Format code (#5172) 2022-11-01 10:50:54 +08:00
Mas Aldo
e3f70d7863 Update doc [en] 2022-10-31 22:43:05 +07:00
黄朝晖
fa9739f60f
Merge pull request #5129 from barbluz/patch-3
Translates `Model creation script` page to english
2022-10-31 04:13:07 +08:00
Mas Aldo
cc8745e74b Update doc [en] 2022-10-31 00:47:12 +07:00
kingIZZZY
d83d4add2a
Fix getting affected rows from $statement not $pdo (#5166) 2022-10-29 09:48:11 +08:00
Deeka Wong
2938c296fc
Support Swow for watcher (#5164) 2022-10-29 09:47:26 +08:00
Deeka Wong
3f779abf69
Added $dictionary for Str::slug, your can rewrite some tags easily. (#5160)
Co-authored-by: 李铭昕 <715557344@qq.com>
2022-10-29 09:45:19 +08:00
Lucas Vinicius
bee4f7b270
Added Pipeline::thenReturn() method to run pipes and return the result (#5163)
Co-authored-by: 李铭昕 <715557344@qq.com>
2022-10-28 10:40:46 +08:00
hexianghui
7ed1c28286 Add notes for controller annotations. 2022-10-19 13:31:24 +08:00
李铭昕
78f9b02580
Format code (#5139) 2022-10-13 10:40:13 +08:00
pandaLIU
630045bbb8
Fixed InfoCommand (#5134) 2022-10-12 10:03:18 +08:00
Wen
9ed8f8aa45
Fixed bug that the exit code of command does not work when the exception code isn't int. (#5132)
Co-authored-by: 李铭昕 <715557344@qq.com>
2022-10-11 19:30:18 +08:00
她和她的猫
677c9da9bc
Add error checking for PostgreSQLStatement::execute method. (#5121) 2022-10-11 10:37:54 +08:00
Deeka Wong
c2a4b587c4
Fix stop handler of async-queue in doc (#5118)
Co-authored-by: 沈唁 <52o@qq52o.cn>
2022-10-11 09:43:30 +08:00
黄朝晖
0972431e36
Remove the dependency about swoole (#5119) 2022-10-11 09:41:05 +08:00
Reinan Gabriel
f37eb15195 feat: add handler for an invokable controller 2022-10-10 21:22:10 -03:00
Bárbara Luz
57424df6ae
Translates Model creation script page to english 2022-10-10 15:23:33 -03:00
circle33
7d9d217aa6
fix genereate-ide-helper error (#5102) 2022-09-27 14:23:23 +08:00
李铭昕
2f6810ac3b
Fixed bug that the tag continue cannot work when using view-engine. (#5100) 2022-09-22 11:17:07 +08:00
Deeka Wong
8770b96c12
Move MessageBag and MessageProvider to contract from utils (#5092) 2022-09-20 10:38:43 +08:00
Deeka Wong
1aeffaba46
Move Jsonable and Xmlable to contract from utils. (#5091) 2022-09-18 10:26:01 +08:00
Mr.唐
cd0e32a148
Catch exception for function defer by default. (#5079)
* Use `(string) $throwable` instead of `sprintf` for `Hyperf\ExceptionHandler\Formatter\FormatterInterface::format()`.

Co-authored-by: tangwei <tangwei8@lenovo.com>
Co-authored-by: 李铭昕 <715557344@qq.com>
2022-09-07 10:40:54 +08:00
李铭昕
95cfba42cf
Optimized code about creating exception from another exception. (#5078) 2022-09-06 15:34:23 +08:00
Deeka Wong
781b0677dc
Support Swow for hyperf/signal (#5070)
Co-authored-by: 李铭昕 <715557344@qq.com>
2022-09-05 14:31:26 +08:00
李铭昕
351b11d739
Format code. (#5069) 2022-09-04 10:22:42 +08:00
Deeka Wong
9cd4289717
Fix the bug that value of Inject not work (#5065) 2022-09-01 10:06:26 +08:00
李铭昕
dd8e12ca42
Format code (#5063) 2022-08-30 14:33:36 +08:00
李铭昕
ff979a63c1 Merge branch '2.2' into 3.0-merge 2022-08-27 15:36:15 +08:00
李铭昕
f0c01b2de8
Fixed bug that cannot stop server by Ctrl C. (#5062) 2022-08-27 15:28:56 +08:00
李铭昕
e57bab8f1a
Added config symfony.event.enable to control whether to use SymfonyEventDispatcher. (#5061) 2022-08-27 14:42:23 +08:00
luxin
2663c28a0d
Support parsing IPv6 host. (#5052)
Co-authored-by: houzhouyang <810921248@qq.com>
Co-authored-by: 李铭昕 <715557344@qq.com>
2022-08-24 10:53:05 +08:00
李铭昕
4a176cd28f
Added type hint for Hyperf\Database\Model\Concerns\HasAttributes. (#5048) 2022-08-22 22:35:37 +08:00
tiefeng
7bd7681da5
Added Hyperf\Database\Model\Concerns\HasAttributes::getRawOriginal(). (#5046)
Co-authored-by: 李铭昕 <715557344@qq.com>
2022-08-22 19:58:23 +08:00
李铭昕
cd9afeaa94
Fixed bug that ConfirmableTrait::isShouldConfirm() does not work. (#5045) 2022-08-22 16:35:24 +08:00
李铭昕
d74bd47cc7
Upgraded the minimum php version to ^8.0 for grpc-client. (#5041) 2022-08-20 17:29:18 +08:00
李铭昕
29dea82fc4
Added test cases for connecting golang grpc server. (#5040) 2022-08-20 15:36:11 +08:00
Kids Return
d3f7d1e35f
[3.0]Fixed grpc server StatsCode and serializeMessage (#5036)
Co-authored-by: pandaLIU <563883861@qq.com>
2022-08-19 22:36:06 +08:00
Jea
75456c2681
fixed typo (#5038) 2022-08-19 21:02:16 +08:00
Vinchan
679950d8b6
Update docs (#5011) 2022-08-17 18:28:00 +08:00