Commit Graph

557 Commits

Author SHA1 Message Date
Alex Holliday aa528722e1 Updated parameters passed to for certificate check 2024-08-14 19:02:11 -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
Daniel Cojocea fec0081ea5 Merge remote-tracking branch 'upstream/develop' into feat/60-min-chart 2024-08-14 15:28:18 -04:00
Alex Holliday 809e6ee58f Refactored notifications from Check model to NetworkService 2024-08-14 10:20:35 -07:00
Alvaro Torres 0dfe44ac61 merge 2024-08-14 10:28:14 -05: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
Alvaro Torres 55058520f3 add develop branch to my repo 2024-08-12 22:56:13 -05: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
Mert Şişmanoğlu e28530cdc7 chore(openapi): add ErrorResponse and SuccessResponse schema components to auth routes 2024-08-13 00:14:29 +03: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
Mert Şişmanoğlu 16eb578a55 fix(openapi): update typo in title from 'BluWave uptime' to 'BlueWave Uptime' 2024-08-12 21:40:15 +03:00
Mert Şişmanoğlu 1541fd20fc chore(openapi): define the endpoint, method and description on auth routes
> Common Responses
- 200
- 422
- 500
2024-08-12 21:39:10 +03:00
Alex Holliday 6cbca39e0f Refactored endpoint 2024-08-12 10:00:20 -07:00
Mert Şişmanoğlu adbbdd405c chore(openapi): dynamic API path variables on servers 2024-08-11 19:03:02 +03:00
Mert Şişmanoğlu 0d2366cb3f chore: update contact email in openapi.json 2024-08-11 18:52:19 +03:00
Mert Şişmanoğlu 628f3a3d12 chore: create openapi.json with openapi 3.1.0 format
> Objects
>> info
>> servers
2024-08-11 16:15:30 +03: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