Page MenuHomePhabricator

Move "Remote URI" to modern repository editor thing
ClosedPublic

Authored by epriestley on Oct 25 2013, 8:20 PM.
Tags
None
Referenced Files
F19824174: D7405.id16681.diff
Mar 7 2026, 7:59 PM
F19818633: D7405.id16681.diff
Mar 5 2026, 10:54 PM
F19813623: D7405.diff
Mar 4 2026, 10:02 AM
F19794696: D7405.id16685.diff
Feb 26 2026, 8:07 PM
F19792540: D7405.id16685.diff
Feb 26 2026, 12:10 PM
F19506850: D7405.id16681.diff
Jan 9 2026, 5:07 PM
F19506297: D7405.id16685.diff
Jan 9 2026, 4:43 PM
F18817258: D7405.id.diff
Oct 21 2025, 1:57 PM
Subscribers

Details

Reviewers
btrahan
chad
Maniphest Tasks
Restricted Maniphest Task
Commits
Restricted Diffusion Commit
rPb57b72368c3c: Move "Remote URI" to modern repository editor thing
Summary

Ref T2231. Allows you to edit the remote URI and credentials.

This is a little bit funky because I'm reusing some of the pages on the new (not-yet-hooked-up) create form. Specifically, it had pages like this:

  • Repo Type
  • Name/Callsign/Remote
  • Auth
  • Done

I split "Name/Callsign/Remote" into "Name/Callsign" and "Remote", then when editing the remote I just take you through "Remote" and "Auth" and then back. This lets us reuse the giant pile of protocol/URI sanity checking logic and ends up being pretty clean, although it's a little weird that the "Create" controller does both full-create and edit-remote.

Test Plan

See screenshots.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped