aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Update Go Release workflow to include frontend flag for selfhostedLibravatar Mo Tarbin2024-07-282-24/+10
|
* Update Go Release to include selfhosted.yamlLibravatar Mo Tarbin2024-07-271-2/+3
|
* Update logo image file name in README.mdLibravatar Mo Tarbin2024-07-273-1/+1
|
* 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 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
|
* 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
|
* 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
|
* Update frontend handler to serve static files from embedded FS for ↵Libravatar Mo Tarbin2024-07-242-6/+32
| | | | selfhosted option
* Update selfhosted.yaml with corrected name valueLibravatar Mo Tarbin2024-07-241-1/+1
|
* Update environment variable names in config and docker-composeLibravatar Mo Tarbin2024-07-242-5/+5
|
* Update server configuration to disable serving frontendLibravatar Mo Tarbin2024-07-247-43/+58
|
* Reset tokenLibravatar Mo Tarbin2024-07-241-1/+1
|
* chore: Add .vscode/launch.json to .gitignoreLibravatar Mo Tarbin2024-07-241-0/+1
|
* docker/homeassistant: Update frontend handler to serve static files from ↵Libravatar Mo Tarbin2024-07-241-0/+48
| | | | embedded FS
* Update .goreleaser.yaml with sensible defaults and exclude docs and test ↵Libravatar Mo Tarbin2024-07-241-0/+46
| | | | changes from changelog
* Update Go Release workflow permissionsLibravatar Mo Tarbin2024-07-221-0/+3
|
* Support linux_386 by changing minChores to int64, remove debugging log for ↵Libravatar Mo Tarbin2024-07-222-7/+8
| | | | getNotification
* chore: Add Go Release workflow for automated releasesLibravatar Mo Tarbin2024-07-221-0/+33
|
* Update ChoreHistory model to include updatedAt field, Support history ↵Libravatar Mo Tarbin2024-07-203-8/+174
| | | | modification
* Remove unnecessary code in skipChore and completeChore functionsLibravatar Mo Tarbin2024-07-171-7/+2
|
* Add CircleGroup notifications to chore notificationsLibravatar Mo Tarbin2024-07-173-11/+78
|
* Update config loading to handle environment overridesLibravatar Mo Tarbin2024-07-101-3/+8
|
* Update database configuration to support custom SQLite pathLibravatar Mo Tarbin2024-07-091-1/+7
|
* Add time field to FrequencyMetadata structLibravatar Mo Tarbin2024-07-072-0/+13
|
* resetPassword function to handle user not found caseLibravatar Mo Tarbin2024-07-071-3/+2
|
* Update chore notification messages to use markdown formattingLibravatar Mo Tarbin2024-07-071-1/+1
|
* Update chore notification messages to use markdown formattingLibravatar Mo Tarbin2024-07-072-3/+3
|
* chore: Update chore detail query to include notes in resultLibravatar Mo Tarbin2024-07-074-9/+60
|
* Add GetChoreHistoryWithLimit method to ChoreRepositoryLibravatar Mo Tarbin2024-07-061-1/+8
|
* Group chore detail query by chore ID and last completed dateLibravatar Mo Tarbin2024-07-061-1/+1
|
* Add GetChoreDetail endpoint to retrieve detailed chore informationLibravatar Mo Tarbin2024-07-064-0/+82
|
* make thing a pointer on choreLibravatar Mo Tarbin2024-07-052-21/+21
|
* Add validation to deleteThing endpoint to prevent deletion of things with ↵Libravatar Mo Tarbin2024-07-022-0/+13
| | | | associated tasks
* Dissociate chore with thing in deleteChore functionLibravatar Mo Tarbin2024-07-022-0/+6
|
* Update local.yaml to set is_done_tick_dot_com to false, add things historyLibravatar Mo Tarbin2024-07-016-13/+12
|