gitdataai/deploy/templates
ZhenYi 00a5369fe1
Some checks are pending
CI / Rust Lint & Check (push) Waiting to run
CI / Rust Tests (push) Waiting to run
CI / Frontend Lint & Type Check (push) Waiting to run
CI / Frontend Build (push) Blocked by required conditions
feat(frontend): Discord layout + AI Studio theme + Room Settings
Frontend:
- Add Discord-style 3-column layout (server icons / channel sidebar / chat)
- AI Studio design system: new CSS token palette (--room-* vars)
- Replace all hardcoded Discord colors with CSS variable tokens
- Add RoomSettingsPanel (name, visibility, AI model management)
- Settings + Member list panels mutually exclusive (don't overlap)
- AI models shown at top of member list with green accent
- Fix TS errors: TipTap SuggestionOptions, unused imports, StarterKit options
- Remove MentionInput, MentionPopover, old room components (废弃代码清理)

Backend:
- RoomAiResponse returns model_name from agents.model JOIN
- room_ai_list and room_ai_upsert fetch model name for each config
- AiConfigData ws-protocol interface updated with model_name

Note: RoomSettingsPanel UI still uses shadcn defaults (未完全迁移到AI Studio)
2026-04-18 16:59:36 +08:00
..
_helpers.tpl init 2026-04-15 09:08:09 +08:00
app-deployment.yaml fix(deploy): bind app to 0.0.0.0 for K8s Service connectivity 2026-04-15 14:26:42 +08:00
email-worker-deployment.yaml fix(deploy): correct ConfigMap name from -secrets to -config 2026-04-15 14:11:40 +08:00
external-secrets.yaml init 2026-04-15 09:08:09 +08:00
git-hook-deployment.yaml fix(deploy): add APP_REPOS_ROOT env to git-hook deployment 2026-04-17 14:21:15 +08:00
gitserver-deployment.yaml fix(k8s): remove all health probes from gitserver 2026-04-15 23:07:17 +08:00
gitserver-ingress.yaml init 2026-04-15 09:08:09 +08:00
ingress.yaml feat(frontend): Discord layout + AI Studio theme + Room Settings 2026-04-18 16:59:36 +08:00
NOTES.txt init 2026-04-15 09:08:09 +08:00
operator-deployment.yaml feat(k8s): enforce minimum 2 replicas for all services except email-worker 2026-04-15 23:08:25 +08:00
pdb.yaml init 2026-04-15 09:08:09 +08:00
secret.yaml fix(deploy): use secretRef instead of configMapRef in all deployments 2026-04-15 14:06:40 +08:00
static-deployment.yaml fix(deploy): correct ConfigMap name from -secrets to -config 2026-04-15 14:11:40 +08:00
static-ingress.yaml init 2026-04-15 09:08:09 +08:00
storage.yaml fix(k8s): protect PVCs from deletion on helm uninstall 2026-04-15 23:00:55 +08:00