| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore(ci): delete envv2.0.0-alpha.1 | 2024-01-26 | 1 | -1/+0 | |
| | | |||||
| * | refactor(ci|docs|files): update workflows, refresh docs cacahe and, delete ↵ | 2024-01-26 | 7 | -425/+12 | |
| | | | | | useless files | ||||
| * | Update python-publish.yml | 2024-01-26 | 1 | -6/+4 | |
| | | |||||
| * | Merge branch 'master' of https://github.com/HydroRoll-Team/infini | 2024-01-25 | 1 | -2/+2 | |
| |\ | |||||
| * | | :fire: feat(docs): remove old documents | 2024-01-25 | 12911 | -33362/+0 | |
| | | | |||||
| | * | Merge pull request #51 from fu050409/master | 2024-01-25 | 11 | -182/+19 | |
| | |\ | | | | | | | ♻️ refactor(infini): restore pdm project and work for infini version 2 | ||||
| | | * | Merge branch 'HydroRoll-Team:master' into master | 2024-01-25 | 1 | -2/+2 | |
| | |/| |/|/ | |||||
| * | | :recycle: refactor(infini): restore pdm project and work for infini version 2 | 2024-01-25 | 11 | -182/+19 | |
| | | | |||||
| | * | Merge pull request #49 from ↵ | 2024-01-18 | 1 | -2/+2 | |
| | |\ | | | | | | | | | | HydroRoll-Team/dependabot/github_actions/actions/cache-4 | ||||
| | | * | chore(deps): bump actions/cache from 3 to 4 | 2024-01-18 | 1 | -2/+2 | |
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
| | * | Merge pull request #48 from fu050409/masterdev | 2023-12-18 | 7 | -51/+21 | |
| | |\ | |/ |/| | 🐛 修复一些已知问题 | ||||
| * | | :bug: 修复Infini CLI的部分问题 | 2023-12-18 | 3 | -4/+4 | |
| | | | |||||
| * | | :bug: 修订注释及导入路径 | 2023-12-18 | 3 | -30/+12 | |
| | | | |||||
| * | | :bug: 修订异常基类 | 2023-12-18 | 1 | -17/+5 | |
| |/ | |||||
| * | (no commit message) | 2023-12-18 | 3 | -23/+23 | |
| | | |||||
| * | (no commit message) | 2023-12-18 | 1 | -3/+3 | |
| | | |||||
| * | chore(changelog): sync changes | 2023-12-18 | 1 | -36/+36 | |
| | | |||||
| * | chore(changelog): update the log | 2023-12-18 | 1 | -4/+5 | |
| | | |||||
| * | chore(changelog): update the changelog | 2023-12-18 | 1 | -6/+7 | |
| | | |||||
| * | chore(changelog): 根据最新的`Handler`类更新模板中的子类写法 | 2023-12-18 | 1 | -0/+1 | |
| | | |||||
| * | fix(template|tests): update command: new template | 2023-12-18 | 4 | -19/+22 | |
| | | |||||
| * | chore: update changelog | 2023-12-18 | 1 | -5/+8 | |
| | | |||||
| * | chore(typing): add annotation | 2023-12-18 | 1 | -1/+8 | |
| | | |||||
| * | chore(register): `regist` -> `register` 不符合缩写语法的方法名 | 2023-12-18 | 1 | -3/+3 | |
| | | |||||
| * | chore(register): add annotation and lint code | 2023-12-18 | 1 | -9/+35 | |
| | | |||||
| * | chore(matcher): add annotation and lint code | 2023-12-18 | 2 | -7/+10 | |
| | | |||||
| * | feat(handler): 实现泛型,实现 `self.stop()` `self.skip()` 方法 | 2023-12-18 | 1 | -8/+23 | |
| | | |||||
| * | feat(typing): add `StateT` type var | 2023-12-18 | 2 | -1/+11 | |
| | | |||||
| * | feat(handler): add `HandlerLoadType` class | 2023-12-18 | 1 | -1/+11 | |
| | | |||||
| * | chore(handler): add annotation | 2023-12-18 | 1 | -0/+7 | |
| | | |||||
| * | refactor(exceptions): 重定义三个异常基类 | 2023-12-18 | 1 | -13/+11 | |
| | | |||||
| * | feat(exceptions): add `RulePackageException` and rename `HydroError` to ↵ | 2023-12-18 | 1 | -2/+4 | |
| | | | | | `InfiniException` | ||||
| * | feat(event): add `EventException` `SkipException` `StopException` | 2023-12-18 | 1 | -0/+19 | |
| | | |||||
| * | chore(event): add annotation | 2023-12-18 | 1 | -0/+6 | |
| | | |||||
| * | chore(event): `Inifni` -> `Infini` 修正笔误 | 2023-12-18 | 1 | -1/+1 | |
| | | |||||
| * | chore(const): consts ↵ | 2023-12-18 | 1 | -0/+7 | |
| | | | | | 没有任何意义且不符合语法,const没有复数形式 | ||||
| * | refactor(const): `consts` -> `const` | 2023-12-18 | 3 | -1/+8 | |
| | | |||||
| * | chore(exp): add explaination at `__init__.py` | 2023-12-18 | 1 | -0/+15 | |
| | | |||||
| * | chore(cli/gui): lint code | 2023-12-18 | 2 | -2/+5 | |
| | | |||||
| * | chore(lint): lint code | 2023-12-18 | 1 | -1/+6 | |
| | | |||||
| * | Merge pull request #42 from fu050409/master | 2023-12-18 | 9 | -118/+300 | |
| |\ | | | | | 🎉 第一阶段目标完成! | ||||
| | * | chore(event): add `_str__` method | 2023-12-18 | 1 | -1/+4 | |
| | | | |||||
| | * | :fire: 清理DEBUG输出 | 2023-12-18 | 1 | -2/+0 | |
| | | | |||||
| | * | :arrow_up: 更新规则包模板 | 2023-12-18 | 2 | -19/+22 | |
| | | | |||||
| | * | :sparkles: 新增并使用注册器 | 2023-12-18 | 2 | -26/+54 | |
| | | | |||||
| | * | :recycle: 修订入口文件 | 2023-12-18 | 1 | -3/+11 | |
| | | | |||||
| | * | :sparkles: 新增异常类型 | 2023-12-18 | 1 | -2/+10 | |
| | | | |||||
| | * | :bug: 允许Handler实例化 | 2023-12-18 | 3 | -12/+15 | |
| | | | |||||
| | * | :recycle: 优化测试模式 | 2023-12-17 | 1 | -7/+12 | |
| | | | |||||
| | * | :fire: 清理废弃代码 | 2023-12-17 | 1 | -16/+0 | |
| | | | |||||
