Skip to content

Releases: waggle-sensor/waggle-auth-app

Release 0.49.2

26 Jan 23:00
117d427
Compare
Choose a tag to compare

Fixed bug where serializer was not detecting duplicate lorawan key and connection records.

Release 0.49.1

18 Jan 23:37
Compare
Choose a tag to compare

Added uncommitted migration manifests/migrations/0039_alter_computehardware_hw_model_and_more.py.

Release 0.49.0

18 Jan 19:39
3545f69
Compare
Choose a tag to compare

This PR add a /nodes/{vsn}/users endpoint which provides the list of users and their ssh public keys like:

[
    {
        "user": "someuser",
        "ssh_public_keys": "ssh-ed25519 AAAA...\n"
    },
   ...
]

This will enable automation of per user accounts on nodes for developer access.

Release 0.48.0

09 Jan 21:45
c835732
Compare
Choose a tag to compare

Added sensor hardware CRUD API. @FranciscoLozCoding

Release 0.47.0

13 Dec 19:11
Compare
Choose a tag to compare

Added support for LoRaWAN data management APIs.
Added "VSNs using" data to /sensors/ endpoint.

Co-authored with:
@FranciscoLozCoding
@nconrad
@sergeygurvich

Release 0.46.1

17 Nov 18:57
Compare
Choose a tag to compare

Forgot to add serial number and URI fields to node sensor admin. (Important for camera config!)

Release 0.46.0

17 Nov 18:37
a880063
Compare
Choose a tag to compare

Add admin for node and compute sensors to enable easier global search and updates.

Release 0.45.0

08 Nov 23:51
eb2c8ac
Compare
Choose a tag to compare

Added support for project in manifest.NodeData model.

Added project filter param to /manifests/ endpoint. (Ex. /manifests/?project=sage)

Release 0.44.0

08 Nov 01:07
c20ba25
Compare
Choose a tag to compare
  • Add Globus logout flow to properly clear Globus cookies on logout.
  • Override admin site's login / logout with Globus based login / logout. (The admin site's login is not currently used. This will allow admins navigating to /admin to get a proper login screen.)

Release 0.43.0

03 Nov 18:43
b2ea324
Compare
Choose a tag to compare
  • Adds initial models and management for LoRaWAN device and config tracking. (@FranciscoLozCoding)
  • Fixes sensor hardware capabilities serialization. (@sgurvich83)