Page MenuHomePhabricator

Remove TYPE_SEARCH_DIDUPDATEINDEX event
ClosedPublic

Authored by epriestley on Dec 21 2015, 2:58 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jun 15, 11:17 PM
Unknown Object (File)
Sat, May 31, 2:51 AM
Unknown Object (File)
Wed, May 28, 1:02 PM
Unknown Object (File)
Tue, May 27, 12:33 PM
Unknown Object (File)
Sun, May 25, 6:46 AM
Unknown Object (File)
May 10 2025, 3:42 PM
Unknown Object (File)
Apr 29 2025, 1:22 PM
Unknown Object (File)
Apr 29 2025, 2:35 AM
Subscribers
None

Details

Summary

Ref T9979. This event had one weird callsite and no known third-party callers. It can be done more cleanly as an extension, now.

This index is used to allow us to "Group By: Project" in Maniphest without joining into the Projects database.

Test Plan
  • Ran a query with "Group By: Project" in Maniphest.
  • Renamed project "Apples" to "Zebras".
  • Reloaded page.
  • UI properly moved "Zebras" tasks to the bottom of the list.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Remove TYPE_SEARCH_DIDUPDATEINDEX event.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
This revision is now accepted and ready to land.Dec 21 2015, 3:49 PM
This revision was automatically updated to reflect the committed changes.