Page MenuHomePhabricator

Remove arcanist projects from differential
ClosedPublic

Authored by joshuaspence on May 18 2015, 1:03 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 17, 1:00 PM
Unknown Object (File)
Sat, Apr 13, 4:25 PM
Unknown Object (File)
Fri, Apr 12, 4:15 AM
Unknown Object (File)
Fri, Apr 12, 4:15 AM
Unknown Object (File)
Mon, Apr 1, 10:25 AM
Unknown Object (File)
Fri, Mar 29, 11:13 PM
Unknown Object (File)
Mar 13 2024, 10:56 AM
Unknown Object (File)
Mar 13 2024, 10:56 AM
Subscribers

Details

Reviewers
epriestley
Group Reviewers
Blessed Reviewers
Maniphest Tasks
T7604: Remove "Arcanist Projects"
Commits
Restricted Diffusion Commit
rP021223907dfd: Remove arcanist projects from differential
Summary

Ref T7604. Remove arcanist projects from differential. Depends on D12687 and D12893.

Test Plan

Submitted a diff. Patched the diff with arc patch.

Diff Detail

Repository
rP Phabricator
Branch
arpj2
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 6059
Build 6079: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

joshuaspence retitled this revision from to Remove arcanist projects from differential.
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.
epriestley edited edge metadata.
This revision is now accepted and ready to land.May 18 2015, 1:43 PM
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence edited edge metadata.

I'm guessing it is okay to remove the differential.getrevision and differential.getdiff endpoints? They were deprecated some time ago.

If they don't make this change harder (I think they don't), I'd very slightly prefer to leave them until T5873 / T7715. I think those are happening soon (next few months) and I'm currently looking at compressing as many breaking API changes into a small window of time as I can in connection with them (basically, make a single major revision to the API instead of breaking it a bunch of times over the next few months).

Particularly, if we remove them today, anything relying on them will need to switch to revision.query, and then be broken again by T7715. If we get rid of them both at once, clients can do a single update.

Don't query differential.getdiff or diferential.getrevision

This revision was automatically updated to reflect the committed changes.