integrate-gitea #2

Merged
julienfastre merged 3 commits from integrate-gitea into main 2024-10-24 22:32:43 +00:00

3 Commits

Author SHA1 Message Date
2b37c5b18c
Add Gitea Action support for issue-to-work conversion
Implemented Gitea actions to support converting Gitea issues into work packages in OpenProject. Modified various modules to include necessary structs, functions, and tests to handle Gitea issues, ensure URL validation, and adapt work package creation based on Gitea issues.
2024-10-25 00:29:34 +02:00
9ef98e5044
Refactor the issue2work action
- separation the logic to handle issues from gitlab into the gitlab mod
- create a kind of visitor pattern to check between the different providers
2024-10-24 23:14:14 +02:00
9aec267e0a
WIP on integrate gitea 2024-05-20 19:16:21 +02:00