Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion backend/lib/edgehog/devices/device/device.ex
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ defmodule Edgehog.Devices.Device do
# datalayer subqueries so Ash can compose and support the functionality.
paginate_relationship_with application_deployments: :relay,
ota_operations: :relay,
tags: :relay
tags: :relay,
file_download_requests: :relay

subscriptions do
pubsub EdgehogWeb.Endpoint
Expand Down
31 changes: 31 additions & 0 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dayjs": "^1.11.19",
"fflate": "^0.8.2",
"graphql": "^16.9.0",
"history": "^5.1.0",
"js-cookie": "^3.0.5",
Expand All @@ -59,6 +60,7 @@
"tailwind-merge": "^3.4.0",
"tw-animate-css": "^1.4.0",
"typescript": "^5.5.3",
"uuid": "^13.0.0",
"vite": "^7.3.1",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-relay-lite": "^0.12.0",
Expand Down
Loading
Loading