aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* chore: Bump version into 0.0.3v0.0.3简律纯2024-07-191-1/+1
| | | | Cheers 🍻
* refactor: Comment hook function while running the rules packages简律纯2024-07-183-26/+42
| | | | TODO: builtin hook function in every rules packages.
* refactor: Remove useless code简律纯2024-07-161-57/+0
| | | | Streamline rustlib.rs code structure
* chore: Remove unecessary folder tree简律纯2024-07-165-14/+0
| | | | Delete { dev | doc | feat | perf }
* style: Format python & rust code简律纯2024-07-167-53/+62
|
* feat(Improve the underlying business directory): Improve the underlying ↵简律纯2024-07-1514-8/+37
| | | | | | business directory Add { doc | feat | perf | dev } mods
* docs(readme): update readme.rst, add some notations简律纯2024-07-081-5/+5
|
* style(examples): ruff format code简律纯2024-07-083-9/+12
|
* refactor!: change namespace<perf, feat, doc, dev>简律纯2024-07-079-8/+10
|
* docs!: rewrite side bar structuresv0.0.2简律纯2024-07-068-15/+685
|
* refactor(core): fix AttributeError: wrong 'rule_disable_hook_func' method简律纯2024-07-063-3/+9
|
* feat(core): impl hot reload简律纯2024-07-061-0/+11
|
* style(core): format code && add noqa简律纯2024-07-061-8/+8
|
* refactor(core)!: fix AttributeError: wrong '_run_core_reload' method简律纯2024-07-061-1/+1
|
* chore: move COC7 folder into rules folder简律纯2024-07-065-0/+8
|
* refactor!: rewrite core business logic简律纯2024-07-066-172/+160
|
* refactor: rename as get_plugin() method简律纯2024-07-021-1/+1
|
* Revert "Revert "chore(examples): remove commented code""简律纯2024-06-301-1/+1
| | | | This reverts commit 043b8c24b8cbf2043485b46fdecb0ca5943b1ffd.
* Revert "chore(examples): remove commented code"简律纯2024-06-301-1/+1
| | | | This reverts commit 11f4bffa9934838198330be7deafb04151ea00b9.
* chore(examples): remove commented code简律纯2024-06-301-1/+1
|
* style: add noqa: F401 for unused module import简律纯2024-06-301-1/+1
|
* chore: commented unused code简律纯2024-06-305-15/+9
|
* feat(exception): enrich exceptions:: EventException, SkipException, ↵简律纯2024-06-308-78/+209
| | | | StopException, CoreException, GetEventTimeOut, LoudModuleError
* refactor(rule): change self.state with self.core.rule_state logic简律纯2024-06-291-5/+5
|
* style: ruff format code简律纯2024-06-2816-137/+134
|
* fix(core): import missed module in core.py简律纯2024-06-281-2/+11
|
* revert: delete unused code in tests folder简律纯2024-06-281-51/+2
| | | | commit: 1fa91a9
* fix: repair incorrect module import path简律纯2024-06-284-10/+19
|
* refactor: hrc.rules - > hrc.rule简律纯2024-06-2818-63/+1396
|
* chore(file tree): add CustomRule class in hrc.rules.BaseRule简律纯2024-06-272-35/+0
|
* feat(rules): add decorator: aliases for class attribute property简律纯2024-06-271-2/+9
|
* feat(BaseRule): add Character.py简律纯2024-06-2712-61/+279
|
* Merge branch 'main' of https://github.com/HydroRoll-Team/HydroRollCore简律纯2024-06-261-2/+16
|\
* | chore: add dist into .gitignore file简律纯2024-06-261-1/+2
| |
| * chore(docs): Update README.rst简律纯2024-06-261-2/+16
|/
* docs: update CHANGELOG.md for v0.0.2-alpha.2 [skip ci]HsiangNianian2024-06-261-0/+42
|
* chore(project): bump version to 0.0.2-alpha.2v0.0.2-alpha.2简律纯2024-06-261-1/+1
|
* chore(docs): update README.rst简律纯2024-06-261-1/+1
|
* chore(docs): add structures.svg and contributing guidance简律纯2024-06-2615-25/+132
|
* refactor(filetree): rename package's namespace as `hrc`简律纯2024-06-2128-18/+81
|
* chore(deps): remove pip deps from dev group简律纯2024-06-205-33/+86
|
* Co-authored-by: yuzhe <YUZHEthefool@users.noreply.github.com>简律纯2024-06-204-1/+0
|
* chore(deps): update features of pyo3简律纯2024-06-171-1/+1
|
* chore(deps): delete features of pyo3简律纯2024-06-171-1/+1
|
* chore(deps): update features of pyo3简律纯2024-06-171-1/+1
|
* chore(ci|deps): use python3.9 && change into abi3-py37 ^^简律纯2024-06-172-4/+4
|
* revert!: revert for two previous commit简律纯2024-06-172-4/+4
|
* chore(deps): delete features of pyo3 in Cargo.toml简律纯2024-06-171-1/+1
|
* fix(ci): fix "failed to run custom build command"简律纯2024-06-171-3/+3
|
* chore(format): ruff lint code简律纯2024-06-176-14/+12
|