Go to file
ZhenYi 7148c8fd39 feat(gingress): add Git UA routing and convert gingress to Helm templates
- Route requests with git/JGit User-Agent directly to gitserver backend
- Parse gingress.io/git-backend annotation (format: namespace/name:port)
- Convert static gingress YAML to Helm templates under deploy/templates/gingress/
- Add gingress config block to values.yaml (namespace, replicas, ports, resources)
2026-05-10 22:47:18 +08:00
apps feat(gingress): add Git UA routing and convert gingress to Helm templates 2026-05-10 22:47:18 +08:00
deploy feat(gingress): add Git UA routing and convert gingress to Helm templates 2026-05-10 22:47:18 +08:00
docker feat(core): initialize project with access control and AI integration 2026-05-10 22:02:38 +08:00
libs feat(gingress): add Git UA routing and convert gingress to Helm templates 2026-05-10 22:47:18 +08:00
public feat(core): initialize project with access control and AI integration 2026-05-03 06:04:31 +08:00
scripts feat(core): initialize project with access control and AI integration 2026-05-03 06:04:31 +08:00
src feat(core): initialize project with access control and AI integration 2026-05-10 21:01:21 +08:00
.dockerignore feat(core): initialize project with access control and AI integration 2026-05-10 22:15:52 +08:00
.env.example feat(core): initialize project with access control and AI integration 2026-05-10 21:01:21 +08:00
.gitignore fix(workspace): resolve all cargo check warnings across workspace 2026-05-10 21:56:08 +08:00
.mcp.json feat(core): initialize project with access control and AI integration 2026-05-10 21:01:21 +08:00
.prettierignore feat(core): initialize project with access control and AI integration 2026-05-03 06:04:31 +08:00
.prettierrc feat(core): initialize project with access control and AI integration 2026-05-03 06:04:31 +08:00
build.sh feat(core): initialize project with access control and AI integration 2026-05-10 21:01:21 +08:00
bun.lock feat(core): initialize project with access control and AI integration 2026-05-10 21:01:21 +08:00
Cargo.lock feat(core): initialize project with access control and AI integration 2026-05-10 21:01:21 +08:00
Cargo.toml feat(core): initialize project with access control and AI integration 2026-05-10 21:01:21 +08:00
eslint.config.js feat(core): initialize project with access control and AI integration 2026-05-03 06:04:31 +08:00
index.html feat(core): initialize project with access control and AI integration 2026-05-03 06:04:31 +08:00
lib.rs test sync 2026-04-17 14:33:32 +08:00
openapi.json feat(core): initialize project with access control and AI integration 2026-05-10 21:01:21 +08:00
orval.config.ts feat(core): initialize project with access control and AI integration 2026-05-03 06:04:31 +08:00
package.json feat(core): initialize project with access control and AI integration 2026-05-10 21:06:56 +08:00
push.sh feat(core): initialize project with access control and AI integration 2026-05-10 21:01:21 +08:00
README.md feat(core): initialize project with access control and AI integration 2026-05-03 06:04:31 +08:00
tsconfig.app.json feat(core): initialize project with access control and AI integration 2026-05-03 06:04:31 +08:00
tsconfig.json feat(core): initialize project with access control and AI integration 2026-05-03 06:04:31 +08:00
tsconfig.node.json feat(core): initialize project with access control and AI integration 2026-05-03 06:04:31 +08:00
vite.config.ts feat(core): initialize project with access control and AI integration 2026-05-10 21:01:21 +08:00

React + TypeScript + Vite + shadcn/ui

This is a template for a new Vite project with React, TypeScript, and shadcn/ui.

Adding components

To add components to your app, run the following command:

npx shadcn@latest add button

This will place the ui components in the src/components directory.

Using components

To use the components in your app, import them as follows:

import { Button } from "@/components/ui/button"