Release v1.2.1
2 files changed
+6 −1
M
CHANGELOG.md
+5 −0
M
VERSION
+1 −1
CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog
+## 1.2.1
+
+- Reworked the one-shot import form: source URL first, repo name shown as a locked `username/` prefix plus an editable, auto-filled suffix, instead of one plain text field with a placeholder example.
+- Fixed a real bug found while testing the above: `ImportRepo` shared the admin RPC client's flat 5-second timeout with every other (local, near-instant) admin call, so an actual network clone could fail with a spurious i/o timeout mid-transfer even though it was still running fine server-side. It now gets its own deadline matching the server-side clone timeout.
+
## 1.2.0
- One-shot repo import: paste a source repository's HTTPS URL in the dashboard and gitfed clones it once (`git clone --mirror`, then detaches the `origin` remote so it never re-fetches on its own) into a new repo under your own namespace — no separate admin tooling needed. Restricted to `https://` URLs with no embedded credentials, resolving to a public address (same anti-SSRF DNS check as federation discovery). Continuous mirroring is explicitly out of scope — see ROADMAP.md §3.
VERSION
@@ -1 +1 @@
-1.2.0
+1.2.1