1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-22 10:18:48 +02:00
phorge-phorge/src/applications/conduit
Alan Huang 358baf1b3a Improve the flag.* Conduit methods
Summary:
 - Put the code to generate informational dicts about flags into the
   base class.
 - Update flag.delete to accept an object PHID in order to delete the
   flag on that object, since currently the model is that each object
   may have at most one flag, and each flag has exactly one object,
   although the former is not enforced.
 - Add flag.edit, which creates or updates a flag, optionally with the
   given color and note.

Test Plan:
Spend endless hours repeatedly running arc call-conduit and
arc flag.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D3141
2012-08-03 11:41:33 -07:00
..
call Allow applications to call Conduit directly 2012-06-17 08:47:09 -07:00
controller Allow 'repository.create' to set description and autoclose 2012-06-28 09:54:48 -07:00
method Improve the flag.* Conduit methods 2012-08-03 11:41:33 -07:00
protocol Move files in Phabricator one level up 2012-06-01 12:32:44 -07:00
storage Move files in Phabricator one level up 2012-06-01 12:32:44 -07:00