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
- Branch
- master
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 5685 Build 5704: [Placeholder Plan] Wait for 30 Seconds
Event Timeline
Comment Actions
lgtm.
src/applications/diffusion/conduit/DiffusionFindSymbolsConduitAPIMethod.php | ||
---|---|---|
79 | 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.