Commit Graph

3 Commits

Author SHA1 Message Date
7b6e3ae9c4
move tests to their own subprojects, fix InputCommand tests 2025-02-27 18:31:49 +08:00
ea6bf80d48
MornyInformation adds sub-commands, move BuildConfig to morny-core
Some checks failed
Tests / check-build (push) Has been cancelled
Tests / check-unit-tests (push) Has been cancelled
Tests / check-assembly-run (push) Has been cancelled
- add Info_EventStatistic in MornyReport, registers to MornyInformation.
This refactors the old /info event that hard-coded to MornyInformation class.
- change SimpleCommandManager's `execute()` to `emitCommands()`, for not conflict to ISimpleCommand
- deleted MornyInformationOlds, its functionality has been completely implemented by the original MornyInformation

The BuildConfig series is still not completed yet.
2025-02-22 01:13:31 +08:00
9d43345659
move morny.core morny.data to morny-core subproject.
Some checks are pending
Tests / check-build (push) Waiting to run
Tests / check-unit-tests (push) Blocked by required conditions
Tests / check-assembly-run (push) Blocked by required conditions
- add fake BuildConfig to pass type check
- add CoreCommandsReports.onUnauthorizedManageCommandCall for a report.
2025-02-21 19:39:22 +08:00