Page MenuHomePhabricator

Use ApplicationTransactions when indexing commit/audit comments
ClosedPublic

Authored by epriestley on Jul 25 2014, 11:39 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Dec 14, 11:29 PM
Unknown Object (File)
Mon, Dec 9, 7:40 AM
Unknown Object (File)
Nov 18 2024, 5:51 PM
Unknown Object (File)
Oct 24 2024, 1:04 PM
Unknown Object (File)
Oct 19 2024, 6:31 AM
Unknown Object (File)
Oct 16 2024, 6:55 AM
Unknown Object (File)
Sep 21 2024, 12:28 PM
Unknown Object (File)
Sep 15 2024, 9:06 AM
Subscribers

Details

Summary

Ref T4896. Depends on D10056. Moves search indexing to standard infrastructure.

Also, fixes a bug where inline comments would not be indexed.

Test Plan

Used bin/search index ... --trace to view index construction of a commit, saw all the comments and inlines get indexed.

Diff Detail

Repository
rP Phabricator
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

epriestley retitled this revision from to Use ApplicationTransactions when indexing commit/audit comments.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added reviewers: joshuaspence, btrahan.
This revision is now accepted and ready to land.Jul 28 2014, 12:35 PM
epriestley updated this revision to Diff 24206.

Closed by commit rPa6698f2ea53c (authored by @epriestley).