• Joined on 2021-10-13
bruno pushed to main at Projets/foxy-dev-team 2026-03-13 14:21:12 -04:00
3176b81181 feat: Containerize backend startup logic using a new start-container.sh script integrated into the Dockerfile.
bruno pushed to main at Projets/foxy-dev-team 2026-03-13 14:11:24 -04:00
8056219f39 feat: Add container startup script to initialize backend service and conditionally start OpenClaw Gateway, updating docker-compose.yml to use it.
bruno pushed to main at Projets/foxy-dev-team 2026-03-13 13:46:31 -04:00
a466e64247 feat: Add container startup script for backend that conditionally manages OpenClaw gateway and starts the Uvicorn server.
bruno pushed to main at Projets/foxy-dev-team 2026-03-13 13:10:37 -04:00
deadc684c7 feat: Add API endpoints and UI for managing application settings, deploy servers, and Git servers.
bruno pushed to main at Projets/foxy-dev-team 2026-03-13 11:03:53 -04:00
7a1d90f96d feat: add API endpoints for application configuration, deploy server, and Git server management.
bruno pushed to main at Projets/foxy-dev-team 2026-03-13 10:54:09 -04:00
0a91eb9091 build: Update Docker Compose service configurations
bruno pushed to main at Projets/foxy-dev-team 2026-03-13 10:46:00 -04:00
f50b6193a4 feat: add settings page for managing application configuration, deployment servers, and Git servers.
bruno pushed to main at Projets/foxy-dev-team 2026-03-13 10:42:59 -04:00
8486604fdd feat: Add OpenClaw agent spawning, backend configuration, and frontend API types.
bruno pushed to main at Projets/foxy-dev-team 2026-03-13 10:30:48 -04:00
071461dc82 feat: Set up application configuration using pydantic-settings and .env files.
bruno pushed to main at Projets/foxy-dev-team 2026-03-13 09:33:09 -04:00
05b44a5404 feat: Add initial backend application and update Dockerfile for its setup.
bruno pushed to main at Projets/foxy-dev-team 2026-03-13 09:00:27 -04:00
023e399d1d feat: Rearchitect Foxy Dev Team with FastAPI, React, SQLite, and a new Telegram bot, updating deployment configurations and documentation.
bruno pushed to main at Projets/foxy-dev-team 2026-03-13 08:54:50 -04:00
a927534d16 feat: Implement comprehensive project management with new API client, backend routes, and frontend pages for projects and settings.
bruno pushed to main at Projets/foxy-dev-team 2026-03-12 17:04:04 -04:00
18c8815166 chore: install frontend dependencies.
bruno created branch main in Projets/foxy-dev-team 2026-03-12 17:04:04 -04:00
bruno created repository Projets/foxy-dev-team 2026-03-12 16:50:20 -04:00
bruno pushed to main at Projets/homelab_automation 2026-03-06 09:31:21 -05:00
817f8b4ee7 feat: Implement Homelab Automation API v2, introducing a new dashboard, comprehensive backend models, and API routes.
bruno pushed to main at Projets/homelab_automation 2026-03-05 10:16:20 -05:00
984d06a223 feat: Implement comprehensive database schema with new models, CRUD operations, and documentation for host metrics, Docker management, and terminal sessions, while removing old test files.
bruno pushed to main at Projets/homelab_automation 2026-03-04 08:51:53 -05:00
121aab9d42 docs: Add comprehensive README detailing Docker configuration, setup, and deployment instructions for the API.
bruno pushed to main at Projets/homelab_automation 2026-03-04 07:47:26 -05:00
e92c7001c4 docs: Add comprehensive Docker configuration and deployment guide for the Homelab Automation API.
bruno pushed to main at Projets/homelab_automation 2026-03-04 07:29:00 -05:00
6729e153c2 feat: Introduce FastAPI application factory, static assets, and database, configuring core routing, middleware, and service lifecycle.