Ref T7977. Add a repository parameter to the diffusion.findsymbols Conduit method to allow restricting search results to the specified repository.
Details
Details
- Reviewers
epriestley eadler avivey - Group Reviewers
Blessed Reviewers - Maniphest Tasks
- T7977: Associate Symbols with Repositories directly (Instead of arc projects)
- Commits
- Restricted Diffusion Commit
rP2cc898a63f00: Add repository parameter to `diffusion.findsymbols` method
Queried the Conduit endpoint.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
lgtm.
src/applications/diffusion/conduit/DiffusionFindSymbolsConduitAPIMethod.php | ||
---|---|---|
73 | maybe PHID? or both? Do we have a convention? |
Comment Actions
Yeah, I think preferable/standard is to call the parameter repositoryPHID and return repositoryPHID with the PHID. Rest of it looks good.