Commit Graph

276 Commits

Author SHA1 Message Date
Alex Holliday fa5eef14c3 Revert moving notification check to validation, FE always sends an empty notification array 2024-10-26 18:45:51 +08:00
Alexander Holliday 699bea5806 Merge branch 'develop' into fix/be/refactor-auth-controller 2024-10-26 09:39:13 +08:00
Alexander Holliday 3275bc49d0 Merge pull request #1058 from bluewave-labs/feat/be/logger-improvement
feat/be/logger improvement
2024-10-25 09:33:47 +08:00
Alex Holliday a0248c81c2 standardize log statements 2024-10-24 15:28:13 +08:00
Alex Holliday a709aa9674 Replace if/else block with ternary 2024-10-24 12:02:14 +08:00
Alex Holliday 17b8011ce1 Remove redundant check from 2024-10-24 12:00:13 +08:00
Alex Holliday 78170856f0 Refactor createMonitor to remove redundany check 2024-10-24 11:56:27 +08:00
Alex Holliday b69fc223bf remove redundant check 2024-10-24 11:42:18 +08:00
Alex Holliday 3f4678f5e6 Refactor getMonitorCertificate to remove redundant check, move invalid cert handling to FE 2024-10-24 11:36:56 +08:00
Alex Holliday fb0ead89b7 Refactor fetchMonitorCertificate to throw an error if invald cert 2024-10-24 11:35:58 +08:00
Alex Holliday bc8e509b17 remove redundant user check in deleteUser 2024-10-24 11:00:45 +08:00
Alex Holliday 084ef9b952 Remove redundant check for user in requestRecovery method 2024-10-24 10:59:46 +08:00
Alex Holliday ea4e19554b 403 -> 401 for incorrect password since 403 will be used for refresh tokens later 2024-10-24 10:58:25 +08:00
Rushi Gandhi af685f3c8b Merge branch 'develop' into 915-be-add-new-endpoint-for-refreshing-access-token 2024-10-22 10:26:49 +05:30
Alex Holliday 7f95b061ed Refactor refreshAuthToken, add tests for coverage 2024-10-19 17:18:35 +08:00
Rushi Gandhi 7c24136e6a Add testcases for new endpoint 2024-10-18 14:55:41 +05:30
om-3004 34a13530b3 Merge branch 'develop' into enhancement/check-if-url-resolves 2024-10-18 11:39:07 +05:30
Rushi Gandhi 861adc0b96 fix error.method name in refreshAuthToken 2024-10-18 09:47:38 +05:30
Alexander Holliday 59392d0194 Merge pull request #975 from bluewave-labs/fix/be/ssl-checker
Add ssl-checker, refactor fetchMonitorCertificate
2024-10-18 10:05:10 +08:00
Rushi Gandhi 9f861f9779 move token generation part into callback 2024-10-17 17:13:25 +05:30
Rushi Gandhi 043698e535 add endpoint to refresh auth token 2024-10-17 17:01:36 +05:30
om-3004 ff6051b6b0 Update test case for url resolution to make it more specific 2024-10-17 16:59:49 +05:30
om-3004 aee7e02587 Add validation for monitor URL and update test case and api documentation accordingly 2024-10-17 12:37:03 +05:30
om-3004 0f763e7913 promisify the resolve method to pass the error to the middleware and updat test cases accordingly 2024-10-17 11:06:46 +05:30
om-3004 7ec5e64f6f Remove unused imports 2024-10-17 10:50:19 +05:30
om-3004 afe7c9047c Handle imports exports format check resolution tests code 2024-10-17 10:47:34 +05:30
om-3004 c598278c6f Merge branch 'develop' into enhancement/check-if-url-resolves 2024-10-17 10:35:41 +05:30
om-3004 6715a8b500 Refactor code for check endpoint and update test cases accordingly 2024-10-17 10:02:01 +05:30
Alex Holliday fd2d16cf78 Format all files on BE with perttier config 2024-10-17 12:07:30 +08:00
Alex Holliday 79cf169ede Add ssl-checker, refactor fetchMonitorCertificate 2024-10-17 11:57:37 +08:00
Alex Holliday 63e39ed50d Resolve conflicts, update tests 2024-10-17 10:54:31 +08:00
Alex Holliday 81f1fe4694 Merge branch 'develop' into feat/be/esm 2024-10-17 10:42:57 +08:00
om-3004 d1e65f53ba Add test cases for checking monitor endpoint resolution 2024-10-16 21:12:51 +05:30
Rushi Gandhi 111f7d5a67 remove if/else by using ternary operator 2024-10-16 14:13:48 +05:30
Rushi Gandhi 29ce8bb116 Refactor issueToken function for issueing the refresh token 2024-10-16 12:45:31 +05:30
Alex Holliday 4a05157eb3 Fix coverage for auth 2024-10-16 14:17:35 +08:00
Alex Holliday c356843799 Add tests for fetchCertificates 2024-10-16 13:22:39 +08:00
om-3004 2c85828144 Merge branch 'develop' into enhancement/check-if-url-resolves 2024-10-16 10:04:41 +05:30
Alex Holliday 81d3b8dcb5 Use new fetchMonitorCertificate method, prettier formatting 2024-10-16 11:47:12 +08:00
Alex Holliday 5f6e0631c6 Prettier formatting 2024-10-16 11:46:37 +08:00
Alex Holliday ced1bf9788 Refactor getting certificate to use TLS instead of SSL-checker 2024-10-16 11:44:36 +08:00
om-3004 ebf6a0ceb7 Check the monitor URL resolution before adding it 2024-10-15 17:20:54 +05:30
Rushi Gandhi cd0160f421 Pass whole user object instead of just _id 2024-10-15 15:55:29 +05:30
Rushi Gandhi 05c051ae3a Generate refresh token & add it to response 2024-10-15 12:30:24 +05:30
Alex Holliday 896b3437e5 Migrate tests to ESM 2024-10-15 14:00:24 +08:00
Alex Holliday f057807b56 migrate to esm 2024-10-15 11:57:37 +08:00
Alex Holliday 75238978e9 updated tests for full coverage 2024-10-14 15:23:38 +08:00
Alex Holliday fde9303b8f Add tests for obliterate 2024-10-14 13:23:40 +08:00
Alex Holliday b063fa267a add test for addJob 2024-10-14 13:17:08 +08:00
Alex Holliday ed3b008016 Add queue controller tests for getMetrics and getJobs 2024-10-14 13:13:13 +08:00