edgehog icon indicating copy to clipboard operation
edgehog copied to clipboard

Easily manage your IoT device fleet with Edgehog at once. Get information on device status, deploy updates, geolocate your devices and much more!

Results 63 edgehog issues
Sort by recently updated
recently updated
newest added

This will allow to (tentatively) cancel an update that is in progress on a device using the GraphQL API

Allow retrieving events for a specific OTAOperation from Astarte and expose them via GraphQL

Example: allow frontend to subscribe for status updates on `otaOperation`.

`:last_seen_ip` is contained in the Device Status but it's also received in device connected triggers, se we could cache it to use it for IP based Geolocation without requesting the...

Since Device Attributes were never actually exposed to the frontend, we have the occasion to rework them without breaking compatibility while leveraging the utilities that Ash gives us.

ash-porting

Since we expect to update the resource with the update mutation, there is no reason to allow null as an input.

ash-porting

The Tenant schema uses the `has_one :realm, Realm` relationship, but Edgehog allows to create a few realms associated with the same tenant. ```elixir test "create_realm/2 allows to create few realms...

We should be able to connect to a Postgres database exposed over SSL, so we have to add some more environment variables. The most basic one would just be `DATABASE_ENABLE_SSL`,...

Now that we have a reconciler (see #403) handling the installation of triggers, we can add authentication to the Trigger Controller using a Tenant-specific API-Key that will be sent as...