Commit Graph

8 Commits

Author SHA1 Message Date
0cb4190540 add: push changes to gitea server after merging local changes
This implementation has no configuration yet to authorize accordingly.
WIP for #3 and #4.
2023-10-24 22:17:37 +02:00
d2aeb7ffe4 add(taskwarrior): merge of server side changes for milestones 2023-10-23 14:34:10 +02:00
469cf102ea add(taskwarrior): merge for remote changes without local changes 2023-10-22 16:32:15 +02:00
5764a32f02 fix(taskwarrior): parsing and convertion of times and contents 2023-10-22 12:32:53 +02:00
ce2a4769c9 add(taskwarrior): uda for last_gitw_update with initial merge
WIP for #3. Creation of entirely new tasks is possible and works as
expected. The only remaining issue is the merging of existing tasks.
2023-10-22 00:02:47 +02:00
eabb19f3bf add(taskwarrior): add timestamps for task entry and modified times
WIP for #3.
2023-10-21 20:51:50 +02:00
ba9683f290 add(taskwarrior): pull implementation for new tasks
This implements the pull functionality for new tasks, which are not yet
in the local taskwarrior instance created. WIP for #3.
2023-10-21 12:43:41 +02:00
3ed3c53854 add(taskwarrior): integrate uda for git integration
This implementation adds the necessary fields for the tasks of
taskwarrior to be synchronized with git. It provides the necessary
conversion of the taskwarrior times and the standard time.Time go
format. WIP for #3.
2023-10-21 11:03:43 +02:00