-
-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 统一静态类声明方式 * 优化代码,完善测试用例 * 优化代码,完善测试用例 * 修复并标记废弃 Imi\Util\DateTime::getLastWeek(),增加 Imi\Util\DateTime::getPrevWeek() * 修复 DelayServerBeanCallable、DelayBeanCallable 引用返回值,优化代码 * 增加测试 * 修复 Imi\Util\File::enumFile()、Imi\Util\File::enumFileSync() 错误的返回值注释 * 修复 FilterableList * 修复 Request::getRequestTarget() 错误的值、ServerRequest::post() 不支持非数组、MemoryStream 偏移量处理 * 尝试测试组件覆盖率 * 修复测试 * 修复测试 * 修复测试 * test * 修复 Swoole 测试覆盖率 * 修复 Imi\Util\Text::endwith() 完善测试 * 修复测试 * test * test * test * test * test * 修复 PHP 8.2 兼容性(Creation of dynamic property) * test * test * 增加 Http 验证器测试 * 修复事务嵌套,部分回滚事务 * 优化代码,补充测试,删除无用的类 * 关闭测试热更新 * 增加热更新监视器类测试 * 优化:非 Swoole、Workerman 环境使用 Timer 抛出异常 * 删除无用类 * 修复测试 * 将同步Gitee和组件发版任务设置为并发等待 * 并行测试覆盖率 * test * test * test * test * test * test * test * test * test * 优化模型 DDL 注解的 decode 参数,允许设为 null 增加测试 * test * test * 修正变量名,增加测试 * 计划废弃 Imi\Model\ModelManager 类 * test * test * test * 删除无用文件,增加测试 * 修复测试 * 覆盖率测试日志保存到artifact * 保存最终的覆盖率 xml 文件到 artifact * 修复测试 * update 补充DB别名测试 * update README.md [no ci] * 使用缓存 * 修复测试 * 修复测试 * test * 恢复被注释的测试 性能测试不在覆盖率测试执行 * 修复 roadrunner 并发测试过多时测试失败 * 修复测试 * 修复 roadrunner 并发测试过多时测试失败 --------- Co-authored-by: auooru <[email protected]>
- Loading branch information
Showing
351 changed files
with
4,094 additions
and
1,522 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,3 +15,6 @@ composer.lock | |
*.macro.php | ||
/.phpbench | ||
/node_modules | ||
/tests/clover.xml | ||
/tests/html-coverage | ||
/dev/cover |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.