Commit Graph

576 Commits

Author SHA1 Message Date
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
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
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
Daniel C
480d47d914 Hooked up to state and added validation (#477) 2024-07-29 15:47:45 -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
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
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
Vibhuti Gohil
168a93e99c Feat/table monitor type (#444)
Added a monitor type
2024-07-25 12:45:58 -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
Daniel Cojocea
7c42c537ea Updated jsdocs 2024-07-24 14:33:25 -04:00
Daniel Cojocea
ea17314071 Added instructions 2024-07-24 14:28:32 -04:00
Daniel Cojocea
6f668942d6 Refactored old select components 2024-07-24 14:09:24 -04:00
Daniel Cojocea
a49cf7cc6e Added jsdocs and proptypes 2024-07-24 13:16:43 -04:00
Daniel Cojocea
dd4d5faf33 Implemented select component and added styling 2024-07-24 13:11:38 -04:00
Alexander Holliday
9a7b21abd8 Merge pull request #415 from MuhammadKhalilzadeh/errors-page
Error page implemented
2024-07-24 09:48:19 -07:00
Alexander Holliday
ff7862b4c0 Merge pull request #428 from MuhammadKhalilzadeh/slight-changes-in-dashboard
applying changes
2024-07-24 09:47:26 -07:00
Mohammad Khalilzadeh
43675e659f --env-var-nav-bar-height for both NavBar and DashboardSidebar 2024-07-24 12:01:50 +03:30
Mohammad Khalilzadeh
d7c63a8b28 value to variable 2024-07-24 09:46:16 +03:30
Mohammad Khalilzadeh
9159d8cf5f new changes 2024-07-24 09:29:15 +03:30
Alexander Holliday
2147f14ff7 Merge pull request #432 from bluewave-labs/feat/invite-registration
Feat/invite_registration
2024-07-23 15:21:38 -07:00
Daniel Cojocea
d897f0be83 Added prop to display # of rows 2024-07-23 17:39:26 -04:00
Daniel Cojocea
49f9f1429a Added styling and basic filtering to incidents page 2024-07-23 17:32:41 -04:00
Alex Holliday
608153b461 Commented out admin check, unsure as to whether or not more than one admin can exist 2024-07-23 14:30:27 -07:00
Alex Holliday
c77414f2d7 Added check to verify and fetch token from server 2024-07-23 12:27:23 -07:00
Daniel Cojocea
ab70996afe Updated team panel to use new role schema 2024-07-23 14:36:15 -04:00
Alex Holliday
3b7f1b876f Updated register page and validation to new role schema 2024-07-23 11:25:25 -07:00
Mohammad Khalilzadeh
e8a2246ae0 refactors 2024-07-23 21:19:44 +03:30
Alexander Holliday
59f5c05b3e Merge pull request #427 from bluewave-labs/feat/team-panel
Team panel table
2024-07-23 10:21:37 -07:00
Mohammad Khalilzadeh
25785a91ec applying changes 2024-07-23 20:20:18 +03:30
Daniel Cojocea
356b69aba0 Added delete member column 2024-07-23 12:45:00 -04:00
MuhammadKhalilzadeh
14bbb241b9 fixing bugs 2024-07-23 09:12:11 +03:30
Daniel Cojocea
4f184fd9f5 Initial refactor 2024-07-22 20:57:49 -04:00
Alex Holliday
761260cc1d Implement barebones incidents page, ready for styling 2024-07-22 15:44:40 -07:00
Alex Holliday
0a8cb5f6bf Merge remote-tracking branch 'upstream/develop' into feat/incidents 2024-07-22 15:18:52 -07:00
Daniel Cojocea
04d1d9ee55 Fetch users from db 2024-07-22 18:18:30 -04:00
Alex Holliday
ea543fd746 Merge branch 'feat/incident-endpoints' into feat/incidents 2024-07-22 14:29:30 -07:00
Alexander Holliday
b6f3c9b565 Merge pull request #417 from bluewave-labs/feat/status-fallback
Status fallback
2024-07-22 14:08:37 -07:00
Daniel Cojocea
d871907d97 Pagination fix 2024-07-22 17:03:09 -04:00
Daniel Cojocea
f28e19c53e Added fallback component to maintenance page 2024-07-22 16:45:22 -04:00
MuhammadKhalilzadeh
6ff5fe2a36 fixing conflicts 2024-07-23 00:12:49 +03:30
MuhammadKhalilzadeh
f3905fee51 fixing conflicts 2024-07-23 00:09:03 +03:30
Daniel Cojocea
baaae40ba2 Added proptypes and jsdocs 2024-07-22 16:38:43 -04:00