Commit Graph

1129 Commits

Author SHA1 Message Date
Alex Holliday
9e51cffb67 JobQueue was not deleting jobs correctly due to incorrect lookup in monitor object 2024-07-31 13:24:38 -07:00
Alex Holliday
2a79264a9a Added safety check for accessing notifications before inserting 2024-07-31 13:11:20 -07:00
Alex Holliday
7d3bc7ee8a Delete notifcations when a user is deleted 2024-07-31 12:55:19 -07:00
Alexander Holliday
460409499f Merge pull request #504 from bluewave-labs/feat/be/create-notifications
Feat/be/create notifications
2024-07-31 12:51:03 -07:00
Alex Holliday
905d6ed658 remove delete, use undefined instead 2024-07-31 12:27:40 -07:00
Alex Holliday
9f62edf6dc Merge branch 'develop' into feat/be/create-notifications 2024-07-31 12:12:08 -07:00
Alex Holliday
09edaebd98 Implement inserting notifications when a monitor is created, update validation 2024-07-31 12:12:05 -07:00
Alexander Holliday
5a8045eef6 Merge pull request #501 from bluewave-labs/feat/fe/connect-config
Feat/fe/connect config, resolves #497
2024-07-31 11:51:52 -07:00
Alex Holliday
ed0d781779 Added update and delete functionality 2024-07-31 11:36:51 -07:00
Alex Holliday
60b408dc19 Merge branch 'develop' into feat/fe/connect-config 2024-07-31 11:01:51 -07:00
Alex Holliday
cc3b70dd6b Initial refactor 2024-07-31 11:00:45 -07:00
Alexander Holliday
40c550e81f Merge pull request #500 from bluewave-labs/feat/button-animations
Added some basic button svg animations, resolves #480
2024-07-30 18:02:28 -07:00
Alexander Holliday
e415a0e80d Merge pull request #499 from bluewave-labs/master
Master
2024-07-30 18:02:10 -07:00
Alexander Holliday
ec706d3d21 Merge pull request #494 from bluewave-labs/fix/be/controller-error-handling
Fix/be/controller error handling
2024-07-30 18:01:55 -07:00
Alexander Holliday
38641d1e9f Merge pull request #493 from bluewave-labs/feat/be/delete-notificatons-on-monitor-delete
Feat/be/delete notificatons on monitor delete
2024-07-30 18:01:13 -07:00
Alexander Holliday
04102990eb Merge pull request #492 from bluewave-labs/feat/db/notifications
Add DB operations for notifications
2024-07-30 18:00:48 -07:00
Alexander Holliday
0e07b9980b Merge pull request #486 from bluewave-labs/fix/coderabbit
Updated coderabbit.yaml
2024-07-30 18:00:21 -07:00
Daniel Cojocea
a0f54c191e Added some basic button svg animations 2024-07-30 19:36:37 -04:00
Alexander Holliday
0414bc64f3 Merge pull request #496 from bluewave-labs/feat/autodeploy
Feat/autodeploy
2024-07-30 14:51:59 -07:00
Alexander Holliday
c432f8ea60 Merge branch 'master' into feat/autodeploy 2024-07-30 14:39:55 -07:00
Alex Holliday
aaa63a81cd MaintenanceWindowController error handling 2024-07-30 14:00:19 -07:00
Alex Holliday
c478298631 MaintenanceWindowController error handling 2024-07-30 13:56:38 -07:00
Alex Holliday
abf0b5856b CheckController error handling 2024-07-30 13:55:22 -07:00
Alex Holliday
5a1aaf5132 AuthController error handling, cleanup 2024-07-30 13:54:30 -07:00
Alex Holliday
8220fdce94 Add better error handling 2024-07-30 13:36:53 -07:00
Alex Holliday
1664bc09ea Add delete method 2024-07-30 13:25:56 -07:00
Alex Holliday
03ee67cfca Add methods to MongoDB 2024-07-30 13:23:14 -07:00
Alex Holliday
a7c93aee39 Add DB operations for notifications 2024-07-30 13:19:37 -07:00
Daniel C
dd834fc2c5 Removed box shadow and fixed button width (#491) 2024-07-30 13:09:46 -07:00
Alexander Holliday
4053a6a785 Add notification model (#488) 2024-07-30 12:54:35 -07:00
Alexander Holliday
d135a986a3 Add checkboxes and field for notification (#490) 2024-07-30 12:54:22 -07:00
Daniel C
960afd44f9 Fixed get last checked function (#489)
* Fixed get last checked function

* Updated docs
2024-07-30 12:44:41 -07:00
Alex Holliday
7e8c81c18a Updated coderabbit.yaml 2024-07-30 11:27:15 -07:00
Alexander Holliday
05574a08ac Refactored monitor to uptimeMonitor (#484)
* Refactored monitor to uptimeMonitor

* Updated Configure
2024-07-30 11:25:14 -07:00
Alexander Holliday
27b9a6055f Added pre save function to PageSpeedCheck to update Monitor status (#485) 2024-07-30 11:24:25 -07:00
Daniel C
979c198702 Create page speed function (#483)
* Added pagespeed monitor create function

* Added pagespeed slice

* Updated slice name

* Displayed page speed monitors and updated directory name
2024-07-30 10:40:31 -07:00
Alexander Holliday
bdf8d6aaea Feat/maintenance window check, resolves #467 (#476)
* Added createMaintenanceWindow route

* Added getMaintenanceWindowsByUserId

* Added getMaintenaceWindowsByMonitorId method, updated routes

* Exported delete methods

* Add check for maintenance window before executing job
2024-07-30 10:02:04 -07:00
Alexander Holliday
95dfc8d82c Feat/maintenance window controller (#475)
* Added createMaintenanceWindow route

* Added getMaintenanceWindowsByUserId

* Added getMaintenaceWindowsByMonitorId method, updated routes

* Exported delete methods
2024-07-30 10:01:52 -07:00
Daniel C
5fe92f2b31 Status label refactor (#478)
* Refactored status label

* Updated colors and replaced old components

* Updated docs
2024-07-29 22:59:58 -07:00
Alexander Holliday
0611051c5f added monitorValdation to export after accidental removal (#479) 2024-07-29 22:59:27 -07:00
Daniel C
480d47d914 Hooked up to state and added validation (#477) 2024-07-29 15:47:45 -07:00
Alexander Holliday
f236d3ce4c Feat/db/maintenance window db operations (#473)
* Added comment to show where maintenance window should be applied

* Add maintenance window schema

* Added userID to model

* Add maintenace window db operation methods

* add jsdocs

* Add remaining JSdocs
2024-07-29 07:17:22 -07:00
Alexander Holliday
4489b11d15 removed tq file (#474) 2024-07-29 07:16:52 -07:00
Gorkem Cetin (BWL)
6ac70a570c Show develop branch stats 2024-07-28 19:42:19 -04:00
Gorkem Cetin (BWL)
52fcdb0aed Add repo contribution chart (repobeats), better contribution wording 2024-07-28 18:12:38 -04:00
Gorkem Cetin (BWL)
344e0e624f Update README.md 2024-07-28 17:36:54 -04:00
Gorkem Cetin (BWL)
879ff4c558 Update README.md 2024-07-28 17:34:23 -04:00
Alexander Holliday
9cba53f22c Feat/db/maintenance window (#472)
* Added comment to show where maintenance window should be applied

* Add maintenance window schema

* Added userID to model
2024-07-28 13:52:15 -07:00
Daniel C
db66ba849b Page Speed (#470)
* Added page speed route and fallback UI

* Added first batch of components and route to create a page-speed monitor

* Added basic styling

* Added checkboxes and removed old component

* Added monitor card and some styling

* Moved time functions to separate file and added formatDate function

* Added status label

* Changed sidebar item priority and small styling fix

* Small styling changes
2024-07-28 13:51:47 -07:00
Daniel C
954d11b7c4 Checkbox component (#469)
* Implemented checkbox component

* Added jsdocs and proptypes
2024-07-27 11:32:54 -07:00