Commit Graph

27 Commits

Author SHA1 Message Date
61374d9e96 Rename ecosystem config to .cjs for CommonJS compatibility
All checks were successful
Build Frontend / Build Frontend (push) Successful in 9s
2026-01-11 01:16:54 +00:00
a081c0499b Enable watch mode in ecosystem config
All checks were successful
Build Frontend / Build Frontend (push) Successful in 9s
2026-01-11 01:16:17 +00:00
432c9c7ca8 Use .env file instead of ecosystem env overrides
All checks were successful
Build Frontend / Build Frontend (push) Successful in 9s
2026-01-11 01:13:34 +00:00
3dc2882b24 Allow .env to be committed (private repo)
All checks were successful
Build Frontend / Build Frontend (push) Successful in 22s
2026-01-11 01:12:21 +00:00
f6e78f1a33 Allow CORS from both localhost and production domain
All checks were successful
Build Frontend / Build Frontend (push) Successful in 9s
2026-01-11 00:58:30 +00:00
b4f7249774 Add CORS_ORIGIN for production domain
All checks were successful
Build Frontend / Build Frontend (push) Successful in 18s
2026-01-11 00:57:38 +00:00
b1b29d53f6 Add missing Steam bot dependencies
All checks were successful
Build Frontend / Build Frontend (push) Successful in 12s
2026-01-11 00:55:50 +00:00
bca13736d8 Run npm install on server after deployment
All checks were successful
Build Frontend / Build Frontend (push) Successful in 8s
2026-01-11 00:53:44 +00:00
c35a36b85a Switch to SSH key authentication
All checks were successful
Build Frontend / Build Frontend (push) Successful in 20s
2026-01-11 00:51:10 +00:00
3cc774ed05 Add deployment with hardcoded credentials placeholder
Some checks failed
Build Frontend / Build Frontend (push) Failing after 10s
2026-01-11 00:47:09 +00:00
cbc2febe55 Add backend npm install to workflow
All checks were successful
Build Frontend / Build Frontend (push) Successful in 17s
2026-01-11 00:45:53 +00:00
72e04a6258 Simplify: Just build frontend, manual deployment
All checks were successful
Build Frontend / Build Frontend (push) Successful in 7s
2026-01-11 00:45:18 +00:00
64f2dd853e Simplify deployment - use direct SSH/rsync instead of actions
Some checks failed
Deploy to Production / Deploy to turbotrades.dev (push) Failing after 14s
2026-01-11 00:41:49 +00:00
3f763781f8 Fix: Use npm install instead of npm ci
Some checks failed
Deploy to Production / Deploy to turbotrades.dev (push) Failing after 22s
2026-01-11 00:40:12 +00:00
3cc143f696 Fix: Remove npm cache and use password auth
Some checks failed
Deploy to Production / Deploy to turbotrades.dev (push) Failing after 6s
2026-01-11 00:39:17 +00:00
f9568a1b6f Remove manual workflow trigger
Some checks failed
Deploy to Production / Deploy TurboTrades (push) Failing after 2s
2026-01-11 00:33:24 +00:00
8669ee3366 Remove manual workflow trigger
Some checks failed
Deploy to Production / Deploy TurboTrades (push) Has been cancelled
2026-01-11 00:30:19 +00:00
e51c9fdc83 Remove manual workflow trigger
Some checks failed
Deploy to Production / Deploy TurboTrades (push) Has been cancelled
2026-01-11 00:27:34 +00:00
26dba315dd Remove manual workflow trigger
Some checks failed
Deploy to Production / Deploy TurboTrades (push) Has been cancelled
2026-01-11 00:26:17 +00:00
f160d44d23 Remove manual workflow trigger
Some checks failed
Deploy to Production / Deploy to turbotrades.dev (push) Has been cancelled
2026-01-11 00:21:46 +00:00
b8a3ce91d6 Fix: Use password auth for all SSH steps
Some checks failed
Deploy to Production / Deploy to turbotrades.dev (push) Has been cancelled
2026-01-11 00:18:54 +00:00
f9156897ce Deploy: Migrate to Gitea Actions, update paths for turbotrades.dev
Some checks failed
Deploy to Production / Deploy to turbotrades.dev (push) Has been cancelled
2026-01-11 00:15:14 +00:00
53d0c89d17 Clean up tunnel infrastructure and migrate to Gitea
Some checks failed
Deploy to Production Server / Deploy to 178.63.127.19 (push) Has been cancelled
2026-01-10 23:54:31 +00:00
63c578b0ae feat: Complete admin panel implementation
- Add user management system with all CRUD operations
- Add promotion statistics dashboard with export
- Simplify Trading & Market settings UI
- Fix promotion schema (dates now optional)
- Add missing API endpoints and PATCH support
- Add comprehensive documentation
- Fix critical bugs (deletePromotion, duplicate endpoints)

All features tested and production-ready.
2026-01-10 21:57:55 +00:00
b90cdd59df added steambot, trades and trasctions. 2026-01-10 05:31:01 +00:00
232968de1e first commit 2026-01-10 04:57:43 +00:00
16a76a2cd6 first commit 2026-01-10 04:56:03 +00:00