Page MenuHomePhabricator

Remove "arcanist project" fields
ClosedPublic

Authored by joshuaspence on May 25 2015, 9:22 PM.
Tags
None
Referenced Files
F13084007: D13012.diff
Wed, Apr 24, 10:46 PM
Unknown Object (File)
Fri, Apr 12, 10:23 PM
Unknown Object (File)
Mon, Apr 1, 11:01 AM
Unknown Object (File)
Sun, Mar 31, 12:45 AM
Unknown Object (File)
Mar 24 2024, 6:18 PM
Unknown Object (File)
Mar 24 2024, 1:45 AM
Unknown Object (File)
Mar 23 2024, 11:11 PM
Unknown Object (File)
Mar 23 2024, 3:10 PM
Subscribers

Details

Reviewers
epriestley
Group Reviewers
Blessed Reviewers
Maniphest Tasks
T7604: Remove "Arcanist Projects"
Commits
Restricted Diffusion Commit
rP9c5d9e3f4716: Remove "arcanist project" fields
Summary

Ref T7604. Remove these "arcanist project" fields from the LiskDAO classes, but leave the data intact (there are no more read/writes to this data).

Test Plan
  • Grepped for calls to these methods.
  • Ran ./bin/storage adjust to check for schema issues.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

joshuaspence retitled this revision from to Remove "arcanist project" fields.
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.

It looks like I broke this in D12898, but I'm not actually sure how to fix it:

TargetError
phabricator_releeph.releeph_project.arcanistProjectIDWrong Nullable Setting
src/applications/releeph/storage/ReleephProject.php
38

Add 'arcanistProjectID' => 'id?' here, I believe

src/applications/releeph/storage/ReleephProject.php
38

Hm, that didn't seem to help.

src/applications/releeph/storage/ReleephProject.php
38

Ah I figured it out. Sending you a diff.

joshuaspence added inline comments.
src/applications/releeph/storage/ReleephProject.php
38

See D13014.

joshuaspence marked an inline comment as done.
joshuaspence edited edge metadata.

Fix schema issue for releeph_project.arcanistProjectID

epriestley edited edge metadata.
This revision is now accepted and ready to land.May 31 2015, 2:38 PM
This revision was automatically updated to reflect the committed changes.