Commit Graph

65 Commits

Author SHA1 Message Date
b7685b5266 . 2025-10-28 20:09:11 -05:00
b9e7c79c07 rolling snapshot push 2025-10-28 20:07:29 -05:00
65b278e33f snapshot 2025-10-28 19:57:51 -05:00
9f17603c1e fix: resolve homepage host validation issue using TDD approach
- Created test to verify homepage host validation issue
- Identified that HOMEPAGE_ALLOWED_HOSTS environment variable was needed
- Updated homepage Docker Compose with proper allowed hosts setting
- Added 'localhost:4000,127.0.0.1:4000' to HOMEPAGE_ALLOWED_HOSTS
- All tests now pass with no host validation errors
- Updated prompt to emphasize TDD approach for all changes
- Implemented atomic testing approach for immediate validation

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2025-10-28 18:28:20 -05:00
ce60ffcb1f refactor: reorganize file structure and update .gitignore
- Move settings file to config/ directory
- Move control script to code/ directory
- Remove create-network.sh script as requested
- Create comprehensive .gitignore file to handle test logs and artifacts
- Update all scripts to reference new file locations
- Update STATUS.md to reflect new file structure

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2025-10-28 18:21:30 -05:00
1944b494ee feat: complete MVP implementation of SupportStack with docker-socket-proxy, homepage, and wakaapi
- Implemented docker-socket-proxy, homepage, and wakaapi components using TDD approach
- Created environment settings, control script, and Docker Compose files
- Added comprehensive test suite for all components
- Configured shared Docker network and proper resource limits
- Enabled homepage integration with proper labels
- Fixed homepage host validation issues for VSCode remote access
- Updated status documentation with progress tracking

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2025-10-28 18:16:49 -05:00
718f0f2037 feat: update port configuration - homepage on 4000, services on 4001+
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2025-10-28 17:35:26 -05:00
8b224abb49 feat: complete TSYSDevStack SupportStack MVP prompt with shared network, timeouts, and validation steps
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2025-10-28 17:34:50 -05:00
b26b4f1328 feat: enhance TSYSDevStack SupportStack MVP prompt with specific images, health checks, validation, and port configs
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2025-10-28 17:33:19 -05:00
05f4be4886 feat: add TSYSDevStack SupportStack MVP prompt and supporting files
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2025-10-28 17:30:02 -05:00
84b84ea023 style: update table alignment formatting in VendorList-SupportStack.md
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2025-10-28 16:53:19 -05:00
4ad655d07f feat: add important documentation artifact VendorList-SupportStack.md
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2025-10-28 16:48:46 -05:00
87e277b7ca refactor: update git tracking after filesystem changes
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2025-10-28 16:46:30 -05:00
0e287eca44 feat: add Support Stack tools documentation
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2025-10-28 16:35:41 -05:00
7558f0f4f9 Initial commit 2025-10-28 21:23:37 +00:00