1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-11 01:12:41 +01:00
phorge-phorge/src/applications/conduit
Adam Simpkins d4576262db add a getrevision conduit method
Summary:
Add a method to get the information about a revision, including its full
list of diffs.

We could add an option to just return the diff IDs if we wanted.  For my
use case, I need the full set of information for each diff, so fewer
round trips is better.  This is also how the old json.php page used to
work.

Test Plan:
Tuomas tested it in his sandbox.

Reviewed By: tuomaspelkonen
Reviewers: jungejason, tuomaspelkonen, epriestley
CC: tuomaspelkonen
Differential Revision: 156
2011-04-20 21:02:32 -07:00
..
controller Fix systemAgent stuff. 2011-04-12 19:00:54 -07:00
method add a getrevision conduit method 2011-04-20 21:02:32 -07:00
protocol Provide $request->getUser() for Conduit API Requests 2011-04-07 20:16:37 -07:00
storage Conduit server-side basics. 2011-01-24 10:52:35 -08:00