summaryrefslogtreecommitdiff
path: root/Hutch/Views/Repositories/RepositoryDeployKeysView.swift
Commit message (Collapse)AuthorAgeFilesLines
* Deploy keys: manage git.sr.ht repository deploy keys (v3.10.0)Christian Cleberg11 hours1-0/+272
Wire git.sr.ht createDeployKey / deleteDeployKey and Repository.deployKeys into an owner-only Deploy Keys sheet in the repository actions menu, next to ACLs: list keys (fingerprint, comment, access), add an SSH public key with RO/RW access, and delete behind a confirmation. Verified live against the ~hutch account. The createDeployKey response returns an empty access value, so create selects only rid and the list is reloaded rather than decoding the partial key. Bumps to 3.10.0 (build 95); roadmap marks deploy keys shipped.