Repolaris
Repo browser
Repo metadata + code browse
Repo launchpad
Create repositories and open their trees instantly.
This is the first end-to-end flow from the UI to the Rust modulith: create a repo, list it under an org, then browse the tree and blob views wired to the code browse module.
select a tenantorg required
Create repo
/api/reposSwitch to an org tenant in the sidebar to create repositories.
Repository list
/api/orgs/{orgId}/reposSelect an org tenant to load repositories.
Flow status
Repo metadata + code browse are live. Git gateway is next.
backend/modules/codebrowse
Repo metadata + browse
CRUD endpoints plus tree/blob views power the new repo browser.
Git gateway
Next: enable clone/push via smart HTTP and repo provisioning.
Audit & authz
Wire repo events into audit logs and permission checks.