Commit Graph

191 Commits

Author SHA1 Message Date
Alex Holliday
5dbd8378e2 require invite token to register except for initial registration 2024-09-25 15:12:07 +08:00
Alex Holliday
d55119c28d Add job queue to docs 2024-09-25 12:55:31 +08:00
Alex Holliday
f2407ac5fa Remove unused pagespeed modules 2024-09-25 11:52:39 +08:00
Alex Holliday
115831ca34 Remove unsued alert module 2024-09-25 11:41:50 +08:00
Alex Holliday
bd03964ab6 Add get monitor stats by ID to docs 2024-09-24 15:20:45 +08:00
Alex Holliday
d2ab33492a Update auth endpoints 2024-09-24 13:56:58 +08:00
Alex Holliday
5c94229994 Merge branch 'develop' into fix/incidents-remove-checks 2024-09-17 08:35:53 +08:00
Alex Holliday
0d12798dd2 Remove checks from monitor query 2024-09-17 08:12:23 +08:00
Alex Holliday
afa5cf1fc0 Implement setting TTL on FE 2024-09-16 12:13:29 +08:00
Alex Holliday
b886a04f97 Add service name and method name to errors in queueController 2024-09-15 12:19:39 +08:00
Alex Holliday
ef83cc79f0 Add service name and method name to errors in pagespeedCheckController 2024-09-15 12:18:23 +08:00
Alex Holliday
d7e6019139 Add service name and method name to errors in monitorController 2024-09-15 12:16:20 +08:00
Alex Holliday
185751b6b6 Add service name and method name to errors in maintenanceController 2024-09-15 12:13:05 +08:00
Alex Holliday
de1bcd20be Add service name and method name to errors in inviteController 2024-09-15 09:26:57 +08:00
Alex Holliday
be0db003ad Add service name and method name to errors in authController 2024-09-15 09:25:35 +08:00
Alex Holliday
9bbd5ce12a Add validation for updateTTL body 2024-09-14 12:16:13 +08:00
Alex Holliday
15e067c9bf Add ttl 2024-09-12 12:49:18 +08:00
Alex Holliday
c35157ffb4 Add thunks for adding and removing demo monitors 2024-09-11 12:03:13 +08:00
Alex Holliday
3f5dc337a0 Update delete all method 2024-09-11 11:22:33 +08:00
Alex Holliday
a89777333a Add route, controller, and DB methods for adding demo monitors 2024-09-11 11:03:39 +08:00
Alex Holliday
484231144d Add superadmin check 2024-09-06 10:56:07 -07:00
Alex Holliday
7526fe2a68 fix delete user method 2024-09-06 10:52:17 -07:00
Alex Holliday
f88ca5ee2c fix more typos 2024-09-05 14:31:29 -07:00
Alex Holliday
9eaab0da1a Add network requests and validation 2024-09-05 12:16:29 -07:00
Alex Holliday
cec8ecd985 add DB and controller methods 2024-09-05 11:17:31 -07:00
Alexander Holliday
e2529612d9 Merge branch 'develop' into fix/missing-be-validation 2024-09-03 20:40:52 -07:00
Alexander Holliday
1c09b32128 Merge pull request #790 from bluewave-labs/fix/restore-indeterminate-status
Fix/restore indeterminate status
2024-09-03 16:40:43 -07:00
Alex Holliday
5af81c7291 restore controller 2024-09-03 15:43:12 -07:00
Alex Holliday
8bac81fb09 Add validation for certificate request 2024-09-03 15:11:17 -07:00
Alex Holliday
cece932e45 Implement validation 2024-09-03 15:07:11 -07:00
Alex Holliday
bc0df325d1 Add route, controller, db operations, and validation for aggregate monitor stats 2024-09-03 14:39:16 -07:00
Alexander Holliday
1bde8fdb86 Revert "Add indeterminate state to monitors, resolves #765" 2024-09-03 09:30:43 -07:00
Alex Holliday
071a7fc9cf Add indeterminate state to monitors 2024-09-02 10:45:07 -07:00
Alex Holliday
68b50a3059 Update getMonitorsByTeamid to use attached notifications 2024-08-30 18:00:04 -07:00
Alex Holliday
7e90b5f48b Notifications added to monitor object 2024-08-30 13:03:59 -07:00
Alex Holliday
eedf2879ee finish implementation 2024-08-30 10:04:47 -07:00
Alex Holliday
fd3985190b Add controller method and validation for deleting check by team 2024-08-30 09:41:42 -07:00
Alex Holliday
d4ed7f3f7a Add thunks for getting single monitor and pausing/resuming single monitor 2024-08-28 20:07:22 -07:00
Alex Holliday
17174ebe14 Add pause routes and controller, implement functionality 2024-08-28 15:21:59 -07:00
Alex Holliday
a600ac30af Removed unused token code 2024-08-28 10:07:47 -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
ac37211e32 refactor invite to its own route and controller 2024-08-26 17:43:56 -07:00
Alex Holliday
20b2b089a4 Removed awaits for emails, added redirect if invite verify fails 2024-08-26 15:21:06 -07:00
Alex Holliday
c39eab49bd Add teams to a user when they are created 2024-08-26 13:29:11 -07:00
Alex Holliday
ef02bd8078 Check for superadmin as opposed to admin 2024-08-26 09:46:23 -07:00
Alex Holliday
4e430547ab Add error handling and logging to email service 2024-08-21 11:41:47 -07:00
Alex Holliday
85a82bb8c7 removed log statement 2024-08-18 22:07:36 -07:00
Alex Holliday
6d99002fd1 Finish refactoring auth slice, fixed several bugs 2024-08-17 20:23:34 -07:00
Alex Holliday
3f0695d743 Updated config monitor controller 2024-08-16 15:26:26 -07:00