[Fleet] Add categories to search response output#735
[Fleet] Add categories to search response output#735thomasneirynck merged 7 commits intoelastic:masterfrom
Conversation
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
🤖 GitHub commentsTo re-run your PR in the CI, just comment with:
|
There was a problem hiding this comment.
Thanks for the PR. Let's make sure if it works correctly for all our use cases.
- Please run
make formatmage formatto clean this code. - Please add a changelog entry to the
CHANGELOG.md. - Please run
go test .to see if something has changed (-generateto regenerate golden files).
mtojek
left a comment
There was a problem hiding this comment.
LGTM!
I double-checked it against the policy template case (url: /search?category=datastore&experimental=true) and it seems to be correct: https://github.com/elastic/package-registry/blob/d2bbfb6efbca8c93d0c9195c871d40450817fae0/testdata/generated/search-category-datastore.json
I think you're good to go, Thomas. You can proceed with releasing procedure. If you encounter any blockers, we can help you with them. FYI release cycles of EPR are detached from Elastic release trains, so feel free to do this anytime.
Closes #722
This adds the categories to the search-response output.
cc @joshdover