1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-28 09:42:41 +01:00
phorge-phorge/src/applications/differential
epriestley 4f0f95f7b5 Assign PHIDs to all diffs
Summary:
Ref T1049. Ref T2222. `DifferentialDiff` does not currently have a PHID, but we need it for Harbormaster and ApplicationTransactions. See some discussion in D7501.

(I split the SQL into two sections so we can't fail in the middle. At some point, I'd like to do a pass on the migration stuff and get this happening automatically, and also simplify the PatchList.)

Test Plan:
  - Ran `bin/storage upgrade`.
  - Checked for valid PHIDs in the database.
  - Used `phid.query` to look up a diff by PHID.
  - Created a new diff and verified it got a PHID.

Reviewers: btrahan, hach-que

Reviewed By: btrahan

CC: aran, vrana

Maniphest Tasks: T2222, T1049

Differential Revision: https://secure.phabricator.com/D7513
2013-11-06 13:59:06 -08:00
..
__tests__ Require a viewer for Remarkup rendering 2013-03-04 12:33:05 -08:00
application Land Revision button for hosted git repos 2013-11-05 13:00:13 -08:00
capability Allow "Default View" policies to be set to Public 2013-10-09 15:06:18 -07:00
conduit Split exceptionally huge revision titles into the summary 2013-10-29 21:19:51 -07:00
config Make remarkup rules runtime-pluggable in a reasonable way 2013-10-24 17:26:07 -07:00
constants Provide an "Add blocking reviewer..." Herald action 2013-10-06 17:09:24 -07:00
controller Land Revision button for hosted git repos 2013-11-05 13:00:13 -08:00
doorkeeper Improve voicing in text published to JIRA issues 2013-09-10 15:22:24 -07:00
editor Reduce surface area of DifferentialComment API 2013-10-21 17:01:27 -07:00
event Make event-triggered actions more aware of application access 2013-10-21 17:00:50 -07:00
exception Delete license headers from files 2012-11-05 11:16:51 -08:00
field Always pass handles to tokenizers, not <phid -> name> maps 2013-10-07 12:51:24 -07:00
landing Land Revision button for hosted git repos 2013-11-05 13:00:13 -08:00
lipsum Add a "default view" policy to Differential 2013-10-09 13:58:00 -07:00
mail Fix "Manage herald rules" link by removing it 2013-10-21 16:58:56 -07:00
parser Make most file reads policy-aware 2013-09-30 09:38:13 -07:00
phid Assign PHIDs to all diffs 2013-11-06 13:59:06 -08:00
query Assign PHIDs to all diffs 2013-11-06 13:59:06 -08:00
remarkup Require a viewer for Remarkup rendering 2013-03-04 12:33:05 -08:00
render Abstract raw diff rendering into DifferentialRawDiffRenderer 2013-10-02 16:28:57 -07:00
search Remove legacy "touched" table and indexing 2013-09-12 13:04:09 -07:00
storage Assign PHIDs to all diffs 2013-11-06 13:59:06 -08:00
view Decentralize phtize 2013-11-04 11:38:28 -08:00
DifferentialGetWorkingCopy.php Land Revision button for hosted git repos 2013-11-05 13:00:13 -08:00
DifferentialTasksAttacher.php Delete license headers from files 2012-11-05 11:16:51 -08:00