Commit Graph

121 Commits

Author SHA1 Message Date
94a962bf8e Transpose financials tables and expose company KPI metrics 2026-03-01 19:27:06 -05:00
b8309c9969 Add K/M/B scale toggles for financial displays 2026-03-01 19:23:45 -05:00
209b650658 Add scaled number formatter for K/M/B values 2026-03-01 19:17:49 -05:00
6cef5f95ad Fix portfolio matrix right-edge overflow in fullscreen 2026-03-01 19:15:29 -05:00
01ad57973c Add one-time filing metrics backfill script 2026-03-01 19:05:53 -05:00
b55fbf0942 Auto-queue filings sync on new ticker inserts 2026-03-01 18:55:59 -05:00
856af03b39 Replace financial trend chart with financial table 2026-03-01 18:48:59 -05:00
75408f8559 Focus financial views on quarter/FY ends and add period filters 2026-03-01 18:43:48 -05:00
2a5b548d89 Prioritize SEC financials for 10-K/10-Q and keep other filings qualitative 2026-03-01 00:37:47 -05:00
953d7c0099 Fix AI workflow retry loops and improve fallback handling 2026-02-28 22:01:07 -05:00
3cc085e583 Add financials page and navigation links 2026-02-28 22:00:11 -05:00
a09001501e Implement dual-model filing pipeline with Ollama extraction 2026-02-28 16:31:25 -05:00
0615534f4b chore: commit all current changes 2026-02-28 15:13:21 -05:00
a53a5222c1 Remove OpenClaw fallback compatibility 2026-02-28 15:05:46 -05:00
b9f3b7f9d0 Migrate AI runtime to SDK and hardcode Zhipu coding endpoint 2026-02-28 13:59:00 -05:00
abae5e7486 Make filings page responsive and add original filing links 2026-02-28 13:55:04 -05:00
937bb3401b feat: add openclaw service to docker compose 2026-02-27 15:11:18 -05:00
73d9ccafd6 Support Nginx-authenticated OpenClaw and fix workflow retry start context 2026-02-27 11:42:50 -05:00
7c3836068f Add company analysis view with financials, price history, filings, and AI reports 2026-02-27 09:57:44 -05:00
e7320f3bdb Fix task poller callback staleness and normalize filings query 2026-02-27 01:03:59 -05:00
cff77ce193 Force local workflow world in Docker for Coolify builds 2026-02-26 20:47:32 -05:00
f2ac1c426e Migrate stack to SQLite and set Coolify defaults 2026-02-26 15:45:22 -05:00
d1df80dfc2 Fix auth migration for legacy column naming 2026-02-26 14:24:22 -05:00
74fee52c4e chore: commit all changes 2026-02-26 13:26:18 -05:00
fd8edb1f21 fix(docker): run pinned local migration binaries at startup 2026-02-25 23:02:17 -05:00
a0106f6d13 fix(drizzle): avoid runtime import in migration config 2026-02-25 22:46:53 -05:00
301e66f19f auto-run drizzle migrations on container startup 2026-02-24 22:47:28 -05:00
ae9f081f90 simplify better-auth integration in elysia routes 2026-02-24 21:04:06 -05:00
122030e487 Make initial Drizzle auth migration idempotent 2026-02-24 16:22:08 -05:00
0ab464f910 Use Drizzle adapter and Drizzle CLI auth migrations 2026-02-24 16:21:03 -05:00
11eeafafef Migrate API to Elysia and switch runtime to Bun 2026-02-24 15:50:40 -05:00
44bc53820f Fix Postgres Better Auth migration index SQL 2026-02-24 15:44:09 -05:00
468ea5f252 fix deployment by adding postgres service to base compose 2026-02-24 14:02:49 -05:00
52a4ab38d3 implement better-auth auth with postgres and route protection 2026-02-24 13:32:43 -05:00
fd168f607c upgrade dependencies and docker builds to npm latest 2026-02-24 11:20:18 -05:00
bb01311a8a avoid coolify host-port collisions by exposing app port internally 2026-02-24 11:00:13 -05:00
3e72f38928 fix docker healthcheck to probe 127.0.0.1 in container 2026-02-24 00:29:13 -05:00
168c05cb71 flatten app to repo root and update docker deployment for single-stack runtime 2026-02-24 00:25:03 -05:00
2987ac06fa remove legacy backend stack and stale deployment docs after rebuild 2026-02-23 23:43:33 -05:00
6012dd3fcf rebuild app as turbopack-first single-stack with internal api and openclaw tasks 2026-02-23 23:38:06 -05:00
5df09b714b fix(frontend): remove route config exports from auth pages 2026-02-23 22:12:56 -05:00
1f7366fb1e fix: relax recharts tooltip formatter types for production build 2026-02-23 21:49:23 -05:00
04e5caf4e1 feat: rebuild fiscal clone architecture and harden coolify deployment 2026-02-23 21:10:39 -05:00
cae7cbb98f Remove social auth and stabilize email/password flow 2026-02-21 23:16:16 -05:00
40f956f9f9 Fix Coolify routing/network availability 2026-02-21 19:28:19 -05:00
575bf91ecd Make Docker Compose Coolify-ready 2026-02-20 22:41:21 -05:00
6e299b1e1f Fix frontend Docker build and session ID typing 2026-02-20 22:02:48 -05:00
Francesco
7df3d54103 fix: Update Tailwind CSS and Better Auth imports for frontend build
- Update Tailwind CSS v4 PostCSS configuration
- Fix Better Auth React imports (better-auth/react)
- Update all page components to use Better Auth useSession
- Add @tailwindcss/postcss to dependencies
- Remove SessionProvider from layout (Better Auth handles sessions)
- Fix globals.css for Tailwind v4 compatibility
- Update page components with correct session state checking

This addresses build failures related to:
- Tailwind CSS v4 PostCSS plugin compatibility
- Better Auth React client import paths
- NextAuth v5 to Better Auth migration
2026-02-21 02:09:11 +00:00
Francesco
517db95126 chore: Remove next-auth, add better-auth to dependencies 2026-02-20 04:13:50 +00:00
Francesco
f8356e0945 feat: Migrate from NextAuth to Better Auth
Backend changes:
- Add better-auth and pg packages
- Create Better Auth instance with PostgreSQL adapter
- Add Better Auth route handler at /api/auth/*
- Create migration script for Better Auth database schema
- Update main index to use Better Auth routes instead of custom auth
- Configure email/password and OAuth (GitHub/Google) providers

Frontend changes:
- Add better-auth client
- Create Better Auth client instance configuration
- Update lib/auth.ts to use Better Auth session
- Rewrite sign-in page with Better Auth methods
- Rewrite sign-up page with Better Auth methods
- Remove NextAuth route handler

Documentation:
- Add comprehensive migration guide with setup instructions
- Document environment variables and API endpoints
- Include testing checklist and rollback plan

Benefits:
- Unified authentication for both Elysia backend and Next.js frontend
- Database-backed sessions (more secure than JWT)
- Better TypeScript support
- Extensible plugin system for future features
- Active development and frequent updates
2026-02-20 04:13:26 +00:00