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
Francesco
73282c71af
docs: Document npm update and Tailwind v4 PostCSS fixes
...
- Add Build System Updates section documenting npm version update
- Document Tailwind CSS v4 PostCSS configuration changes
- Update Last Updated timestamp
2026-02-20 04:06:47 +00:00
Francesco
eb9b60811d
chore: Remove Dockerfile.fixed artifact
2026-02-20 04:06:20 +00:00
Francesco
b6b749ad60
fix: Update npm to latest version and fix Tailwind v4 PostCSS configuration
...
- Install @tailwindcss/postcss for Tailwind v4 compatibility
- Update postcss.config.js to use new Tailwind PostCSS plugin
- Update npm to latest version in backend Dockerfile
- Fixes build failures with Next.js 16.1.6 and Tailwind CSS v4.2.0
2026-02-20 04:06:16 +00:00
Francesco
d9e61d58a0
docs: Add summary to DEPENDENCY_UPDATES.md
2026-02-19 03:24:04 +00:00
Francesco
1573e07927
chore: Update all dependencies to latest versions
...
Backend updates:
- zod: 3.24.1 → 4.3.6 (major)
- bcryptjs: 2.4.3 → 3.0.3 (major)
- jsonwebtoken: 9.0.2 → 9.0.3 (patch)
- @types/bcryptjs: 2.4.6 → 3.0.0 (major)
Frontend updates:
- next-auth: 5.0.0-beta.25 → 5.0.0-beta.30 (latest v5 beta)
- react: 19.1.0 → 19.2.4 (patch)
- react-dom: 19.1.0 → 19.2.4 (patch)
- recharts: 2.15.4 → 3.7.0 (major)
- tailwind-merge: 2.6.1 → 3.5.0 (major)
- @types/node: 22.12.0 → 25.3.0 (major)
- tailwindcss: 3.4.19 → 4.2.0 (major)
Notes:
- All dependencies updated to absolute latest stable versions
- next-auth kept on v5 beta (upgraded to latest beta.30)
- See DEPENDENCY_UPDATES.md for full details and testing checklist
- Potential breaking changes in zod v4, bcryptjs v3, recharts v3, and tailwindcss v4
- Configuration files may need updates for tailwindcss v4 compatibility
2026-02-19 03:23:51 +00:00
Francesco
ffb7ffce57
chore: Update backend devDependencies to latest
...
- @types/pg: 8.12.0 -> 8.16.0
- @types/jsonwebtoken: 9.0.7 -> 9.0.10
2026-02-19 03:10:20 +00:00