Page MenuHomePhabricator

Add hosting, serving, and push policy options to repository edit
ClosedPublic

Authored by epriestley on Oct 26 2013, 3:15 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jan 13, 2:56 PM
Unknown Object (File)
Mon, Jan 13, 2:04 PM
Unknown Object (File)
Mon, Jan 13, 2:04 PM
Unknown Object (File)
Mon, Jan 13, 2:03 PM
Unknown Object (File)
Sun, Jan 12, 5:11 PM
Unknown Object (File)
Fri, Jan 3, 2:31 AM
Unknown Object (File)
Wed, Jan 1, 4:28 PM
Unknown Object (File)
Sun, Dec 22, 4:52 AM
Subscribers

Details

Reviewers
hach-que
btrahan
Maniphest Tasks
Restricted Maniphest Task
Commits
Restricted Diffusion Commit
rPbb35f8ec9fe9: Add hosting, serving, and push policy options to repository edit
Summary

Basically straight from D7391. The differences are basically:

  • Policy stuff is all application-scope instead of global-scope.
  • Made a few strings a little nicer.
  • Deleted a bit of dead code.
  • Added a big "THIS DOESN'T WORK YET" warning.
Test Plan

See screenshots.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

epriestley updated this revision to Unknown Object (????).Oct 26 2013, 3:30 AM
  • Fix unknown diffusion.default.push capability.
epriestley updated this revision to Unknown Object (????).Oct 26 2013, 3:35 AM
  • Fix crumbs on protocol edit screen.

Went through and created a new repository and then configured various different hosting options. Apart from the minor issue with breadcrumbs (mentioned in IRC), it all seems to work.

Breadcrumbs are fixed with the latest update.