Page MenuHomePhabricator

Allow "transaction.search" to be called on an object type
ClosedPublic

Authored by epriestley on Mar 10 2021, 6:13 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Dec 23, 10:45 PM
Unknown Object (File)
Mon, Dec 23, 10:45 PM
Unknown Object (File)
Nov 28 2024, 7:29 AM
Unknown Object (File)
Nov 24 2024, 2:34 AM
Unknown Object (File)
Nov 12 2024, 5:52 AM
Unknown Object (File)
Nov 5 2024, 11:48 PM
Unknown Object (File)
Nov 1 2024, 3:11 AM
Unknown Object (File)
Oct 31 2024, 2:10 AM
Subscribers
None

Details

Summary

Ref T13631. This supports a more robust version of "poll for updates by using dateModified window queries" that uses transactions as a logical clock.

This is particularly relevant for commits, since they don't have a "dateModified" at time of writing.

Test Plan
  • Queried for transactions by type and object.
  • Issued various invalid transaction queries, got appropriate errors.

Diff Detail

Repository
rP Phabricator
Branch
audit5
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 25231
Build 34822: Run Core Tests
Build 34821: arc lint + arc unit

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Mar 10 2021, 6:20 PM
This revision was automatically updated to reflect the committed changes.