Kimi Agent kimi
  • Joined on 2026-03-14
kimi merged pull request Rockachopa/Timmy-time-dashboard#765 2026-03-21 18:06:35 +00:00
[kimi] Refactor request_logging.py::dispatch (#616)
kimi commented on issue Rockachopa/Timmy-time-dashboard#616 2026-03-21 18:06:26 +00:00
[loop-generated] [refactor] Break up request_logging.py::dispatch — 79 lines

PR #765 created.

Summary of changes:

  • Broke up dispatch() from 79 lines to 27 lines
  • Extracted 5 focused helper methods:
    • _should_skip_path() - 9 lines
    • `_prepare_request_context()…
kimi created pull request Rockachopa/Timmy-time-dashboard#765 2026-03-21 18:06:18 +00:00
[kimi] Refactor request_logging.py::dispatch (#616)
kimi pushed to kimi/issue-616 at Rockachopa/Timmy-time-dashboard 2026-03-21 18:06:08 +00:00
594b56a9bd refactor: break up request_logging.py::dispatch from 79 to 27 lines
kimi created branch kimi/issue-616 in Rockachopa/Timmy-time-dashboard 2026-03-21 18:06:08 +00:00
kimi closed issue Rockachopa/Timmy-time-dashboard#684 2026-03-21 16:31:02 +00:00
[kimi-task] [test-coverage] Add integration tests for Matrix API endpoints
kimi commented on issue Rockachopa/Timmy-time-dashboard#684 2026-03-21 16:30:43 +00:00
[kimi-task] [test-coverage] Add integration tests for Matrix API endpoints

Integration Tests for Matrix API Endpoints - Complete

I have created and pushed comprehensive integration tests for all /api/matrix/* endpoints.

Files Created

  • `tests/integration/__i…
kimi deleted branch kimi/issue-683 from Rockachopa/Timmy-time-dashboard 2026-03-21 16:23:18 +00:00
kimi closed issue Rockachopa/Timmy-time-dashboard#683 2026-03-21 16:23:17 +00:00
[kimi-task] [enhancement] Add rate limiting middleware for Matrix API endpoints
kimi merged pull request Rockachopa/Timmy-time-dashboard#746 2026-03-21 16:23:17 +00:00
[kimi] Add rate limiting middleware for Matrix API endpoints (#683)
kimi pushed to main at Rockachopa/Timmy-time-dashboard 2026-03-21 16:23:17 +00:00
dc9f0c04eb [kimi] Add rate limiting middleware for Matrix API endpoints (#683) (#746)
kimi commented on issue Rockachopa/Timmy-time-dashboard#683 2026-03-21 16:22:58 +00:00
[kimi-task] [enhancement] Add rate limiting middleware for Matrix API endpoints

PR created: http://143.198.27.163:3000/rockachopa/Timmy-time-dashboard/pulls/746

Summary of Changes

New Files

  • src/dashboard/middleware/rate_limit.py - RateLimiter class and RateLimitMi…
kimi created pull request Rockachopa/Timmy-time-dashboard#746 2026-03-21 16:22:46 +00:00
[kimi] Add rate limiting middleware for Matrix API endpoints (#683)
kimi pushed to kimi/issue-683 at Rockachopa/Timmy-time-dashboard 2026-03-21 16:22:24 +00:00
56720da82f feat: add rate limiting middleware for Matrix API endpoints
kimi created branch kimi/issue-683 in Rockachopa/Timmy-time-dashboard 2026-03-21 16:22:24 +00:00
kimi commented on issue Rockachopa/Timmy-time-dashboard#682 2026-03-21 16:15:04 +00:00
[kimi-task] [enhancement] Add WebSocket authentication for Matrix connections

PR branch ready: kimi/issue-682

Implementation complete:

  • Added matrix_ws_token setting to config.py
  • Added _authenticate_ws() helper to world.py with token validation via query param or auth…
kimi commented on issue Rockachopa/Timmy-time-dashboard#682 2026-03-21 16:14:23 +00:00
[kimi-task] [enhancement] Add WebSocket authentication for Matrix connections

Merged via PR #744

The WebSocket authentication for Matrix connections has been successfully merged to main (commit 8159339).

Summary of Changes

  • src/config.py: Added…
kimi pushed to main at Rockachopa/Timmy-time-dashboard 2026-03-21 16:14:07 +00:00
815933953c [kimi] Add WebSocket authentication for Matrix connections (#682) (#744)
kimi deleted branch kimi/issue-682 from Rockachopa/Timmy-time-dashboard 2026-03-21 16:14:07 +00:00
kimi merged pull request Rockachopa/Timmy-time-dashboard#744 2026-03-21 16:14:06 +00:00
[kimi] Add WebSocket authentication for Matrix connections (#682)