aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* REMOVE BINARY DOWLOADLibravatar Mo Tarbin2024-09-061-7/+7
|
* TEST 2Libravatar Mo Tarbin2024-09-061-1/+1
|
* Update Dockerfile to copy files from root directory and fix CMD commandLibravatar Mo Tarbin2024-09-061-2/+2
|
* update 2 :)Libravatar Mo Tarbin2024-09-061-1/+1
|
* remove donetick defaultLibravatar Mo Tarbin2024-09-061-1/+0
|
* Add Default tagLibravatar Mo Tarbin2024-09-061-0/+1
|
* Update Docker image names and build process to align with project ↵Libravatar Mo Tarbin2024-09-062-5/+6
| | | | requirements and conventions.
* Update docker repo nameLibravatar Mo Tarbin2024-09-061-15/+15
|
* remove docker information and use only ghrc for nowLibravatar Mo Tarbin2024-09-061-6/+6
|
* Remove unnecessary mv commandLibravatar Mo Tarbin2024-09-061-1/+0
|
* Add workflow to Build and Push Docker ImageLibravatar Mo Tarbin2024-09-061-0/+53
|
* update `updateAssignee` to retrieve the current user and use their ID as the ↵Libravatar Mo Tarbin2024-09-062-6/+12
| | | | `UpdatedBy` field.
* Merge branch 'dev'Libravatar Mo Tarbin2024-08-1010-19/+321
|\
| * Refactor scheduleAdaptiveNextDueDate function for improved readability and ↵Libravatar Mo Tarbin2024-08-103-12/+251
| | | | | | | | fix bug, Add New Tests for it
| * Add endpoint to update user notification targetLibravatar Mo Tarbin2024-08-103-3/+49
| |
| * Update CORS configuration to allow all originsLibravatar Mo Tarbin2024-08-101-1/+2
| |
| * Update FrequencyType to use enum in Chore and ChoreReq structLibravatar Mo Tarbin2024-08-102-2/+18
| |
| * Update Go Release workflow to use "npm run build-selfhosted" for frontend buildLibravatar Mo Tarbin2024-07-281-1/+1
| |
* | Merge branch 'dev'Libravatar Mo Tarbin2024-07-282-24/+10
|\|
| * Update Go Release workflow to include frontend flag for selfhostedLibravatar Mo Tarbin2024-07-282-24/+10
| |
* | Merge branch 'dev'Libravatar Mo Tarbin2024-07-271-2/+3
|\|
| * Update Go Release to include selfhosted.yamlLibravatar Mo Tarbin2024-07-271-2/+3
| |
* | Merge branch 'dev'Libravatar Mo Tarbin2024-07-273-1/+1
|\|
| * Update logo image file name in README.mdLibravatar Mo Tarbin2024-07-273-1/+1
| |
* | Merge branch 'dev'Libravatar Mo Tarbin2024-07-261-1/+3
|\|
| * Update Go Release workflow to fix frontend build and copy stepLibravatar Mo Tarbin2024-07-261-6/+1
| |
| * Update Go Release workflow to fix frontend build and copy stepLibravatar Mo Tarbin2024-07-251-2/+2
| |
| * Update Go Release workflow to include frontend build and copy stepLibravatar Mo Tarbin2024-07-251-22/+26
| |
| * debug and list all filesLibravatar Mo Tarbin2024-07-251-21/+24
| |
| * Update Go Release workflow to include frontend build and copy stepLibravatar Mo Tarbin2024-07-251-1/+1
| |
| * Update Go Release workflow to include frontend build and copy stepLibravatar Mo Tarbin2024-07-251-1/+1
| |
| * Update Go Release workflow to include frontend build and copy stepLibravatar Mo Tarbin2024-07-251-1/+1
| |
* | Change SQlite driver to github.com/glebarez/sqlite which doesn't require CGOLibravatar Mo Tarbin2024-07-254-3/+28
|\|
| * Change to Sqlite driver that doesn't need CGO github.com/glebarez/sqliteLibravatar Mo Tarbin2024-07-254-6/+28
| |
| * Update .goreleaser.yaml to include goarch options for amd64 and arm64 onlyLibravatar Mo Tarbin2024-07-251-0/+3
| |
* | Enable CGO to support sqliteLibravatar Mo Tarbin2024-07-251-1/+4
|\|
| * Update CGO_ENABLED flag in .goreleaser.yaml to enable CGO for Linux builds ↵Libravatar Mo Tarbin2024-07-251-1/+1
| | | | | | | | to support sqlite
| * Update .goreleaser.yaml to include new file mapping for selfhostingLibravatar Mo Tarbin2024-07-251-0/+3
| |
* | Embed fronend into the binary. add support for macosLibravatar Mo Tarbin2024-07-252-1/+23
|\|
| * Add Support for macLibravatar Mo Tarbin2024-07-251-1/+1
| |
| * Update Go Release workflow to include frontend build and copy stepLibravatar Mo Tarbin2024-07-251-2/+2
| |
| * Update frontend build and copy step in Go Release workflowLibravatar Mo Tarbin2024-07-251-2/+2
| |
| * Update Go Release workflow to include frontend build and copy stepLibravatar Mo Tarbin2024-07-251-2/+2
| |
| * Fix Project nameLibravatar Mo Tarbin2024-07-251-2/+2
| |
| * Update Go Release workflow to include frontend build and copy stepLibravatar Mo Tarbin2024-07-251-2/+24
| |
* | Merge branch 'dev'Libravatar Mo Tarbin2024-07-242-6/+32
|\|
| * Update frontend handler to serve static files from embedded FS for ↵Libravatar Mo Tarbin2024-07-242-6/+32
| | | | | | | | selfhosted option
* | Merge branch 'dev'Libravatar Mo Tarbin2024-07-241-1/+1
|\|
| * Update selfhosted.yaml with corrected name valueLibravatar Mo Tarbin2024-07-241-1/+1
| |
* | Merge branch 'dev'Libravatar Mo Tarbin2024-07-248-47/+62
|\|