Page MenuHomePhabricator

Improve recovery from panel action rendering exceptions, and mark "Changeset" queries as not suitable for panel generation
ClosedPublic

Authored by epriestley on Nov 9 2019, 1:12 AM.
Tags
None
Referenced Files
F15492854: D20902.id49821.diff
Sat, Apr 12, 6:58 PM
F15490779: D20902.diff
Fri, Apr 11, 8:31 PM
F15478579: D20902.id49820.diff
Tue, Apr 8, 1:12 AM
F15470347: D20902.id49820.diff
Fri, Apr 4, 9:38 PM
F15436802: D20902.id49821.diff
Tue, Mar 25, 4:35 PM
F15434216: D20902.id49820.diff
Tue, Mar 25, 2:42 AM
F15428304: D20902.id.diff
Mar 23 2025, 7:04 PM
F15423216: D20902.diff
Mar 22 2025, 2:02 PM
Subscribers
None

Details

Summary

Fixes T13443. When a panel raises an exception during edit action generation, it currently escapes to top level. Instead, catch it more narrowly.

Additionally, mark "ChangesetSearchEngine" as not being a suitable search engine for use in query panels. There's no list view or search URI so it can't generate a sensible panel.

Test Plan
  • Added a changeset panel to a dashboard.
  • Before: entire dashboard fataled.
  • After: panel fataled narrowly, menu fatals narrowly, dashboard no longer permits creation of another Changeset query panel.

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.Nov 9 2019, 1:13 AM
epriestley requested review of this revision.
This revision was automatically updated to reflect the committed changes.