Commit Graph

5 Commits

Author SHA1 Message Date
3a04085d3a add(repository): discover repository informations
This implemtation determines the git remote origin url and extracts the
information for the owner and repo names for the api url's. WIP for #2.
2023-10-19 22:29:29 +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
a206c82061 add(gitea-api): individual issue and milestone getter
This implements the api getters for extracting a single issue and single
milestone for a given gitea repository and id. WIP for #1.
2023-10-18 17:20:48 +02:00
398b6a1992 add(gitea-api): issues and milestones getters
This implements the api getters for extracting the issues and milestones
for a given gitea repository. WIP for #1.
2023-10-17 23:15:29 +02:00
65eec9a2f6 initial structure 2023-10-14 14:03:32 +02:00