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.
Details
Details
- Reviewers
chad - Maniphest Tasks
- T9952: Let "Land Revision" target branches other than master
- Commits
- Restricted Diffusion Commit
rP2a203fbab1ff: Add proper PHIDs to RefCursors
- Ran migrations.
- Verified database populated properly with PHIDs (SELECT * FROM repository_refcursor;).
- Ran bin/repository update.
- Viewed a Git repository in Diffusion.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
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. |