-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a devices/:deviceId/history API endpoint #5090
Conversation
…tory auditLog model to query devices as well
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5090 +/- ##
==========================================
- Coverage 78.42% 78.42% -0.01%
==========================================
Files 331 331
Lines 15544 15543 -1
Branches 3593 3593
==========================================
- Hits 12190 12189 -1
Misses 3354 3354
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
… into version-history-for-devices-api
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't need to add a separate feature flag for this as there is no scenario where a team would have history for local instances and not remote instances. The existing projectHistory
flag should be reused.
Description
Add a
devices/:deviceId/history
API endpoint and alter the existing project history auditLog model to query devices as wellRelated Issue(s)
part of #4873
Checklist
flowforge.yml
?FlowFuse/helm
to update ConfigMap TemplateFlowFuse/CloudProject
to update values for Staging/ProductionLabels
area:migration
label