Disable paging and raise pageSize on NinjaOne array-mode datastreams #52
Claude / Claude Code Review
completed
May 28, 2026 in 3m 54s
Code review found 1 important issue
Found 5 candidates, confirmed 1. See review comments for details.
Details
| Severity | Count |
|---|---|
| π΄ Important | 1 |
| π‘ Nit | 0 |
| π£ Pre-existing | 0 |
| Severity | File:Line | Issue |
|---|---|---|
| π΄ Important | plugins/NinjaOne/v1/dataStreams/devices.json:8-10 |
Missing metadata.json version bump |
Annotations
Check failure on line 10 in plugins/NinjaOne/v1/dataStreams/devices.json
claude / Claude Code Review
Missing metadata.json version bump
This PR modifies 6 data stream files under `plugins/NinjaOne/v1/dataStreams/` but does not bump the version in `plugins/NinjaOne/v1/metadata.json` (still at `1.1.9`). Per the repo's review guidance, any change inside a plugin directory must include a corresponding `metadata.json` version bump; since this is a behavior-affecting paging fix, please add at least a patch bump (e.g. `1.1.9` -> `1.1.10`) before merging.
Loading