Commit Graph

  • a65fc4076b update MessageUtilTest sunxyw 2022-05-03 13:09:58 +08:00
  • f487897cf2 add arguments list to command info util sunxyw 2022-05-03 13:00:13 +08:00
  • 869d9ed543 fix message util test sunxyw 2022-04-30 20:12:39 +08:00
  • 8f61ed7561 add jetbrains/phpstorm-attributes package sunxyw 2022-04-30 20:05:42 +08:00
  • 8cb6a32341 refactor CommandHelpGenerator to CommandInfoUtil sunxyw 2022-04-30 20:02:44 +08:00
  • 687260e53c increment build number (build 469) Github Build Bot 2022-05-03 02:07:42 +00:00
  • a919ce4554 update api docs Github Build Bot 2022-05-03 02:07:42 +00:00
  • d19d7acedd add @CommandArgument annotation Jerry Ma 2022-05-03 10:06:57 +08:00
  • a393b3aff5 fix phpunit printer (#112) sunxyw 2022-05-02 17:02:39 +08:00
  • 8c2036b6b4 increment build number (build 468) Github Build Bot 2022-04-30 13:13:23 +00:00
  • dc081861ad Merge pull request #107 from zhamao-robot/optimize-phpunit Jerry Ma 2022-04-30 21:12:42 +08:00
  • ec76d2ba7d change @sunxyw email crazywhalecc 2022-04-30 20:43:19 +08:00
  • 47ce0a8e9c fix action runner stty issue for phpunit (#109) Jerry Ma 2022-04-30 20:34:32 +08:00
  • f1c730962b Fix ZM_TEST_LOG_DEBUG bug, remove redundant code Jerry Ma 2022-04-30 17:24:26 +08:00
  • d95a5131f6 remove ctx function throw exception crazywhalecc 2022-04-30 13:38:15 +08:00
  • 69637cf482 update composer.json, docs and tests crazywhalecc 2022-04-30 13:36:40 +08:00
  • 25d6ec3a92 private-mode output nothing crazywhalecc 2022-04-30 13:35:45 +08:00
  • 8bf5ff4e7f fix swoole exit error dumped crazywhalecc 2022-04-30 13:34:48 +08:00
  • fd4e4be3a8 try to remove irrelevant information for phpunit crazywhalecc 2022-04-30 13:33:38 +08:00
  • e0a01ea2ca simplify home command crazywhalecc 2022-04-29 18:39:07 +08:00
  • 256ccb96a6 increment build number (build 467) sunxyw 2022-04-29 15:41:17 +08:00
  • bfffdc7d21 fix api docs generate breaks sunxyw 2022-04-29 15:40:40 +08:00
  • 3bbe21268b add auto response serialize for http request (#104) sunxyw 2022-04-29 15:36:48 +08:00
  • 1537e88a74 increment build number (build 466) sunxyw 2022-04-29 12:36:23 +08:00
  • 0d9711e62d fix build number cannot increment when api docs not modified sunxyw 2022-04-29 12:35:02 +08:00
  • 0a7c5f06c6 refactor RouteManager static file routing (#105) sunxyw 2022-04-29 12:23:06 +08:00
  • e7a8a32b73 support container call with unnamed parameters (#103) sunxyw 2022-04-29 12:22:34 +08:00
  • 62b703f2e4 increment build number (build 464) Github Build Bot 2022-04-28 13:51:33 +00:00
  • f44921d136 update api docs Github Build Bot 2022-04-28 13:51:31 +00:00
  • cd42545c7d refactor match_pattern implementation (#102) sunxyw 2022-04-28 21:50:48 +08:00
  • 0df3fd7bed increment build number (build 463) Github Build Bot 2022-04-15 16:00:58 +00:00
  • 56241da281 update api docs Github Build Bot 2022-04-15 16:00:57 +00:00
  • 05a04104dd bump version to 2.8.0 (#100) sunxyw 2022-04-15 23:59:59 +08:00
  • 50d27ee186 add show-debug option to api docs generator sunxyw 2022-04-15 23:43:21 +08:00
  • 371926b5a6 improve api docs generator class discrimination sunxyw 2022-04-15 23:37:54 +08:00
  • 97face2406 add chain and stopwatch helper functions (#99) sunxyw 2022-04-15 23:10:29 +08:00
  • ea64b40011 increment build number (build 462) Github Build Bot 2022-04-15 15:08:35 +00:00
  • 6d23e489aa update api docs Github Build Bot 2022-04-15 15:08:34 +00:00
  • f4d75e211f Merge pull request #97 from zhamao-robot/add-di sunxyw 2022-04-15 23:07:52 +08:00
  • 48f6cc644d abstract reflection utils sunxyw 2022-04-12 17:52:51 +08:00
  • 33f517333f fix unhandled exception sunxyw 2022-04-12 17:13:17 +08:00
  • 7253a309c7 refactor container injection sunxyw 2022-04-11 23:31:49 +08:00
  • f2aff5882d use accurate property name sunxyw 2022-04-11 22:35:10 +08:00
  • 0dd61a7270 add di support for event handlers sunxyw 2022-04-10 21:46:53 +08:00
  • 420b8e6d67 add container debug log sunxyw 2022-04-10 21:45:04 +08:00
  • 9e08919ce0 fix read config before loaded sunxyw 2022-04-10 01:44:54 +08:00
  • a7324f6c49 fix module config dir not exists sunxyw 2022-04-10 01:36:46 +08:00
  • 721c0834db inject container into framework sunxyw 2022-04-10 00:58:07 +08:00
  • e37629aaea add container call test sunxyw 2022-04-07 19:09:53 +08:00
  • a43a4a429e add reflection util sunxyw 2022-04-07 19:09:28 +08:00
  • f5d34198e7 add container call method sunxyw 2022-04-07 19:09:02 +08:00
  • 46604293e9 remove unnecessary exceptions hint sunxyw 2022-04-05 15:29:15 +08:00
  • 58e405cccd Revert "add basic container usage example" sunxyw 2022-04-05 01:45:18 +08:00
  • 1deea5bebc refactor container type hint sunxyw 2022-04-05 01:14:06 +08:00
  • cad5636f92 add basic container usage example sunxyw 2022-04-05 01:07:51 +08:00
  • 90290bee94 add container generics type hint sunxyw 2022-04-05 01:06:47 +08:00
  • 9f7ebceeb9 add phpdoc to ZMBuf sunxyw 2022-04-05 00:24:37 +08:00
  • 60ea2c7e12 add container helper functions sunxyw 2022-04-05 00:24:03 +08:00
  • 441c866160 improve SingletonTrait compatibility sunxyw 2022-04-05 00:13:22 +08:00
  • 33d3341bb3 add request container sunxyw 2022-04-04 22:10:58 +08:00
  • 1d778fd78e add worker container sunxyw 2022-04-04 20:51:26 +08:00
  • 0cd73a6304 increment build number (build 461) Github Build Bot 2022-04-11 14:03:48 +00:00
  • 2fedfe5b18 update api docs Github Build Bot 2022-04-11 14:03:47 +00:00
  • 77c140bee6 Merge pull request #96 from zhamao-robot/qol-proxy Jerry Ma 2022-04-11 22:03:06 +08:00
  • c06e38d71f add ZMRobot proxies usage example sunxyw 2022-04-04 00:14:56 +08:00
  • 9b59cec22a add all groups proxy for ZMRobot sunxyw 2022-04-04 00:12:28 +08:00
  • 306e992789 add all bots proxy for ZMRobot sunxyw 2022-04-04 00:11:58 +08:00
  • 8335cfed69 add implode_when_necessary global function sunxyw 2022-04-04 00:10:42 +08:00
  • 4702aa1987 update version docs 2.7.6 crazywhalecc 2022-04-03 21:47:02 +08:00
  • 145e1b31a0 use https asset in vuepress component (#94) sunxyw 2022-04-03 21:06:09 +08:00
  • f2e28de20c increment build number (build 460) Github Build Bot 2022-04-02 18:25:07 +00:00
  • bcaaf88edb update api docs Github Build Bot 2022-04-02 18:25:06 +00:00
  • 120698fb43 Merge pull request #91 from zhamao-robot/phpstan-level-4 Jerry Ma 2022-04-03 02:24:27 +08:00
  • dd88585ffa local rebase for merging into master crazywhalecc 2022-04-03 02:11:02 +08:00
  • 93a8c450ad Fix MySQLWrapper related PHPDoc and variables crazywhalecc 2022-04-03 01:12:35 +08:00
  • 3451434997 strict to phpstan-level-4 crazywhalecc 2022-04-03 01:47:38 +08:00
  • 0bab2e74b0 increment build number (build 459) Github Build Bot 2022-04-02 17:31:49 +00:00
  • c1a877489b update api docs Github Build Bot 2022-04-02 17:31:48 +00:00
  • 520099aaba change description for return value in TaskManager crazywhalecc 2022-04-03 01:24:18 +08:00
  • 9bd02b3dd2 strict SignalListener param type crazywhalecc 2022-04-03 01:22:19 +08:00
  • ba64f2c189 Fix typo crazywhalecc 2022-04-03 01:17:04 +08:00
  • fbb194a6c5 Fix MySQLWrapper related PHPDoc and variables crazywhalecc 2022-04-03 01:14:04 +08:00
  • 30b2d2134b Fix MySQLWrapper related PHPDoc and variables crazywhalecc 2022-04-03 01:12:35 +08:00
  • 7eea71e282 Fix MySQLWrapper variable name crazywhalecc 2022-04-03 00:58:35 +08:00
  • e40b3029e0 Fix context PHPDoc return type crazywhalecc 2022-04-03 00:55:00 +08:00
  • 17492c78fa Fix context PHPDoc return type crazywhalecc 2022-04-03 00:47:44 +08:00
  • a9276d3f72 fix argument type error crazywhalecc 2022-04-02 23:42:21 +08:00
  • eecbe49955 fix code to phpstan-level-2 crazywhalecc 2022-04-02 23:37:22 +08:00
  • be9874a9ad Merge pull request #89 from zhamao-robot/update-readme sunxyw 2022-04-02 22:32:38 +08:00
  • b4fcc057c5 update readme badge sunxyw 2022-04-02 21:19:27 +08:00
  • d9499dc56b restrict workflows trigger path sunxyw 2022-04-02 21:00:56 +08:00
  • f6806c88ab update readme badges sunxyw 2022-04-02 20:58:32 +08:00
  • 2caca545ad increment build number (build 458) Github Build Bot 2022-04-02 11:37:16 +00:00
  • ff0f11da7f update api docs Github Build Bot 2022-04-02 11:37:16 +00:00
  • daa1822bc5 fix the rest problem code to phpstan-level-1 crazywhalecc 2022-04-02 19:20:47 +08:00
  • d490892092 refactor module command to phpstan-level-1 crazywhalecc 2022-04-02 19:15:03 +08:00
  • 182a4e7b06 Merge pull request #87 from zhamao-robot/doc-regenerate sunxyw 2022-04-02 19:15:25 +08:00
  • e9beed03ea update docs crazywhalecc 2022-04-02 19:06:52 +08:00
  • 8351527aea add build id to auto-increment commit message Jerry Ma 2022-04-02 18:45:17 +08:00
  • ddff663b0b update docs crazywhalecc 2022-04-02 18:01:17 +08:00