Commit Graph

3028 Commits

Author SHA1 Message Date
Alex Holliday 36d2a0aa85 set min-width to 0 for infrascructure input fields to override default min-width rather than turning off class entirely 2024-11-21 12:16:14 +08:00
Alex Holliday a3adb80a6e add className to list of class names instead of turning off default classes, add hideErrorText prop to hide errors for thresholds 2024-11-21 12:15:12 +08:00
Alexander Holliday 27f651b828 Merge pull request #1167 from bluewave-labs/feat/fe/infrastructure-details
feat/fe/infrastructure details, resolves #1068
2024-11-20 03:19:22 -08:00
Alex Holliday 11cc2833cf extract tooltip percentage formatting 2024-11-20 12:55:58 +08:00
Alex Holliday 8bbb0012db Add monitor information at top of page 2024-11-20 12:42:06 +08:00
Alex Holliday 1f5b5dd612 details -> Details 2024-11-20 12:16:27 +08:00
Alex Holliday 9bbcaaf156 memoize calculations in SVG gauge 2024-11-20 12:13:46 +08:00
Alex Holliday b1449d3587 refactor details page to use reduce code duplication, caluclate area chart height 2024-11-20 12:11:03 +08:00
Alex Holliday 8b73955802 truncate decimals in tool top 2024-11-20 12:10:25 +08:00
Alex Holliday dbe174d171 remove dummy from Area Chart 2024-11-20 12:09:52 +08:00
Alexander Holliday 88b9ab3048 Merge pull request #1149 from bluewave-labs/1067-fe-hardware-monitoring-create-hardware-monitor
1067 fe hardware monitoring create hardware monitor
2024-11-19 18:50:16 -08:00
Alexander Holliday 7bb749f558 Merge pull request #1169 from bluewave-labs/fix/be/rewrite-endpoint-resolution-check
fix: rewrite BE endpoint resolution method
2024-11-19 18:47:17 -08:00
Alexander Holliday e666f7c5e5 Merge pull request #1165 from renovate-bot/renovate/mongoose-8.x-lockfile
fix(deps): update dependency mongoose to v8.8.2
2024-11-19 18:43:54 -08:00
Alexander Holliday 2f88b9f785 Merge pull request #1166 from renovate-bot/renovate/bullmq-5.x
fix(deps): update dependency bullmq to v5.28.0
2024-11-19 18:43:38 -08:00
Alex Holliday 58be0c018b rewrite monitor resolution check, update tests 2024-11-20 10:37:01 +08:00
Mend Renovate b5cfd83470 fix(deps): update dependency bullmq to v5.28.0 2024-11-19 19:00:13 +00:00
Shemy Gan d072ef2ee3 - Update proptypes 2024-11-19 13:02:22 -05:00
Shemy Gan b7186aa0ef - Replace pb with alignSelf for checkbox position 2024-11-19 11:31:22 -05:00
Shemy Gan 5774d52179 Merge branch 'develop' into 1067-fe-hardware-monitoring-create-hardware-monitor 2024-11-19 09:58:15 -05:00
Shemy Gan 8b8a0962db - Move create infrastructure folder to infrastructure and remove Infrastructuremonitor folder
- Add create infrastructure page to globle routes and add "infrastructure" to PATH_MAP
- Add navigation/breadcrumb to  create infrastructure page
- Connect create infrastructure page to create monitor button on home page
2024-11-19 09:57:39 -05:00
Alex Holliday 7223ca366a Add temporary dummy data route 2024-11-19 16:01:28 +08:00
Alex Holliday 217ae50acc Fetch data from gist 2024-11-19 16:01:08 +08:00
Alex Holliday 9e7e13baea truncate Gauge percentage to 2 decimal places 2024-11-19 15:28:57 +08:00
Alex Holliday 5a2c6a9aa7 Add jsdocs and proptypes to Infrastructure Details Page 2024-11-19 14:39:58 +08:00
Alex Holliday 7f380cef10 Add headers to charts, add multpilier for percentages, increase chart spacing 2024-11-19 14:19:04 +08:00
Alex Holliday 0c194a0403 Change AreaChart responsive container height to 80% 2024-11-19 14:18:29 +08:00
Alex Holliday 9cf2be774b Add a randomly generated gradientID to so each chart has a unique gradient 2024-11-19 13:54:51 +08:00
Alex Holliday e3c13d93ec Fix label proptype to allow for dates and numbers, add comments 2024-11-19 13:40:52 +08:00
Alex Holliday a0c73469fa Add area charts, fix dummy data 2024-11-19 13:35:00 +08:00
Alex Holliday 6a0d61b73e Update Area Chart docs and proptype 2024-11-19 13:34:43 +08:00
Alex Holliday 924c799858 add and update chartUtils 2024-11-19 13:32:23 +08:00
Alex Holliday 92ba0d84db Add data for area chart 2024-11-19 12:06:21 +08:00
Alex Holliday 49d81cf0ca Add area chart 2024-11-19 12:05:26 +08:00
Alex Holliday 55e13d7deb Add area chart file 2024-11-19 12:04:47 +08:00
Alex Holliday ca9ca4f59a Add gauges 2024-11-19 12:02:37 +08:00
Alex Holliday d2f42f432f Add styles for custom gauage 2024-11-19 11:43:29 +08:00
Alex Holliday fbdd3c1520 Add custom gauge component 2024-11-19 11:42:42 +08:00
Alex Holliday 08323202b7 Create stat boxes 2024-11-19 11:40:45 +08:00
Alex Holliday 93d96b99a4 Add infrastrucutre/details route 2024-11-19 11:40:34 +08:00
Shemy Gan 657a953ad9 - remove retention 2024-11-18 22:07:01 -05:00
Shemy Gan 7251c6c06d - Minor updates based on meeting discussion.
- fix typo, remove retention log section
- change to use ms per minute for frequency etc
2024-11-18 22:06:18 -05:00
Mend Renovate 2af41625a4 fix(deps): update dependency mongoose to v8.8.2 2024-11-18 21:59:46 +00:00
Shemy Gan 49f95f1a71 - Let input field keep left/right aligned until wrap around when screen gets smaller 2024-11-18 16:11:02 -05:00
Shemy Gan 683ea81db4 Merge branch 'develop' into 1067-fe-hardware-monitoring-create-hardware-monitor 2024-11-18 09:17:53 -05:00
Gorkem Cetin (BWL) cb0271613e Merge pull request #1164 from bluewave-labs/feat/docs/quickstart-update
Feat/docs/quickstart update
2024-11-18 09:15:23 -05:00
Alexander Holliday d1bc624b83 Update quickstart.md
dev -> dist
2024-11-18 13:38:47 +08:00
Alex Holliday de56979bd3 Add sample env files 2024-11-18 13:24:50 +08:00
Alex Holliday f99f62c6ef point to correct raw docker-compose file 2024-11-18 13:14:21 +08:00
Alexander Holliday a5cd115180 Merge pull request #1160 from renovate-bot/renovate/bullmq-5.x
fix(deps): update dependency bullmq to v5.26.2
2024-11-17 14:58:51 -08:00
Alexander Holliday 481f631df6 Merge pull request #1162 from mertssmnoglu/fix/remove-package-lock-json
fix: Remove top level package-lock.json
2024-11-15 15:42:44 -08:00