Commit Graph

13 Commits

Author SHA1 Message Date
gpt-engineer-app[bot]
03aab90c90 Fix test parameter mismatches
Correct parameter names in integration tests to resolve TypeScript errors. The errors indicate a mismatch between expected and actual parameter names (`p_user_id` vs `_user_id`) in Supabase-generated types, which are now being aligned.
2025-11-07 01:13:55 +00:00
gpt-engineer-app[bot]
e747e1f881 Implement RLS and security functions
Apply Row Level Security to orphaned_images and system_alerts tables. Create RLS policies for admin/moderator access. Replace system_health view with get_system_health() function.
2025-11-07 01:02:58 +00:00
gpt-engineer-app[bot]
06c004d5fe Fix: Remove .select() from delete operations 2025-11-04 16:42:23 +00:00
gpt-engineer-app[bot]
6af981a6e4 Fix imports and test flow 2025-11-03 22:03:08 +00:00
gpt-engineer-app[bot]
e9b9faa3e1 Refactor: Implement logging and JSONB cleanup 2025-11-03 18:05:58 +00:00
gpt-engineer-app[bot]
516f7c4c41 Fix: Resolve remaining TypeScript errors 2025-11-03 02:54:43 +00:00
gpt-engineer-app[bot]
665918741e Fix build errors in tests 2025-11-02 21:12:06 +00:00
gpt-engineer-app[bot]
8feb01f1c3 Implement Phases 5 & 6 2025-11-02 21:11:18 +00:00
gpt-engineer-app[bot]
1874b6ffbd feat: Integrate TestDataTracker into all test suites 2025-10-30 15:08:33 +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]
f5b358aaf5 Fix v1 scope error in versioning tests 2025-10-30 14:52:23 +00:00
gpt-engineer-app[bot]
86036ac9ef Refactor: Fix integration test critical issues 2025-10-30 14:49:15 +00:00
gpt-engineer-app[bot]
0c34ae1075 Implement integration testing system 2025-10-30 14:35:09 +00:00