Page MenuHomePhabricator

Add proper PHIDs to RefCursors
ClosedPublic

Authored by epriestley on Dec 10 2015, 9:08 PM.
Tags
None
Referenced Files
F15551038: D14731.id35631.diff
Sun, Apr 27, 3:09 PM
F15526573: D14731.id35631.diff
Mon, Apr 21, 9:33 PM
F15509458: D14731.id35631.diff
Wed, Apr 16, 12:29 PM
F15471051: D14731.id35631.diff
Sat, Apr 5, 3:01 AM
F15456853: D14731.id35631.diff
Sun, Mar 30, 12:38 PM
F15449363: D14731.id35631.diff
Mar 28 2025, 9:42 AM
F15440189: D14731.id35631.diff
Mar 26 2025, 11:20 AM
F15436685: D14731.diff
Mar 25 2025, 3:51 PM
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.