Commit Graph
79 Commits
Author SHA1 Message Date
LogalDeveloper 78722e73a5 Added multi-handler support to RouteRegistry for same-path method-based dispatch.
CI / Formatting (push) Successful in 1m17s
CI / Linting (push) Successful in 11s
CI / Tests (Python 3.12) (push) Successful in 24s
CI / Tests (Python 3.13) (push) Successful in 23s
CI / Tests (Python 3.14) (push) Successful in 22s
CI / Type Checking (push) Successful in 20s
CI / Spelling (push) Successful in 11s
2026-02-23 18:58:43 -05:00
LogalDeveloper 3c62b8a1e1 Added per-instance state dict to ModuleContext for multi-instance isolation.
CI / Formatting (push) Successful in 12s
CI / Linting (push) Successful in 11s
CI / Tests (Python 3.12) (push) Successful in 25s
CI / Tests (Python 3.13) (push) Successful in 25s
CI / Tests (Python 3.14) (push) Successful in 23s
CI / Type Checking (push) Successful in 22s
CI / Spelling (push) Successful in 11s
Dependency Audit / Dependency Audit (push) Successful in 17s
2026-02-22 15:03:47 -05:00
LogalDeveloper 525ead5ba8 Added codespell CI job and fixed existing spelling issues.
Dependency Audit / Dependency Audit (push) Successful in 15s
CI / Formatting (push) Successful in 12s
CI / Linting (push) Successful in 12s
CI / Tests (Python 3.12) (push) Successful in 25s
CI / Tests (Python 3.13) (push) Successful in 24s
CI / Tests (Python 3.14) (push) Successful in 22s
CI / Type Checking (push) Successful in 24s
CI / Spelling (push) Successful in 13s
2026-02-19 14:50:24 -05:00
LogalDeveloper 12c0394cf9 Added additional Ruff rule sets and fixed all violations.
CI / Formatting (push) Successful in 11s
CI / Linting (push) Successful in 13s
CI / Tests (Python 3.12) (push) Successful in 25s
CI / Tests (Python 3.13) (push) Successful in 25s
CI / Tests (Python 3.14) (push) Successful in 24s
CI / Type Checking (push) Successful in 25s
2026-02-19 14:15:08 -05:00
LogalDeveloper ca4adbcebf Added pydocstyle (D) rules to Ruff and fixed all violations.
CI / Formatting (push) Successful in 12s
CI / Linting (push) Successful in 13s
CI / Tests (Python 3.12) (push) Successful in 26s
CI / Tests (Python 3.13) (push) Successful in 25s
CI / Tests (Python 3.14) (push) Successful in 25s
CI / Type Checking (push) Successful in 26s
2026-02-19 11:47:47 -05:00
LogalDeveloper 33dd49e20a Lowered minimum Python version to 3.12 and added CI matrix for testing 3.12/3.13/3.14.
Dependency Audit / Dependency Audit (push) Successful in 17s
CI / Formatting (push) Successful in 14s
CI / Linting (push) Successful in 13s
CI / Tests (Python 3.12) (push) Successful in 28s
CI / Tests (Python 3.13) (push) Successful in 26s
CI / Tests (Python 3.14) (push) Successful in 24s
CI / Type Checking (push) Successful in 27s
2026-02-19 11:31:11 -05:00
LogalDeveloper a276e35fbe Added missing pip-audit dev dependency and audit workflow documentation.
Dependency Audit / Dependency Audit (push) Successful in 17s
CI / Formatting (push) Successful in 14s
CI / Linting (push) Successful in 13s
CI / Tests (push) Successful in 23s
CI / Type Checking (push) Successful in 25s
2026-02-19 10:47:08 -05:00
LogalDeveloper 0f70a0c602 Added pip-audit CI workflow for dependency vulnerability scanning.
CI / Formatting (push) Successful in 12s
CI / Linting (push) Successful in 14s
CI / Tests (push) Successful in 24s
CI / Type Checking (push) Successful in 26s
2026-02-19 10:29:05 -05:00
LogalDeveloper bc811cbc66 Added unit tests for command API and command handling infrastructure.
CI / Formatting (push) Successful in 15s
CI / Linting (push) Successful in 16s
CI / Tests (push) Successful in 27s
CI / Type Checking (push) Successful in 30s
2026-02-18 19:57:04 -05:00
LogalDeveloper 297e2a8072 Added AGENTS.md project instruction file.
CI / Formatting (push) Successful in 16s
CI / Linting (push) Successful in 14s
CI / Tests (push) Successful in 26s
CI / Type Checking (push) Successful in 30s
2026-02-18 19:55:54 -05:00
LogalDeveloper 334730f3aa Added unit tests for event registration, dispatching, and context infrastructure.
CI / Formatting (push) Successful in 12s
CI / Linting (push) Successful in 13s
CI / Tests (push) Successful in 22s
CI / Type Checking (push) Successful in 25s
- EventRegistry.get_all() now deep-copies handler lists so callers cannot mutate internal state.
2026-02-18 19:16:26 -05:00
LogalDeveloper a7a7a24773 Added unit tests for event types, timestamp parsing, and event logging.
CI / Formatting (push) Successful in 14s
CI / Linting (push) Successful in 16s
CI / Tests (push) Successful in 23s
CI / Type Checking (push) Successful in 27s
2026-02-18 18:36:02 -05:00
LogalDeveloper a415d5b7e3 Added editcounter management command for setting and adjusting named counters.
CI / Formatting (push) Successful in 11s
CI / Linting (push) Successful in 11s
CI / Tests (push) Successful in 20s
CI / Type Checking (push) Successful in 21s
2026-02-18 11:26:01 -05:00
LogalDeveloper 986100f544 Consolidated four CI workflow files into a single multi-job workflow
CI / Formatting (push) Successful in 11s
CI / Linting (push) Successful in 11s
CI / Tests (push) Successful in 21s
CI / Type Checking (push) Successful in 21s
2026-02-17 14:21:17 -05:00
LogalDeveloper 8eaa1959df Replaced MockStorage with real ModuleStorage and added storage test suite.
Format / ruff (push) Successful in 11s
Lint / ruff (push) Successful in 11s
Unit Tests / pytest (push) Successful in 19s
Type Check / mypy (push) Successful in 20s
2026-02-17 13:59:21 -05:00
LogalDeveloper 6044a94aec Reformatted parametrized placeholder tests for line-length compliance.
Format / ruff (push) Successful in 11s
Lint / ruff (push) Successful in 11s
Unit Tests / pytest (push) Successful in 17s
Type Check / mypy (push) Successful in 18s
2026-02-16 21:52:34 -05:00
LogalDeveloper e5f361a0da Added descriptive pytest.param IDs to all parametrized placeholder tests.
Format / ruff (push) Failing after 11s
Lint / ruff (push) Failing after 10s
Unit Tests / pytest (push) Successful in 17s
Type Check / mypy (push) Successful in 18s
2026-02-16 21:49:51 -05:00
LogalDeveloper 1349b75238 Replaced fetch_one with fetch_value for single-column RETURNING queries.
Format / ruff (push) Successful in 10s
Lint / ruff (push) Successful in 10s
Unit Tests / pytest (push) Successful in 18s
Type Check / mypy (push) Successful in 18s
2026-02-16 20:30:26 -05:00
LogalDeveloper 96dfa300e9 Consolidated repetitive test methods into parametrize blocks.
Format / ruff (push) Successful in 10s
Lint / ruff (push) Successful in 10s
Unit Tests / pytest (push) Successful in 19s
Type Check / mypy (push) Failing after 19s
2026-02-16 20:14:40 -05:00
LogalDeveloper 04208b0649 Removed unreachable defensive guards and added test for strptime ValueError path.
Format / ruff (push) Successful in 10s
Lint / ruff (push) Failing after 10s
Unit Tests / pytest (push) Successful in 18s
Type Check / mypy (push) Failing after 18s
2026-02-16 19:55:28 -05:00
LogalDeveloper b8e7663bf4 Removed unnecessary character validation from placeholder name parsing.
Format / ruff (push) Successful in 11s
Lint / ruff (push) Successful in 11s
Unit Tests / pytest (push) Successful in 18s
Type Check / mypy (push) Successful in 18s
2026-02-16 19:46:08 -05:00
LogalDeveloper 24aa484d7f Added code coverage reporting with pytest-cov to the test workflow.
Format / ruff (push) Successful in 10s
Lint / ruff (push) Successful in 10s
Unit Tests / pytest (push) Successful in 18s
Type Check / mypy (push) Successful in 18s
2026-02-16 15:25:40 -05:00
LogalDeveloper e499e4250b Simplified MockStorage and consolidated repetitive tests into parametrize blocks.
Format / ruff (push) Successful in 10s
Lint / ruff (push) Successful in 10s
Unit Tests / pytest (push) Successful in 16s
Type Check / mypy (push) Successful in 18s
2026-02-16 14:32:51 -05:00
LogalDeveloper 141d0db1c6 Replaced hand-rolled time freezing in tests with freezegun.
Format / ruff (push) Successful in 10s
Lint / ruff (push) Successful in 11s
Unit Tests / pytest (push) Successful in 16s
Type Check / mypy (push) Successful in 18s
2026-02-16 13:33:06 -05:00
LogalDeveloper e3ea05fb07 Updated Gitea Actions workflows to use custom base CI image.
Format / ruff (push) Successful in 10s
Lint / ruff (push) Successful in 10s
Unit Tests / pytest (push) Successful in 16s
Type Check / mypy (push) Successful in 18s
2026-02-16 13:00:13 -05:00
LogalDeveloper cb04899d6f Fixed ruff and mypy lint issues.
Format / ruff (push) Successful in 15s
Lint / ruff (push) Successful in 15s
Unit Tests / pytest (push) Successful in 17s
Type Check / mypy (push) Successful in 23s
2026-02-16 09:40:18 -05:00
LogalDeveloper fce31737f6 Added Gitea Actions workflows.
Format / ruff (push) Successful in 15s
Lint / ruff (push) Failing after 15s
Unit Tests / pytest (push) Successful in 17s
Type Check / mypy (push) Failing after 24s
2026-02-16 09:33:06 -05:00
LogalDeveloper d55bc2a762 Allowed module routes to return static file responses. 2026-02-15 09:15:01 -05:00
LogalDeveloper 067b7c5a0a Initial commit. v1.0.0 2026-02-14 15:20:52 -05:00