Ref T4558. This fixes an inconsistency with Diviner URLs. In DivinerBookPHIDType, handle URIs are set to /diviner/book/{$name}/, but the correct URL is actually /book/{$name}/. Instead of changing DivinerBookPHIDType, I figured that the /book/ routes should probably be nested under the /diviner/ route, as this is consistent with other application routes.
Details
Details
- Reviewers
epriestley - Group Reviewers
Blessed Reviewers - Maniphest Tasks
- T4558: Make Diviner useful for third-parties
Regenerated documentation with diviner generate and browsed it through the web UI.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Branch
- master
- Lint
Lint Warnings Severity Location Code Message Warning README.md:23 TXT3 Line Too Long Warning README.md:27 TXT3 Line Too Long Warning README.md:39 TXT3 Line Too Long - Unit
No Test Coverage - Build Status
Buildable 6355 Build 6377: [Placeholder Plan] Wait for 30 Seconds
Event Timeline
Comment Actions
It's intentional that /book/ is at top level, similar to /tag/ (and, to a lesser degree, the monogram URLs).