Mark Schwerzler
|
e63c083a38
|
Adding the handling of the random except last assigned assign state.
|
2024-08-18 19:37:29 -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
|
bddb80b134
|
Merge branch 'dev'
|
2024-08-10 00:31:54 -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
|
8609a289b6
|
Merge branch 'dev'
|
2024-07-28 18:50:29 -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
|
e55a8d82b1
|
Merge branch 'dev'
|
2024-07-27 23:07:25 -04:00 |
|
Mo Tarbin
|
5f84e9f2ef
|
Update Go Release to include selfhosted.yaml
|
2024-07-27 23:07:18 -04:00 |
|
Mo Tarbin
|
ce1bc181f2
|
Merge branch 'dev'
|
2024-07-27 23:00:01 -04:00 |
|
Mo Tarbin
|
10b83819ec
|
Update logo image file name in README.md
|
2024-07-27 22:59:42 -04:00 |
|
Mo Tarbin
|
ffc12a6b18
|
Merge branch 'dev'
|
2024-07-26 01:08: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
|
07647e8002
|
Change SQlite driver to github.com/glebarez/sqlite which doesn't require CGO
|
2024-07-25 01:35:35 -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
|
746eec50ca
|
Enable CGO to support sqlite
|
2024-07-25 01:08:13 -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
|
0844226fee
|
Embed fronend into the binary. add support for macos
|
2024-07-25 00:41:09 -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
|
cafc9b6e22
|
Merge branch 'dev'
|
2024-07-24 23:55:34 -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
|
6ce3bd837d
|
Merge branch 'dev'
|
2024-07-24 22:36:00 -04:00 |
|
Mo Tarbin
|
670ac84009
|
Update selfhosted.yaml with corrected name value
|
2024-07-24 22:34:57 -04:00 |
|
Mo Tarbin
|
3071ff12cf
|
Merge branch 'dev'
|
2024-07-24 01:10:34 -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
|
a35496c922
|
Merge branch 'dev'
|
2024-07-24 00:55:58 -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
|
066ef5e551
|
Merge branch 'dev'
|
2024-07-24 00:44:33 -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
|
10d1528e27
|
Merge branch 'dev'
|
2024-07-22 18:56:05 -04:00 |
|
Mo Tarbin
|
5109da46d9
|
Update Go Release workflow permissions
|
2024-07-22 18:55:42 -04:00 |
|