Page MenuHomePhabricator

Remove remaining arcanist project code
ClosedPublic

Authored by joshuaspence on May 18 2015, 1:45 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 25, 12:59 AM
Unknown Object (File)
Thu, Apr 11, 10:17 AM
Unknown Object (File)
Mar 25 2024, 7:17 AM
Unknown Object (File)
Mar 23 2024, 1:06 PM
Unknown Object (File)
Mar 22 2024, 8:38 PM
Unknown Object (File)
Mar 22 2024, 1:00 PM
Unknown Object (File)
Mar 22 2024, 1:00 PM
Unknown Object (File)
Mar 22 2024, 1:00 PM
Subscribers

Details

Reviewers
epriestley
Group Reviewers
Blessed Reviewers
Maniphest Tasks
T7604: Remove "Arcanist Projects"
Commits
Restricted Diffusion Commit
rP0036670329cc: Remove remaining arcanist project code
Summary

Fixes T7604. This is the big scary change which drops the "arcanist project" fields from the database permanently.

Test Plan

grepped for the following to ensure that I had found all remaining references:

  • /arcanistProject/i
  • /arcanist_project/i
  • /projectName/i
  • /project_name/i
  • /project_id/i
WARNING: Wait at least one month before landing this.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

joshuaspence retitled this revision from to Remove remaining arcanist project code.
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)

I'm good with bringing about 90% of this upstream soon, but don't want to actually destroy the data for a while, so the 20150518.arcanistproject.sql migration and changes to DifferentialRevision.php and DifferentialDiff.php which would cause problems if these columns still exist should wait for a month or two.

We can either just hold this whole thing, or you can split the data/schema-destruction parts out of it and we can get rid of all the code now and the data later.

Yeah, this diff was intended to be all of the actual destructive stuff that can wait until later... although possibly a few of these classes can be removed without actually destroying any data.

Drop field from differential.creatediff as well

This is probably okay to land now, timing wise.

epriestley edited edge metadata.

Yeah, I haven't seen any churn on it.

This revision is now accepted and ready to land.Jul 8 2015, 9:33 AM
joshuaspence edited edge metadata.

Rename SQL file

This revision was automatically updated to reflect the committed changes.