Commit Graph

884 Commits

Author SHA1 Message Date
Jason Kulatunga 8e34ef8d79 Merge pull request #212 from PeterDaveHello/patch-1
Improve README.md a little bit
2022-04-28 17:49:05 -07:00
Jason Kulatunga f569ab6474 [BROKEN COMMIT]
This code leverages the new `types.isType` functionality introduced in the flux language (https://github.com/influxdata/flux/issues/2159)

This code will fix https://github.com/AnalogJ/scrutiny/issues/22 and all related issues.

Unfortunately this code is broken because the influxdb go client library does not correctly handle import statments in the task defintion.

blocked by
https://github.com/influxdata/influxdb-client-go/issues/322
2022-04-27 22:41:56 -07:00
Peter Dave Hello a8952eff0c Improve README.md a little bit
Set indentation of docker commands, and set the language of code block to enable syntax highlight in README.md
2022-01-05 21:03:37 +08:00
Jason Kulatunga 903d5713fc fixes for tests. 2021-11-21 14:39:39 -08:00
Jason Kulatunga 0872da57d7 fixes for tests. 2021-11-17 21:08:56 -08:00
Jason Kulatunga 47e8595c9d using constant vars for duration key magic strings. Fixing Errorf calls to correctly have template data. 2021-11-17 20:50:18 -08:00
Jason Kulatunga bff83de3a0 query temp data across multiple buckets 2021-11-17 18:35:50 -08:00
Jason Kulatunga 03bfdd3890 changing the duration dropdown for temp history data. adding an /api/summary/temp endpoint 2021-11-16 20:39:09 -08:00
Jason Kulatunga 772063a843 find the temp history for the last week (by default). Smooth out data using aggregate window for hourly numbers. Better temp casting during influx data inflating. 2021-11-16 19:07:37 -08:00
Jason Kulatunga b776fb8886 tweaking retention policy code so we can test downsampling scripts. 2021-11-16 18:32:29 -08:00
Jason Kulatunga 8fb58591a6 fixes for Scrutiny end-to-end testing. 2021-10-28 07:41:41 -07:00
Jason Kulatunga ce032c5609 fixes for Scrutiny end-to-end testing. 2021-10-28 07:35:25 -07:00
Jason Kulatunga 060ac7b83a fixes https://github.com/AnalogJ/scrutiny/issues/179 2021-10-25 21:03:06 -07:00
Jason Kulatunga 3ee342763c publish release using old mechanism. 2021-10-24 23:06:53 -07:00
Jason Kulatunga e572c2051f specify metadata path 2021-10-24 22:22:58 -07:00
Jason Kulatunga a4389b176d we're already building windows binaries. Lets make sure we attach them as well. 2021-10-24 22:09:57 -07:00
Jason Kulatunga c7603c8f62 karalabe/xgo-1.13.x is unmaintained, moving to techknowlogick/xgo:go-1.13.x 2021-10-24 22:05:28 -07:00
Jason Kulatunga 7b7b4fe4e3 fixing test. 2021-10-24 19:30:29 -07:00
Jason Kulatunga 5789c836db make sure the status is always exposed in the json data. make sure display_name for metadata is included. Update mocked test data for frontend. 2021-10-24 17:09:44 -07:00
Jason Kulatunga deba21fe19 update timestamps for testing. 2021-10-24 16:26:41 -07:00
Jason Kulatunga 31b5dfa038 ensure that all buckets are created during init. Remove all references to "name" field for attributes (shoudl come from metadata instead). Status is now an int64 (0 is passing). 2021-10-24 16:01:53 -07:00
Jason Kulatunga 9878985fa3 adding aggregation code 2021-10-24 13:07:12 -07:00
Jason Kulatunga fe3f38ae54 fixing packagr actions for publishing artifacts. 2021-10-23 17:03:31 -07:00
Jason Kulatunga 315b43ea05 fixing packagr actions for publishing artifacts. 2021-10-23 16:49:26 -07:00
Jason Kulatunga d346a394e6 fixing packagr actions for publishing artifacts. 2021-10-23 12:57:59 -07:00
Jason Kulatunga 5880e0af86 using packagr actions for publishing artifacts. 2021-10-23 12:46:45 -07:00
Jason Kulatunga 0460985bc5 fix windows asset builder 2021-10-23 12:28:30 -07:00
Jason Kulatunga 0d580932ad fix bumpr 0.3.13 2021-10-23 12:13:22 -07:00
Jason Kulatunga f26dbdf8b6 trigger windows binary creation on every release. 2021-10-23 11:02:43 -07:00
Jason Kulatunga 33e370e90f fix paths. 2021-10-23 11:02:14 -07:00
Jason Kulatunga 5c492986a5 fixes for windows collector build. 2021-10-23 10:58:56 -07:00
Jason Kulatunga fb564afe30 fixes for windows collector build. 2021-10-23 10:57:02 -07:00
Jason Kulatunga a4d151e3f7 fixes for windows collector build. 2021-10-23 10:54:25 -07:00
Jason Kulatunga 124973d9fa Merge pull request #197 from AnalogJ/windows_builds 2021-10-23 10:49:14 -07:00
Jason Kulatunga abfaa5259e adding windows collector. 2021-10-23 10:47:56 -07:00
Jason Kulatunga 975c034925 WIP downsample scripts. 2021-10-23 10:35:32 -07:00
Jason Kulatunga abe7a16507 creating influxdb config file during startup. 2021-08-06 23:26:40 -07:00
Jason Kulatunga 6d4196085e Update README.md 2021-08-02 21:53:44 -07:00
Jason Kulatunga fa5d0e44c4 Update README.md 2021-08-02 21:52:45 -07:00
Jason Kulatunga a60edfff26 fixing mocked data 2021-08-01 10:42:38 -07:00
Jason Kulatunga b197d349f4 setting the image type as suffix. 2021-07-31 21:24:45 -07:00
Jason Kulatunga c97388ff60 tagging. 2021-07-31 21:24:45 -07:00
Jason Kulatunga c8768387f6 adding docker build -> ghcr.io 2021-07-31 21:24:45 -07:00
Jason Kulatunga bd19230cbf make sure data is persisted to DB. 2021-07-25 22:32:13 -07:00
Jason Kulatunga 80f4660130 validate thresholds whenever SMART data is recieved. 2021-07-25 22:11:07 -07:00
Jason Kulatunga 1fc910f41b retest 2021-07-25 15:58:16 -07:00
Jason Kulatunga 967a927e2d setting the image type as suffix. 2021-07-25 15:52:07 -07:00
Jason Kulatunga ef014150a5 tagging. 2021-07-25 15:39:30 -07:00
Jason Kulatunga 5c614c5512 adding docker build -> ghcr.io 2021-07-25 14:51:28 -07:00
Jason Kulatunga 694fc74ca0 fixing history. 2021-06-27 13:44:01 -07:00