Commit Graph

335 Commits

Author SHA1 Message Date
Alvaro Torres
55058520f3 add develop branch to my repo 2024-08-12 22:56:13 -05: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
9f4d23b1b4 Add logout route and controller, remove JWT from user on logout 2024-08-09 13:33:13 -07:00
Alex Holliday
9fe75c92dd Add check for JWT on login 2024-08-09 13:19:05 -07:00
Alex Holliday
5b2a05bc79 Save JWT to user on login 2024-08-09 13:14:20 -07:00
Alex Holliday
26e3f81a91 Implemented pagination for incidents component 2024-08-09 11:54:30 -07:00
Alex Holliday
3924099e3e Merge remote-tracking branch 'upstream/develop' into fix/incident-pagination 2024-08-09 10:02:27 -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
Alexander Holliday
7e30be9085 Merge pull request #569 from mertssmnoglu/mertssmnoglu-restful-http-methods
fix: use correct request methods edit=PUT, delete=DELETE
2024-08-08 15:08:35 -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
284253638b Properly extract doc from mongoose model in Normalization 2024-08-08 11:32:48 -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
Mert Şişmanoğlu
9aba73f13a fix: use correct request methods edit=PUT, delete=DELETE
>Routes
>> alert
>> check
>> monitor
2024-08-08 12:57:41 +03:00
M M
02e8b2b43c Changed the name here to pageSpeedCheckController as to not be confused with the actual check controller. 2024-08-07 14:35:54 -07:00
M M
f13de08157 Get rid of verifyJWT. 2024-08-06 21:01:07 -07:00
M M
96a99e3d6d Fixed error not sending the email. 2024-08-06 20:53:42 -07:00
M M
f7161f0302 Fix monitor notification check. 2024-08-06 20:45:27 -07:00
M M
e42b65054d Fixed module export. 2024-08-06 20:29:07 -07:00
M M
7b2311d468 Add docs. 2024-08-06 19:36:43 -07:00
M M
67711ffe2c Get rid of test route function. 2024-08-06 19:35:49 -07:00
M M
66d101877a look up notifications by monitor and not by user. 2024-08-06 19:35:03 -07:00
M M
e6fac616db Fixed bug that sends an email even if a user does not have notifications turned on. 2024-08-06 18:58:13 -07:00
M M
3bcf564ee4 Merge remote-tracking branch 'upstream/develop' into feat/notify-via-email 2024-08-06 18:33:12 -07:00
Alex Holliday
c11d5f4d5a Added more logging, improved cleanup 2024-08-06 13:52:48 -07:00
Alexander Holliday
10fa4444b8 Merge pull request #534 from bluewave-labs/feat/pagespeed-stats
Add required stats to PagespeedCheck model
2024-08-02 12:50:13 -07:00
Alexander Holliday
efc0a9f3c3 Merge pull request #533 from bluewave-labs/fix/rest-verb
Fix rest verbs
2024-08-02 12:49:29 -07:00
Alex Holliday
907dcf4072 Add required stats to PagespeedCheck model 2024-08-02 12:32:08 -07:00
Alex Holliday
aed4881eac Fix rest verbs 2024-08-02 11:54:46 -07:00
Alex Holliday
8fc069795c Merge remote-tracking branch 'upstream/fix/delete-user' into fix/delete-user 2024-08-02 11:39:11 -07:00
Alex Holliday
6c92dbe358 Delete pagespeed checks when user deleted 2024-08-02 11:38:38 -07:00
Alexander Holliday
a04ecad11f Update authController.js 2024-08-02 11:25:35 -07:00
Alex Holliday
a432aee3de Added empty query to request object 2024-08-02 11:24:15 -07:00
Alex Holliday
4be58cef17 Add instant check at create monitor time 2024-08-02 10:14:32 -07:00