Alexander Holliday
|
4053a6a785
|
Add notification model (#488)
|
2024-07-30 12:54:35 -07:00 |
|
Alexander Holliday
|
27b9a6055f
|
Added pre save function to PageSpeedCheck to update Monitor status (#485)
|
2024-07-30 11:24:25 -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 |
|
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 |
|
Alex Holliday
|
dd5166e14f
|
Add pagespeed type to monitor model
|
2024-07-24 10:42:38 -07: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
|
a822ae3254
|
Add role to invite token
|
2024-07-23 11:24:20 -07:00 |
|
Daniel Cojocea
|
84613bc0e4
|
Backend camel case
|
2024-07-22 12:45:33 -04:00 |
|
Alex Holliday
|
5889e37bbd
|
Add invite token
|
2024-07-19 10:59:04 -07:00 |
|
Alex Holliday
|
af61a4ef0a
|
Change permissions to array[string]
|
2024-07-18 12:42:02 -07:00 |
|
M M
|
6259b89b94
|
Fixed import issues and some naming.
|
2024-07-15 22:43:20 -07:00 |
|
M M
|
c5bb183fec
|
Changed name to better describe the object.
|
2024-07-15 14:48:13 -07:00 |
|
M M
|
7736828c95
|
Added JS docs.
|
2024-07-15 14:42:48 -07:00 |
|
M M
|
3c2ea63fc7
|
Got rid of category objects and changed to just the number.
|
2024-07-15 14:42:15 -07:00 |
|
M M
|
a36665396d
|
Got rid of extra timestamp field.
|
2024-07-15 14:37:59 -07:00 |
|
M M
|
5883fa0747
|
Added docs.
|
2024-07-15 14:08:17 -07:00 |
|
M M
|
19861f3253
|
Made the schema for the lighthouse metrics.
|
2024-07-15 14:06:41 -07:00 |
|
Alex Holliday
|
5a6cbcd325
|
Implemented update password functionality
|
2024-07-10 11:51:27 -07:00 |
|
Alex Holliday
|
43bac259d7
|
Generate avatar image on register or update if an image is included
|
2024-07-08 10:26:56 -07:00 |
|
Alex Holliday
|
04ff74dcef
|
Update monitor status
|
2024-07-03 13:19:47 -07:00 |
|
Alex Holliday
|
ceecf3427c
|
Added JS doc
|
2024-07-03 12:34:57 -07:00 |
|
Alex Holliday
|
505d9f2890
|
Added error checking and fixed typo
|
2024-07-03 12:32:42 -07:00 |
|
Alex Holliday
|
031ae06d41
|
Add conditional to avoid extra db operatons
|
2024-07-03 11:46:30 -07:00 |
|
Alex Holliday
|
9ccf42fe55
|
Monitor now has a status, status will be updated on new check
|
2024-07-03 11:41:12 -07:00 |
|
Alexander Holliday
|
c545a704ac
|
Merge branch 'master' into feat/image-upload
|
2024-07-02 11:00:48 -07:00 |
|
Alex Holliday
|
898738e287
|
Added role field to User model
|
2024-07-02 10:24:06 -07:00 |
|
Alex Holliday
|
e8d4a5d868
|
Add profileImage to schema, controllers, and routes
|
2024-07-01 11:48:56 -07:00 |
|
Alex Holliday
|
18df7d8fd5
|
Added checks to monitors for getMonitorsById and getMonitorsByUserId. Added TTL to checks (1 month)
|
2024-06-18 12:45:25 -07:00 |
|
Alex Holliday
|
f9f73dbc47
|
Implemented ping type for monitors, added cleanup for job queue
|
2024-06-14 14:31:07 -07:00 |
|
Alex Holliday
|
c8bcc59b52
|
Added docker compose, fixed all file paths, updated readme, fixed Async function bcrypt compare
|
2024-06-14 12:07:34 -07:00 |
|
Alex Holliday
|
276dadab66
|
Added recovery Request route, controller, and DB operations
|
2024-06-10 15:54:45 -07:00 |
|
veyselboybay
|
424bec1366
|
Updated the Alert model, ReadMe file
|
2024-05-28 14:42:51 -04:00 |
|
Veysel
|
c6384c5732
|
Merge pull request #73 from bluewave-labs/feat/update-user
Feat/update user, resolves #58
|
2024-05-27 18:32:44 -04:00 |
|
veyselboybay
|
36936266ac
|
Added Check and Alert models and updated ReadMe
|
2024-05-27 15:07:34 -04:00 |
|
Alex Holliday
|
d84a0f9c87
|
Started update user route
|
2024-05-27 11:57:25 -07:00 |
|
Alex Holliday
|
ef8867658e
|
Removed package-lock.json from root
|
2024-05-24 13:44:42 -07:00 |
|
Alex Holliday
|
c4dc57b9be
|
Updated status codes, added edit monitor endpoint
|
2024-05-21 13:52:28 -07:00 |
|
Alex Holliday
|
e7a58f2756
|
Added login route, updated readme
|
2024-05-15 12:16:04 -07:00 |
|
veyselboybay
|
ca33fcae91
|
update on joi schema, added logger docs, and updated user model
|
2024-05-14 23:15:29 -04:00 |
|
Alex Holliday
|
a4a61695b0
|
Updated gitignore to ignore log files, Refactored Authcontroller to use DB interface, Added Try/Catch to validation to catch uncaught error, Added username optional validation to Joi so it expects a username
|
2024-05-14 11:12:22 -07:00 |
|
Alex Holliday
|
2e2d91937e
|
Added fake DB for monitor route testing
|
2024-05-10 13:59:33 -07:00 |
|
Alex Holliday
|
def8ba4b9d
|
Added monitor router, controller, and model
|
2024-05-10 13:36:04 -07:00 |
|
veyselboybay
|
baba4ec540
|
Added user model, joi validation and register new user function
|
2024-05-09 17:06:00 -04:00 |
|