Bharath Nair bnair
  • Joined on 2025-12-27
bnair created branch main in bnair/RoadBuildMC 2025-12-30 20:23:52 +00:00
bnair created repository bnair/RoadBuildMC 2025-12-30 20:11:56 +00:00
bnair synced commits to main at bnair/MusicAnalyser from mirror 2025-12-30 20:07:17 +00: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 20:00:14 +00:00
46d7556efb Handle DuckDB lock errors gracefully in UI
bnair pushed to main at bnair/CryptoTrading 2025-12-27 19:43:44 +00:00
8a4750c45e Fix UI DuckDB concurrent access with read-only mode
bnair pushed to main at bnair/CryptoTrading 2025-12-27 19:27:55 +00:00
007633660c Fix engine daemon exit and UI DuckDB access
bnair pushed to main at bnair/CryptoTrading 2025-12-27 17:45:39 +00:00
2f065df1e9 Update docker-compose to use pre-built registry images
bnair pushed tag v0.1.1 to bnair/CryptoTrading 2025-12-27 17:27:08 +00:00
bnair pushed to main at bnair/CryptoTrading 2025-12-27 17:27:07 +00:00
49ea34041e Fix CI/CD: remove GHA cache, split build jobs
bnair pushed tag v0.1.0 to bnair/CryptoTrading 2025-12-27 17:14:30 +00:00
bnair pushed to main at bnair/CryptoTrading 2025-12-27 17:14:30 +00:00
42feef50c6 Add trading engine, UI dashboard, and entry point stubs
bnair pushed to main at bnair/CryptoTrading 2025-12-27 15:12:42 +00:00
30af8e7c70 Format code with ruff to pass CI format check
bnair pushed to main at bnair/CryptoTrading 2025-12-27 15:09:27 +00:00
524e6d7498 Fix lint: move imports before pytestmark in test_streamer.py
bnair pushed to main at bnair/CryptoTrading 2025-12-27 15:05:41 +00:00
02c0995d26 Fix CI/CD: use public git.thefetagroup.com URL
bnair pushed to main at bnair/CryptoTrading 2025-12-27 15:02:50 +00: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 14:44:53 +00:00
0e5f48d43f Fix CI/CD workflow: use setup-python instead of container
bnair pushed to main at bnair/CryptoTrading 2025-12-27 14:41:37 +00:00
f46846fcee Add Gitea Actions CI/CD pipeline for automated testing and container builds
bnair pushed to main at bnair/CryptoTrading 2025-12-27 14:25:40 +00: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 11:28:37 +00:00
eca17b42fe Add Phase 2 foundation: regime classifier, strategy framework, WebSocket streamer
bnair pushed to main at bnair/CryptoTrading 2025-12-27 10:38:39 +00:00
7d63e43b7b Add data layer (DuckDB storage, fetcher) and spot adapter with tests