Skip to content

Releases: aerosense-ai/aerosense-dashboard

Make node IDs list static

23 Jun 13:18
f3d92a7
Compare
Choose a tag to compare

Closes #33

Contents (#34)

Enhancements

  • Make node IDs list static

Fix incorrect column names in measurement session select update

21 Jun 14:32
ebd6282
Compare
Choose a tag to compare

Contents (#32)

Fixes

  • Fix incorrect column names in measurement session selector update

Add ability to plot data by measurement session

14 Jun 12:20
b2d0598
Compare
Choose a tag to compare

Contents (#31)

New features

  • Add ability to use measurement sessions to select data for plotting
  • Add button for triggering measurement session extraction cloud function

Enhancements

  • Add loading indicator to installation and node selectors
  • Move installation checker button to installations section

Fixes

  • Only update graph title once plot button has been clicked

Replace pressure profile plot with Cp plot

07 Jun 15:33
cc453db
Compare
Choose a tag to compare

Contents (#30)

New features

  • Replace pressure profile plot with Cp plot

Fixes

  • Enable persistence for installation selector

Dependencies

  • Use latest aerosense-tools

Update dependencies and indicate empty query

28 Mar 11:46
b6f6138
Compare
Choose a tag to compare

Contents (#29)

Enhancements

  • Plot Sensor data with Session plots, return empty query indication
  • Pad Sensor data "gaps" with "null" to avoid extrapolated plots during idle periods

Operations

  • Update dependencies

Pre-process sensor data

21 Mar 15:22
ff21106
Compare
Choose a tag to compare

Contents (#24)

Enhancements

  • Convert int raw data to float measurement
  • Increase sensor data plot height
  • Improve custom time selection layout

image

Make time selection more precise

08 Mar 13:04
4860140
Compare
Choose a tag to compare

Summary

Add precise time selection for graphs and show loading indicators when waiting for them to load. Refactor the code to be less repetitive and more consistent.

Contents (#23)

Enhancements

  • Add hour/minute/second selectors to sensor tabs and improve their layout
  • Add loading indicators for graphs
  • Cache sensor types
  • Set log level to debug
  • Set Aerosense logo as favicon

Fixes

  • Set pressure profile date picker to valid initial date

Refactoring

  • Factor out creation of tabs layouts into functions
  • Move tab layouts into layouts module
  • Combine SensorSelect and YAxisSelect components
  • Rename Nav component to Navigation

Use valid path with gunicorn in Dockerfile

06 Mar 17:30
52d380b
Compare
Choose a tag to compare

Contents (#22)

Fixes

  • Use valid path with gunicorn in Dockerfile

Fix deployment

06 Mar 17:11
87fbca7
Compare
Choose a tag to compare

Contents (#21)

Operations

  • Give gunicorn path to app's flask server

Chores

  • Remove old Procfile

Improve deployment workflow

06 Mar 15:36
fb35a1b
Compare
Choose a tag to compare

Contents (#20)

Fixes

  • Fix path to app in Dockerfile

Operations

  • Use octue/get-deployment-info action in CD workflow
  • Add missing needs field to CD workflow
  • Use Zurich region for hosting docker images
  • Add missing needs element
  • Add missing dollar sign

Reversions

  • Revert "WIP: Temporarily deploy from non-main branches"
  • Revert "WIP: Temporarily run CD workflow on all branches"

Chores

  • Work around incorrect container being served by GHA

Other

  • Temporarily run CD workflow on all branches
  • Temporarily deploy from non-main branches