Commit Graph

7375 Commits

Author SHA1 Message Date
李铭昕
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
她和她的猫
28e82535c3
Support for SSL encrypted connection to Redis. (#5007)
Co-authored-by: 李铭昕 <715557344@qq.com>
2022-08-17 17:05:07 +08:00
她和她的猫
f0566ee962
Support disable hyperf/amqp via configuration file. (#4992)
Co-authored-by: 李铭昕 <715557344@qq.com>
2022-08-17 15:51:10 +08:00
张城铭
e45a43375c
PSR specification is preferred (#5025) 2022-08-17 15:32:34 +08:00
李铭昕
86e1548386
Removed useless method call() from callable function. (#5029) 2022-08-17 15:17:48 +08:00
张城铭
ce52a04419
Preferentially use configuration to improve startup speed (#5020) 2022-08-15 23:13:16 +08:00
Ahmad Mustapha
7c0ec6f7e9
Check validity of file descriptor before sending message to it. (#5017) 2022-08-15 22:19:47 +08:00
Deeka Wong
7c2793bf7e
Removed array type of Trace Annotation, because don't support array. (#5008) 2022-08-15 21:00:34 +08:00
kingIZZZY
733e4e5185
Fixed bug that connection->select() cannot work for database-pgsql. (#5016)
Co-authored-by: 李铭昕 <715557344@qq.com>
2022-08-15 19:50:37 +08:00
李铭昕
035b830cbe
Don't generate rpc proxy again when open scan cacheable. (#5005) 2022-08-10 20:58:39 +08:00
李铭昕
bbd134cacd
Optimized the generation rules of rpc proxy class suffix, which can be customized more easily. 2022-08-10 10:46:24 +08:00