Commit Graph

139 Commits

Author SHA1 Message Date
Alex Holliday 233be4cbda Add notifications to single monitor 2024-08-30 10:46:51 -07:00
Alexander Holliday 5c2d89018f Merge pull request #749 from bluewave-labs/feat/pause-monitors
Add pause routes and controller, implement functionality
2024-08-29 16:02:27 -07:00
Alex Holliday 43dff00cd6 Use axios directly for fetching file 2024-08-29 12:58:32 -07:00
Alex Holliday 17174ebe14 Add pause routes and controller, implement functionality 2024-08-28 15:21:59 -07:00
Alexander Holliday add7756095 Update monitorModule.js 2024-08-27 15:33:43 -07:00
Alex Holliday eedc6bbed6 Refactor getChecksByUserId to getChecksByTeamId 2024-08-27 12:22:32 -07:00
Alex Holliday 465c1f9f9e Refactor getMonitorByUserID to getMonitorByTeamID 2024-08-26 19:38:24 -07:00
Alex Holliday e658b4759a Add teamID to monitor on creation 2024-08-26 19:25:19 -07:00
Alex Holliday ac37211e32 refactor invite to its own route and controller 2024-08-26 17:43:56 -07:00
Alex Holliday 3e63a32669 Renamed variable 2024-08-26 16:57:30 -07:00
Alex Holliday c39eab49bd Add teams to a user when they are created 2024-08-26 13:29:11 -07:00
Alex Holliday a6f5c96f93 Create team on superadmin create 2024-08-26 10:23:05 -07:00
Alex Holliday ef02bd8078 Check for superadmin as opposed to admin 2024-08-26 09:46:23 -07:00
Alexander Holliday 3ca76f9b48 Merge pull request #673 from bluewave-labs/fix/be/normalization
Parsed mongo doc correctly in Normalization function, resolves #672
2024-08-19 19:06:52 -07:00
Alexander Holliday 4754a056fe Merge branch 'develop' into fix/safe-data-access 2024-08-19 19:06:30 -07:00
Alex Holliday 0ac2492e70 Add safe data access to monitorDetails 2024-08-19 13:33:50 -07:00
Alex Holliday 6d3ed27f31 Parsed mongo doc correctly in Normalization function 2024-08-19 10:02:12 -07:00
Alex Holliday 6d99002fd1 Finish refactoring auth slice, fixed several bugs 2024-08-17 20:23:34 -07:00
Alexander Holliday 0e3da7e17e Merge pull request #628 from bluewave-labs/fix/decouple-notifications
Refactored notifications from Check model to NetworkService, resolves #627
2024-08-14 14:14:51 -07:00
Alex Holliday 809e6ee58f Refactored notifications from Check model to NetworkService 2024-08-14 10:20:35 -07:00
Alex Holliday ac5385746a Justified URL, added placeholders 2024-08-13 15:54:23 -07:00
Alex Holliday 801f962af9 Add empty checks if there are less than 60 mins worth of cehcks 2024-08-13 15:33:07 -07:00
Alex Holliday 7336287a9c implement 60 min history chart 2024-08-13 12:36:19 -07:00
Alex Holliday 578eb33b91 Refactored getMonitorStats for clarity 2024-08-13 10:32:29 -07:00
Alex Holliday 9c980c103a Fixed spelling error, moved incident calculation to correct location 2024-08-12 15:39:48 -07:00
Alexander Holliday 25604e5467 Merge branch 'develop' into fix/spelling-error 2024-08-12 15:27:06 -07:00
M M 016a76b78f Fix spelling. 2024-08-12 15:07:03 -07:00
Alex Holliday e0073aa36e Refactor pagespeed details to use stats endpoint 2024-08-12 13:47:02 -07:00
Alexander Holliday 9629230939 Merge pull request #604 from bluewave-labs/feat/monitor-details-refactor
Refactored monitor details, resolves #596
2024-08-12 12:52:17 -07:00
Alex Holliday d7251bfd81 Refactored monitor details 2024-08-12 12:05:57 -07:00
Alex Holliday 6cbca39e0f Refactored endpoint 2024-08-12 10:00:20 -07:00
Alex Holliday 0cc7751d2e Decoupled JWT from DB 2024-08-10 10:20:06 -07:00
Alexander Holliday 14f6f05dfc Merge pull request #585 from bluewave-labs/feat/login-security
Feat/login security, resolves #583
2024-08-10 10:00:10 -07:00
Alexander Holliday b3badc7226 Merge pull request #580 from bluewave-labs/fix/incident-pagination
Fix/incident pagination, resolves #576
2024-08-09 14:54:09 -07:00
Alex Holliday a2ff5d9b56 Revoke token from user on JWT verification failure in middleware 2024-08-09 13:53:10 -07:00
Alex Holliday 26e3f81a91 Implemented pagination for incidents component 2024-08-09 11:54:30 -07:00
Alex Holliday 7888a11bfe Added resolve filter 2024-08-09 09:53:50 -07:00
Alex Holliday 2bd8371d6a Add switch for filter 2024-08-09 09:41:39 -07:00
Alex Holliday fc72bb868d removed console log 2024-08-08 22:29:35 -07:00
Alex Holliday f847bfc920 Fixed an evaluation error in getMonitorsByUserId and fixed a logical error in getMonitorById 2024-08-08 22:24:58 -07:00
Alex Holliday 21ba8f087a Add filtering to check count 2024-08-08 16:18:46 -07:00
Alex Holliday d95fcb119d Renamed filter to dateRange, add incidents table 2024-08-08 16:13:08 -07:00
Alex Holliday b28e4df546 Add endpoints and route for all user checks 2024-08-08 14:27:01 -07:00
Alex Holliday d43b4806e6 Implement pagination on FE and BE 2024-08-08 13:19:37 -07:00
Alex Holliday b3fab31a61 node 2024-08-08 12:37:02 -07:00
Alex Holliday 51058b6d2b Moved normalization to BE 2024-08-08 11:20:54 -07:00
Alexander Holliday 7928bd7822 Merge pull request #568 from bluewave-labs/feat/monitor-details-performance
Prep monitor details page for #567
2024-08-08 11:03:06 -07:00
Alex Holliday 6c92dbe358 Delete pagespeed checks when user deleted 2024-08-02 11:38:38 -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