Alex Holliday
a7c93aee39
Add DB operations for notifications
2024-07-30 13:19:37 -07:00
Alexander Holliday
4053a6a785
Add notification model ( #488 )
2024-07-30 12:54:35 -07:00
Alexander Holliday
d135a986a3
Add checkboxes and field for notification ( #490 )
2024-07-30 12:54:22 -07:00
Daniel C
960afd44f9
Fixed get last checked function ( #489 )
...
* Fixed get last checked function
* Updated docs
2024-07-30 12:44:41 -07:00
Alexander Holliday
05574a08ac
Refactored monitor to uptimeMonitor ( #484 )
...
* Refactored monitor to uptimeMonitor
* Updated Configure
2024-07-30 11:25:14 -07:00
Alexander Holliday
27b9a6055f
Added pre save function to PageSpeedCheck to update Monitor status ( #485 )
2024-07-30 11:24:25 -07:00
Daniel C
979c198702
Create page speed function ( #483 )
...
* Added pagespeed monitor create function
* Added pagespeed slice
* Updated slice name
* Displayed page speed monitors and updated directory name
2024-07-30 10:40:31 -07:00
Alexander Holliday
bdf8d6aaea
Feat/maintenance window check, resolves #467 ( #476 )
...
* Added createMaintenanceWindow route
* Added getMaintenanceWindowsByUserId
* Added getMaintenaceWindowsByMonitorId method, updated routes
* Exported delete methods
* Add check for maintenance window before executing job
2024-07-30 10:02:04 -07:00
Alexander Holliday
95dfc8d82c
Feat/maintenance window controller ( #475 )
...
* Added createMaintenanceWindow route
* Added getMaintenanceWindowsByUserId
* Added getMaintenaceWindowsByMonitorId method, updated routes
* Exported delete methods
2024-07-30 10:01:52 -07:00
Daniel C
5fe92f2b31
Status label refactor ( #478 )
...
* Refactored status label
* Updated colors and replaced old components
* Updated docs
2024-07-29 22:59:58 -07:00
Alexander Holliday
0611051c5f
added monitorValdation to export after accidental removal ( #479 )
2024-07-29 22:59:27 -07:00
Daniel C
480d47d914
Hooked up to state and added validation ( #477 )
2024-07-29 15:47:45 -07:00
Alexander Holliday
f236d3ce4c
Feat/db/maintenance window db operations ( #473 )
...
* Added comment to show where maintenance window should be applied
* Add maintenance window schema
* Added userID to model
* Add maintenace window db operation methods
* add jsdocs
* Add remaining JSdocs
2024-07-29 07:17:22 -07:00
Alexander Holliday
4489b11d15
removed tq file ( #474 )
2024-07-29 07:16:52 -07:00
Alexander Holliday
9cba53f22c
Feat/db/maintenance window ( #472 )
...
* Added comment to show where maintenance window should be applied
* Add maintenance window schema
* Added userID to model
2024-07-28 13:52:15 -07:00
Daniel C
db66ba849b
Page Speed ( #470 )
...
* Added page speed route and fallback UI
* Added first batch of components and route to create a page-speed monitor
* Added basic styling
* Added checkboxes and removed old component
* Added monitor card and some styling
* Moved time functions to separate file and added formatDate function
* Added status label
* Changed sidebar item priority and small styling fix
* Small styling changes
2024-07-28 13:51:47 -07:00
Daniel C
954d11b7c4
Checkbox component ( #469 )
...
* Implemented checkbox component
* Added jsdocs and proptypes
2024-07-27 11:32:54 -07:00
Alexander Holliday
a58e0ef981
Fix/update server docs env ( #464 )
...
* Updated env vars table for server
* Updated sample env file for docker compose
2024-07-26 18:57:32 -07:00
Daniel C
3377523f93
Added http/https toggle ( #462 )
...
* Added toggle between http and https
* Added https prop to field component
* Added type fix to create monitor function
* Reverted monitor model change
* Added docs explaining prepending logic
2024-07-26 18:57:18 -07:00
Alexander Holliday
477cad7cc9
Feat/monitor endpoint refactor ( #463 )
...
* Moved all methods to modules
* removed old mongoDB file
* Refactored endpoints to take query params, removed duplicate methods, updated routes, updated Client queries
* Added comment
* Add model differentiation
* Add sort order, fix minor bug, add validation for query params
2024-07-26 18:56:39 -07:00
Alexander Holliday
e47d3685ce
Moved all methods to modules ( #460 )
...
* Moved all methods to modules
* removed old mongoDB file
2024-07-26 18:25:20 -07:00
Daniel C
40a268ab18
Updated layout ( #450 )
...
* Updated layout
* Fixed error
* Changed integration background to white
2024-07-26 09:39:18 -07:00
Skorpios
0339922db8
fix authState.user error. ( #457 )
2024-07-26 07:21:18 -07:00
Alexander Holliday
4a5c201cbf
Forgot to call longAndStoreCheck ( #454 )
2024-07-25 23:10:30 -07:00
Skorpios
a33750849a
Connecting psc to db ( #453 )
...
* hooking up the PSC to the DB.
* Updated docs.
2024-07-25 19:11:24 -07:00
Alexander Holliday
4071d6c97c
Feat/handle pagespeed ( #448 )
...
* Initial commit
* Prepare for pagespeed Check
* removed unused code, updated JSdoc
* reverted controller
2024-07-25 14:59:31 -07:00
Skorpios
7751a67372
Feat/db operations psc ( #449 )
...
* Add screenshot, fix wording
* Update README.md
* setting up PSC in DB.
* Add docs.
---------
Co-authored-by: Gorkem Cetin (BWL) <167266851+gorkem-bwl@users.noreply.github.com >
2024-07-25 14:54:50 -07:00
Vibhuti Gohil
168a93e99c
Feat/table monitor type ( #444 )
...
Added a monitor type
2024-07-25 12:45:58 -07:00
Alexander Holliday
9a477e9d13
Merge pull request #435 from bluewave-labs/feat/page-speed-service-controller
...
Page speed service controller services added.
2024-07-24 19:01:43 -07:00
M M
0271109d95
Updated Axios GET request.
2024-07-24 15:59:50 -07:00
M M
7823eb5404
Use axios params object in the config.
2024-07-24 12:34:42 -07:00
M M
825ab73d82
Fixed the categories param for the page speed API endpoint.
2024-07-24 12:33:41 -07:00
Alexander Holliday
81eb58d064
Merge pull request #436 from bluewave-labs/feat/monitor-model-update
...
Feat/monitor model update
2024-07-24 12:11:21 -07:00
Alexander Holliday
ce25ff4fd6
Merge pull request #439 from bluewave-labs/fix/docs
...
Fix/docs
2024-07-24 12:11:09 -07:00
Alex Holliday
d774f36b22
Updated validatio nand edit monitor
2024-07-24 12:08:42 -07:00
Alexander Holliday
7512f015af
Merge pull request #438 from bluewave-labs/feat/hide-team-panel
...
Hide team panel for users
2024-07-24 12:07:56 -07:00
Daniel Cojocea
e2b5ad2524
Added fix to searching for admin role
2024-07-24 15:07:00 -04:00
Daniel Cojocea
a10b831744
Hide team panel for users
2024-07-24 14:46:49 -04:00
Alexander Holliday
be10a16a73
Merge pull request #437 from bluewave-labs/feat/select-component
...
Select component
2024-07-24 11:35:15 -07:00
Daniel Cojocea
177428fe54
Fixed typo
2024-07-24 14:35:00 -04:00
Alex Holliday
3f65973f0c
Update get users endpoint
2024-07-24 11:34:14 -07:00
Daniel Cojocea
7c42c537ea
Updated jsdocs
2024-07-24 14:33:25 -04:00
Alex Holliday
6db9a2f960
Update edit user endpoint
2024-07-24 11:33:20 -07:00
Daniel Cojocea
ea17314071
Added instructions
2024-07-24 14:28:32 -04:00
Alex Holliday
b39e80b9da
Updated login docs
2024-07-24 11:11:41 -07:00
Daniel Cojocea
6f668942d6
Refactored old select components
2024-07-24 14:09:24 -04:00
Alex Holliday
708c483876
updated register docs
2024-07-24 11:06:06 -07:00
M M
2f5c51ebed
Fix routes for page speed check.
2024-07-24 10:53:43 -07:00
M M
bed92c4915
Fix validation schema for the page speed check.
2024-07-24 10:49:59 -07:00
M M
42b6ec661a
Merge remote-tracking branch 'upstream/develop' into feat/page-speed-service-controller
2024-07-24 10:48:49 -07:00