Commit Graph

108 Commits

Author SHA1 Message Date
Bu5hm4nn
56e84680e8 feat(PORT-001A): add collateral entry basis settings 2026-03-24 00:38:13 +01:00
Bu5hm4nn
140a21c0b6 chore: enforce linting as part of build 2026-03-24 00:26:36 +01:00
Bu5hm4nn
de03bd0064 feat(DATA-003): calculate live option greeks 2026-03-23 23:46:40 +01:00
Bu5hm4nn
46ce81d2d6 ops: attach vault-dash to proxy-net and document vd1 route 2026-03-23 23:35:47 +01:00
Bu5hm4nn
ed6daf6d47 docs: add TDD red-orange-green workflow memo 2026-03-23 23:29:55 +01:00
Bu5hm4nn
133908dd36 feat: prioritize lazy options loading and live overview wiring
- queue OPS-001 Caddy route for vd1.uncloud.vpn
- lazy-load options expirations/chains per expiry
- wire overview to live quote data and persisted portfolio config
- extend browser test to verify live quote metadata
2026-03-23 23:23:59 +01:00
Bu5hm4nn
d51fa05d5a test: add Playwright browser tests and document test loop
- add real browser test for overview and options pages
- document engineering learnings in AGENTS.md
- commit NiceGUI header layout fix
- limit options initial expirations for faster first render
2026-03-23 23:11:38 +01:00
Bu5hm4nn
199ecb933f Merge DATA-002: Live options chain data 2026-03-23 22:53:18 +01:00
Bu5hm4nn
70ec625146 feat(DATA-002): add live GLD options chain data via yfinance 2026-03-23 22:53:08 +01:00
Bu5hm4nn
c14ff83adc Merge PORT-001: Portfolio configuration persistence 2026-03-23 22:27:28 +01:00
Bu5hm4nn
77456c0cb4 Merge DATA-001: Live price feed integration 2026-03-23 22:27:28 +01:00
Bu5hm4nn
80a8ffae0c feat(PORT-001): Add persistent portfolio configuration with validation
- Create PortfolioConfig dataclass with validation
- Add PortfolioRepository for file-based persistence
- Update settings page with live LTV calculations
- Add real-time calculated displays (LTV, margin buffer, margin call price)
2026-03-23 22:27:09 +01:00
Bu5hm4nn
21878bf7ff feat(DATA-001): Add live GLD price feed service with Redis caching
- Create PriceFeed service using yfinance
- Cache prices in Redis with 60s TTL
- Add PriceData dataclass for type safety
- Support concurrent price fetching for multiple symbols
2026-03-23 22:25:09 +01:00
Bu5hm4nn
92c6f62bb8 Add worktree config and comprehensive roadmap with user stories 2026-03-23 22:22:30 +01:00
Bu5hm4nn
e727f216ae Fix: Remove invalid 'show' param from ui.run_with(), fix mypy errors in cache.py, fix docker-compose volume mount 2026-03-23 19:56:19 +01:00
Bu5hm4nn
e3b2b6213f Fix: Use -P for scp port (uppercase) 2026-03-23 18:35:03 +01:00
Bu5hm4nn
c36e27e0d7 Trigger deploy after fixing SSH key secret 2026-03-23 18:32:18 +01:00
Bu5hm4nn
571ca36ed5 Fix: Add base64 decoding support for SSH key 2026-03-23 18:25:53 +01:00
Bu5hm4nn
ce1a2ddc97 Fix: Use vars for deploy config (secrets only for SSH key) 2026-03-23 18:20:26 +01:00
Bu5hm4nn
7205cd926b Fix: Remove docker-compose-plugin (use docker compose v2) 2026-03-23 16:40:44 +01:00
Bu5hm4nn
2b1cd2886d Trigger CI after hosts fix 2026-03-23 16:36:11 +01:00
Bu5hm4nn
5a289e8a7a Trigger CI after runner restart 2026-03-23 16:31:59 +01:00
Bu5hm4nn
599b7e2ba8 Trigger CI after network fix 2026-03-23 16:27:18 +01:00
Bu5hm4nn
dd45ab605d Trigger CI after Forgejo ROOT_URL fix 2026-03-23 16:17:06 +01:00
Bu5hm4nn
c5be5cff2f Trigger CI after ROOT_URL fix 2026-03-23 16:11:05 +01:00
Bu5hm4nn
d0fe72586e Remove add-hosts - no longer needed after ROOT_URL fix 2026-03-23 16:05:10 +01:00
Bu5hm4nn
f38c162ea5 Simplify buildx setup - use docker driver 2026-03-23 15:57:58 +01:00
Bu5hm4nn
9cc32c8bf3 Login to both registry and token endpoint 2026-03-23 15:54:41 +01:00
Bu5hm4nn
eff764f260 Add host entry for git.uncloud.vpn in buildx build 2026-03-23 15:51:35 +01:00
Bu5hm4nn
4c101fab54 Use docker driver for buildx to inherit host network/hosts 2026-03-23 15:48:27 +01:00
Bu5hm4nn
e6cf42e5ce Use internal registry IP 10.100.0.2:3000 2026-03-23 15:44:56 +01:00
Bu5hm4nn
5670f49028 Standardize on git.uncloud.vpn for registry 2026-03-23 15:40:50 +01:00
Bu5hm4nn
be94079dc5 Add git.uncloud.vpn to buildkit insecure registries 2026-03-23 14:49:07 +01:00
Bu5hm4nn
09b0214a95 Login to Forgejo token endpoint for buildx auth 2026-03-23 14:45:43 +01:00
Bu5hm4nn
bfae1c44d7 Configure buildx for insecure registry 2026-03-23 14:20:26 +01:00
Bu5hm4nn
29ba007afd Use vars for Docker Hub username 2026-03-23 14:17:21 +01:00
Bu5hm4nn
4611b5ed49 Add Docker Hub login to avoid rate limits 2026-03-23 11:43:56 +01:00
Bu5hm4nn
6fd1242880 Add DevOps deployment prompt for VPS setup 2026-03-22 16:04:16 +01:00
Bu5hm4nn
af0d5d0dbb Allow mypy warnings (non-blocking) during development 2026-03-22 10:47:05 +01:00
Bu5hm4nn
2da10c5b51 Type-check only core modules (core, models, strategies, services) 2026-03-22 10:45:56 +01:00
Bu5hm4nn
87aeb77f30 Add debugging to type-check and exclude pages/components from mypy 2026-03-22 10:44:54 +01:00
Bu5hm4nn
27a07eaa9f Run only core tests (pricing, strategies, portfolio) - skip health test 2026-03-22 10:43:37 +01:00
Bu5hm4nn
5cb358b2f1 Explicitly install dependencies individually for CI debugging 2026-03-22 10:42:27 +01:00
Bu5hm4nn
c9a6aa8d73 Make QuantLib optional - can cause CI build issues 2026-03-22 10:41:24 +01:00
Bu5hm4nn
416690de62 Improve CI debugging: show pip list and use --tb=short 2026-03-22 10:40:17 +01:00
Bu5hm4nn
c47c5a86e0 Add pandas to requirements.txt for tests 2026-03-22 10:39:09 +01:00
Bu5hm4nn
d477aa0458 Use requirements-dev.txt for type-check job and disable misc mypy error 2026-03-22 10:37:59 +01:00
Bu5hm4nn
7dc5b3d734 Fix type hints and dependency issues for CI
- Add -r requirements.txt to requirements-dev.txt
- Fix mypy errors:
  - Remove slots=True from Settings dataclass
  - Add explicit list[float] type annotations in hedge.py
  - Add type ignore comments for optional QuantLib imports
  - Use Sequence instead of list in GreeksTable for covariance
  - Fix dict type annotation in options.py
  - Add type ignore for nicegui attr-defined errors
- Disable attr-defined error code in mypy config
2026-03-22 10:36:58 +01:00
Bu5hm4nn
874b4a5a02 Fix linting issues: line length, import sorting, unused variables
- Set ruff/black line length to 120
- Reformatted code with black
- Fixed import ordering with ruff
- Disabled lint for UI component files with long CSS strings
- Updated pyproject.toml with proper tool configuration
2026-03-22 10:30:12 +01:00
Bu5hm4nn
b037bf4c01 Add linux label to runs-on for runner selection 2026-03-22 10:07:49 +01:00