@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator

Conduit: Convert nearly all unstable methods to stable master

Summary: All these "unstable" Conduit API methods have had this status for at least ten years now. Thus in reality they are neither new, nor subject to any planned changes, nor have they actually been "unstable" over the last years. Thus remove the `getMethodStatus()` functions returning `METHOD_STATUS_UNSTABLE` from them. Per their parent class, `getMethodStatus()` returns `METHOD_STATUS_STABLE` when not overwritten. Exclude `NuanceConduitAPIMethod` from this patch, as that application is a prototype and thus unstable. Closes T16313 Test Plan: Go to one of those endpoints, e.g. http://phorge.localhost/conduit/method/macro.creatememe/, and do not see anymore `Stability - Unstable Method: This method is new and unstable. Its interface is subject to change.` Reviewers: O1 Blessed Committers, avivey Reviewed By: O1 Blessed Committers, avivey Subscribers: avivey, tobiaswiese, valerio.bozzolan, Matthew, Cigaryno Maniphest Tasks: T16313 Differential Revision: https://we.phorge.it/D26440