Commit Graph

159 Commits

Author SHA1 Message Date
cawcenter
ce3089da41 fix: start.sh PostgreSQL user and proper env var quoting 2025-12-14 11:37:04 -05:00
cawcenter
52393ea2dd fix: add TypeScript types to godMode client library 2025-12-14 11:28:22 -05:00
cawcenter
d26643b5fe feat: god-mode expansion with schema management, site provisioning, and schema-as-code
- Added frontend godMode client library for all admin pages
- Created schema management endpoints (create/edit collections, fields, relations)
- Built automated site provisioning (creates site + homepage + navigation + forms)
- Implemented schema-as-code with start.sh auto-migration script
- Added FORCE_FRESH_INSTALL mode for database wipes
- Integrated work log, error log, and queue management via god-mode
- All admin pages can now use god-mode for seamless operations
2025-12-14 11:26:32 -05:00
cawcenter
f9947e81af feat: add god-mode API and auto-permissions - SECURE TOKEN IN COOLIFY ENV ONLY 2025-12-14 11:13:34 -05:00
cawcenter
6d9209553e feat: simplify domain architecture - consolidate to spark.jumpstartscaling.com 2025-12-14 11:00:17 -05:00
cawcenter
060ff6420b docs: add Coolify terminal deployment guide with automation options 2025-12-14 10:51:12 -05:00
cawcenter
dda640fd85 docs: add fresh deployment guide and automated setup script 2025-12-14 10:49:03 -05:00
cawcenter
273fc0ee37 docs: add domain configuration fix documentation 2025-12-14 10:43:18 -05:00
cawcenter
3ffd081ccd fix: correct domain configuration - frontend connects to spark.jumpstartscaling.com for API 2025-12-14 10:43:05 -05:00
cawcenter
8a85a3d94a docs: add preview links implementation guide 2025-12-14 10:38:03 -05:00
cawcenter
df8dd18a43 feat: add preview button to sites and create site preview page 2025-12-14 10:37:18 -05:00
cawcenter
6a4de68319 docs: add final deployment verification report 2025-12-14 10:34:41 -05:00
cawcenter
7fbe2d7ae9 docs: add complete frontend debugging summary with dev tools usage 2025-12-14 10:31:16 -05:00
cawcenter
21a923de29 fix: add CoreProvider to AdminLayout to fix QueryClient error on all admin pages 2025-12-14 10:30:27 -05:00
cawcenter
005b0fcd9e docs: add frontend database connection troubleshooting guide 2025-12-14 10:24:09 -05:00
cawcenter
ab8511ffcd fix: update frontend PUBLIC_DIRECTUS_URL to launch.jumpstartscaling.com 2025-12-14 10:23:24 -05:00
cawcenter
c7e6dcb18b fix: update Directus PUBLIC_URL to launch.jumpstartscaling.com for frontend compatibility 2025-12-14 10:22:30 -05:00
cawcenter
517a7281e4 docs: add live alpha deployment confirmation and AI agent onboarding guide 2025-12-14 10:18:47 -05:00
cawcenter
7b95b7251d feat: complete database schema with all 39 tables and foreign key relationships 2025-12-14 10:16:01 -05:00
cawcenter
40e6b6465b feat: add final 3 collections (article_templates, avatars, campaigns) - complete frontend-backend alignment 2025-12-14 09:37:05 -05:00
cawcenter
15c547d21d feat: add all missing collections (locations, forms, content_modules, offer_blocks_universal) 2025-12-14 09:36:42 -05:00
cawcenter
6b1000c136 fix: Intelligence Library schema - add slug, tech_stack, identity fields and geo_clusters/geo_locations collections 2025-12-14 09:34:52 -05:00
cawcenter
65ea0971aa feat: update schema to match frontend types - add globals, navigation, and missing fields 2025-12-14 09:32:13 -05:00
cawcenter
4842ddfe29 fix: rename postgres volume to postgres-data-fresh to force new database creation 2025-12-14 09:18:21 -05:00
cawcenter
80008ddcfd fix: use default postgres user (always exists) instead of custom user 2025-12-14 09:14:20 -05:00
cawcenter
716ca8a9a9 fix: remove env_file to prevent credential override, add .env.production template 2025-12-14 09:12:02 -05:00
cawcenter
f2121e19e3 fix: use existing database credentials (bbdf554) to match initialized volume 2025-12-14 09:07:05 -05:00
cawcenter
3acd8b6330 feat: fully self-contained docker-compose with hardcoded credentials (no env vars needed) 2025-12-14 09:01:46 -05:00
cawcenter
64ecc8024f feat: Heavy Duty config with Git URL syntax, maxed limits (500mb payload, 200 DB connections), and Coolify labels 2025-12-14 08:59:44 -05:00
cawcenter
99ec2fb951 fix: use Coolify-native labels (coolify.fqdn) for automatic domain configuration 2025-12-14 08:42:21 -05:00
cawcenter
efab6dafa9 fix: Coolify-friendly docker-compose with deployment guide 2025-12-14 08:25:54 -05:00
cawcenter
cd77908acd fix: clean docker-compose.yaml with official Directus image and proper health checks 2025-12-14 08:20:52 -05:00
cawcenter
d392ecc618 fix: bootstrap script now persists credentials across restarts 2025-12-14 08:18:11 -05:00
cawcenter
8044630fc5 feat: update Directus Dockerfile to use bootstrap script with auto-generated credentials 2025-12-14 08:07:21 -05:00
cawcenter
f52372a29f feat: add bootstrap script for auto-generated credentials on fresh install 2025-12-14 08:06:56 -05:00
cawcenter
fc88ad4240 refactor: use environment variables in docker-compose 2025-12-14 00:29:55 -05:00
cawcenter
75f36d35db feat: hardcode all environment variables for fresh deployment 2025-12-14 00:20:58 -05:00
cawcenter
ed815ddfd5 fix(frontend): remove invalid prop from ReactQueryDevtools 2025-12-13 22:53:36 -05:00
cawcenter
789a423b6f feat: add global debug toolbar with console capture and backend health check 2025-12-13 22:53:14 -05:00
cawcenter
be0bb9766d fix(frontend): robust error handling in fetchers and fix UUID casting 2025-12-13 22:49:08 -05:00
cawcenter
6add486fe8 fix: disable directus pressure limiter and increase db pool 2025-12-13 22:47:26 -05:00
cawcenter
a924d90de5 feat: consolidate schema and fix frontend type errors 2025-12-13 22:00:00 -05:00
cawcenter
987958c8b9 docs: Update Bot Onboarding Guide to Release Readiness 2025-12-13 21:29:55 -05:00
cawcenter
79feba84fb docs: Handover updates for Roadmap, Plans and Verification guides 2025-12-13 21:27:53 -05:00
cawcenter
0d59885144 docs: Update session summary with routing fixes 2025-12-13 21:26:30 -05:00
cawcenter
9ae496fd85 fix: Restore broken admin routes and fix article list 2025-12-13 21:23:29 -05:00
cawcenter
357c52c99f fix: Align article fields in frontend engine 2025-12-13 21:15:51 -05:00
cawcenter
f7dd7b41b5 feat: Implement Frontend Engine (Router + BlockRenderer) 2025-12-13 21:15:11 -05:00
cawcenter
93734c8966 fix: Update preview logic to support page blocks 2025-12-13 21:09:09 -05:00
cawcenter
b25429dceb docs: Add verification guides and summary 2025-12-13 21:06:48 -05:00