Commit Graph

3120 Commits

Author SHA1 Message Date
Alex Holliday 7fb51e5801 safe access of temp data, don't render charts without data 2024-11-26 14:54:32 +08:00
Alex Holliday 058ef1501e Merge branch 'develop' into feat/fe/infra-monitor-temp 2024-11-26 11:38:45 +08:00
Alexander Holliday 7e553a73e8 Merge pull request #1174 from bluewave-labs/feat/fe/refactor/input
Feat/fe/refactor/input
2024-11-25 19:38:08 -08:00
Gorkem Cetin (BWL) 6e7f7696a6 Fix application's About page to reflect new name 2024-11-25 22:35:48 -05:00
Gorkem Cetin (BWL) b31c418d39 Fixing documentation BlueWave Uptime -> Checkmate 2024-11-25 22:28:47 -05:00
Alex Holliday 0b85a47613 buildTemps uses correct array 2024-11-26 09:48:35 +08:00
Alex Holliday c9f454854c use non mutating array .toReversed() instead of reversed() 2024-11-26 09:46:20 +08:00
Alex Holliday bb2f2450fd fix sort order, checks need to be queried in desc order due to the way that works. 2024-11-26 09:34:47 +08:00
Alexander Holliday 523b91dcb3 Merge pull request #1196 from renovate-bot/renovate/helmet-8.x
Update dependency helmet to v8
2024-11-25 17:26:21 -08:00
Alexander Holliday 46d44c4612 Merge pull request #1200 from renovate-bot/renovate/axios-1.x-lockfile
Update dependency axios to v1.7.8
2024-11-25 17:25:47 -08:00
Mend Renovate c1ce9a9360 Update dependency axios to v1.7.8 2024-11-25 22:03:11 +00:00
Alex Holliday 0b3df9afce fix 0/0 error for avg cpu temp 2024-11-25 16:27:32 +08:00
Alex Holliday bdbf31ce3c update jsdocs 2024-11-25 16:24:10 +08:00
Alex Holliday b495579c43 Add temp to details page 2024-11-25 16:14:56 +08:00
Alex Holliday 70ff4c31fb refactor area char to take an array of areas and data keys 2024-11-25 16:14:37 +08:00
Alex Holliday f1451cca96 Add temp tooltip component 2024-11-25 16:14:18 +08:00
Mend Renovate 072ff96b7c Update dependency helmet to v8 2024-11-25 05:05:04 +00:00
Alex Holliday 8db24e9016 refactor AreaChart to take an array of data keys 2024-11-25 13:00:28 +08:00
Alex Holliday d75b15b890 Extract building of data into funcitons, add defensinve checks 2024-11-25 12:25:48 +08:00
Alex Holliday e28aaf4ed7 add missing dependency to useEffect array 2024-11-25 11:22:19 +08:00
Alex Holliday 71cde317a7 Add temperature threshold to create infrastructure monitor page 2024-11-25 11:20:52 +08:00
Alex Holliday 24d5a38527 Add pre save and preupdate functinality to set thresholds on alertThreshold change 2024-11-25 11:08:13 +08:00
Alex Holliday d1d19177bd Add alert threshold for temp 2024-11-25 11:04:18 +08:00
Alex Holliday 20513d5ae1 udpate db model for correct temp schema 2024-11-25 11:00:54 +08:00
Alex Holliday c8649c8f87 Add domains to percentage graphs 2024-11-25 10:49:16 +08:00
Alex Holliday 947adb197b format ytick to truncate values 2024-11-25 10:49:05 +08:00
Alex Holliday 56e1aee525 Add x and y domain as optional values to AreaChart 2024-11-25 10:48:43 +08:00
Alexander Holliday 2e2ce43791 Merge branch 'develop' into feat/fe/refactor/input 2024-11-24 18:37:59 -08:00
Alexander Holliday bf79dde960 Merge pull request #1192 from bluewave-labs/fix/be/status-service-status-string
Add better status string generation
2024-11-24 18:36:01 -08:00
Alexander Holliday 56af00e5fe Merge pull request #1190 from bluewave-labs/fix/incident-table-loading
set initial loading state to false, resolves #1182
2024-11-24 18:35:40 -08:00
Alexander Holliday b9a1d284a9 Merge pull request #1188 from bluewave-labs/feat/fe/details-empty-views
add safety checks and simple empty view for details page, addresses #1187
2024-11-24 18:35:13 -08:00
Alex Holliday 15345e3e31 Merge branch 'feat/fe/details-empty-views' of github.com:bluewave-labs/bluewave-uptime into feat/fe/details-empty-views 2024-11-25 10:34:38 +08:00
Alex Holliday 21546ef65c fix conditional error 2024-11-25 10:33:52 +08:00
Alexander Holliday 5c5959cabe Merge branch 'develop' into feat/fe/details-empty-views 2024-11-24 18:32:44 -08:00
Alexander Holliday dd82201ff7 Merge pull request #1179 from bluewave-labs/feat/be/threshold-notifications
feat/be/threshold notifications
2024-11-24 18:31:30 -08:00
Alexander Holliday 260214808c Merge pull request #1177 from bluewave-labs/feat/infras-monitor-details-request
feat/infra monitor details request
2024-11-24 18:28:14 -08:00
Alex Holliday fec43778fa simplify formatting of values 2024-11-25 10:22:21 +08:00
Alex Holliday 6dab90f518 fix logger missing debug level, replace console.error with logger.error 2024-11-25 10:06:40 +08:00
Alex Holliday f90208bc0f Add dependencies to useEffect 2024-11-25 09:55:01 +08:00
Alex Holliday 6363fa72e2 add back 50 checks to display for sanity 2024-11-25 09:54:17 +08:00
Alex Holliday b97e149d62 update tests 2024-11-24 17:43:50 +08:00
Alex Holliday 02666397c9 Move all notification handling from JobQueue to NotificaitonService where it should be 2024-11-24 17:43:37 +08:00
Alex Holliday 257cc73ab3 Add safety check for destructuing payload in StatusService 2024-11-24 17:39:05 +08:00
Alex Holliday abc28c9ee8 Add better status string generation 2024-11-24 15:59:09 +08:00
Alexander Holliday c84545ee86 Merge pull request #1191 from DemonicQuasar/patch-1
Update Login.jsx to remove Sign up link
2024-11-23 23:48:08 -08:00
DemonicQuasar 435345fa3d Update Login.jsx to remove Sign up link
Removing sign up link as per issue #1180.
2024-11-23 06:18:56 -06:00
Alex Holliday 4fd8d44012 redirect on error 2024-11-23 17:20:34 +08:00
Alex Holliday 2732d5f64c add empty view according to spec 2024-11-23 17:14:05 +08:00
Alexander Holliday f013797c40 Merge pull request #1189 from renovate-bot/renovate/bullmq-5.x
fix(deps): update dependency bullmq to v5.29.1
2024-11-23 00:54:35 -08:00
Alex Holliday 964a31796c set initial loading state to false 2024-11-23 16:52:06 +08:00