1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-21 17:58:47 +02:00
phorge-phorge/src/applications/project
Joshua Spence 3964336722 Include project slugs in the results of a project.query Conduit call.
Summary: Ref T4418. This feature will be used by D9457 to determine whether the specified slugs exist.

Test Plan:
Made a conduit call with `arc`:

```
> echo '{"slugs": ["foo"]}' | arc --conduit-uri='http://phabricator.joshuaspence.com' call-conduit project.query
Waiting for JSON parameters on stdin...
{"error":null,"errorMessage":null,"response":{"data":{"PHID-PROJ-ttomlhslujpx5sdpbu2c":{"id":"1","phid":"PHID-PROJ-ttomlhslujpx5sdpbu2c","name":"Foo","members":["PHID-USER-cb5af6p4oepy5tlgqypi"],"slugs":["foo","bar"],"dateCreated":"1402422720","dateModified":"1402422728"}},"slugMap":{"foo":"PHID-PROJ-ttomlhslujpx5sdpbu2c"},"cursor":{"limit":100,"after":null,"before":null}}}
```

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: epriestley, Korvin

Maniphest Tasks: T4418

Differential Revision: https://secure.phabricator.com/D9619
2014-06-24 15:09:19 +10:00
..
application Fix board links in TaskDetail 2014-06-13 14:09:21 -07:00
capability Add a 'create' policy to Project 2013-10-10 04:33:18 -07:00
conduit Include project slugs in the results of a project.query Conduit call. 2014-06-24 15:09:19 +10:00
config Change double quotes to single quotes. 2014-06-09 11:36:50 -07:00
constants Move Project transaction storage to modern tables 2013-10-22 13:49:28 -07:00
controller Remove all device = true from page construction 2014-06-23 15:18:14 -07:00
customfield Use ApplicationTransactions and CustomField to implement build steps 2014-03-25 16:08:40 -07:00
editor Fix issue when editing a project with no secondary hash tags 2014-05-27 17:21:34 -07:00
events Implement PhabricatorProjectInterface for marking that objects can be tagged with projects 2014-06-03 17:19:40 -07:00
exception Delete license headers from files 2012-11-05 11:16:51 -08:00
icon Project - add ability to select an icon for typeaheads and such 2014-05-23 10:41:24 -07:00
interface Implement PhabricatorProjectInterface for marking that objects can be tagged with projects 2014-06-03 17:19:40 -07:00
lipsum Migrate project profiles onto projects, and remove ProjectProfile object 2014-02-10 14:32:14 -08:00
phid Project - add ability to select an icon for typeaheads and such 2014-05-23 10:41:24 -07:00
query Add Quicklinks to Project List elements 2014-06-12 15:25:04 -07:00
remarkup Make contextual matching of project monograms more liberal 2014-04-04 11:13:06 -07:00
search Use ApplicationTransactions/CustomField to power Differential global search 2014-02-26 11:18:06 -08:00
storage Change double quotes to single quotes. 2014-06-09 11:36:50 -07:00
view Allow workboards to be filtered with ApplicationSearch 2014-05-20 11:42:05 -07:00