Mo Tarbin
|
4d28e91c2e
|
Update Dockerfile and Docker image push command
|
2024-09-06 01:13:29 -04:00 |
|
Mo Tarbin
|
591adc6514
|
Update Dockerfile to optimize build process and improve image size
|
2024-09-06 01:13:29 -04:00 |
|
Mo Tarbin
|
62969880ad
|
Update Docker image push command to remove specific tags and only push the latest image
|
2024-09-06 01:13:29 -04:00 |
|
Mo Tarbin
|
30ade212d3
|
REMOVE BINARY DOWLOAD
|
2024-09-06 01:13:29 -04:00 |
|
Mo Tarbin
|
b672eaea07
|
TEST 2
|
2024-09-06 01:13:29 -04:00 |
|
Mo Tarbin
|
b7182a9598
|
Update Dockerfile to copy files from root directory and fix CMD command
|
2024-09-06 01:13:29 -04:00 |
|
Mo Tarbin
|
887759dd68
|
update 2 :)
|
2024-09-06 01:13:29 -04:00 |
|
Mo Tarbin
|
e671746433
|
remove donetick default
|
2024-09-06 01:13:29 -04:00 |
|
Mo Tarbin
|
09ff649848
|
Add Default tag
|
2024-09-06 01:13:29 -04:00 |
|
Mo Tarbin
|
e0ad791e3f
|
Update Docker image names and build process to align with project requirements and conventions.
|
2024-09-06 01:13:29 -04:00 |
|
Mo Tarbin
|
99ae58347d
|
Update docker repo name
|
2024-09-06 01:13:29 -04:00 |
|
Mo Tarbin
|
2c14848354
|
remove docker information and use only ghrc for now
|
2024-09-06 01:13:29 -04:00 |
|
Mo Tarbin
|
32cf6fec83
|
Remove unnecessary mv command
|
2024-09-06 01:13:29 -04:00 |
|
Mo Tarbin
|
f5fdbb12ff
|
Add workflow to Build and Push Docker Image
|
2024-09-06 01:13:29 -04:00 |
|
Mo Tarbin
|
187078ffe8
|
update updateAssignee to retrieve the current user and use their ID as the UpdatedBy field.
|
2024-09-06 01:13:29 -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 |
|