Commit graph

9 commits

Author SHA1 Message Date
Ashwin Kumar
47b129c0d7 fix(woodpecker): handle shallow git clone for change detection 2026-04-10 17:42:53 +02:00
Ashwin Kumar
21de1cb7e4 feat(woodpecker): use internal registry docker-registry.registry.svc.cluster.local:5000 2026-04-10 17:39:34 +02:00
Ashwin Kumar
349bd8f961 perf(woodpecker): add Docker layer caching for faster builds 2026-04-10 05:43:43 +02:00
Ashwin Kumar
cc53e7d43e fix(woodpecker): remove deploy step - deployment handled externally 2026-04-10 05:34:51 +02:00
Ashwin Kumar
85b9ca810b fix(woodpecker): use exit code 78 to skip builds instead of evaluate 2026-04-10 05:27:33 +02:00
Ashwin Kumar
89b78b59aa fix(woodpecker): fix secrets syntax - use environment with from_secret 2026-04-10 05:24:37 +02:00
Ashwin Kumar
f47c681073 feat(woodpecker): add change detection and selective builds
- Add detect-changes step to check for code changes

- Add multiple tags (commit SHA, latest, branch-latest)

- Add Kubernetes deployment step

- Skip build/deploy if no relevant file changes

- Consistent with backend CI pipeline
2026-04-10 05:21:37 +02:00
Ashwin Kumar
f32cefeab9 feat(frontend): add lead requests, accepted leads, checkout, invoice detail, notification bell
- Add Lead Requests page with filters and cancel functionality
- Add Accepted Leads page with contact details and WhatsApp integration
- Add Buy Tracecoins checkout flow with Beeceptor payment
- Add Invoice Detail page with GST breakdown
- Add NotificationBell component with 30s polling
- Add manual E2E test script
- Update Playwright tests for company verification flow
2026-04-10 03:36:26 +02:00
Ashwin Kumar
6f88aa9627 fix: Chrome rendering and scrolling issues
- Changed overflow-x: clip to overflow-x: hidden for better Chrome support
- Changed auth-layout align-items from center to start to prevent clipping
- Added overflow-y: auto and overflow-x: hidden to body for consistent scrolling

Fixes issues where header and signup form were not visible in Chrome
and users were unable to scroll.
2026-04-10 02:48:46 +02:00