Page MenuHomePhabricator

Migrate repositories to use Passphrase for credential management
ClosedPublic

Authored by epriestley on Nov 22 2013, 4:04 PM.
Tags
None
Referenced Files
F15517223: D7629.diff
Sat, Apr 19, 1:00 AM
F15517219: D7629.id17219.diff
Sat, Apr 19, 12:59 AM
F15515192: D7629.id.diff
Fri, Apr 18, 8:36 AM
F15513792: D7629.id17220.diff
Thu, Apr 17, 9:55 PM
F15513252: D7629.diff
Thu, Apr 17, 5:37 PM
F15458039: D7629.diff
Sun, Mar 30, 8:29 PM
F15415119: D7629.diff
Mar 20 2025, 4:09 AM
F15414281: D7629.id17237.diff
Mar 19 2025, 11:57 PM
Subscribers
Tokens
"Mountain of Wealth" token, awarded by btrahan.

Details

Summary

Fixes T4122. Ref T2230. Instead of storing credentials on each repository, store them in Passphrase. This allows easy creation/management of many repositories which share credentials.

Test Plan
  • Upgraded repositories.
  • Created and edited repositories.
  • Pulled HTTP and SSH repositories.

Diff Detail

Branch
repocred4
Lint
Lint Passed
SeverityLocationCodeMessage
Advicesrc/applications/repository/storage/PhabricatorRepositoryTransaction.php:26XHP16TODO Comment
Unit
Tests Passed

Event Timeline

epriestley updated this revision to Unknown Object (????).Nov 22 2013, 4:21 PM

Minor fixes after additional testing.

epriestley updated this revision to Unknown Object (????).Nov 22 2013, 4:23 PM
  • Don't offer destroyed credentials when editing in Diffusion.
  • Make Passphrase a non-beta, mandatory-install application.