1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-02-01 01:18:22 +01:00
phorge-phorge/src/applications/owners/storage
epriestley 9499987cfe Add "owners.search" Conduit API endpoint, with CustomField support
Summary:
Ref T9964. Adds a new-style "owners.search" endpoint, and an extension for customfields.

Puts enough indirection in place to give us nice, consistent "custom.key" user-facing keys instead of "std:custom:owners:na0shf9a8dfdsafl" junk.

Test Plan:
  - Searched Owners via API.
  - Searched by ID.
  - Ordered by custom fields.
  - Reviewed API docs.
  - Used normal search with ordering.
  - Viewed custom field values in search results.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T9964

Differential Revision: https://secure.phabricator.com/D14758
2015-12-13 02:11:59 -08:00
..
__tests__ Explicitly declare method/property visibility 2015-01-12 08:18:13 +11:00
PhabricatorOwnersCustomFieldNumericIndex.php Add CustomField support to Owners 2015-09-10 13:32:31 -07:00
PhabricatorOwnersCustomFieldStorage.php Add CustomField support to Owners 2015-09-10 13:32:31 -07:00
PhabricatorOwnersCustomFieldStringIndex.php Add CustomField support to Owners 2015-09-10 13:32:31 -07:00
PhabricatorOwnersDAO.php Delete license headers from files 2012-11-05 11:16:51 -08:00
PhabricatorOwnersOwner.php Fix visiblity of LiskDAO::getConfiguration() 2015-01-14 06:54:13 +11:00
PhabricatorOwnersPackage.php Add "owners.search" Conduit API endpoint, with CustomField support 2015-12-13 02:11:59 -08:00
PhabricatorOwnersPackageTransaction.php Fix file PHID extraction in Owners and Differential 2015-11-17 08:36:50 -08:00
PhabricatorOwnersPath.php Provide a more modern way to load packages owning a set of files 2015-08-15 13:06:10 -07:00
PhabricatorOwnersSchemaSpec.php Fix file PHID extraction in Owners and Differential 2015-11-17 08:36:50 -08:00