dependabot[bot] and GitHub
6d557d64e3
⬆ Bump node from 24 to 26 in /frontend
...
Bumps node from 24 to 26.
---
updated-dependencies:
- dependency-name: node
dependency-version: '26'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-05-08 10:10:38 +00:00
furyhawk
3fa5720b5a
perf: optimize backend API services and Docker build caching
...
- Add database connection pooling (pool_size=20, max_overflow=10, pool_pre_ping)
- Add LRU response caching for weather endpoints with configurable TTLs
- Reuse httpx.AsyncClient across weather API requests
- Add Docker build cache mounts for uv and npm package managers
- Optimize query ordering in users and items endpoints
- Apply ruff formatting fixes across backend
2026-04-23 19:45:48 +08:00
furyhawk
7780ac4e9c
fix: set NODE_ENV to development during npm install in Dockerfile
2026-04-14 09:39:19 +08:00
furyhawk
ef1f542e93
docs: Update README and development documentation with quick start and build instructions
...
feat: Add Playwright service to docker-compose for end-to-end testing
refactor: Enhance makefile with new build targets and environment variable support
2026-04-11 20:15:02 +08:00
dependabot[bot] and GitHub
c71b1c830e
⬆ Bump node from 20 to 24 in /frontend
...
Bumps node from 20 to 24.
---
updated-dependencies:
- dependency-name: node
dependency-version: '24'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-16 16:23:03 +00:00
furyhawk
c8cca9e447
⬆ Refactor Dockerfiles to optimize file copying and installation processes; update Makefile to disable cache during builds
2025-05-17 00:16:59 +08:00
furyhawk
677b0e09d1
⬆ Update Docker images to use docker.io for consistency and add Makefile for Podman Compose management
2025-05-04 10:29:59 +08:00
Elijah Rippeth and GitHub
2b2eefc121
🚨 Fix Docker build warning ( #1283 )
2024-08-02 10:47:06 -05:00
Sebastián Ramírez and GitHub
07064ae5e0
📝 Update deployment files and docs ( #660 )
2024-03-09 00:41:13 +00:00
Alejandra and GitHub
9d703df254
🚚 Move new-frontend to frontend ( #652 )
2024-03-08 18:23:54 +00:00
Sebastián Ramírez and GitHub
458d712d44
🔥 Remove old frontend ( #649 )
2024-03-08 14:44:04 +00:00
8558cf00a2
♻ Move project source files to top level from src, update Sentry dependency ( #630 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com >
2024-03-07 16:35:33 +00:00