13 Commits

Author SHA1 Message Date
Tudor Stanciu
228807cfed feat: integrate @flare/utiliyo for path handling, optimize dependency management, and update project configuration 2025-10-05 23:51:18 +03:00
Tudor Stanciu
078c41ef75 fix: update Dockerfile to copy content files from builder stage and add runtime configuration file for frontend 2025-10-05 17:14:27 +03:00
Tudor Stanciu
6fd9293be1 fix: update Dockerfile to copy content files from builder instead of individual configuration files 2025-10-05 17:12:32 +03:00
Tudor Stanciu
d24f8942dd fix: update file paths in path utilities to reflect new content directory structure 2025-10-05 16:23:22 +03:00
Tudor Stanciu
fe91e14612 refactor: add build argument for VITE_BASE_PATH in Dockerfile 2025-10-05 00:52:27 +03:00
Tudor Stanciu
f493cd212a refactor: update Dockerfile comments for clarity on MaxMind database directory 2025-10-05 00:43:13 +03:00
Tudor Stanciu
0b3e37926a refactor: update healthcheck command to use wget and reduce shutdown timeout from 10 to 5 seconds 2025-10-04 02:57:09 +03:00
Tudor Stanciu
88f15392e7 refactor: update MaxMind database path from /usr/share/GeoIP to /usr/share/maxmind in configuration files and documentation 2025-10-04 01:00:13 +03:00
Tudor Stanciu
900a6e05a4 refactor: update default port from 3000 to 5172 across configuration files and documentation 2025-10-04 00:27:05 +03:00
Tudor Stanciu
f63ee472c8 refactor: update output directory paths in tsconfig and vite config for backend and frontend 2025-10-03 19:40:58 +03:00
Tudor Stanciu
db095eb519 refactor: consolidate Dockerfile stages and improve build process for frontend and backend 2025-10-03 19:10:51 +03:00
Tudor Stanciu
ed46132f64 chore: update Node.js version in Dockerfile to 24.9-alpine3.21 2025-10-03 18:47:36 +03:00
Tudor Stanciu
345ed9c68c Merged PR 109: Bitip project initialization - GeoIP lookup service with frontend interface
- feat: Implement GeoIP lookup service with frontend interface
- feat: Add dotenv dependency and configure environment variables; update rate limiter response handling
- refactor: Remove development Dockerfile and docker-compose for streamlined setup; update GeoIP service to use new MaxMind types
- chore: update dependencies and ESLint configuration
- feat: Add documentation for breaking changes and package updates after major version upgrades
- feat: Add environment configuration files and update module imports for ES module support
- feat: Update nodemon configuration and add register script for ES module support
- feat: Add .gitattributes file to enforce LF line endings and define text/binary file types
- feat: Implement graceful shutdown with timeout and update nodemon configuration
- feat: Update environment configuration and add detailed configuration guide
- feat: add frontend origin validation and update rate limits
- feat: add versioning arguments and detailed OCI image labels to Dockerfile
- feat: add version and release notes endpoints, update frontend to display release notes
- feat: Refactor App component to use React Router for navigation
- feat: Update navigation styles and remove unused type definitions for react-router-dom
- feat: Generate runtime configuration for frontend and serve env.js
- feat: Update dependencies, enhance ESLint configuration, and improve Vite setup
- refactor: Remove ensureTrailingSlash function and simplify basePath assignment in Vite config
2025-10-02 22:59:22 +00:00