Page MenuHomePhabricator

Transactions - deploy buildTransactionTimeline against a few more applications
ClosedPublic

Authored by btrahan on Dec 2 2014, 10:24 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Mar 25, 10:10 PM
Unknown Object (File)
Mon, Mar 25, 10:10 PM
Unknown Object (File)
Wed, Mar 20, 10:23 PM
Unknown Object (File)
Feb 9 2024, 6:31 AM
Unknown Object (File)
Jan 30 2024, 5:24 AM
Unknown Object (File)
Jan 16 2024, 11:35 AM
Unknown Object (File)
Jan 16 2024, 11:16 AM
Unknown Object (File)
Jan 10 2024, 5:03 PM
Subscribers

Details

Summary

Ref T4712. Thus far, it seems that most "non-standard" things can be done pretty easily in the controller. Aside from deploying, this diff had to fix a few bugs / missing implementations of stuff.

(Notably, PhabricatorAuthProviderConfig, HeraldRule, PhabricatorSlowvotePoll, and AlmanacNetwork needed to implement PhabricatorApplicationTransactionInterface, PhabricatorAuthAuthProviderPHIDType had to be added, and a rendering bug in transactions of type PhabricatorOAuth2AuthProvider had to be fixed.)

Test Plan

Almanac - looked at binding, device, network, and service view controllers and verified timeline displayed properly. Herald - looked at a rule and verified timeline. Slowvote - looked at a vote and verified timeline. Auth - looked at an auth provider (Facebook) and verified proper display of transactions within timeline.

Diff Detail

Repository
rP Phabricator
Branch
T4712
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 3167
Build 3173: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

btrahan retitled this revision from to Transactiona - deploy buildTransactionTimeline against a few more applications.
btrahan updated this object.
btrahan edited the test plan for this revision. (Show Details)
btrahan added a reviewer: epriestley.
epriestley edited edge metadata.

Nice, this all looks good to me.

src/applications/auth/controller/config/PhabricatorAuthEditController.php
314–315

(This should be unnecessary, I think, since they're the same objects.)

This revision is now accepted and ready to land.Dec 2 2014, 10:27 PM
btrahan retitled this revision from Transactiona - deploy buildTransactionTimeline against a few more applications to Transactions - deploy buildTransactionTimeline against a few more applications.Dec 2 2014, 10:30 PM
btrahan edited edge metadata.
  • lose unnecessary setTransactions() call
  • stuff I thought was in the first diff but I guess isn't:
    • remove deprecated AUTH constant
    • fix a typo on getTransactions (was missing an s)
This revision was automatically updated to reflect the committed changes.