decap-cms icon indicating copy to clipboard operation
decap-cms copied to clipboard

Implement editorial workflow for Gitea / Forgejo backend

Open privatemaker opened this issue 1 year ago • 3 comments

Now that there is a Gitea / Forgejo Backend supported, I open this issue proposal to request adding publish_mode: editorial_workflow support to it.

Maybe @denyskon who's fantastic work contributed Gitea support 👍🏻 😄 can comment on the viability of this task? Did you notice anything quirks that might make it not feasible?

privatemaker avatar Feb 21 '24 12:02 privatemaker

I think a few API endpoints are missing in Gitea to achieve that. In general, the Gitea API is pretty compatible with the GitHub API, so if we find out the missing endpoints and implement them in Gitea (I could maybe help there), it should be feasible.

(also see https://github.com/StaticJsCMS/static-cms/issues/1047)

denyskon avatar Feb 21 '24 12:02 denyskon

Thanks for the quick reply 🌟 Since you know the Decap code (and I do not), if you make a list of those endpoints, I'm happy to open isses on Gitea tracker and perhaps even bug some of my Go developer friends to nudge this forward...

privatemaker avatar Feb 21 '24 12:02 privatemaker

@denyskon Do you have any insights which API endpoints are missing? Or do you have any pointers on how to find out which ones are missing? Once we know that, we can work with Gitea/Forgejo to get them implemented.

tobru avatar Aug 27 '24 19:08 tobru