Commit Graph

22 Commits

Author SHA1 Message Date
gpt-engineer-app[bot]
64e2b893b9 Implement pipeline monitoring alerts
Extend existing alert system to include real-time monitoring for rate limit violations and ban evasion attempts. This involves adding new reporting functions to `pipelineAlerts.ts`, integrating these functions into submission and company helper files, updating the admin dashboard component to display new alert types, and creating a database migration for the new alert type.
2025-11-08 00:39:37 +00:00
gpt-engineer-app[bot]
c490bf19c8 Add rate limiting to company submission functions
Implement rate limiting for `submitCompanyCreation` and `submitCompanyUpdate` to prevent abuse and ensure pipeline integrity. This includes adding checks for submission rate limits and recording submission attempts.
2025-11-08 00:08:11 +00:00
gpt-engineer-app[bot]
5a61a2b49e Fix: Replace require with ES module imports 2025-11-05 16:12:47 +00:00
gpt-engineer-app[bot]
783284a47a Implement success/failure states 2025-11-05 14:02:34 +00:00
gpt-engineer-app[bot]
ec5181b9e6 feat: Implement circuit breaker and retry logic 2025-11-05 13:27:22 +00:00
gpt-engineer-app[bot]
a9334c7a3a Implement Phase 3C error logging 2025-11-04 19:39:55 +00:00
gpt-engineer-app[bot]
6af981a6e4 Fix imports and test flow 2025-11-03 22:03:08 +00:00
gpt-engineer-app[bot]
fe76c8c572 feat: Implement comprehensive ban enforcement 2025-10-30 01:47:51 +00:00
gpt-engineer-app[bot]
97f415941c Optimize select queries 2025-10-21 16:42:31 +00:00
gpt-engineer-app[bot]
1138eea024 Implement all phases sequentially 2025-10-21 12:18:38 +00:00
gpt-engineer-app[bot]
4983960138 Fix remaining production readiness issues 2025-10-20 12:30:09 +00:00
gpt-engineer-app[bot]
bc4a444138 Implement strict type enforcement plan 2025-10-16 14:10:35 +00:00
gpt-engineer-app[bot]
4efdeaa104 Refactor: Implement entity type safety plan 2025-10-16 13:48:41 +00:00
pac7
6737431379 Improve error handling and navigation safety across the application
Add robust error handling for image uploads, improve navigation logic in AutocompleteSearch with toast notifications for missing identifiers, refine useIsMobile hook return type, and update Supabase function error reporting to handle non-Error types.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: a759d451-40bf-440d-96f5-a19ad6af18a8
Replit-Commit-Checkpoint-Type: intermediate_checkpoint
2025-10-07 15:25:37 +00:00
gpt-engineer-app[bot]
1cf13efc97 Fix: Sanitize original_data for JSONB compatibility 2025-10-03 16:51:47 +00:00
gpt-engineer-app[bot]
2426da66cb Fix submission update functions 2025-10-03 16:03:07 +00:00
gpt-engineer-app[bot]
2324d276e4 feat: Implement comprehensive entity submission architecture 2025-10-01 20:45:11 +00:00
gpt-engineer-app[bot]
65c3e92c70 Fix image upload and moderation display 2025-10-01 20:28:34 +00:00
gpt-engineer-app[bot]
db839ef957 Fix content submissions constraint violation 2025-10-01 20:11:12 +00:00
gpt-engineer-app[bot]
d100e0188b Refactor: Unify moderation queue for all entities 2025-10-01 20:00:22 +00:00
gpt-engineer-app[bot]
37b70111c6 feat: Implement enhanced multi-image upload 2025-10-01 18:51:48 +00:00
gpt-engineer-app[bot]
556d1c5a97 feat: Implement company management plan 2025-09-30 03:01:53 +00:00