Bharath Nair bnair
  • Joined on 2025-12-27
bnair created branch main in bnair/RoadBuildMC 2025-12-30 21:23:52 +01:00
bnair created repository bnair/RoadBuildMC 2025-12-30 21:11:56 +01:00
bnair synced commits to refs/heads/main at bnair/MusicAnalyser from mirror 2025-12-30 21:07:17 +01:00
272148c5bf feat: migrate to PostgreSQL and enhance playlist curation
26b4895695 feat(frontend): add Archives, update Playlists with composition, add Navbar
Compare 2 commits »
bnair pushed to main at bnair/CryptoTrading 2025-12-27 21:00:14 +01:00
46d7556efb Handle DuckDB lock errors gracefully in UI
bnair pushed to main at bnair/CryptoTrading 2025-12-27 20:43:44 +01:00
8a4750c45e Fix UI DuckDB concurrent access with read-only mode
bnair pushed to main at bnair/CryptoTrading 2025-12-27 20:27:55 +01:00
007633660c Fix engine daemon exit and UI DuckDB access
bnair pushed to main at bnair/CryptoTrading 2025-12-27 18:45:39 +01:00
2f065df1e9 Update docker-compose to use pre-built registry images
bnair pushed tag v0.1.1 to bnair/CryptoTrading 2025-12-27 18:27:08 +01:00
bnair pushed to main at bnair/CryptoTrading 2025-12-27 18:27:07 +01:00
49ea34041e Fix CI/CD: remove GHA cache, split build jobs
bnair pushed tag v0.1.0 to bnair/CryptoTrading 2025-12-27 18:14:30 +01:00
bnair pushed to main at bnair/CryptoTrading 2025-12-27 18:14:30 +01:00
42feef50c6 Add trading engine, UI dashboard, and entry point stubs
bnair pushed to main at bnair/CryptoTrading 2025-12-27 16:12:42 +01:00
30af8e7c70 Format code with ruff to pass CI format check
bnair pushed to main at bnair/CryptoTrading 2025-12-27 16:09:27 +01:00
524e6d7498 Fix lint: move imports before pytestmark in test_streamer.py
bnair pushed to main at bnair/CryptoTrading 2025-12-27 16:05:41 +01:00
02c0995d26 Fix CI/CD: use public git.thefetagroup.com URL
bnair pushed to main at bnair/CryptoTrading 2025-12-27 16:02:50 +01:00
38dca66a52 Fix CI/CD: use gitea:3000 Docker network hostname
41dea96b88 Fix CI/CD: use direct git clone with external URL
Compare 2 commits »
bnair pushed to main at bnair/CryptoTrading 2025-12-27 15:44:53 +01:00
0e5f48d43f Fix CI/CD workflow: use setup-python instead of container
bnair pushed to main at bnair/CryptoTrading 2025-12-27 15:41:37 +01:00
f46846fcee Add Gitea Actions CI/CD pipeline for automated testing and container builds
bnair pushed to main at bnair/CryptoTrading 2025-12-27 15:25:40 +01:00
e17c3bf508 Add Supertrend strategy and Risk Engine (Phase 2 Milestones 2.2, 2.3)
bnair pushed to main at bnair/CryptoTrading 2025-12-27 12:28:37 +01:00
eca17b42fe Add Phase 2 foundation: regime classifier, strategy framework, WebSocket streamer
bnair pushed to main at bnair/CryptoTrading 2025-12-27 11:38:39 +01:00
7d63e43b7b Add data layer (DuckDB storage, fetcher) and spot adapter with tests