Commit Graph

204 Commits

Author SHA1 Message Date
Alex Holliday 46623dc8d6 Merge branch 'master' into feat/check-routes 2024-05-27 15:21:13 -07:00
Veysel eec144137a Merge pull request #72 from bluewave-labs/server/models
Added Check and Alert models and updated ReadMe
2024-05-27 17:48:09 -04:00
Alex Holliday 1e398d9153 Added route and DB scaffolds 2024-05-27 13:51:51 -07:00
veyselboybay 36936266ac Added Check and Alert models and updated ReadMe 2024-05-27 15:07:34 -04:00
Veysel b945c73c87 Merge pull request #71 from bluewave-labs/feat/error-handler
Feat/error handler, resolves #64
2024-05-27 14:56:49 -04:00
Alex Holliday 5fa73a1f17 Added documentation for error handling 2024-05-27 11:03:12 -07:00
Alex Holliday 950222f94e Implemented error handling middleware 2024-05-27 10:47:14 -07:00
Veysel 992ff5024c Merge pull request #63 from bluewave-labs/feat/edit-auth
Added document ownership middleware, resovles #59
2024-05-27 11:39:47 -04:00
Veysel a4be19cb0c Merge pull request #61 from MuhammadKhalilzadeh/register-page
Register page resolves #48
2024-05-27 11:11:22 -04:00
Alexander Holliday a172ab9580 Merge pull request #69 from bluewave-labs/fix/docs
Fix/docs
2024-05-27 06:40:06 -07:00
Skorpios 872025dcab Merge pull request #70 from bluewave-labs/feat/Dashboard-Progress-Bars
Implemented the dashboard progress bars.
2024-05-26 19:49:54 -07:00
M M 54220a6125 Implemented the dashboard progress bars. 2024-05-25 21:35:37 -07:00
Alex Holliday 3cb63919f0 Added divider 2024-05-25 20:14:24 -07:00
Alex Holliday 54f7f2d404 Added missing details tag, contributors was hidden under the last endpoint 2024-05-25 20:14:06 -07:00
Alexander Holliday e319f3b208 Merge pull request #67 from alvarotorrestx/endpoints-to-toc
Add Server endpoints to ToC in README
2024-05-25 20:07:29 -07:00
Alvaro Torres 75e007142f Add Server endpoints to ToC in README 2024-05-25 13:56:19 -05:00
MuhammadKhalilzadeh a1b3c14560 Merge branch 'register-page' of https://github.com/MuhammadKhalilzadeh/bluewave-uptime into register-page 2024-05-25 11:38:05 +03:30
MuhammadKhalilzadeh 57a50e740f polishing 2024-05-25 11:30:57 +03:30
Mohammad Khalilzadeh 313426c860 Merge branch 'bluewave-labs:master' into register-page 2024-05-25 10:21:43 +03:30
Skorpios d5ffea433f Merge pull request #66 from bluewave-labs/feat/Navbar-Main
Refactored the Navbar with an avatar and a full bar.
2024-05-24 23:20:36 -07:00
M M 20deef5f5a Refactored the Navbar with an avatar and a full bar to better match the sought after design. 2024-05-24 18:02:58 -07:00
Alex Holliday ef8867658e Removed package-lock.json from root 2024-05-24 13:44:42 -07:00
MuhammadKhalilzadeh 58fc687de1 Adding JSDoc 2024-05-24 22:17:12 +03:30
Mohammad Khalilzadeh 677cff1737 Merge branch 'bluewave-labs:master' into register-page 2024-05-24 18:40:46 +03:30
MuhammadKhalilzadeh e52fc493cc Register Page UI 2024-05-24 18:32:40 +03:30
Skorpios d0426a598e Merge pull request #60 from bluewave-labs/feat/Navbar-Dropdown
Implemented the navbar dropdown section for the user.
2024-05-23 21:31:55 -07:00
M M f7b0ccc9cc Implemented the navbar dropdown section for the user. 2024-05-23 16:57:58 -07:00
Veysel 564918c726 Merge pull request #57 from bluewave-labs/docs/monitor-endpoints
Docs/monitor endpoints
2024-05-22 20:50:07 -04:00
Veysel 39dc4c7cff Merge pull request #56 from bluewave-labs/client/subroutes
Added subroutes to homelayout and created basic components resolves #45
2024-05-22 20:20:43 -04:00
Alex Holliday 54c94879d7 Changed delete status code to 200 to allow for consistent API response, Updated docs to reflect this 2024-05-22 14:43:07 -07:00
Alex Holliday f4b0034281 Added new endpoints to readme, added cURL and Sample respones to existing endpoint docs, fixed minor bugs discovered during documentation 2024-05-22 14:38:47 -07:00
veyselboybay 3537f3fa19 Added subroutes to homelayout and created basic respective components, and removed demo components from home page #45 2024-05-22 17:14:34 -04:00
Veysel 412a14306e Merge pull request #55 from bluewave-labs/UpdateContribsReadMe
Updated Contributors in readme file - Added team member - Just a minor change in Readme file added @MuhammadKhalilzadeh
2024-05-22 16:48:45 -04:00
veyselboybay 0b333384ac Updated Contributors in readme file - Added team member 2024-05-22 16:46:09 -04:00
Veysel 417b7c9baa Merge pull request #51 from MuhammadKhalilzadeh/login-page
Login page Closes #46
2024-05-22 16:41:59 -04:00
Veysel 2ffe422b0d Merge pull request #54 from bluewave-labs/feat/jwt
Feat/jwt resolves #41
2024-05-22 15:37:51 -04:00
Alex Holliday a7de58c99b Refactored service name, resolves #41 2024-05-22 11:49:14 -07:00
Alex Holliday ddd7152683 Removed old comments 2024-05-22 11:42:29 -07:00
Alex Holliday 073f8b2e30 Added verification middleware, protected monitor routes 2024-05-22 11:38:36 -07:00
Alex Holliday 7dbd3b28d2 Refactored issuing token to function 2024-05-22 10:53:58 -07:00
Alex Holliday b1afdaa776 Added JWT to registration and login 2024-05-22 10:48:58 -07:00
MuhammadKhalilzadeh a1f5f93d08 fixing font size 2024-05-22 19:09:13 +03:30
Mohammad Khalilzadeh 758ff0b8b6 Merge branch 'bluewave-labs:master' into login-page 2024-05-22 17:47:28 +03:30
MuhammadKhalilzadeh d384de84d6 Login page ui implemented 2024-05-22 17:46:58 +03:30
MuhammadKhalilzadeh 90b5d894c8 Login page ui implemented 2024-05-22 17:41:24 +03:30
Skorpios 35cc81b3c5 Merge pull request #50 from bluewave-labs/feat/Integrations
Implemented the integrations component.
2024-05-21 23:30:29 -07:00
M M aa000bda8b Refactored the code and addressed the comments. 2024-05-21 16:38:11 -07:00
M M 5ec8c70176 Merge remote-tracking branch 'upstream/master' into feat/Integrations 2024-05-21 15:46:11 -07:00
Veysel 48215d3786 Merge pull request #49 from bluewave-labs/feat/monitor-routes
Feat/monitor routes
2024-05-21 17:05:09 -04:00
Alex Holliday 4f934c0d69 Accidentally removed isActive filter from getAll, replaced it 2024-05-21 13:58:29 -07:00