Commit graph

62 commits

Author SHA1 Message Date
Mo Tarbin
cce72fe05e Update Docker image names and build process to align with project requirements and conventions. 2024-09-05 22:42:25 -04:00
Mo Tarbin
65aece2cd6 Update docker repo name 2024-09-05 22:05:36 -04:00
Mo Tarbin
575742e63f remove docker information and use only ghrc for now 2024-09-05 21:57:14 -04:00
Mo Tarbin
4cf427ad3e Remove unnecessary mv command 2024-09-05 21:20:22 -04:00
Mo Tarbin
0cdf6bb75b Add workflow to Build and Push Docker Image 2024-09-05 21:15:40 -04:00
Mo Tarbin
229e843e4c update updateAssignee to retrieve the current user and use their ID as the UpdatedBy field. 2024-08-10 14:28:24 -04:00
Mo Tarbin
4f22460313 Refactor scheduleAdaptiveNextDueDate function for improved readability and fix bug, Add New Tests for it 2024-08-10 00:27:07 -04:00
Mo Tarbin
042cd3b473 Add endpoint to update user notification target 2024-08-10 00:26:33 -04:00
Mo Tarbin
00d9d90a41 Update CORS configuration to allow all origins 2024-08-10 00:24:48 -04:00
Mo Tarbin
ce3ee9e9dc Update FrequencyType to use enum in Chore and ChoreReq struct 2024-08-10 00:24:15 -04:00
Mo Tarbin
a65da84f08 Update Go Release workflow to use "npm run build-selfhosted" for frontend build 2024-07-28 18:59:07 -04:00
Mo Tarbin
89f0e63cd9 Update Go Release workflow to include frontend flag for selfhosted 2024-07-28 18:50:14 -04:00
Mo Tarbin
5f84e9f2ef Update Go Release to include selfhosted.yaml 2024-07-27 23:07:18 -04:00
Mo Tarbin
10b83819ec Update logo image file name in README.md 2024-07-27 22:59:42 -04:00
Mo Tarbin
51acd96a6f Update Go Release workflow to fix frontend build and copy step 2024-07-26 01:08:34 -04:00
Mo Tarbin
c65fae9c6c Update Go Release workflow to fix frontend build and copy step 2024-07-25 23:06:37 -04:00
Mo Tarbin
10d4dc543e Update Go Release workflow to include frontend build and copy step 2024-07-25 23:01:23 -04:00
Mo Tarbin
350290d0e5 debug and list all files 2024-07-25 22:52:18 -04:00
Mo Tarbin
60d5b5f71b Update Go Release workflow to include frontend build and copy step 2024-07-25 02:15:03 -04:00
Mo Tarbin
3ca76af1c6 Update Go Release workflow to include frontend build and copy step 2024-07-25 02:05:38 -04:00
Mo Tarbin
f303a62338 Update Go Release workflow to include frontend build and copy step 2024-07-25 01:54:02 -04:00
Mo Tarbin
33b3389384 Change to Sqlite driver that doesn't need CGO github.com/glebarez/sqlite 2024-07-25 01:35:25 -04:00
Mo Tarbin
a5d07a545a Update .goreleaser.yaml to include goarch options for amd64 and arm64 only 2024-07-25 01:18:15 -04:00
Mo Tarbin
7895a0502a Update CGO_ENABLED flag in .goreleaser.yaml to enable CGO for Linux builds to support sqlite 2024-07-25 01:08:05 -04:00
Mo Tarbin
b6fcc1b6cb Update .goreleaser.yaml to include new file mapping for selfhosting 2024-07-25 00:56:32 -04:00
Mo Tarbin
5459dc2788 Add Support for mac 2024-07-25 00:40:55 -04:00
Mo Tarbin
b9293c4010 Update Go Release workflow to include frontend build and copy step 2024-07-25 00:31:40 -04:00
Mo Tarbin
e598e25bec Update frontend build and copy step in Go Release workflow 2024-07-25 00:27:32 -04:00
Mo Tarbin
632baef054 Update Go Release workflow to include frontend build and copy step 2024-07-25 00:24:40 -04:00
Mo Tarbin
d75fbf03be Fix Project name 2024-07-25 00:21:09 -04:00
Mo Tarbin
36ec22ec27 Update Go Release workflow to include frontend build and copy step 2024-07-25 00:19:37 -04:00
Mo Tarbin
71f8dfb26c Update frontend handler to serve static files from embedded FS for selfhosted option 2024-07-24 23:55:23 -04:00
Mo Tarbin
670ac84009 Update selfhosted.yaml with corrected name value 2024-07-24 22:34:57 -04:00
Mo Tarbin
be98920271 Update environment variable names in config and docker-compose 2024-07-24 01:09:58 -04:00
Mo Tarbin
a88946bb7f Update server configuration to disable serving frontend 2024-07-24 01:07:11 -04:00
Mo Tarbin
5cfb906a4f Reset token 2024-07-24 00:49:01 -04:00
Mo Tarbin
cb20a9ead2 chore: Add .vscode/launch.json to .gitignore 2024-07-24 00:48:15 -04:00
Mo Tarbin
62246fc5f7 docker/homeassistant: Update frontend handler to serve static files from embedded FS 2024-07-24 00:41:08 -04:00
Mo Tarbin
0b60d7ee07 Update .goreleaser.yaml with sensible defaults and exclude docs and test changes from changelog 2024-07-24 00:40:37 -04:00
Mo Tarbin
5109da46d9 Update Go Release workflow permissions 2024-07-22 18:55:42 -04:00
Mo Tarbin
31211a9436 Support linux_386 by changing minChores to int64, remove debugging log for getNotification 2024-07-22 18:43:03 -04:00
Mo Tarbin
6184aba245 chore: Add Go Release workflow for automated releases 2024-07-22 18:24:03 -04:00
Mo Tarbin
ee7a8e24da Update ChoreHistory model to include updatedAt field, Support history modification 2024-07-20 03:42:38 -04:00
Mo Tarbin
861a1666e4 Remove unnecessary code in skipChore and completeChore functions 2024-07-17 01:11:20 -04:00
Mo Tarbin
c7b29fa195 Add CircleGroup notifications to chore notifications 2024-07-17 01:09:47 -04:00
Mo Tarbin
12aaa90387 Update config loading to handle environment overrides 2024-07-10 20:12:42 -04:00
Mo Tarbin
2d538ff43c Update database configuration to support custom SQLite path 2024-07-09 18:31:10 -04:00
Mo Tarbin
e862a281d9 Add time field to FrequencyMetadata struct 2024-07-07 19:53:08 -04:00
Mo Tarbin
970cf40745 resetPassword function to handle user not found case 2024-07-07 02:59:04 -04:00
Mo Tarbin
9fe382d26e Update chore notification messages to use markdown formatting 2024-07-07 02:52:52 -04:00