Commit Graph

543 Commits

Author SHA1 Message Date
Alex Holliday 0832e8438a remove console log 2024-09-26 15:38:02 +08:00
Alex Holliday 11b97ab3b4 add update settings method, remove all env var references possible 2024-09-26 14:37:11 +08:00
Alex Holliday 992bf099fa Add app settings model, routes, db ops, service, use settings for issueToken 2024-09-26 13:41:50 +08:00
Alex Holliday edd9b5a6aa Update delete user to handle superadmin case 2024-09-26 11:50:50 +08:00
Alexander Holliday 5ec032466b Merge pull request #884 from bluewave-labs/fix/fe-prop-errors
Fix/fe prop errors
2024-09-25 20:09:10 -07:00
Alex Holliday 38ee162f61 improve error handling in network service, fix username form errors 2024-09-26 11:01:38 +08:00
Alex Holliday 09fb5595ab Fix proptype errors, remove old alert reference 2024-09-26 10:42:03 +08:00
Alex Holliday 888f644c7c user -> User 2024-09-26 10:28:48 +08:00
Alex Holliday ffd193437e add comments 2024-09-25 15:14:22 +08:00
Alex Holliday 5dbd8378e2 require invite token to register except for initial registration 2024-09-25 15:12:07 +08:00
Alex Holliday 7996210852 Add corrected bluewave server to swagger docs 2024-09-25 13:41:19 +08:00
Alex Holliday 06057671b4 Add swagger-ui dependency 2024-09-25 13:16:27 +08:00
Alex Holliday d55119c28d Add job queue to docs 2024-09-25 12:55:31 +08:00
Alex Holliday 35d2d8301e Add maintenance window routes to docs 2024-09-25 12:11:18 +08:00
Alex Holliday f2407ac5fa Remove unused pagespeed modules 2024-09-25 11:52:39 +08:00
Alex Holliday 4ed7d426e8 Merge branch 'fix/remove-unused-alert-module' into feat/swagger-ui 2024-09-25 11:50:25 +08:00
Alex Holliday d849374225 remove unused routes from docs 2024-09-25 11:49:28 +08:00
Alex Holliday 115831ca34 Remove unsued alert module 2024-09-25 11:41:50 +08:00
Alex Holliday 36014fada2 refactor ttl endpoint path, add /team/ttl to docs 2024-09-25 11:37:52 +08:00
Alex Holliday c44152de93 Add deleteChecksByTeam route 2024-09-25 11:30:59 +08:00
Alex Holliday 885a89e36b Add getChecksByTeam route 2024-09-25 11:29:20 +08:00
Alex Holliday 05f1b2b6b4 Add getCheck createCheck routes to docs 2024-09-25 11:23:36 +08:00
Alex Holliday 7a78a6d6b0 Add pause and add demo routes to docs 2024-09-25 11:10:05 +08:00
Alex Holliday 24863a2fb7 Add put to monitors/:monitorId doc 2024-09-25 11:03:50 +08:00
Alex Holliday 17f2039fc2 Add delete to monitors/:monitorId doc 2024-09-25 10:57:44 +08:00
Alex Holliday fe97390e53 Added put and delete to monitors docs 2024-09-25 10:54:56 +08:00
Alex Holliday db4dbc6a5f Add getMonitorsAndSummaryByTeamID to docs 2024-09-24 15:38:27 +08:00
Alex Holliday 1697e853e6 Add getMonitorById to docs 2024-09-24 15:27:01 +08:00
Alex Holliday fd483b1857 Add get certificate by monitor ID to docs 2024-09-24 15:23:40 +08:00
Alex Holliday bd03964ab6 Add get monitor stats by ID to docs 2024-09-24 15:20:45 +08:00
Alex Holliday 53f2361a10 add get all monitors to docs 2024-09-24 15:12:38 +08:00
Alex Holliday c9ab3d9fde Add security to invite docs 2024-09-24 15:09:05 +08:00
Alex Holliday 0a49a070db Add invite to swagger docs 2024-09-24 15:06:24 +08:00
Alex Holliday 7582dfdcc3 Update auth endpoints 2024-09-24 14:58:46 +08:00
Alex Holliday d2ab33492a Update auth endpoints 2024-09-24 13:56:58 +08:00
Alex Holliday 1c8376dc24 Refactor network service to use config objects for clarity 2024-09-22 11:38:42 +08:00
Alex Holliday 4748afb93a refactor networkSerivce.getMonitorsByTeamId to take a config objet 2024-09-18 10:57:44 +08:00
Alex Holliday 2d2b101eb7 implement sorting 2024-09-18 10:39:47 +08:00
Alex Holliday 7e1a5b6ec8 add filter param, implement filter 2024-09-18 10:32:41 +08:00
Alex Holliday b0942fdcab optimizations 2024-09-17 09:37:24 +08:00
Alex Holliday 204e0bbf40 Add indices to DB 2024-09-17 09:16:00 +08:00
Alex Holliday 113d577ad2 remove console log 2024-09-17 08:46:55 +08:00
Alex Holliday 3ba6f5a56b Fix type error 2024-09-17 08:46:06 +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 f075e15ab7 Remove duplicate method 2024-09-16 09:48:48 +08:00
Alexander Holliday 858df84a9e Merge branch 'develop' into feat/be/error-handling 2024-09-15 17:23:40 -07:00
Alex Holliday 9381f842f3 Add service name and method name to errors in misc services and middleware 2024-09-15 12:28:11 +08:00
Alex Holliday 0d99f1ac8a Add service name and method name to errors in jobQueue 2024-09-15 12:24:13 +08:00