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