| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore(infini): bump infini into v2.0.2v2.0.2 | 2024-01-29 | 1 | -1/+1 | |
| | | |||||
| * | fix(router): add Command router | 2024-01-29 | 1 | -0/+14 | |
| | | |||||
| * | fix(loader): fix queue pop a NoneType when loads same handler | 2024-01-29 | 2 | -7/+34 | |
| | | |||||
| * | fix(core): fix no outcome yield when block is True | 2024-01-29 | 1 | -1/+1 | |
| | | |||||
| * | Merge branch 'master' of https://github.com/HydroRoll-Team/HydroRollCore | 2024-01-27 | 1 | -2/+2 | |
| |\ | |||||
| * | | refactor(docs): rebuild with readthedocs | 2024-01-27 | 29 | -0/+357 | |
| | | | |||||
| | * | Merge pull request #52 from ↵ | 2024-01-27 | 1 | -1/+1 | |
| | |\ | | | | | | | | | | | | | HydroRoll-Team/dependabot/github_actions/actions/checkout-4 chore(deps): bump actions/checkout from 3 to 4 | ||||
| | | * | chore(deps): bump actions/checkout from 3 to 4 | 2024-01-27 | 1 | -1/+1 | |
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
| | * | Merge pull request #53 from ↵ | 2024-01-27 | 1 | -1/+1 | |
| |/| | | | | | | | | | HydroRoll-Team/dependabot/github_actions/pdm-project/setup-pdm-4 chore(deps): bump pdm-project/setup-pdm from 3 to 4 | ||||
| * | | :bookmark: chore(infini): bump infini into v2.0.1v2.0.1 | 2024-01-27 | 1 | -1/+1 | |
| | | | |||||
| * | | :sparkles: test(ci): add ndice package as example tests | 2024-01-27 | 4 | -0/+542 | |
| | | | |||||
| * | | :sparkles: feat(router): supports alias router | 2024-01-27 | 5 | -25/+32 | |
| | | | |||||
| * | | :bug: fix(loader): fix encoding error | 2024-01-27 | 1 | -4/+1 | |
| | | | |||||
| * | | :bookmark: chore(infini): bump infini into v2.0.0v2.0.0 | 2024-01-27 | 1 | -1/+1 | |
| | | | |||||
| * | | :white_check_mark: test(refact): sync tests with infini changes | 2024-01-27 | 4 | -15/+23 | |
| | | | |||||
| * | | :sparkles: feat(core|interceptor): supports output for interceptors | 2024-01-27 | 2 | -28/+72 | |
| | | | |||||
| * | | :recycle: refactor(generator): rename Generator to TextGenerator and add TODO | 2024-01-27 | 2 | -6/+6 | |
| | | | |||||
| * | | :bookmark: chore(infini): bump infini into v2.0.0-rc.3v2.0.0-rc.3 | 2024-01-27 | 3 | -2/+3 | |
| | | | |||||
| * | | :sparkles: test(handler): add new test for interator | 2024-01-27 | 1 | -0/+27 | |
| | | | |||||
| * | | :sparkles: feat(handler): support Interator while outcome Outputs | 2024-01-27 | 3 | -15/+19 | |
| | | | |||||
| * | | :sparkles: feat(logging): add logging module | 2024-01-27 | 2 | -2/+27 | |
| | | | |||||
| * | | :bookmark: chore(infini): bump infini into v2.0.0-rc.2v2.0.0-rc.2 | 2024-01-27 | 1 | -1/+1 | |
| | | | |||||
| * | | :sparkles: feat(internal): return a Register class instead of ModuleType in ↵ | 2024-01-27 | 3 | -14/+28 | |
| | | | | | | | | | require function | ||||
| * | | :sparkles: test(loader): refact loader tests | 2024-01-27 | 1 | -3/+4 | |
| | | | |||||
| * | | :sparkles: feat(loader): improve loader apis | 2024-01-27 | 1 | -11/+67 | |
| | | | |||||
| * | | :bookmark: chore(infini): bump infini into v2.0.0-rc.1v2.0.0-rc.1 | 2024-01-27 | 1 | -1/+1 | |
| | | | |||||
| * | | :sparkles: feat(loader): add loader method | 2024-01-27 | 3 | -2/+199 | |
| | | | |||||
| * | | :construction: to(yield): add todo for iterator supports | 2024-01-27 | 1 | -0/+4 | |
| | | | |||||
| * | | :rotating_light: style(test): fix wrong pronouncation | 2024-01-27 | 1 | -1/+1 | |
| | | | |||||
| * | | :bookmark: chore(infini): bump infini into v2.0.0-beta.1v2.0.0-beta.1 | 2024-01-26 | 2 | -1/+3 | |
| | | | |||||
| * | | :construction_worker: test(ci): add register tests | 2024-01-26 | 1 | -0/+57 | |
| | | | |||||
| * | | :sparkles: feat(register): add register feature | 2024-01-26 | 1 | -0/+94 | |
| | | | |||||
| * | | :sparkles: feat(ci): add new generator tests | 2024-01-26 | 1 | -0/+27 | |
| | | | |||||
| * | | :bug: fix(interceptor): fix output interception have no input defination | 2024-01-26 | 1 | -1/+2 | |
| | | | |||||
| * | | :recycle: perf(input): fix Input annotation type T not work | 2024-01-26 | 1 | -1/+1 | |
| | | | |||||
| * | | :sparkles: feat(generator): allow initialization for generator | 2024-01-26 | 1 | -0/+4 | |
| | | | |||||
| * | | :sparkles: feat(generator): enable to use global variables | 2024-01-26 | 1 | -2/+3 | |
| | | | |||||
| * | | :see_no_evil: chore(gitignore): use pdm default .gitignore | 2024-01-26 | 1 | -6/+157 | |
| | | | |||||
| * | | :arrow_up: chore(deps): add new ipdm as dev dependency | 2024-01-26 | 2 | -3/+246 | |
| | | | |||||
| * | | :bookmark: chore(infini): bump infini into v2.0.0-alpha.3v2.0.0-alpha.3 | 2024-01-26 | 1 | -1/+1 | |
| | | | |||||
| * | | :sparkles: feat(ci): add generator tests and refact core tests | 2024-01-26 | 2 | -9/+25 | |
| | | | |||||
| * | | :sparkles: feat(generator): use jinja2 as default generator | 2024-01-26 | 3 | -2/+19 | |
| | | | |||||
| | * | chore(deps): bump pdm-project/setup-pdm from 3 to 4 | 2024-01-26 | 1 | -1/+1 | |
| |/ | | | | | | | | | | | | | | Bumps [pdm-project/setup-pdm](https://github.com/pdm-project/setup-pdm) from 3 to 4. - [Release notes](https://github.com/pdm-project/setup-pdm/releases) - [Commits](https://github.com/pdm-project/setup-pdm/compare/v3...v4) --- updated-dependencies: - dependency-name: pdm-project/setup-pdm dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
| * | :bookmark: chore(infini): bump infini into v2.0.0-alpha.2v2.0.0-alpha.2 | 2024-01-26 | 1 | -1/+1 | |
| | | |||||
| * | :heavy_plus_sign: chore(deps): add jinja2 dependency | 2024-01-26 | 2 | -1/+54 | |
| | | |||||
| * | :sparkles: feat(ci): add core tests | 2024-01-26 | 1 | -0/+75 | |
| | | |||||
| * | :sparkles: feat(generator): add generator method | 2024-01-26 | 2 | -2/+10 | |
| | | |||||
| * | :memo: feat(docs): transfer old documents into old docs and add new docs | 2024-01-26 | 3 | -181/+185 | |
| | | |||||
| * | :bug: fix pyproject.toml | 2024-01-26 | 1 | -5/+1 | |
| | | |||||
| * | :sparkles: feat(output): add new Endswith router | 2024-01-26 | 6 | -204/+22 | |
| |\ | |||||
