aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* WIP: genericize notifier as interfaceHEADmainLibravatar cel 🌸2024-09-106-12/+45
* Change username minimum length to 1Libravatar cel 🌸2024-09-101-1/+1
* Fix typoLibravatar cel 🌸2024-09-101-1/+1
* use the build binary instead of building from source againLibravatar Mo Tarbin2024-09-061-6/+5
|\
| * use the already build binaryLibravatar Mo Tarbin2024-09-061-6/+5
* | Update the Builder image in dockerfileLibravatar Mo Tarbin2024-09-061-1/+1
|\|
| * Update Dockerfile to use golang:1.22 as builderLibravatar Mo Tarbin2024-09-061-1/+1
* | Add libc6-compat to the imageLibravatar Mo Tarbin2024-09-061-2/+2
|\|
| * Update Dockerfile to use Alpine base image and install libc6-compatLibravatar Mo Tarbin2024-09-061-2/+2
* | Build docker image on main pushLibravatar Mo Tarbin2024-09-061-1/+1
|\|
| * Build docker image on push to mainLibravatar Mo Tarbin2024-09-061-1/+1
| * Update Dockerfile and Docker image push commandLibravatar Mo Tarbin2024-09-061-2/+2
| * Update Dockerfile to optimize build process and improve image sizeLibravatar Mo Tarbin2024-09-061-4/+20
| * Update Docker image push command to remove specific tags and only push the la...Libravatar Mo Tarbin2024-09-061-2/+1
| * REMOVE BINARY DOWLOADLibravatar Mo Tarbin2024-09-051-7/+7
| * TEST 2Libravatar Mo Tarbin2024-09-051-1/+1
| * Update Dockerfile to copy files from root directory and fix CMD commandLibravatar Mo Tarbin2024-09-051-2/+2
| * update 2 :)Libravatar Mo Tarbin2024-09-051-1/+1
| * remove donetick defaultLibravatar Mo Tarbin2024-09-051-1/+0
| * Add Default tagLibravatar Mo Tarbin2024-09-051-0/+1
| * Update Docker image names and build process to align with project requirement...Libravatar Mo Tarbin2024-09-052-5/+6
| * Update docker repo nameLibravatar Mo Tarbin2024-09-051-15/+15
| * remove docker information and use only ghrc for nowLibravatar Mo Tarbin2024-09-051-6/+6
| * Remove unnecessary mv commandLibravatar Mo Tarbin2024-09-051-1/+0
| * Add workflow to Build and Push Docker ImageLibravatar Mo Tarbin2024-09-051-0/+53
| * update `updateAssignee` to retrieve the current user and use their ID as the ...Libravatar Mo Tarbin2024-08-102-6/+12
* | Update Dockerfile and Docker image push commandLibravatar Mo Tarbin2024-09-061-2/+2
* | Update Dockerfile to optimize build process and improve image sizeLibravatar Mo Tarbin2024-09-061-4/+20
* | Update Docker image push command to remove specific tags and only push the la...Libravatar Mo Tarbin2024-09-061-2/+1
* | 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 requirement...Libravatar Mo Tarbin2024-09-062-5/+6
* | 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
* | Merge branch 'dev'Libravatar Mo Tarbin2024-08-1010-19/+321
|\|
| * Refactor scheduleAdaptiveNextDueDate function for improved readability and f...Libravatar Mo Tarbin2024-08-103-12/+251
| * 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
|\|