littleshop/TeleBot/TeleBot
sysadmin a43fa292db
All checks were successful
Build and Deploy LittleShop / Deploy to Production VPS (Manual Only) (push) Has been skipped
Build and Deploy LittleShop / Deploy to Pre-Production (CT109) (push) Successful in 1m2s
fix: Bot activity tracking performance - 523x faster (3000ms to 5.74ms)
- Fixed BotActivityTracker configuration key mismatch (LittleShop:BaseUrl -> LittleShop:ApiUrl)
- Resolved DNS resolution failures causing 3-second timeouts on every activity tracking call
- Updated fallback from Docker hostname (littleshop:5000) to localhost (localhost:5000)
- Added comprehensive E2E integration test script for LittleShop + TeleBot + SilverPay
- Documented all test results with performance metrics and troubleshooting steps

Performance Improvement: 523x faster (from 3000ms+ to 5.74ms average)

Remaining Issue: SilverPay payment gateway not accessible at http://10.0.0.51:5500
Payment creation fails with HTTP 404 - requires infrastructure investigation

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-17 17:34:06 +00:00
..
Controllers Configure BTCPay with external nodes via Tor 2025-09-19 12:14:39 +01:00
Handlers Fix: HandleConfirmVariant now passes variant ID instead of null 2025-10-08 19:54:08 +01:00
Http Fix: Update all TOR proxy configurations to support TorSocksHost 2025-10-03 12:48:07 +01:00
Models Feature: Add postal address memory with user preference 2025-10-06 00:38:47 +01:00
Services fix: Bot activity tracking performance - 523x faster (3000ms to 5.74ms) 2025-11-17 17:34:06 +00:00
UI Feature: Complete order management for pending orders 2025-10-06 04:19:47 +01:00
appsettings.json fix: Bot registration duplicate prevention and SilverPay integration update 2025-11-17 15:56:23 +00:00
BotConfig.cs Configure BTCPay with external nodes via Tor 2025-09-19 12:14:39 +01:00
BotScript.cs Initial commit of LittleShop project (excluding large archives) 2025-09-17 15:07:38 +01:00
CAROUSEL_FEATURE.md Initial commit of LittleShop project (excluding large archives) 2025-09-17 15:07:38 +01:00
Dockerfile Initial commit of LittleShop project (excluding large archives) 2025-09-17 15:07:38 +01:00
Program.cs "Fix-TOR-proxy-host-configuration-in-LittleShop-Client" 2025-10-03 16:22:21 +01:00
TeleBot.csproj Fix SilverPay payment integration JSON serialization 2025-11-13 14:12:35 +00:00
TelegramBot.cs Initial commit of LittleShop project (excluding large archives) 2025-09-17 15:07:38 +01:00
TelegramBotService.cs Fix: Update all TOR proxy configurations to support TorSocksHost 2025-10-03 12:48:07 +01:00
test-wizard-result.html Add customer communication system 2025-08-27 18:02:39 +01:00
TestCarousel.cs "Fix-Use-short-IDs-for-product-buttons-and-simplify-to-Buy-button" 2025-10-03 15:48:54 +01:00
TOR-DEPLOYMENT-GUIDE.md CI/CD: Add GitLab CI/CD pipeline for Hostinger deployment 2025-10-01 13:10:48 +01:00
wizard-page.html Add customer communication system 2025-08-27 18:02:39 +01:00
wizard-result.html Add customer communication system 2025-08-27 18:02:39 +01:00
wizard-test.txt Add customer communication system 2025-08-27 18:02:39 +01:00