15 Commits

Author SHA1 Message Date
Tudor Stanciu
dd9a45bf18 feat: implement professional error handling and refactor backend architecture 2025-10-12 19:15:28 +03:00
Tudor Stanciu
ee20b85c9e feat: create centralized path utilities for improved path resolution and environment awareness 2025-10-05 15:54:21 +03:00
Tudor Stanciu
dca221384c chore: bump version to 1.0.1 for backend and frontend
fix: update import statements to remove file extensions for consistency
fix: improve path handling in pathCombine utility function
fix: ensure trailing slash in Vite base path configuration
refactor: update build script to use tsup for backend
refactor: clean up package.json dependencies and devDependencies
2025-10-05 03:55:22 +03:00
Tudor Stanciu
feb3798283 fix: update import statements for healthCheckHandler to include file extension 2025-10-05 01:46:18 +03:00
Tudor Stanciu
bb19edd7e3 feat: add health check endpoint for Docker compatibility 2025-10-05 01:43:58 +03:00
Tudor Stanciu
64b13b3df0 refactor: disable Origin-Agent-Cluster header to avoid browser warnings 2025-10-04 18:40:37 +03:00
Tudor Stanciu
5059780048 refactor: improve graceful shutdown logic and logging 2025-10-04 18:08:01 +03:00
Tudor Stanciu
2d428af427 refactor: improve date formatting for version release info in footer 2025-10-04 04:02:09 +03:00
Tudor Stanciu
900f5ad238 refactor: reduce graceful shutdown timeout from 5 to 3 seconds 2025-10-04 03:25:32 +03:00
Tudor Stanciu
1d6eb6e5a6 refactor: add ENABLE_HTTPS_SECURITY environment variable and update security middleware to toggle headers based on its value 2025-10-04 03:24:15 +03:00
Tudor Stanciu
9dddf2fa29 refactor: disable Content Security Policy in security middleware to allow HTTP access 2025-10-04 03:11:01 +03:00
Tudor Stanciu
e309e4f71b refactor: update security middleware to disable COOP and CORP for HTTP access 2025-10-04 02:59:34 +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
edb38f034e refactor: add comment to clarify HSTS configuration in security middleware 2025-10-04 02:49:57 +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