Page MenuHomePhabricator

Narrowly fix web UI fatal for "almanac.service.edit" Conduit API method
ClosedPublic

Authored by epriestley on Apr 9 2018, 4:58 PM.
Tags
None
Referenced Files
Unknown Object (File)
Apr 24 2025, 7:53 PM
Unknown Object (File)
Apr 22 2025, 8:46 AM
Unknown Object (File)
Apr 21 2025, 11:19 AM
Unknown Object (File)
Apr 20 2025, 4:11 AM
Unknown Object (File)
Mar 29 2025, 6:14 PM
Unknown Object (File)
Mar 28 2025, 6:49 PM
Unknown Object (File)
Mar 24 2025, 3:28 AM
Unknown Object (File)
Mar 21 2025, 9:26 AM
Subscribers
None

Details

Summary

See T13120. See T12414. See PHI145. See PHI473. Almanac services require a type before they can do anything, and EditEngine currently builds one with no type. We then fatal when trying to do mundane things like generate documentation.

Instead, build a generic but complete Service for documentation generation in the web UI. This is similar to the previous Drydock Blueprint change from D18849 (or some earlier diff in that series).

(You still probably can't use this method to create a service; I'll fix that in the next change.)

Test Plan
  • Viewed "almanac.service.edit" in the web UI.
    • Before: immediate fatal ("No Almanac service type "" exists!").
    • After: Page works. No claims about the method doing anything useful.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable