Commit Graph
18 Commits
Author SHA1 Message Date
Ajay Ghanwat 7799fa8baa agent: Verify service is running and note current contact 2026-04-14 17:52:02 +05:30
Ajay Ghanwat db2aee0a56 pre-agent: Verify service is running and note current contact 2026-04-14 17:50:58 +05:30
Ajay Ghanwat fac9faf492 pre-agent: Verify service is running and note current contact 2026-04-14 17:50:58 +05:30
Ajay Ghanwat 5a68c112cb agent: End-to-end verification of contact form and email
Deploy to Production / Build & Verify (push) Failing after 5m53s
Ping Search Engines / Notify Search Engines (push) Successful in 6s
Deploy to Production / Pre-Deploy Tests (push) Has been skipped
Deploy to Production / Deploy to Railway (push) Has been skipped
Deploy to Production / Deploy to Render (push) Has been skipped
Deploy to Production / Deploy to VPS (PM2) (push) Has been skipped
Deploy to Production / Deploy to Fly.io (push) Has been skipped
Deploy to Production / Post-Deploy Verification (push) Has been skipped
Deploy to Production / Notify on Failure (push) Successful in 2s
E2E Test Suite / Critical User Journeys (push) Has been skipped
E2E Test Suite / API Integration Tests (push) Has been skipped
E2E Test Suite / Smoke Tests (P0) (push) Failing after 9m57s
E2E Test Suite / Form Interaction Tests (push) Failing after 12m47s
E2E Test Suite / Destructive & Chaos Tests (push) Failing after 12m18s
E2E Test Suite / Cross-Browser Regression (chromium) (push) Failing after 9m54s
E2E Test Suite / Cross-Browser Regression (firefox) (push) Failing after 11m31s
E2E Test Suite / Cross-Browser Regression (webkit) (push) Failing after 16m26s
E2E Test Suite / Security Header Tests (push) Failing after 7m57s
E2E Test Suite / Test Report Summary (push) Failing after 4s
E2E Test Suite / Mobile Device Tests (push) Failing after 3h11m8s
Uptime Monitor / SSL Certificate (push) Successful in 2s
Uptime Monitor / Health & Response Time (push) Successful in 3s
Uptime Monitor / Send Alerts (push) Has been skipped
Uptime Monitor / Record Uptime Success (push) Successful in 2s
2026-04-13 13:07:35 +05:30
Ajay Ghanwat 5898e97a27 pre-agent: End-to-end verification of contact form and email 2026-04-13 13:01:19 +05:30
Ajay Ghanwat fd024874c7 pre-agent: Build and restart the production server 2026-04-13 12:59:23 +05:30
Ajay GhanwatandClaude Opus 4.6 683ff54cdb feat: add user confirmation email and admin BCC for contact form submissions
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-13 12:59:07 +05:30
Ajay Ghanwat da0e2367c0 pre-agent: Add admin notification email as BCC for delivery c 2026-04-13 12:58:21 +05:30
Ajay GhanwatandClaude Opus 4.6 40ed89793b feat: add SMTP connection verification and detailed delivery logging
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-13 12:58:02 +05:30
Ajay Ghanwat 48058c544e pre-agent: Add SMTP connection verification and detailed erro 2026-04-13 12:56:56 +05:30
Ajay Ghanwat 0213226882 feat: update contact form for instant response UX with loading states and clear feedback 2026-04-13 12:56:35 +05:30
Ajay Ghanwat 4d882f1dc7 pre-agent: Update contact form JS for instant feedback UX 2026-04-13 12:55:36 +05:30
Ajay Ghanwat 68e1623c1b pre-agent: Audit contact form frontend submission handler 2026-04-13 12:52:55 +05:30
Ajay GhanwatandClaude Opus 4.6 d002516bc8 feat: implement fire-and-forget background email sending for instant API response
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-13 12:52:33 +05:30
Ajay Ghanwat 3c46684b1b pre-agent: Implement fire-and-forget background email sending 2026-04-13 12:51:50 +05:30
Ajay Ghanwat 8f6e530dc4 fix: correct SMTP transporter config with env vars and STARTTLS settings 2026-04-13 12:51:29 +05:30
Ajay Ghanwat 9fcf2e73fe pre-agent: Fix SMTP transporter configuration in contact API 2026-04-13 12:50:41 +05:30
Ajay Ghanwat c7bc4c724f fix: make contact form response instant by sending email in background
The POST handler previously awaited sendContactEmail() which blocked the
HTTP response until SMTP delivery completed. Now the email is fired off
as a background promise with error logging/Sentry capture in .catch(),
so users get an immediate 200 response (~130ms vs seconds).
2026-04-13 12:50:20 +05:30