Commit Graph

564 Commits

Author SHA1 Message Date
Alex Holliday 5b3b78bd3f Scale workers on deleting job 2024-10-01 12:36:37 +08:00
Alex Holliday 1f2a19fb43 Merge upstream/develop 2024-10-01 11:02:46 +08:00
Alex Holliday c1d1e0ad1d Refactor for clarity and correctness, add JS docs 2024-10-01 10:55:51 +08:00
Alex Holliday e0e80dc9c7 Refactor method names, add improve JSdocs for monitorController 2024-10-01 10:29:32 +08:00
Alex Holliday 6c598b976f Move db models to db folder 2024-10-01 10:01:25 +08:00
Alex Holliday f724997b02 Add JSdocs to SettingsService, add descriptions of services 2024-10-01 09:55:14 +08:00
Alex Holliday 31509247de removed console logs, removed permission check for getting settings 2024-09-30 15:20:10 +08:00
Alexander Holliday 9a33dffa50 Merge pull request #890 from bluewave-labs/feat/fe/in-app-settings
Feat/fe/in app settings
2024-09-29 20:34:33 -07:00
Alexander Holliday ac904aca8b Merge pull request #889 from bluewave-labs/feat/be/in-app-settings
Feat/be/in app settings
2024-09-29 20:33:15 -07:00
Alex Holliday 9b3085c84d Add default empty value for pagespeedApiKey in settings 2024-09-30 11:30:52 +08:00
Alex Holliday 6268b2573c remove jwtSecret from settings 2024-09-30 11:14:53 +08:00
Alex Holliday 6418efde2a Merge branch 'feat/be/in-app-settings' into feat/fe/in-app-settings 2024-09-30 10:08:45 +08:00
Alex Holliday 73ac91c201 Generate random JWT on first account signup if one is not supplied by env 2024-09-30 10:08:37 +08:00
Alex Holliday b6a7cfa7cc refactor getAppSettings endpoint to user settingsService as source of truth 2024-09-30 09:56:39 +08:00
Alex Holliday 806f530016 Merge branch 'feat/be/in-app-settings' into feat/fe/in-app-settings 2024-09-30 09:53:03 +08:00
Alex Holliday 114f4ffb05 refactor reloadSettings 2024-09-30 09:52:47 +08:00
Alex Holliday 43a56e1de1 Fix setting name 2024-09-27 13:17:28 +08:00
Alex Holliday f4bbbc5fa9 fix conditional loadingof settings 2024-09-27 13:10:29 +08:00
Alex Holliday c3edbb779a Modify settingsService to load from env by default 2024-09-27 13:02:01 +08:00
Mert Şişmanoğlu 1cae407f65 chore(deps): resolve known security vulnerabilities via 'npm audit fix' (#886) 2024-09-26 23:23:07 +03:00
Alex Holliday 97419b436c Add reload settings method, reload settings when DB updated 2024-09-26 15:45:54 +08:00
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