Liu Xiaoyi
67b7a08e4a
feat: add "day" as resolution for temperature graph ( #823 )
2026-02-13 09:58:15 -08:00
packagrio-bot
a014337167
(v0.8.6) Automated packaging of release by Packagr
2026-02-09 21:17:48 +00:00
packagrio-bot
625a0244e2
(v0.8.5) Automated packaging of release by Packagr
2026-02-09 20:26:21 +00:00
packagrio-bot
6a76b5aa26
(v0.8.4) Automated packaging of release by Packagr
2026-02-09 06:20:42 +00:00
dependabot[bot]
971249ba3f
Bump js-yaml from 3.14.1 to 3.14.2 in /webapp/frontend ( #905 )
...
Bumps [js-yaml](https://github.com/nodeca/js-yaml ) from 3.14.1 to 3.14.2.
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodeca/js-yaml/compare/3.14.1...3.14.2 )
---
updated-dependencies:
- dependency-name: js-yaml
dependency-version: 3.14.2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-08 21:52:36 -08:00
dependabot[bot]
73417ca653
Bump follow-redirects from 1.15.2 to 1.15.6 in /webapp/frontend ( #604 )
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.15.2 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.2...v1.15.6 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aram Akhavan <github@aram.nubmail.ca >
2026-02-08 21:52:14 -08:00
dependabot[bot]
a6d092983d
Bump express from 4.18.2 to 4.19.2 in /webapp/frontend ( #613 )
...
Bumps [express](https://github.com/expressjs/express ) from 4.18.2 to 4.19.2.
- [Release notes](https://github.com/expressjs/express/releases )
- [Changelog](https://github.com/expressjs/express/blob/master/History.md )
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2 )
---
updated-dependencies:
- dependency-name: express
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aram Akhavan <github@aram.nubmail.ca >
2026-02-08 21:52:07 -08:00
dependabot[bot]
1988b101e1
Bump lodash from 4.17.21 to 4.17.23 in /webapp/frontend ( #856 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.21 to 4.17.23.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.17.23 )
---
updated-dependencies:
- dependency-name: lodash
dependency-version: 4.17.23
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aram Akhavan <github@aram.nubmail.ca >
2026-02-08 21:37:51 -08:00
dependabot[bot]
746ae76cfc
Bump node-forge from 1.3.1 to 1.3.3 in /webapp/frontend ( #857 )
...
Bumps [node-forge](https://github.com/digitalbazaar/forge ) from 1.3.1 to 1.3.3.
- [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md )
- [Commits](https://github.com/digitalbazaar/forge/compare/v1.3.1...v1.3.3 )
---
updated-dependencies:
- dependency-name: node-forge
dependency-version: 1.3.3
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aram Akhavan <github@aram.nubmail.ca >
2026-02-08 21:37:44 -08:00
mcarbonne
6362512406
Update go to 1.25 ( #875 )
...
Closes #872
* update go to 1.25
* update deprecated gomock
* remove deprecated ioutil
* update (and fix) ci
* add golang lint (as warning)
* enable formatters + freeze golang version
2026-02-08 20:46:36 -08:00
packagrio-bot
c6323fb7ce
(v0.8.3) Automated packaging of release by Packagr
2026-02-09 04:41:13 +00:00
Aram Akhavan
349c7d4def
Fix temperature plot to use local time ( #903 )
...
Closes #893 #889
2026-02-08 20:35:28 -08:00
Hybras
3f6537e94c
Fix temperature conversion in temperature.pipe.ts ( #815 )
2026-02-07 23:23:48 -08:00
packagrio-bot
a3000fd6b0
(v0.8.2) Automated packaging of release by Packagr
2026-02-07 05:05:07 +00:00
Jason Kulatunga
0565962a14
Check result of attribute casting to avoid panics ( #528 )
2026-02-05 22:14:03 -08:00
Liu Xiaoyi
184bc4bec5
Improve temperature logging ( #825 )
...
* Always log current temperature
* Forcefully align each ata_sct_temperature_history data point to an integer multiple of the logging interval to prevent repeated data points
Fixes #824
2026-02-05 21:35:35 -08:00
mcarbonne
bdbe13e320
Add option to discard SCT Data Table Temperature History ( #557 )
...
Fixes #494
2026-02-05 20:59:24 -08:00
Jason Kulatunga
7c35d59552
Merge pull request #784 from Peppercorn27/master
...
Fix web ui latency
2025-10-19 08:50:10 -04:00
Pablo
bb98b8c45b
feat: Update dashboard.component.ts
...
Addresses https://github.com/AnalogJ/scrutiny/issues/755
2025-08-08 21:02:05 +02:00
Peppercorn27
b71897fa5f
fix web ui latency
...
fix web ui latency in situations where cron shedule has been reduced resulting in more data being present in influxDB than expected
2025-07-06 17:11:42 +01:00
Jason Kulatunga
4a72c9ef55
Merge pull request #754 from Berry-95/491-FEAT-Allow-disks-to-be-archived
...
Fixes 491 [FEAT] Allow disks to be hidden/archived
2025-04-30 10:31:21 -04:00
Sam
3e11583283
491 [FEAT] Allow disks to be hidden/archived
...
- Fix mock device type definition mismatch in the frontend.
- Make DeviceModel archived field optional.
2025-04-28 15:01:31 +02:00
Sam
600cd153e0
491 [FEAT] Allow disks to be hidden/archived
...
- Add archived to device type & db
- Add archive/unarchive handlers to webapp backend
- Add archive toggle & styling to webapp frontend
2025-02-21 09:25:27 +01:00
Rick Zaki
50561f34ea
fix: https://github.com/AnalogJ/scrutiny/issues/643
...
needed to separate formatting temps from converting
dashboard was using format method to convert and send Fahrenheit values to chart, then passing the same method into chart formatter causing the Fahrenheit value to be passed in as Celsius and converted again.
2025-01-09 14:27:26 -05:00
Brice Bauer
c5943a1ca4
Adjust null input response, and tests
2024-07-25 15:40:28 -04:00
Brice Bauer
a5893f0bf9
Add tests for DeviceHoursPipe
2024-07-22 14:02:27 -04:00
Brice Bauer
142fe06df1
Move powered_on_hours_unit to a new migration id
2024-07-22 08:37:35 -04:00
Brice Bauer
a18e2842ac
Update db migration description to match setting possible values
2024-05-08 08:43:25 -04:00
Brice Bauer
806f7c64a0
Add pipe and implement to dashboard/device component
2024-05-08 08:30:49 -04:00
Brice Bauer
8fa32c6dd7
Add DB Migration and config/settings
2024-05-07 16:45:09 -04:00
packagrio-bot
5e6ab2290b
(v0.8.1) Automated packaging of release by Packagr
2024-04-08 04:48:11 +00:00
packagrio-bot
5977f7c7d4
(v0.8.0) Automated packaging of release by Packagr
2024-03-13 23:47:26 +00:00
packagrio-bot
5e33c33e75
(v0.7.3) Automated packaging of release by Packagr
2024-02-24 23:12:54 +00:00
Jason Kulatunga
3ea223fa8e
Merge pull request #547 from kaysond/master
...
Add support for disabling repeat notifications if the values haven't changed
2024-02-24 15:10:29 -08:00
Aram Akhavan
09f4b34bf0
fix server test
2024-02-04 11:52:30 -08:00
Aram Akhavan
f24abf254b
Add tests for not repeating notifications
2024-02-04 11:38:52 -08:00
Aram Akhavan
cc889f2a2d
fix notify tests
2024-02-04 11:38:52 -08:00
Jason Kulatunga
2aa242e364
update mockgen instructions
2024-02-04 11:38:52 -08:00
Jason Kulatunga
1c193aa043
add database interface mock
2024-02-04 11:38:52 -08:00
Aram Akhavan
01c5a7fdfe
Address review comments
2024-02-04 11:38:51 -08:00
Aram Akhavan
98d958888c
refactor common code
2024-02-04 11:38:51 -08:00
Aram Akhavan
4e5c76b259
Add support for disabling repeat notifications
...
* Add a new database function for getting the tail
* Update ShouldNotify() to handle ignoring repeat notifications if set
2024-02-04 11:38:51 -08:00
Aram Akhavan
6417d71311
Add a setting for repeating notifications or not
2024-02-04 11:38:50 -08:00
Aram Akhavan
3285eb659f
Fix some development issues
2024-02-04 11:38:50 -08:00
Thomas Way
db86bac9ef
fix(collector): show correct nvme capacity
...
Some nvme devices do not report their capacity through the usual
'user_capacity' field, instead the total capacity is reported with the
'nvme_total_capacity' field.
Fixes : #466
2024-01-23 22:02:02 +00:00
Jason Kulatunga
5bbd4c3b64
update delete device message to clarify that no data will actually be effected, only scrutiny data.
...
fixes #544
2023-11-22 14:25:26 -08:00
packagrio-bot
c3a0fb7fb5
(v0.7.2) Automated packaging of release by Packagr
2023-10-17 13:19:35 +00:00
Aram Akhavan
550cd59093
Fix parsing of attribute 188 on seagate drives
2023-10-14 21:39:12 -07:00
Aram Akhavan
31c2daedf7
fix smart 188 thresholds
2023-09-03 10:37:43 -07:00
packagrio-bot
ee893cc360
(v0.7.1) Automated packaging of release by Packagr
2023-04-08 23:01:22 +00:00