gitdataai/src
ZhenYi 8b433c9169
Some checks are pending
CI / Frontend Lint & Type Check (push) Waiting to run
CI / Frontend Build (push) Blocked by required conditions
CI / Rust Lint & Check (push) Waiting to run
CI / Rust Tests (push) Waiting to run
feat(repo): return ssh/https clone URLs from backend
Add ssh_clone_url and https_clone_url to ProjectRepositoryItem,
constructed from config.ssh_domain() and config.git_http_domain().
Update frontend RepoInfo interface and header.tsx to use the
server-provided URLs instead of hardcoded values.
2026-04-16 18:20:48 +08:00
..
app fix(init): use resp.error to detect project_not_found instead of HTTP status 2026-04-16 18:05:44 +08:00
assets init 2026-04-15 09:08:09 +08:00
client init 2026-04-15 09:08:09 +08:00
components feat(repo): return ssh/https clone URLs from backend 2026-04-16 18:20:48 +08:00
contexts feat(repo): return ssh/https clone URLs from backend 2026-04-16 18:20:48 +08:00
hooks init 2026-04-15 09:08:09 +08:00
lib init 2026-04-15 09:08:09 +08:00
App.css init 2026-04-15 09:08:09 +08:00
App.tsx feat(frontend): landing pages with Command as Service concept 2026-04-15 21:45:30 +08:00
index.css init 2026-04-15 09:08:09 +08:00
main.tsx init 2026-04-15 09:08:09 +08:00