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)
Apr 26 2025, 10:59 PM
Unknown Object (File)
Apr 24 2025, 8:51 AM
Unknown Object (File)
Apr 18 2025, 4:06 PM
Unknown Object (File)
Apr 6 2025, 12:45 AM
Unknown Object (File)
Apr 1 2025, 8:03 AM
Unknown Object (File)
Mar 28 2025, 4:04 PM
Unknown Object (File)
Mar 26 2025, 11:25 PM
Unknown Object (File)
Mar 14 2025, 3:26 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.