Tracewebstudio Dev
732acd9c35
Update Woodpecker CI/CD config and add frontend log file
2026-05-08 15:34:41 +02:00
Ashwin Kumar
4a8b50f336
fix(docker): use simpler single-stage Dockerfile
...
- Add Dockerfile.simple with single-stage build
- Update woodpecker to use Dockerfile.simple
- Remove multi-stage complexity
2026-04-10 19:46:36 +02:00
Ashwin Kumar
163ebda586
fix(docker): create .env file in Dockerfile instead of copying
...
- Create .env file with RUN echo instead of COPY
- .env is in .gitignore so cannot be copied
2026-04-10 19:37:19 +02:00
Ashwin Kumar
f1e68632ad
fix(docker): add .env file and API URLs for build
...
- Copy .env file before npm install
- Set VITE_API_URL and PUBLIC_API_URL env vars
- Use npm ci instead of npm install
2026-04-10 18:18:20 +02:00
Ashwin Kumar
dc3c53e3e7
fix(docker): use npm ci and set NODE_ENV=production
...
- Use npm ci for cleaner installs
- Set NODE_ENV=production
- Fallback to npm install if npm ci fails
2026-04-10 18:17:36 +02:00
Ashwin Kumar
c68494d79b
fix(docker): revert to node:20-slim with 3GB memory
...
- Use node:20-slim for builder stage (better memory handling)
- Keep node:20-alpine for runtime (smaller image)
- Increase memory to 3072MB for build
2026-04-10 18:11:35 +02:00
Ashwin Kumar
c3dc751df9
fix(woodpecker): remove detect-changes step - always build
2026-04-10 17:56:41 +02:00
Ashwin Kumar
5d73c7046a
fix(docker): use Alpine and reduce memory for build
...
- Switch from node:20-slim to node:20-alpine for smaller image
- Reduce NODE_OPTIONS memory from 4096 to 2048
- Use Alpine apk instead of apt-get
2026-04-10 17:46:17 +02:00
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