Commit Graph

121 Commits

Author SHA1 Message Date
Alex Holliday
f97382c88d Removed profile image from user before returning it 2024-07-04 12:00:37 -07:00
Alex Holliday
fc6691e148 Added missing await 2024-07-03 23:19:12 -07:00
Alex Holliday
5d24f3136c Replace job in queue when monitor is edited 2024-07-03 13:55:44 -07:00
Alex Holliday
04ff74dcef Update monitor status 2024-07-03 13:19:47 -07:00
Alexander Holliday
be9e5884bf Merge pull request #251 from bluewave-labs/feat/monitor-status-change
Monitor now has a status, status will be updated on new check, #235
2024-07-03 13:09:31 -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
f97aa1ca8c Return user and Token instead of decoding token. Added transform to not store image in redux store 2024-07-03 12:20:30 -07:00
Alex Holliday
59992b4ac8 Remove profileImage from returned user 2024-07-03 11:59:24 -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
Alex Holliday
da1e8ee5d9 Added image bytes to update user profile 2024-07-03 10:23:16 -07:00
Alexander Holliday
75d16b749d Merge pull request #243 from bluewave-labs/feat/check-admin
Feat/check admin, resolves #241
2024-07-02 14:22:05 -07:00
Alexander Holliday
7d78d054ba Merge pull request #231 from bluewave-labs/feat/image-upload
Feat/image upload, resolves #221
2024-07-02 12:33:49 -07:00
Alexander Holliday
3760e6b5e7 Merge pull request #238 from bluewave-labs/fix/verify-ownership
Added special case for User document, resolves #237
2024-07-02 11:13:53 -07:00
Alexander Holliday
c545a704ac Merge branch 'master' into feat/image-upload 2024-07-02 11:00:48 -07:00
Alex Holliday
ec63281202 Return admin account status on check 2024-07-02 10:45:38 -07:00
Alex Holliday
c469a01ec5 Updated validation 2024-07-02 10:39:22 -07:00
Alex Holliday
d7d6effdda Add route and controller 2024-07-02 10:38:02 -07:00
Alex Holliday
898738e287 Added role field to User model 2024-07-02 10:24:06 -07:00
Alex Holliday
50f219249b Added special case for User document 2024-07-02 10:20:10 -07:00
Alex Holliday
e8d4a5d868 Add profileImage to schema, controllers, and routes 2024-07-01 11:48:56 -07:00
Alexander Holliday
74da41bf3b Merge pull request #188 from bluewave-labs/feat/full-app-docker
Full application docker compose set up, resolves #187
2024-06-26 02:02:08 -04:00
Alex Holliday
531eb0b857 Full application docker compose set up 2024-06-24 16:09:51 -07:00
Alex Holliday
61a059bf21 Added token TTL env variable with default of 2 hours 2024-06-24 14:12:23 -07:00
Alex Holliday
d883898384 Refactored to deal with empty data set 2024-06-24 10:59:18 -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
59562b10c9 Improved network service error handling 2024-06-18 11:42:25 -07:00
Alex Holliday
771cce98b5 Checks now inserted into db during monitor status check 2024-06-17 13:52:20 -07:00
Alex Holliday
2149a35b88 Merge remote-tracking branch 'upstream/master' into feat/delete-cascade 2024-06-17 12:10:54 -07:00
Alex Holliday
6801d066a1 Added delete cascade for Montiors. Alerts and Checks now also deleted 2024-06-17 12:08:41 -07:00
Alex Holliday
0b52a5bdc7 Fixed error handling, refactored response time measurement 2024-06-17 11:33:55 -07:00
Alex Holliday
a0ca205d6a Added response time 2024-06-17 11:05:22 -07:00
Alex Holliday
14f68d58f7 Implemented network service 2024-06-17 10:47:36 -07:00
Alexander Holliday
86d9389abc Merge pull request #127 from bluewave-labs/feat/notifications
Implemented the toastify notifications.
2024-06-16 15:14:28 -07:00
Alexander Holliday
caaf604c9f Merge branch 'master' into feat/ping 2024-06-15 20:05:14 -07:00
M M
18fe82b048 Committing changes to build_images.sh before switching branches 2024-06-15 16:39:05 -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
3269e07edf Fixed obliterate queue msg 2024-06-14 14:02:18 -07:00
Alex Holliday
5da22f4403 Refactored hardcoded error messages to util file. Added logging to job queue 2024-06-14 13:45:45 -07:00
Alex Holliday
1ad32ed84b Merge remote-tracking branch 'upstream/master' into feat/server-error-msgs 2024-06-14 13:03:14 -07:00
Alexander Holliday
f3de5ce381 Merge pull request #135 from bluewave-labs/feat/http-https-status
Implemented HTTP(s) Request, added add and delete to and from job queue, resolves #134
2024-06-14 12:58:55 -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
aa25d9620d Added docker compose 2024-06-13 21:37:14 -07:00
Alex Holliday
a9ddb27218 Implemented HTTP(s) Request, added add and delete to and from job queue 2024-06-13 13:05:41 -07:00
Alex Holliday
24aff84e2d Merge branch 'master' into feat/server-error-msgs 2024-06-12 20:03:30 -07:00
Alex Holliday
9cf4f7bb60 Added error messages to utility class 2024-06-12 14:15:58 -07:00
Alex Holliday
08565c9eda Simplified form control in Login and Register. Fixed registration bug. Throw better errors 2024-06-12 13:30:56 -07:00
Alex Holliday
80af000a0c ACheck for new password different than old password. Fixed typo in route. Updated error msg 2024-06-12 10:25:35 -07:00
Alex Holliday
6ac5f3ab10 Added server side validation 2024-06-11 14:46:39 -07:00