Page MenuHomePhabricator

Provide a Conduit method to get inline comments
ClosedPublic

Authored by vrana on Jun 23 2012, 6:07 AM.
Tags
None
Referenced Files
F14078985: D2844.id5298.diff
Fri, Nov 22, 6:11 AM
Unknown Object (File)
Wed, Nov 20, 10:25 PM
Unknown Object (File)
Sun, Nov 17, 8:59 AM
Unknown Object (File)
Sun, Oct 27, 12:37 AM
Unknown Object (File)
Thu, Oct 24, 2:51 PM
Unknown Object (File)
Oct 20 2024, 9:10 AM
Unknown Object (File)
Oct 15 2024, 6:53 PM
Unknown Object (File)
Oct 11 2024, 2:42 AM
Subscribers

Details

Summary

See D2855 for usage.

This has a drawback that inlines without a comment (synthetic comments) are not attached anywhere.
I don't like adding more and more methods so I've chosen this solution.
Plus comments and inline comments are often useful together.

Test Plan

Called the method on a revision with inline comments.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

src/applications/conduit/method/differential/ConduitAPI_differential_getrevisioncomments_Method.php
96

Maybe this should also show which diffID the comment is on?

avivey changed the visibility from "All Users" to "Public (No Login Required)".