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)
Thu, Apr 18, 11:09 AM
Unknown Object (File)
Mar 15 2024, 5:56 PM
Unknown Object (File)
Feb 22 2024, 12:30 AM
Unknown Object (File)
Feb 14 2024, 11:15 PM
Unknown Object (File)
Feb 7 2024, 10:40 PM
Unknown Object (File)
Jan 5 2024, 1:14 PM
Unknown Object (File)
Dec 28 2023, 11:47 AM
Unknown Object (File)
Dec 27 2023, 7:57 PM
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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.