Page MenuHomePhabricator

Add proper PHIDs to RefCursors
ClosedPublic

Authored by epriestley on Dec 10 2015, 9:08 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 25, 1:54 AM
Unknown Object (File)
Sun, Apr 14, 5:40 PM
Unknown Object (File)
Fri, Apr 12, 9:34 PM
Unknown Object (File)
Mar 24 2024, 5:36 PM
Unknown Object (File)
Mar 16 2024, 2:51 AM
Unknown Object (File)
Mar 5 2024, 6:53 AM
Unknown Object (File)
Mar 5 2024, 6:53 AM
Unknown Object (File)
Mar 5 2024, 6:53 AM
Subscribers
None

Details

Summary

Ref T9952. See discussion there. This change is primarily aimed at letting me build a typeahead of branches in a repository so that we can land to arbitrary branches a few diffs from now.

Test Plan
  • Ran migrations.
  • Verified database populated properly with PHIDs (SELECT * FROM repository_refcursor;).
  • Ran bin/repository update.
  • Viewed a Git repository in Diffusion.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Add proper PHIDs to RefCursors.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
src/applications/repository/storage/PhabricatorRepositoryRefCursor.php
35–37

This was intentionally nullable, null means "we don't know the encoding". I just didn't remember this when I was doing the storage adjust stuff.

chad edited edge metadata.
This revision is now accepted and ready to land.Dec 10 2015, 9:14 PM
This revision was automatically updated to reflect the committed changes.