Commit Graph

1199 Commits

Author SHA1 Message Date
Gorkem Cetin (BWL) d507f5e7fe Fix cases 2024-09-30 23:09:35 -04:00
Alex Holliday 31509247de removed console logs, removed permission check for getting settings 2024-09-30 15:20:10 +08:00
Alex Holliday ca30dcc33c set default url to empty string 2024-09-30 14:58:20 +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
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 453c8f6b12 bump FE dependencies 2024-09-27 13:46:50 +08:00
Alex Holliday b8984c0160 Restrict access to advanced settings page 2024-09-27 13:38:57 +08:00
Alex Holliday d418e2f1f8 Add remainder of settings 2024-09-27 12:22:50 +08:00
Alex Holliday 5c4d094da7 update settings 2024-09-27 12:13:39 +08:00
Alex Holliday 488ba717ac Add advacned settings page 2024-09-27 10:55:37 +08:00
Alex Holliday 179e95eefe add redux state for settings 2024-09-26 16:18:25 +08:00
Alex Holliday edd9b5a6aa Update delete user to handle superadmin case 2024-09-26 11:50:50 +08: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 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
Alexander Holliday 20c27ee3e7 Merge pull request #873 from bluewave-labs/feat/swagger-ui
Feat/swagger UI
2024-09-24 22:07:28 -07:00
Alex Holliday 36014fada2 refactor ttl endpoint path, add /team/ttl to docs 2024-09-25 11:37:52 +08:00
Alex Holliday e314def79a Add conditional rendering to PageSpeed pages for non admin users 2024-09-25 10:09:56 +08:00
Alex Holliday 5843192bde -> 2024-09-24 14:11:19 +08:00
Alex Holliday 7398ce219f Fix typo in monitor details page 2024-09-24 13:58:39 +08:00
Alex Holliday 47f2f4fcb1 userId -> teamId 2024-09-24 13:49:44 +08:00
Alex Holliday e8183cc4f3 Fixed hardcoded array access 2024-09-24 13:34:56 +08:00
Alexander Holliday 4b35811897 Merge pull request #858 from bluewave-labs/feat/network-service-refactor
Refactor network service to use config objects for clarity
2024-09-23 18:20:42 -07:00
Alex Holliday 61b0e6154d Reset pagination on filter chagne 2024-09-23 10:25:26 +08:00
Alex Holliday 41f59a2660 fix js doc 2024-09-22 12:19:08 +08:00
Alex Holliday 0791c7e5c5 Fix typos 2024-09-22 12:17:34 +08:00
Alex Holliday 1c8376dc24 Refactor network service to use config objects for clarity 2024-09-22 11:38:42 +08:00
Alex Holliday 37f5e0024c Remove maintenance from sidebar and comment out routes 2024-09-19 22:16:15 +08:00
Alex Holliday 21385864fc fix state initialization, add proptype 2024-09-19 14:15:16 +08:00
Daniel Cojocea 59adc526fe Added loading indicator to monitor table on search 2024-09-19 00:31:46 -04:00
Alex Holliday 07190f82d5 Connect search component to monitor table 2024-09-19 11:07:38 +08:00
Alexander Holliday b8d2dd834a Merge pull request #853 from bluewave-labs/feat/search-component
Feat/search component
2024-09-18 17:34:27 -07:00
Daniel Cojocea 8507895474 Merge branch 'feat/search-component' of github.com:bluewave-labs/bluewave-uptime into feat/search-component 2024-09-18 20:28:54 -04:00
Daniel Cojocea 732645929b Generalized filter 2024-09-18 20:27:55 -04:00
Alex Holliday 5b913d9820 Name anonymous export 2024-09-19 08:18:16 +08:00
Daniel Cojocea 0aebad2512 Memoized monitor table 2024-09-18 20:13:36 -04:00
Alexander Holliday 379355d410 Merge pull request #852 from bluewave-labs/feat/fe/monitor-table-sort
Feat/fe/monitor table sort, resolves #498
2024-09-18 16:23:59 -07:00
Alexander Holliday e78db11c8a Merge pull request #851 from bluewave-labs/feat/monitor-sort-and-filter
Feat/be/monitor sort and filter, #498, #704
2024-09-18 16:23:35 -07:00
Daniel Cojocea db4f509f87 Added docs 2024-09-18 17:24:36 -04:00
Daniel Cojocea 200c5fa523 Hooked up search to state 2024-09-18 17:22:58 -04:00
Daniel Cojocea 594509f3d9 Initial styling and structure 2024-09-18 17:14:03 -04:00
Alex Holliday 354b0fd92f Add sort order and field to request 2024-09-18 11:47:54 +08:00
Alex Holliday 98f12d28a3 Add cursor type 2024-09-18 11:43:32 +08:00
Alex Holliday 87f9b2acf6 implement sorting on monitor table 2024-09-18 11:40:05 +08:00
Alex Holliday 4748afb93a refactor networkSerivce.getMonitorsByTeamId to take a config objet 2024-09-18 10:57:44 +08:00
Alex Holliday cab023709b default no filtering or ordering 2024-09-18 10:40:20 +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