Commit Graph

346 Commits

Author SHA1 Message Date
Daniel Cojocea
fec0081ea5 Merge remote-tracking branch 'upstream/develop' into feat/60-min-chart 2024-08-14 15:28:18 -04:00
dependabot[bot]
9c2a9c1ae2 Bump axios from 1.7.3 to 1.7.4 in /Server
Bumps [axios](https://github.com/axios/axios) from 1.7.3 to 1.7.4.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.7.3...v1.7.4)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-14 02:50:50 +00: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
Alexander Holliday
062c969d24 Merge pull request #620 from bluewave-labs/fix/be/get-stats-refactor
Refactored getMonitorStats for clarity
2024-08-13 11:21:40 -07:00
Alex Holliday
578eb33b91 Refactored getMonitorStats for clarity 2024-08-13 10:32:29 -07:00
Alex Holliday
f80936dd71 Server status update bug fixed, simplified email notification 2024-08-12 19:43:25 -07:00
Alexander Holliday
5024341ef8 Merge pull request #611 from bluewave-labs/fix/be/monitorModule
Fixed spelling error, moved incident calculation to correct location
2024-08-12 19:27:03 -07:00
Alexander Holliday
17b1a9fb48 Merge pull request #610 from bluewave-labs/feat/fe/monitor-details-stats
Feat/fe/monitor details stats
2024-08-12 19:26:31 -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
Alex Holliday
e533c94918 Implemented new stats for Monitor Details 2024-08-12 15:15:13 -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