Add project tag filter to component identity endpoint (#6089)#6523
Add project tag filter to component identity endpoint (#6089)#6523anand1416 wants to merge 1 commit into
Conversation
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Duplication | 0 |
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
Signed-off-by: Anand Nawale <anandnawale1416@gmail.com>
1bdc1c7 to
de5c3c7
Compare
|
The failing CI job appears to be unrelated to this change. According to the test report, the only failing test is:
which fails while downloading the NVD feed:
My changes are limited to the V1 component identity endpoint ( Please let me know if you'd like me to investigate further or if this is a transient CI issue. |
Summary
This PR implements support for filtering components by project tag in the deprecated V1 component identity endpoint.
It adds a new optional query parameter:
projectTagWhen provided, only components belonging to projects with the specified tag are returned.
Example:
Changes
projectTagquery parameter toComponentResourceQueryManagerComponentQueryManagerCloses #6089.