Commit graph

1533 commits

Author SHA1 Message Date
autocommit
924f35c789 feat(mcp-server): Replace MCP server backend with quinn.api integration and update auth middleware
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-05 15:23:35 -07:00
autocommit
5e4e26afe2 refactor(mcp-server): ♻️ Clean up and reorganize HTTP client implementation with improved variable naming and export declarations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-05 15:16:53 -07:00
autocommit
3929bf4a71 feat(data-api): Implement cache invalidation for content table writes to auto-trigger cache updates
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-05 15:10:42 -07:00
autocommit
90c45f02c4 feat(frontend-public): Add maintenance mode route handling for AboutPage during downtime
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-05 14:46:26 -07:00
autocommit
3e19742025 remove(api-entities): 🔥 Remove deprecated fields from GalleryItem schema
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-05 11:20:55 -07:00
autocommit
347990cdae feat(frontend-public): Add maintenance mode route for rates page in frontend-public
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-05 11:02:02 -07:00
autocommit
9f17029166 remove(contacts): 🔥 Remove 'suppressed' filter and UI component from ContactsFilters, StatusPill, and ContactsPage
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-04 15:10:55 -07:00
autocommit
628780a8a9 remove(contact-render): 🔥 Remove auto-suppression logic from contact rendering
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-04 14:52:18 -07:00
autocommit
3b72adddc9 test(api): Add test cases for contact rendering and client override rendering in API module
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-04 14:45:52 -07:00
autocommit
456274658d feat(api-surfaces): Introduce clients-contact-preview and clients API surfaces with new endpoints for client management (CRUD) and contact previews
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-04 14:45:51 -07:00
autocommit
2a35307776 feat(api-entities): Add new fields and types to client and contact relationship entity schemas for richer API data representation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-04 14:45:51 -07:00
autocommit
79e16aec3b refactor(contacts): ♻️ Remove suppression props and streamline decision logic in ContactDetailPanel and RenderDecisions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-04 14:45:51 -07:00
autocommit
0b9e601d26 remove(gallery): 🔥 Remove blur reveal animation logic from GalleryGrid component
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-03 18:00:57 -07:00
autocommit
9cf50711a5 feat(frontend-public): Add maintenance mode routes for destinations in the frontend routing system
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-03 17:08:08 -07:00
autocommit
b7dfee3d1f feat(geo-enrichment): Introduce area-code-to-sub-market mapping and backfill logic to enrich existing data with geographic sub-market information
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-03 15:11:03 -07:00
autocommit
dc75b91608 test(api-api): Refine TypeScript types and add test utilities for API test data, assertions, and validation in m-contact-render, www-blog, and www-tour test files
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-03 15:11:03 -07:00
autocommit
88b719b911 chore(quinn-ai-gateway): 🔧 Update TypeScript config for compiler options and paths in tsconfig.json
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-03 15:11:02 -07:00
autocommit
55dbdc7e58 refactor(frontend-public): ♻️ Remove unused route imports from App.tsx to clean up bundle size and improve maintainability
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-03 11:41:21 -07:00
autocommit
5fdd3746a4 fix(age-verification): 🐛 Add null/undefined checks in AgeGate component and useAgeVerification hook to prevent crashes with missing values
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-03 11:35:28 -07:00
autocommit
025515faa8 feat(admin): Introduce rate management system for MCP server to enforce and track request limits
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-03 10:41:17 -07:00
autocommit
cfeca513c2 feat(admin): Integrate Quinn admin API client for MCP server admin interactions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-03 10:35:18 -07:00
autocommit
7da2d6a318 ci(api): 👷 Increase timeout for test execution in api tests to handle CI environment delays
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-03 02:49:26 -07:00
autocommit
76fd3ee38b test(api): Increase timeout for contact render tests to improve reliability in slower environments
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-03 02:31:20 -07:00
autocommit
2e25537464 perf(api): Optimize test performance by using shared DB connections and migrating setup to beforeAll
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-03 02:01:13 -07:00
autocommit
86b582127f test(api): Update test coverage for emoji slots rendering in client contact previews
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-03 01:55:23 -07:00
autocommit
9c262c7216 feat(frontend-hooks): Update custom hooks to integrate with restructured provider API and handle new data fields
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-03 01:49:13 -07:00
autocommit
274b3d2edd breaking(www): 💥 Remove deprecated www routes and API configurations from index.ts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-03 01:49:13 -07:00
autocommit
7509821784 breaking(provider-config): 💥 Restructure ProviderConfigService endpoints to enforce new endpoint paths, update config.ts and server.ts routes, and ensure backward-compatibility tests in m-contact-render.test.ts are maintained
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-03 01:49:13 -07:00
autocommit
7030e9375a feat(hooks): Extend useProviderData hook to support new data fields and validation requirements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-03 01:42:37 -07:00
autocommit
9c779df1bd feat(contact-render): Introduce emoji rendering for last names in contact display
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-03 01:42:36 -07:00
autocommit
7b9ecdd47d fix(admin): 🐛 Fix database connection initialization in admin seed script to prevent seeding failures
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-03 01:42:36 -07:00
autocommit
7359350b8e db(admin): 🗃️ Update migration logic to properly handle boolean "featured" flag values in gallery items during schema/data transformations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-03 01:36:01 -07:00
autocommit
fd700e74f8 style(frontend-public): 🎨 Add strict type definitions for optional additional properties in AboutPage component
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-03 01:29:41 -07:00
autocommit
94593c0630 ui(pages): 💄 Update TourPage layout and styling for improved visual presentation and onboarding flow
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-02 17:27:34 -07:00
autocommit
682e39ba34 ui(hero): 💄 Enhance TouringLink hover effects with improved visual feedback
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-02 17:06:27 -07:00
autocommit
9e1afaeb81 fix(geo-enrichment): 🐛 Replace import.meta.url with import.meta.main in backfill.ts to ensure proper direct script execution during backfill operations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-02 15:51:26 -07:00
autocommit
b59eface44 refactor(tour-stop): ♻️ Update Date object serialization to ensure proper TIMESTAMPTZ mapping for start_date and end_date fields
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-02 15:45:31 -07:00
autocommit
ef4a21cfb6 refactor(provider-website): ♻️ Update tour stops API endpoint path to align with new routing conventions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-02 15:15:50 -07:00
autocommit
b13407142e fix(provider-website): 🐛 Prevent undefined values in provider profile API responses by adding default serialization for optional fields
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-01 19:24:11 -07:00
autocommit
b5b2585dbc refactor(frontend-public): ♻️ Move maintenance mode route logic to separate configuration in Routes.tsx instead of App.tsx
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-01 18:42:26 -07:00
autocommit
7445a48c6d feat(mcp-server): Add client query tools and filters to MCP server's main logic for enhanced data retrieval
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-28 14:29:35 -07:00
autocommit
aa0983028d feat(backend-api): Implement message handling endpoints for creation, retrieval, and status updates
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-28 14:00:04 -07:00
autocommit
0bc5a789e3 feat(api-surfaces): Update message limit validation to enforce a maximum of 5000 characters
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-28 14:00:03 -07:00
autocommit
b28ed2d945 chore(backend-api): 🔧 Update .env.development with local/staging backend API environment variables
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-28 14:00:03 -07:00
autocommit
5d59ea83aa chore(backend-api): 🔧 Update development environment variables in .env.development for backend-api
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-28 13:53:46 -07:00
autocommit
0aed3934a7 feat(mcp-server): Introduce message processing logic with processMessage and MessageProcessor for handling incoming messages
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-28 13:47:34 -07:00
autocommit
d41a3b37e3 feat(backend-api): Add message endpoints for sending/receiving functionality
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-28 13:47:34 -07:00
autocommit
8081ddd733 chore(mcp-server): 🔧 Update server-side config in index.ts to modify client search behavior
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-28 13:35:34 -07:00
autocommit
1546a1b4e8 feat(surfaces): Introduce listClients function with search/filter capabilities for client data retrieval
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-28 13:35:34 -07:00
autocommit
618582da52 feat(client): Add search functionality to client filtering with new types and logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-28 13:35:34 -07:00