Commit Graph

1151 Commits

Author SHA1 Message Date
Daniel Cojocea
110e31fb7d Added notifications to server validation and small styling changes 2024-08-01 13:22:39 -04:00
Daniel Cojocea
6e7c50a615 Merge remote-tracking branch 'upstream/develop' into feat/configure-monitor-notifications 2024-08-01 11:33:54 -04:00
Alexander Holliday
ac052ff5ef Merge pull request #514 from bluewave-labs/feat/be/add-notifications-to-monitors
Add notifications to monitors before returning
2024-08-01 07:12:34 -07:00
Alex Holliday
75a897716f Add notifcations to getMonitorById as well 2024-07-31 20:22:11 -07:00
Alex Holliday
b126830110 Add notifications to monitors before returning 2024-07-31 20:20:04 -07:00
Alexander Holliday
7f35a6b922 Merge pull request #511 from bluewave-labs/feat/integration-images
Added integration images
2024-07-31 16:45:40 -07:00
Daniel Cojocea
c48249e30d Removed redundant code 2024-07-31 19:23:52 -04:00
Daniel Cojocea
4ce67b54b6 Added icons to integrations page 2024-07-31 19:20:50 -04:00
Daniel Cojocea
e6f524f5d3 Added modal to remove monitor function 2024-07-31 18:58:41 -04:00
Daniel Cojocea
d0406815d0 Added notif checkboxes to configure page 2024-07-31 18:39:44 -04:00
Alexander Holliday
baa3a1169d Merge pull request #509 from bluewave-labs/feat/be/edit-monitor-notifications
Notifications removed and readded on monitor edit
2024-07-31 14:23:41 -07:00
Alex Holliday
76f4143097 Notifications removed and readded on monitor edit 2024-07-31 13:59:14 -07:00
Alexander Holliday
858d2e02ab Merge pull request #507 from bluewave-labs/fix/be/job-queue-delete
JobQueue was not deleting jobs correctly due to incorrect  lookup
2024-07-31 13:45:20 -07:00
Alexander Holliday
fddc423962 Merge pull request #508 from bluewave-labs/feat/create-monitor-notifications
Add monitor notifications to state
2024-07-31 13:43:10 -07:00
Daniel Cojocea
73310422da Updated default https value and disabled multiple emails field 2024-07-31 16:41:04 -04:00
Daniel Cojocea
6eac076847 Removed redundant code 2024-07-31 16:33:53 -04:00
Alex Holliday
0c1af23f66 Fixed var name 2024-07-31 13:29:04 -07:00
Daniel Cojocea
972603c2ea Fixed typo 2024-07-31 16:27:49 -04:00
Daniel Cojocea
e940c4fd62 Added notification checkbox to monitor state 2024-07-31 16:26:36 -04:00
Alex Holliday
9e51cffb67 JobQueue was not deleting jobs correctly due to incorrect lookup in monitor object 2024-07-31 13:24:38 -07:00
Alexander Holliday
7746fa287c Merge pull request #506 from bluewave-labs/fix/be/create-monitor-unsafe-access
Fix/be/create monitor unsafe access
2024-07-31 13:15:40 -07:00
Alexander Holliday
28c3441978 Merge pull request #505 from bluewave-labs/feat/be/delete-notifications-on-user-delete
Delete notifcations when a user is deleted
2024-07-31 13:15:26 -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
Daniel Cojocea
01854dd5e7 Refactored old states 2024-07-31 15:53:01 -04: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