sunxyw
|
a393b3aff5
|
fix phpunit printer (#112)
|
2022-05-02 17:02:39 +08:00 |
|
Github Build Bot
|
8c2036b6b4
|
increment build number (build 468)
|
2022-04-30 13:13:23 +00:00 |
|
Jerry Ma
|
dc081861ad
|
Merge pull request #107 from zhamao-robot/optimize-phpunit
PHPUnit 及部分结构优化
|
2022-04-30 21:12:42 +08:00 |
|
crazywhalecc
|
ec76d2ba7d
|
change @sunxyw email
|
2022-04-30 20:43:19 +08:00 |
|
Jerry Ma
|
47ce0a8e9c
|
fix action runner stty issue for phpunit (#109)
|
2022-04-30 20:34:32 +08:00 |
|
Jerry Ma
|
f1c730962b
|
Fix ZM_TEST_LOG_DEBUG bug, remove redundant code
|
2022-04-30 17:24:26 +08:00 |
|
crazywhalecc
|
d95a5131f6
|
remove ctx function throw exception
|
2022-04-30 13:38:15 +08:00 |
|
crazywhalecc
|
69637cf482
|
update composer.json, docs and tests
|
2022-04-30 13:36:40 +08:00 |
|
crazywhalecc
|
25d6ec3a92
|
private-mode output nothing
|
2022-04-30 13:35:45 +08:00 |
|
crazywhalecc
|
8bf5ff4e7f
|
fix swoole exit error dumped
|
2022-04-30 13:34:48 +08:00 |
|
crazywhalecc
|
fd4e4be3a8
|
try to remove irrelevant information for phpunit
|
2022-04-30 13:33:38 +08:00 |
|
crazywhalecc
|
e0a01ea2ca
|
simplify home command
|
2022-04-29 18:39:07 +08:00 |
|
sunxyw
|
256ccb96a6
|
increment build number (build 467)
|
2022-04-29 15:42:33 +08:00 |
|
sunxyw
|
bfffdc7d21
|
fix api docs generate breaks
|
2022-04-29 15:42:33 +08:00 |
|
sunxyw
|
3bbe21268b
|
add auto response serialize for http request (#104)
* add auto response serialize for http request
* fix possible duplicate response end
|
2022-04-29 15:36:48 +08:00 |
|
sunxyw
|
1537e88a74
|
increment build number (build 466)
|
2022-04-29 12:36:23 +08:00 |
|
sunxyw
|
0d9711e62d
|
fix build number cannot increment when api docs not modified
|
2022-04-29 12:35:02 +08:00 |
|
sunxyw
|
0a7c5f06c6
|
refactor RouteManager static file routing (#105)
|
2022-04-29 12:23:06 +08:00 |
|
sunxyw
|
e7a8a32b73
|
support container call with unnamed parameters (#103)
|
2022-04-29 12:22:34 +08:00 |
|
Github Build Bot
|
62b703f2e4
|
increment build number (build 464)
|
2022-04-28 13:51:33 +00:00 |
|
Github Build Bot
|
f44921d136
|
update api docs
|
2022-04-28 13:51:31 +00:00 |
|
sunxyw
|
cd42545c7d
|
refactor match_pattern implementation (#102)
* refactor match_pattern implementation
* add match_pattern escaped wildcards support
* add match_pattern global function test
|
2022-04-28 21:50:48 +08:00 |
|
Github Build Bot
|
0df3fd7bed
|
increment build number (build 463)
|
2022-04-15 16:00:58 +00:00 |
|
Github Build Bot
|
56241da281
|
update api docs
|
2022-04-15 16:00:57 +00:00 |
|
sunxyw
|
05a04104dd
|
bump version to 2.8.0 (#100)
|
2022-04-15 23:59:59 +08:00 |
|
sunxyw
|
50d27ee186
|
add show-debug option to api docs generator
|
2022-04-15 23:43:21 +08:00 |
|
sunxyw
|
371926b5a6
|
improve api docs generator class discrimination
|
2022-04-15 23:37:54 +08:00 |
|
sunxyw
|
97face2406
|
add chain and stopwatch helper functions (#99)
* add chain helper function
* add stopwatch helper function
|
2022-04-15 23:10:29 +08:00 |
|
Github Build Bot
|
ea64b40011
|
increment build number (build 462)
|
2022-04-15 15:08:35 +00:00 |
|
Github Build Bot
|
6d23e489aa
|
update api docs
|
2022-04-15 15:08:34 +00:00 |
|
sunxyw
|
f4d75e211f
|
Merge pull request #97 from zhamao-robot/add-di
增加 IoC 容器 & 依赖注入支持
|
2022-04-15 23:07:52 +08:00 |
|
sunxyw
|
48f6cc644d
|
abstract reflection utils
|
2022-04-12 17:52:51 +08:00 |
|
sunxyw
|
33f517333f
|
fix unhandled exception
|
2022-04-12 17:13:17 +08:00 |
|
sunxyw
|
7253a309c7
|
refactor container injection
|
2022-04-11 23:42:00 +08:00 |
|
sunxyw
|
f2aff5882d
|
use accurate property name
|
2022-04-11 23:39:42 +08:00 |
|
sunxyw
|
0dd61a7270
|
add di support for event handlers
|
2022-04-11 23:39:41 +08:00 |
|
sunxyw
|
420b8e6d67
|
add container debug log
|
2022-04-11 23:39:11 +08:00 |
|
sunxyw
|
9e08919ce0
|
fix read config before loaded
|
2022-04-11 23:39:11 +08:00 |
|
sunxyw
|
a7324f6c49
|
fix module config dir not exists
|
2022-04-11 23:39:10 +08:00 |
|
sunxyw
|
721c0834db
|
inject container into framework
|
2022-04-11 23:39:10 +08:00 |
|
sunxyw
|
e37629aaea
|
add container call test
|
2022-04-11 23:39:10 +08:00 |
|
sunxyw
|
a43a4a429e
|
add reflection util
|
2022-04-11 23:39:09 +08:00 |
|
sunxyw
|
f5d34198e7
|
add container call method
|
2022-04-11 23:39:09 +08:00 |
|
sunxyw
|
46604293e9
|
remove unnecessary exceptions hint
|
2022-04-11 23:39:08 +08:00 |
|
sunxyw
|
58e405cccd
|
Revert "add basic container usage example"
This reverts commit 86e379c6bd8eb829a947bce463ff68c9de2d4200.
|
2022-04-11 23:39:06 +08:00 |
|
sunxyw
|
1deea5bebc
|
refactor container type hint
|
2022-04-11 23:38:29 +08:00 |
|
sunxyw
|
cad5636f92
|
add basic container usage example
|
2022-04-11 23:38:28 +08:00 |
|
sunxyw
|
90290bee94
|
add container generics type hint
|
2022-04-11 23:37:21 +08:00 |
|
sunxyw
|
9f7ebceeb9
|
add phpdoc to ZMBuf
|
2022-04-11 23:37:21 +08:00 |
|
sunxyw
|
60ea2c7e12
|
add container helper functions
|
2022-04-11 23:37:16 +08:00 |
|