Julien Froidefond julienfroidefond
julienfroidefond pushed to main at julienfroidefond/stripstream 2025-12-11 11:07:37 +01:00
8f0e343e8e chore: fix DATABASE_URL in docker-compose.yml to use the correct absolute path for SQLite database
julienfroidefond pushed to main at julienfroidefond/stripstream 2025-12-11 11:06:41 +01:00
853518e1fd chore: update DATABASE_URL in docker-compose.yml to use the correct path for SQLite database
julienfroidefond pushed to main at julienfroidefond/stripstream 2025-12-11 11:05:52 +01:00
b8e7c5a005 chore: update docker-compose.yml to change default path for Prisma data volume to a relative path
julienfroidefond pushed to main at julienfroidefond/stripstream 2025-12-11 11:02:41 +01:00
03c74d96c4 chore: update docker-compose.yml to correct the default path for Prisma data volume
julienfroidefond pushed to main at julienfroidefond/stripstream 2025-12-11 11:01:12 +01:00
5da6f9f991 chore: update docker-compose.yml to specify absolute path for Prisma data volume
julienfroidefond pushed to main at julienfroidefond/stripstream 2025-12-11 10:59:07 +01:00
de505cc8f6 chore: add PRISMA_DATA_PATH environment variable to deployment workflow for improved Prisma data management
julienfroidefond pushed to main at julienfroidefond/stripstream 2025-12-11 10:52:35 +01:00
c49c3d7fc4 chore: update docker-compose configuration to rename app service, adjust volume path for Prisma data, and set DATABASE_URL for SQLite
julienfroidefond pushed to main at julienfroidefond/got-gaming 2025-12-11 09:04:59 +01:00
8b1ed1b8b9 Remove --build flag from docker compose command in deploy.yml to streamline deployment process and avoid unnecessary image rebuilding.
julienfroidefond pushed to main at julienfroidefond/got-gaming 2025-12-11 08:57:55 +01:00
155d026284 Add environment variables to deployment workflow: Update deploy.yml to include necessary environment variables for Docker build, enhancing configuration for deployment.
julienfroidefond pushed to main at julienfroidefond/workshop-manager 2025-12-11 08:56:11 +01:00
8a3966e6a9 chore: update deploy workflow to enable Docker BuildKit and add environment variables for authentication and database configuration
julienfroidefond pushed to main at julienfroidefond/fintrack 2025-12-11 08:55:16 +01:00
f2ad63852c chore: enable Docker BuildKit and CLI build in deploy workflow for improved build performance
julienfroidefond pushed to main at julienfroidefond/stripstream 2025-12-11 08:55:00 +01:00
f9a4e596d4 chore: update deployment workflow to enable Docker BuildKit and set environment variables for production
julienfroidefond pushed to main at julienfroidefond/fintrack 2025-12-11 08:53:57 +01:00
0db4555257 chore: add environment variables for NEXTAUTH_SECRET, NEXTAUTH_URL, and DATABASE_URL in deploy workflow for enhanced deployment configuration
julienfroidefond pushed to main at julienfroidefond/stripstream 2025-12-11 08:33:43 +01:00
0c1b8287d1 refactor: enhance ServerCacheService to support dynamic cache key generation for improved cache management
julienfroidefond pushed to main at julienfroidefond/stripstream 2025-12-11 08:28:35 +01:00
87ac116b9b feat: implement recursive file deletion in ServerCacheService to remove matching JSON cache files based on prefix key
90b213a407 refactor: improve readability of BookGrid and BookList components by formatting props for better clarity
181240cd5f feat: add cache invalidation for series after updating or deleting read progress, and enhance BookGrid and BookList components with refresh functionality
6b6fed34fb feat: integrate user preferences for unread series and books in PaginatedSeriesGrid and PaginatedBookGrid components
feb8444b35 refactor: streamline book and series services by removing deprecated methods and enhancing API calls for fetching books and series data
Compare 10 commits »
julienfroidefond created branch main in julienfroidefond/stripstream 2025-12-11 08:28:32 +01:00
julienfroidefond created repository julienfroidefond/stripstream 2025-12-11 08:26:50 +01:00
julienfroidefond pushed to main at julienfroidefond/fintrack 2025-12-11 08:24:11 +01:00
30dc3e9732 chore: update NEXTAUTH_URL and DATABASE_URL in docker-compose.yml for local development configuration
julienfroidefond pushed to main at julienfroidefond/fintrack 2025-12-11 08:23:13 +01:00
c8988c42bd chore: remove env_file entry from docker-compose.yml to simplify configuration
julienfroidefond pushed to main at julienfroidefond/fintrack 2025-12-11 08:18:38 +01:00
b282b477a2 chore: update NEXTAUTH_URL and DATABASE_URL in docker-compose.yml for production environment configuration