Commit Graph

111 Commits

Author SHA1 Message Date
gpt-engineer-app[bot]
f3f67f3104 Create RPC fix migration and types
Update database migration to fix create_submission_with_items to use relational park_submission_locations for location data, removing temp_location_data usage; add corresponding TypeScript type cleanup to drop temp_location_data field from submission data types.
2025-11-10 20:05:52 +00:00
gpt-engineer-app[bot]
96adb2b15e Connect to Lovable Cloud
Implement distributed tracing across edge functions:
- Introduce span types and utilities (logger.ts enhancements)
- Replace request tracking with span-based tracing in approval and rejection flows
- Propagate and manage W3C trace context in edge tracking
- Add span visualization scaffolding (spanVisualizer.ts) and admin TraceViewer UI (TraceViewer.tsx)
- Create tracing-related type definitions and support files
- Prepare RPC call logging with span context and retries
2025-11-10 14:40:44 +00:00
gpt-engineer-app[bot]
5b0ac813e2 Fix park submission locations
Implement Phase 1 of the JSONB violation fix by creating the `park_submission_locations` table. This includes migrating existing data from `park_submissions.temp_location_data` and updating relevant code to read and write to the new relational table. The `temp_location_data` column will be dropped after data migration.
2025-11-06 15:45:12 +00:00
gpt-engineer-app[bot]
98fbc94476 feat: Add street address to locations
Adds a street_address column to the locations table and updates the LocationSearch component to capture, store, and display full street addresses. This includes database migration, interface updates, and formatter logic.
2025-11-06 13:51:40 +00:00
gpt-engineer-app[bot]
93e8e98957 Fix: Display temp location data 2025-11-06 04:37:48 +00:00
gpt-engineer-app[bot]
6e1ff944c8 Refactor: Remove Cronitor RUM tracking 2025-11-05 15:59:05 +00:00
gpt-engineer-app[bot]
0106bdb1d5 feat: Integrate Cronitor RUM 2025-11-05 15:07:31 +00:00
gpt-engineer-app[bot]
809627ccb6 feat: Update test data generators 2025-11-04 17:21:56 +00:00
gpt-engineer-app[bot]
80aa033e70 Fix submission_items foreign keys 2025-11-04 14:57:58 +00:00
gpt-engineer-app[bot]
22f4a68bd8 Refactor: Database and UI updates 2025-11-03 21:32:04 +00:00
gpt-engineer-app[bot]
50e560f7cd Refactor: Update audit log functions 2025-11-03 20:45:37 +00:00
gpt-engineer-app[bot]
eee4b1c626 Fix moderation queue issues 2025-11-03 16:43:21 +00:00
gpt-engineer-app[bot]
c68b88de86 feat: Implement dynamic join solution 2025-11-03 16:20:28 +00:00
gpt-engineer-app[bot]
288e87bcd3 Fix TypeScript strict mode errors 2025-11-03 03:29:29 +00:00
gpt-engineer-app[bot]
9e02748067 Fix moderation type errors 2025-11-03 02:06:23 +00:00
gpt-engineer-app[bot]
007494d21c Fix: Resolve type errors in homepage components 2025-11-03 02:04:14 +00:00
gpt-engineer-app[bot]
c4b1339f0d Fix null/undefined type mismatches 2025-11-03 01:35:07 +00:00
gpt-engineer-app[bot]
2ce837f376 Fix type errors in admin components 2025-11-03 01:24:54 +00:00
gpt-engineer-app[bot]
8ce7775324 Fix remaining any types and enable strict mode 2025-11-03 01:20:50 +00:00
gpt-engineer-app[bot]
d126be2908 feat: Enable TypeScript strict mode 2025-11-03 00:58:42 +00:00
gpt-engineer-app[bot]
665918741e Fix build errors in tests 2025-11-02 21:12:06 +00:00
gpt-engineer-app[bot]
f3c898dfc1 feat: Implement all 7 phases 2025-11-02 21:00:22 +00:00
gpt-engineer-app[bot]
bb951e637f Refactor composite submission logic 2025-11-02 20:29:08 +00:00
gpt-engineer-app[bot]
133141d474 Reverted to commit 0091584677 2025-11-01 15:22:30 +00:00
gpt-engineer-app[bot]
b2bf9a6e20 Implement Auth0 migration 2025-11-01 01:08:11 +00:00
gpt-engineer-app[bot]
6a30a9e568 feat: Implement is_test_data flag system 2025-10-30 15:02:17 +00:00
gpt-engineer-app[bot]
36790600b9 Fix ride model versioning 2025-10-30 14:07:05 +00:00
gpt-engineer-app[bot]
1700411b91 Fix ride versioning inconsistencies 2025-10-30 13:56:26 +00:00
gpt-engineer-app[bot]
e481f7aede Fix ride versioning synchronization 2025-10-30 13:52:56 +00:00
gpt-engineer-app[bot]
96588ef1f2 Add missing fields to ride versions 2025-10-30 13:20:57 +00:00
gpt-engineer-app[bot]
dd420a1684 Fix: Add missing ride fields to database 2025-10-30 13:10:43 +00:00
gpt-engineer-app[bot]
8540d227b2 feat: Implement bot detection plan 2025-10-30 13:05:32 +00:00
gpt-engineer-app[bot]
05217b00d4 Add coaster-specific fields 2025-10-30 12:35:48 +00:00
gpt-engineer-app[bot]
8795e756ce feat: Add category-specific ride fields 2025-10-30 12:24:28 +00:00
gpt-engineer-app[bot]
9aaff5a10b feat: Add submitter fields to entity forms 2025-10-29 15:30:15 +00:00
pac7
d1f01d9228 Improve security by requiring higher authentication levels for sensitive actions
Update authentication flows to enforce AAL2 requirements for MFA operations and identity disconnections, and adjust TOTP verification logic.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: da324197-4d44-4e4b-b342-fe8ae33cf0cf
Replit-Commit-Checkpoint-Type: intermediate_checkpoint
2025-10-27 23:53:33 +00:00
gpt-engineer-app[bot]
1138eea024 Implement all phases sequentially 2025-10-21 12:18:38 +00:00
gpt-engineer-app[bot]
0c0d79754b Refactor: Update Supabase client 2025-10-21 12:05:04 +00:00
gpt-engineer-app[bot]
53b2497e30 feat: Execute full production readiness plan 2025-10-20 17:43:21 +00:00
gpt-engineer-app[bot]
6f1baef8c0 Approve tool use 2025-10-20 12:58:09 +00:00
gpt-engineer-app[bot]
db60759b9b feat: Implement full type safety plan 2025-10-20 00:40:47 +00:00
gpt-engineer-app[bot]
d9a912f443 Fix: Enable TypeScript strict mode 2025-10-20 00:26:49 +00:00
gpt-engineer-app[bot]
ac151e5445 Fix: Resolve milestone validation errors 2025-10-17 15:47:40 +00:00
gpt-engineer-app[bot]
921abb63a1 Fix database schema 2025-10-17 14:25:03 +00:00
gpt-engineer-app[bot]
badb2cd865 Fix RideCreditsManager type error 2025-10-17 14:06:25 +00:00
gpt-engineer-app[bot]
a2e05c5080 Refactor: Implement complete plan 2025-10-17 14:04:57 +00:00
gpt-engineer-app[bot]
0ff424fcee feat: Display user activity history 2025-10-17 12:34:10 +00:00
gpt-engineer-app[bot]
f176c28df6 feat: Add track material column and filtering 2025-10-16 19:54:22 +00:00
gpt-engineer-app[bot]
294019f7bd Implement multi-select search combobox 2025-10-16 15:56:19 +00:00
gpt-engineer-app[bot]
0d9926a5ae Approve database migration 2025-10-16 15:38:28 +00:00