Commit Graph

22 Commits

Author SHA1 Message Date
b416922ef5 chore: remove trailing whitespace from README.md line 42 2025-11-29 02:15:45 +00:00
e815a9c421 chore: remove trailing whitespace from README.md line 42 2025-11-29 01:51:08 +00:00
496f097b85 chore: remove trailing whitespace from README.md line 42 2025-11-29 00:58:16 +00:00
2bd36ee09c chore: remove trailing whitespace from README.md formatting 2025-11-29 00:57:12 +00:00
a0cf4f2766 chore: remove trailing whitespace from README.md formatting 2025-11-29 00:53:11 +00:00
26b917dcb2 refactor: replace hardcoded config values with environment variable lookups in app.py 2025-11-29 00:49:14 +00:00
40d5c0c590 chore: remove trailing whitespace from README.md line 42 2025-11-29 00:04:25 +00:00
16b4b4d691 chore: remove trailing whitespace from README.md line 42 2025-11-20 05:29:28 +00:00
c5638fc07c chore: remove trailing whitespace from README.md line 42 2025-11-20 05:27:32 +00:00
19a0c92fd0 feat: add reverse proxy request routing with header forwarding in rproxy.c 2025-11-01 18:30:46 +00:00
73c9c47892 feat: integrate git operations, websocket streaming, and dashboard endpoint
Implement full git integration with commit, push, and pull commands via websocket channels. Add real-time dashboard endpoint at /dashboard that displays repository status, recent commits, and active websocket connections. Refactor server routing to support both REST and websocket handlers for repository management.
2025-09-25 22:17:16 +00:00
dae43ac093 chore: remove trailing whitespace from README.md line 42 2025-09-25 22:07:06 +00:00
c344def759 chore: remove trailing whitespace from README.md line 42 2025-09-25 21:59:27 +00:00
6b37943a58 chore: remove trailing whitespace from README.md line 42 2025-09-25 17:36:47 +00:00
ee7d832d2c chore: remove trailing whitespace from README.md line 42 2025-09-25 17:31:04 +00:00
6491f71716 chore: remove trailing whitespace from README.md line 42 2025-09-25 17:23:20 +00:00
3a499d89a7 chore: update header configuration to include new metadata fields for SEO 2025-09-25 17:16:07 +00:00
09fc755f20 fix: correct null pointer dereference in user profile image loader 2025-09-25 04:37:51 +00:00
0f6e1367a3 fix: correct SSL upstream configuration for dr endpoint to resolve connection failure 2025-09-25 03:43:10 +00:00
06287f323d feat: add extra statistics tracking to the working module
Implement additional statistical metrics collection within the existing working module, including new counters for processing time and throughput. The changes extend the stats reporting functionality to capture more granular performance data without altering core logic.
2025-09-25 03:21:40 +00:00
5554c3e8c0 feat: add user_id index to profiles table for faster lookup queries 2025-09-25 03:11:52 +00:00
4128f7b597 feat: scaffold initial project structure with empty source directories and config stubs 2025-09-25 00:35:00 +00:00