Commit graph

165 commits

Author SHA1 Message Date
Tracewebstudio Dev
8e6dfc5ed4 chore: retrigger woodpecker 2026-04-13 12:08:49 +02:00
Tracewebstudio Dev
a8b1b7cd11 feat: multi-select roles in pricing management UI 2026-04-13 01:36:15 +02:00
Tracewebstudio Dev
c628c968ae chore(ci): trigger rebuild 2026-04-12 18:08:57 +02:00
Ashwin Kumar
eb235676b4 fix(ci): use from_secret for REGISTRY_HOSTPORT in kaniko 2026-04-12 13:44:24 +02:00
Ashwin Kumar
21ffeda611 chore(ci): trigger pipeline with updated registry secrets 2026-04-12 12:40:52 +02:00
Ashwin Kumar
88d9ebbfc2 fix(ci): use REGISTRY_HOSTPORT secret for private registry 2026-04-12 12:17:10 +02:00
Ashwin Kumar
63d1813ffb chore(ci): trigger woodpecker 2026-04-11 15:04:27 +02:00
Ashwin Kumar
a12b146920 chore(ci): trigger woodpecker rebuild 2026-04-11 14:20:33 +02:00
Ashwin Kumar
f01f071322 fix(ci): use repo path only for kaniko destination 2026-04-11 13:58:08 +02:00
Ashwin Kumar
7ecbe69196 fix(ci): switch to kaniko for http local registry push 2026-04-11 13:49:49 +02:00
Ashwin Kumar
3b877d6366 fix(ci): qualify repo target and restore explicit registry push auth 2026-04-11 13:43:32 +02:00
Ashwin Kumar
fffe8c95c0 fix(ci): force http local registry endpoint for buildx push 2026-04-11 13:32:35 +02:00
Ashwin Kumar
791f92b503 fix(ci): restore working buildx settings pattern with registry push creds 2026-04-11 00:38:02 +02:00
Ashwin Kumar
63b1d85450 fix(ci): fallback to dockerhub secrets and static registry host 2026-04-11 00:07:58 +02:00
Ashwin Kumar
688e1347e0 fix(ci): quote secret guard command for valid yaml 2026-04-11 00:01:15 +02:00
Ashwin Kumar
83ccd127e6 fix(ci): use dedicated REGISTRY_* secrets for docker login 2026-04-10 23:55:53 +02:00
Ashwin Kumar
98b54e55e4 fix(ci): map registry login to dockerhub secrets 2026-04-10 23:30:00 +02:00
Ashwin Kumar
18ebedebc9 fix(ci): use docker cli build/push instead of buildx 2026-04-10 23:20:25 +02:00
Ashwin Kumar
01e8dbf5d5 fix(ci): normalize registry host and scoped repo settings 2026-04-10 23:13:24 +02:00
Ashwin Kumar
c9a9c1f443 fix(ci): force http registry endpoint for buildx push 2026-04-10 22:43:04 +02:00
Ashwin Kumar
c6bf318974 fix(ci): push to scoped local registry with explicit login 2026-04-10 22:26:06 +02:00
Ashwin Kumar
452146cf36 fix(ci): disable buildx cache to avoid https cache export 2026-04-10 22:08:02 +02:00
Ashwin Kumar
fe3bd21a48 fix(ci): use repo name with registry setting for insecure push 2026-04-10 21:58:02 +02:00
Ashwin Kumar
dc56f16a4e chore(ci): revert to buildx plugin with local registry auth 2026-04-10 21:30:26 +02:00
Ashwin Kumar
161c07ddbf fix(ci): configure kaniko auth for local registry 2026-04-10 21:18:26 +02:00
Ashwin Kumar
2bfb0774ee fix(ci): switch to daemonless kaniko builds 2026-04-10 20:34:18 +02:00
Ashwin Kumar
130145ebc5 fix(ci): attach buildx to dind daemon 2026-04-10 20:28:32 +02:00
Ashwin Kumar
ad5a3d96a8 fix(ci): allow insecure local registry for buildx 2026-04-10 20:25:11 +02:00
Ashwin Kumar
29f3ff5bef chore(ci): use alpine base for simple docker build 2026-04-10 20:21:15 +02:00
Ashwin Kumar
ad9be1ab15 fix(build): restore missing admin imports and api client 2026-04-10 19:57:23 +02:00
Ashwin Kumar
e416f2fe8f 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
addd36a869 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:27 +02:00
Ashwin Kumar
2042003949 fix(docker): add .env file and GATEWAY_URL for build
- Copy .env file before npm install

- Set GATEWAY_URL env var

- Use npm ci instead of npm install
2026-04-10 19:22:37 +02:00
Ashwin Kumar
819ffef722 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:45 +02:00
Ashwin Kumar
897518c86e fix(woodpecker): remove detect-changes step - always build 2026-04-10 17:56:42 +02:00
Ashwin Kumar
ff2c2291cf 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:48:36 +02:00
Ashwin Kumar
a9227252e8 fix(woodpecker): handle shallow git clone for change detection 2026-04-10 17:42:53 +02:00
Ashwin Kumar
a6c88666ec feat(woodpecker): use internal registry docker-registry.registry.svc.cluster.local:5000 2026-04-10 17:39:41 +02:00
Ashwin Kumar
0d25f84ed6 chore: trigger woodpecker build
Empty commit to re-trigger CI pipeline
2026-04-10 12:05:35 +02:00
Ashwin Kumar
f61df5b432 perf(woodpecker): add Docker layer caching for faster builds 2026-04-10 05:43:48 +02:00
Ashwin Kumar
f5c7b2b19e fix(woodpecker): remove deploy step - deployment handled externally 2026-04-10 05:34:57 +02:00
Ashwin Kumar
2370f62eac fix(woodpecker): use exit code 78 to skip builds instead of evaluate 2026-04-10 05:27:39 +02:00
Ashwin Kumar
a3622de8e9 fix(woodpecker): fix secrets syntax - use environment with from_secret 2026-04-10 05:24:44 +02:00
Ashwin Kumar
365ffd3b62 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:45 +02:00
Ashwin Kumar
10b6c48f1b feat(smtp): update SMTP management page with test functionality and email templates link
- Redesign SMTP management page with two-column layout

- Add SMTP connection test functionality

- Add link to email templates page

- Show current SMTP status

- Add quick help section
2026-04-10 04:55:44 +02:00
Ashwin Kumar
2409d85b3c feat(admin): add email management page with preview and test functionality
- Add email management page with template listing

- Add email preview with iframe

- Add test email sending functionality

- Add Email Management to sidebar navigation
2026-04-10 04:50:00 +02:00
Ashwin Kumar
31b3a04a81 fix: add API proxy to backend localhost:9100
Added Vite dev server proxy configuration to forward /api requests
to the Rust backend gateway at localhost:9100.

This fixes 401 errors by allowing the admin panel to properly
communicate with the backend API.
2026-04-10 02:29:53 +02:00
Ashwin Kumar
1c94f97d11 dashboard implementation 2026-04-10 01:17:00 +02:00
Ashwin Kumar
4103dd6468 fix: install python3/make/g++ for native npm package builds 2026-04-09 03:20:26 +02:00
Ashwin Kumar
cc30b8d118 ci: trigger pipeline 2026-04-09 03:09:40 +02:00