Ashwin Kumar
5327059651
chore(ci): trigger pipeline with updated registry secrets
2026-04-12 12:40:51 +02:00
Ashwin Kumar
658106435a
fix(ci): use REGISTRY_HOSTPORT secret for private registry
2026-04-12 12:17:09 +02:00
Ashwin Kumar
7c11c888a7
chore(ci): trigger frontend solid woodpecker
2026-04-11 15:35:56 +02:00
Ashwin Kumar
d215337634
chore(ci): trigger woodpecker
2026-04-11 15:04:27 +02:00
Ashwin Kumar
45bbd185aa
chore(ci): trigger woodpecker rebuild
2026-04-11 14:20:34 +02:00
Ashwin Kumar
396dead99b
fix(ci): use repo path only for kaniko destination
2026-04-11 13:58:08 +02:00
Ashwin Kumar
484f4f0dfb
fix(ci): switch to kaniko for http local registry push
2026-04-11 13:49:48 +02:00
Ashwin Kumar
45d61a0696
fix(ci): qualify repo target and restore explicit registry push auth
2026-04-11 13:43:32 +02:00
Ashwin Kumar
fc4c384733
fix(ci): force http local registry endpoint for buildx push
2026-04-11 13:32:35 +02:00
Ashwin Kumar
3bd8d4b105
fix(ci): restore working buildx settings pattern with registry push creds
2026-04-11 00:38:04 +02:00
Ashwin Kumar
a3f10cfa66
fix(ci): fallback to dockerhub secrets and static registry host
2026-04-11 00:07:57 +02:00
Ashwin Kumar
945bf12405
fix(ci): quote secret guard command for valid yaml
2026-04-11 00:01:15 +02:00
Ashwin Kumar
923c4f144b
fix(ci): use dedicated REGISTRY_* secrets for docker login
2026-04-10 23:55:54 +02:00
Ashwin Kumar
7db23e0a88
fix(ci): map registry login to dockerhub secrets
2026-04-10 23:30:01 +02:00
Ashwin Kumar
068dcfbb1e
fix(ci): use docker cli build/push instead of buildx
2026-04-10 23:20:24 +02:00
Ashwin Kumar
b29732b5f9
fix(ci): normalize registry host and scoped repo settings
2026-04-10 23:13:23 +02:00
Ashwin Kumar
067fbc1254
fix(ci): force http registry endpoint for buildx push
2026-04-10 22:43:03 +02:00
Ashwin Kumar
8c8c65b894
fix(ci): push to scoped local registry with explicit login
2026-04-10 22:26:06 +02:00
Ashwin Kumar
ff43578259
fix(ci): disable buildx cache to avoid https cache export
2026-04-10 22:08:02 +02:00
Ashwin Kumar
1b0374f5f0
fix(ci): disable registry cache export/import for http registry
2026-04-10 22:05:49 +02:00
Ashwin Kumar
3d049a0215
fix(ci): use repo name with registry setting for insecure push
2026-04-10 21:58:00 +02:00
Ashwin Kumar
808fe4a908
chore(ci): revert to buildx plugin with local registry auth
2026-04-10 21:30:27 +02:00
Ashwin Kumar
867035be71
fix(ci): configure kaniko auth for local registry
2026-04-10 21:18:27 +02:00
Ashwin Kumar
526432f072
fix(ci): switch to daemonless kaniko builds
2026-04-10 20:34:17 +02:00
Ashwin Kumar
333c432d08
fix(ci): attach buildx to dind daemon
2026-04-10 20:28:32 +02:00
Ashwin Kumar
8978164c48
fix(ci): allow insecure local registry for buildx
2026-04-10 20:25:10 +02:00
Ashwin Kumar
cf0ef5328f
chore(ci): use alpine base for simple docker build
2026-04-10 20:21:26 +02:00
Ashwin Kumar
e2c91fb413
fix(build): restore dashboard layout + api client compatibility
2026-04-10 20:20:00 +02:00
Ashwin Kumar
7912b44f8d
chore(ci): trigger woodpecker
2026-04-10 19:59:27 +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
a7013c7093
chore: trigger woodpecker build
...
Empty commit to re-trigger CI pipeline
2026-04-10 12:05: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
Ashwin Kumar
f27713a136
docs: document that DashboardDesignPreview uses real APIs, not mock data
...
DashboardDesignPreview fetches live data from 12+ API endpoints:
- Wallet/credits balance
- Marketplace leads
- Lead requests
- Customer requirements
- Jobs
- User profile
- Professional services
- Portfolio
- User roles
- Pricing packages
- Knowledge base
- Notification counts (polling every 30s)
Key insight: Preview shows REAL DATA with generic UI, not mock data.
2026-04-10 01:53:02 +02:00
Ashwin Kumar
ba38d12331
docs: complete sidebar status for all 4 role types
...
Documented all 48 sidebar items across all roles:
- Job Seeker: 12/12 real
- Company: 12/12 real
- Customer: 12/12 real
- Professional: 12/12 real
Each item includes:
- Component name
- Status (all REAL)
- API endpoints used
- Features available
Common pages detail:
- Explore Nxtgauge (role switching)
- Settings (password, notifications, delete)
- Switch Services (quick role switch)
- Credits (wallet, packages, transactions)
2026-04-10 01:51:00 +02:00
Ashwin Kumar
4795ef2910
feat: wire Credits page to pricing management and payment APIs
...
Updated CreditsPage with full pricing and transaction support:
- Load pricing packages from /api/packages (role-specific)
- Create payment orders via /api/payments/create-order
- Display transaction history from wallet ledger + payments
- New tabbed interface: Overview, Buy Credits, Transactions
- Shows package details: name, price, tracecoins amount
- Format currency in INR with proper locale
Data sources:
- Packages: GET /api/packages?role={role_key}
- Wallet: GET /api/{prefix}/wallet/me
- Ledger: GET /api/{prefix}/wallet/me/ledger
- Payments: POST /api/payments/create-order
2026-04-10 01:38:44 +02:00
Ashwin Kumar
c1c9e79945
docs: document common pages wiring status and missing pricing feature
...
Common pages status:
- Credits: Partial (balance only, missing pricing/packages)
- Explore Services: Fully wired
- Settings: Fully wired
- Help Center: Fully wired
- Switch Services: Basic
- Logout: Fully wired
Identified missing pricing/payment flow for credits.
2026-04-10 01:32:06 +02:00