Commit Graph

6 Commits

Author SHA1 Message Date
854dafde01 mod(taskwarrior): complete push implementation
Currently the merging process is not working entirely as I would
expect. There are no checks for actual changes between the local version
and the server version. WIP for #3. Configuration file created with
corresponding values like, user name and access code, which are - for
obvious reasons - not commited.
2023-10-25 17:14:54 +02:00
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
5764a32f02 fix(taskwarrior): parsing and convertion of times and contents 2023-10-22 12:32:53 +02:00
11c57d3485 mod(gitea-api): add json encoding informations for all structs 2023-10-20 13:53:38 +02:00
0e6efacd13 add(gitea-api): creation for issues, milestones and comments
This implements the post api functions for issues, milestones and
comments which are added to the gitea repository.
2023-10-18 22:49:25 +02:00
5ab0dd6da6 add(gitea-api): comment getter and update functions
This implements the getter api functions and update functions for
comments. WIP for #1.
2023-10-18 22:26:00 +02:00