Skip to content

v0.4.16

Compare
Choose a tag to compare
@AnalogJ AnalogJ released this 12 Jul 16:17
  • [feat] frontend javascript changes & tests.
    • adding typescript interfaces for type hinting and testing some code reformatting
    • adding tests for services and components.
    • cleanup of unused dependencies in components.
    • refactor dashboard service so that wrapper is removed before data is passed to component. (no more this.data.data...).
    • refactored components so that variable names are consistent (dashboardService vs smartService).
    • ensure argument and return types are specified everywhere.
    • adding tests for pipes.
    • added ci for frontend code.
  • [feat] added mechanism to update InfluxDB tasks if they get out of date (due to updates in the code).
  • [fix] Historical temperature data is inconsistent and is not downsampled correct
    • rewrote the influxdb down-sampling tasks, ensure they work correctly.
    • fixes #259
    • fixes #317
  • [docs] added and fixed links to supported NAS's
  • [feat] upgrading to go 1.18 for generics (and lodash-like library)
  • [fix] devices with an empty wwn should be filtered out (not uploaded during device registration, skipped when attempting to upload metrics).
    • added a migration to delete existing device entries with an empty wwn
    • fixes #314
  • [docs] added USB instructions to trouble shooting guide.
  • [docs] added instructions for how to create a Scope restricted InfluxDB API token for use with Scrutiny.
Timestamp SHA Message Author
2022-07-12T16:02Z c34ee85 (v0.4.16) Automated packaging of release by Packagr packagrio-bot
2022-07-12T15:58Z 91e8eb1 Merge pull request #333 from AnalogJ/beta Jason Kulatunga
2022-07-12T15:58Z a01b8fe manually bump version. Jason Kulatunga
2022-07-12T15:57Z 550fb54 Merge pull request #328 from AnalogJ/beta pre v0.4.16 Jason Kulatunga
2022-07-12T03:54Z 7841063 remove solaris. Jason Kulatunga
2022-07-12T03:52Z 8e05b2e Revert "add a solaris collector detect engine." This reverts commit 64e1c93. https://gitlab.com/cznic/sqlite does not support Solaris. > build constraints exclude all Go files in /home/runner/work/scrutiny/scrutiny/vendor/modernc.org/libc/errno related #120 Jason Kulatunga
2022-07-12T03:48Z 64e1c93 add a solaris collector detect engine. Jason Kulatunga
2022-07-12T03:47Z b227054 error if any step fails. Jason Kulatunga
2022-07-12T03:38Z 66bd6f9 compiling solaris binaries related #120 Jason Kulatunga
2022-07-10T18:30Z c657986 added instructions for how to create a Scope restricted InfluxDB API token for use with Scrutiny. - fixes #249 Jason Kulatunga
2022-07-10T16:01Z 2361c32 added USB instructions to trouble shooting guide. fixes #266 added solaris to supported os list. Jason Kulatunga
2022-07-10T01:28Z 5ea149d upgrading to go 1.18 for generics (and lodash-like library). devices with an empty wwn should be filtered out (not uploaded during device registration, skipped when attempting to upload metrics). added a migration to delete existing device entries with an empty wwn fixes #314 Jason Kulatunga
2022-07-10T00:00Z 30bd18f updating docs. Jason Kulatunga
2022-07-09T17:42Z 0f0efac fix update, using raw flux script. Jason Kulatunga
2022-07-09T17:05Z 04563c0 ensure we have the ability to keep influxdb tasks up-to-date. Jason Kulatunga
2022-07-09T15:48Z 9316ecc adding tests for tasks and aggregation queries (temp). Jason Kulatunga
2022-07-09T01:19Z b71d666 adding typescript interfaces for type hinting and testing some code reformatting adding tests for services and components. cleanup of unused dependencies in components. refactor dashboard service so that wrapper is removed before data is passed to component. (no more this.data.data...). refactored components so that variable names are consistent (dashboardService vs smartService). ensure argument and return types are specified everywhere. adding tests for pipes. adding ng test to ci steps. change dir before running npm install. trying to install nodejs in continer. test frontend separately. upload coverage for frontend and backend. upload coverage for frontend and backend. testing coverage file locations. retry file upload. Jason Kulatunga
2022-07-08T14:11Z 0e2fec4 adding tests to frontend. Jason Kulatunga
2022-07-07T15:56Z ff17128 Merge pull request #325 from AnalogJ/beta make sure that make is installed when building binary frontend. Jason Kulatunga
2022-07-07T05:50Z ea8fe20 make sure that make is installed when building binary frontend. Jason Kulatunga