Commit Graph

14 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
0c3320943e add changies 2024-03-17 21:36:10 +01:00
df71e1073c allow multiple instances of gitlab to be configured 2024-03-17 21:34:03 +01:00
34f6eac006 allow to assign automatically current user on new work package 2024-03-15 23:10:21 +01:00
8da5d6ed87 more usage 2024-01-09 09:50:10 +01:00
b4ffee2dd3 add some docs 2024-01-09 09:41:46 +01:00
708be9bdc4 update changelog
All checks were successful
Release binary for cl-cli / build-and-release (push) Successful in 1m42s
v0.1.0
2024-01-08 23:22:29 +01:00
f9fb2b1e10 Merge pull request 'Enable CI for releasing the tool and changie for handling changelog' (#1) from ci-for-release into main
Reviewed-on: #1
2024-01-08 22:21:13 +00:00
4a77a4487b Enable CI for releasing the tool 2024-01-08 23:19:56 +01:00
a17901a6d6 write workpackage on openproject 2024-01-08 13:26:09 +01:00
5b34a51d90 remove the (desactivated) access token 2023-03-27 17:56:22 +02:00
4725e096f4 first cli (wip) 2023-03-27 17:53:41 +02:00