@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
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at recaptime-dev/main 14 lines 388 B view raw
1ALTER TABLE {$NAMESPACE}_repository.repository_pushlog 2 DROP remoteAddress; 3 4ALTER TABLE {$NAMESPACE}_repository.repository_pushlog 5 DROP remoteProtocol; 6 7ALTER TABLE {$NAMESPACE}_repository.repository_pushlog 8 DROP transactionKey; 9 10ALTER TABLE {$NAMESPACE}_repository.repository_pushlog 11 DROP rejectCode; 12 13ALTER TABLE {$NAMESPACE}_repository.repository_pushlog 14 DROP rejectDetails;