Commit Graph

508 Commits

Author SHA1 Message Date
fa26c50ebc 🔧 Update Challonge API proxy configuration to simplify URL rewriting and enforce nginx proxy usage 2026-01-29 14:27:08 +00:00
819d7e0420 🔧 Update API route to remove /api/ prefix due to nginx configuration 2026-01-29 14:24:15 +00:00
6812371662 Add test results for step 33 2026-01-29 14:22:09 +00:00
97c65e4132 🔧 Update Dockerfile to use npm install instead of npm ci for installing production dependencies 2026-01-29 14:19:03 +00:00
99457258db 🔧 Update Dockerfile to install only production dependencies using --omit=dev 2026-01-29 14:18:52 +00:00
47f0a0484b 🔧 Update default ports for deployment configuration 2026-01-29 14:15:05 +00:00
836fc70c49 ⚙️ Add backup file for Pokedex Online 2026-01-29 14:11:53 +00:00
f6e03a3998 ⚠️ Modify backend test handling to allow continuation on failure or absence 2026-01-29 14:11:43 +00:00
4de6bf4986 ⚙️ Add backup file for Pokedex Online 2026-01-29 14:10:44 +00:00
39a574c2c2 🔧 Update server dependency check to verify key modules in root node_modules 2026-01-29 14:10:31 +00:00
da9d658238 Add Terser and related dependencies for JavaScript minification 2026-01-29 14:07:37 +00:00
3533be1c8c Finalize production deployment setup and testing for Pokedex.Online with updated Docker configuration and documentation 2026-01-29 14:01:12 +00:00
02513fec2a 🚀 Update deployment scripts to use a shell script with additional options and retain manual deployment option 2026-01-29 13:57:41 +00:00
9de0b19f94 Add pre-deployment and post-deployment checklists to deployment documentation 2026-01-29 13:57:11 +00:00
2db764104e 🛠️ Update deployment instructions with rollback procedures and script usage adjustments 2026-01-29 13:57:00 +00:00
c595623893 🚀 Add automated deployment script with detailed options and instructions in documentation 2026-01-29 13:56:49 +00:00
868e506ad8 🚀 Update deployment script for Pokedex Online 2026-01-29 13:53:39 +00:00
6b73a73e14 📝 Update build documentation for clarity and accuracy 2026-01-29 13:51:20 +00:00
85334e502b 🛠️ Add new scripts for build, test, lint, and environment validation in package.json 2026-01-29 13:50:50 +00:00
098c9e30fd Improve code formatting and readability in build verification script 2026-01-29 13:50:37 +00:00
d2e03b1d62 Add script to verify build integrity for Pokedex Online 2026-01-29 13:50:32 +00:00
d3a16e5aa4 🎨 Fix inconsistent key formatting in manualChunks configuration 2026-01-29 13:50:12 +00:00
7fdc6e33f4 ️ Optimize production build configuration with chunk splitting, source maps, and increased asset limits 2026-01-29 13:50:07 +00:00
af7155f483 🛠️ Update build and deployment scripts with new commands for frontend, backend, and Docker operations 2026-01-29 13:49:55 +00:00
2f0f0e840f 🎨 Improve code formatting and spacing for readability in OAuth proxy server 2026-01-29 13:20:05 +00:00
c82e9ea5ec 🔒 Improve OAuth proxy with enhanced logging, configuration handling, health check middleware, and graceful shutdown support 2026-01-29 13:20:00 +00:00
05371a35f5 ⚙️ Improve OAuth token handling with enhanced logging and configuration usage 2026-01-29 13:19:46 +00:00
46808cf279 🎨 Reformat import statement for better readability 2026-01-29 13:19:41 +00:00
16c88d5fb7 🛠️ Refactor OAuth proxy server to improve configuration validation, logging, and middleware setup 2026-01-29 13:19:36 +00:00
0098155471 Simplify arrow function syntax and remove unnecessary whitespace in graceful shutdown utility 2026-01-29 13:19:23 +00:00
7bf1f9c459 🔧 Add graceful shutdown utility for server 2026-01-29 13:19:18 +00:00
ee24b9bffc 🧹 Clean up logger utility by removing extra whitespace and simplifying arrow function syntax 2026-01-29 13:19:05 +00:00
2327557764 🛠️ Update logger utility implementation 2026-01-29 13:19:00 +00:00
4615fa0ef1 Improve code readability by reformatting and reindenting environment validation logic 2026-01-29 13:18:46 +00:00
4d3818f961 🔧 Add environment variable validation utility 2026-01-29 13:18:41 +00:00
670fcf90df 🚀 Update deployment instructions in documentation 2026-01-29 06:38:06 +00:00
77ec6436a8 🔒 Enhance Nginx configuration with improved gzip settings, additional security headers, caching rules, API proxy settings, WebSocket support, health check endpoint, and updated error page handling 2026-01-29 06:34:24 +00:00
dfc57b84fd 🔧 Add example environment variables for server configuration 2026-01-29 06:33:50 +00:00
4e3c1deaac 🗑️ Remove Dockerfile for Pokedex Online website 2026-01-29 06:33:24 +00:00
31c40ecd6b 🐳 Update Dockerfile to optimize image build process and dependencies 2026-01-29 06:33:14 +00:00
1799d4980a 🛠️ Format healthcheck commands for better readability in production Docker Compose file 2026-01-29 06:33:09 +00:00
be3072dc75 🔧 Update production Docker Compose configuration for Pokedex Online 2026-01-29 06:33:03 +00:00
8c0e9c8d37 🎨 Simplify arrow function syntax in watch callback 2026-01-29 06:27:46 +00:00
96a9c07184 🔧 Refactor Challonge client and tournament logic to use reusable hooks, reducing code duplication and improving maintainability 2026-01-29 06:27:41 +00:00
1eb61c2a4b 🎨 Refactor tournament display logic by replacing inline components with reusable TournamentGrid and TournamentDetail components 2026-01-29 06:27:09 +00:00
a848110dec 🎛️ Replace inline API version and settings controls with reusable ApiVersionSelector component and update imports accordingly 2026-01-29 06:26:45 +00:00
1b942fdd26 🎮 Add backup file for ChallongeTest Vue component 2026-01-29 06:23:44 +00:00
0f12b0e865 🧪 Improve test readability and formatting in TournamentDetail component unit tests 2026-01-29 05:34:32 +00:00
adf8e1ab72 Add unit tests for TournamentDetail component 2026-01-29 05:34:27 +00:00
5dafcfa232 🎮 Add tournament detail component for displaying Challonge tournament information 2026-01-29 05:34:02 +00:00