-
-
Notifications
You must be signed in to change notification settings - Fork 131
Description
Hi everyone,
and thanks for the great work which is done here. Maybe the issue tracker is not the right place for this question, but I did not find a good place where to ask it. What's the current status of the gitea forge implementation?
This is the next forge whose API will to be supported.
I tried to set up forge for gitea, to see what exactly is meant by partially supported. In the manual I found the following
When a forge is only partially supported, then that means that only the functionality that does not require the API is implemented, or in other words, that the forge is only supported as a semi-forge.
I do not know if for example filing an issue needs the API. Does anyone have an example setup to test what's supported and what's not? I was for example wondering what to put in .authinfo file and what to add to forge-alist.
I tried the following
machine mygitea-server.org/api/v1 login myuser^forge password gitea-token
(add-to-list 'forge-alist '("mygitea-server.org" "mygitea-server.org/api/v1" forge-gitlab-repository))
Thanks.
If you think that's the wrong place for my question. Never mind and close the issue.