433a7321ff2585aec3ebbb23f59c0392f7e34e7e
Summary:
This revision adds a Conduit search method for buildables. It exposes:
* `objectPHID`
* `containerPHID`
* `buildableStatus`
* `isManual`
Test Plan:
Use the API Console to run searches. Example:
```
{
"data": [
{
"id": 2,
"type": "HMBB",
"phid": "PHID-HMBB-m4k5lodx6naq22576a7d",
"fields": {
"objectPHID": "PHID-DIFF-vzvgqqcyscpd7ta4osy2",
"containerPHID": "PHID-DREV-vsivs5276c7vtgpmssn2",
"buildableStatus": {
"value": "passed"
},
"isManual": true,
"dateCreated": 1542407155,
"dateModified": 1542407156,
"policy": {
"view": "users",
"edit": "users"
}
},
"attachments": {}
},
{
"id": 1,
"type": "HMBB",
"phid": "PHID-HMBB-opxfl4auoz3ey5klplrx",
"fields": {
"objectPHID": "PHID-DIFF-vzvgqqcyscpd7ta4osy2",
"containerPHID": null,
"buildableStatus": {
"value": "passed"
},
"isManual": false,
"dateCreated": 1542406968,
"dateModified": 1542406968,
"policy": {
"view": "users",
"edit": "users"
}
},
"attachments": {}
}
],
"maps": {},
"query": {
"queryKey": null
},
"cursor": {
"limit": 100,
"after": null,
"before": null,
"order": null
}
}
```
Reviewers: #blessed_reviewers, epriestley
Reviewed By: #blessed_reviewers, epriestley
Subscribers: Korvin, O14 ATC Monitoring
Differential Revision: https://secure.phabricator.com/D19818
Phabricator is a collection of web applications which help software companies build better software.
Phabricator includes applications for:
- reviewing and auditing source code;
- hosting and browsing repositories;
- tracking bugs;
- managing projects;
- conversing with team members;
- assembling a party to venture forth;
- writing stuff down and reading it later;
- hiding stuff from coworkers; and
- also some other things.
You can learn more about the project (and find links to documentation and resources) at Phabricator.org
Phabricator is developed and maintained by Phacility.
SUPPORT RESOURCES
For resources on filing bugs, requesting features, reporting security issues, and getting other kinds of support, see Support Resources.
NO PULL REQUESTS!
We do not accept pull requests through GitHub. If you would like to contribute code, please read our Contributor's Guide.
LICENSE
Phabricator is released under the Apache 2.0 license except as otherwise noted.
Description
Languages
PHP
93.4%
JavaScript
4.1%
CSS
2.4%