Closed KaneFreeman closed 11 months ago
I tried to implement editorial workflow for Gitea in https://github.com/decaporg/decap-cms/pull/6808, which failed because Gitea lacks some APIs which were required for editorial workflow in Decap. What are your plans for backend support for editorial workflow? Will it only be available for the GitHub backend, or would you like it being available for every backend? If so, we may need additional changes to the Gitea API before it would be possible
I actually have it working on every backend but Gitea at the moment. I have not gotten around to looking into their API yet.
Sounds great! If you notice that anything is missing for Gitea, ping me - I've contributed a lot to Gitea during the last month and might be able to make the required changes :)
Now that #898 has been merged and shipped with v4.0.0-beta.0
, can this be closed?
Else, is there a tracking issue or a PR regarding the Gitea backend? I see it's only released as beta
, why maybe it doesn't need to block support for editorial workflows in general?
The Gitea backend is coming out of beta with v4.0.0
so before it ships I will be adding support for it in the editorial workflow. For now this issue is remaining open to keep track of that.
I decided to move forward with the v4.0.0
release with out support for Gitea. I have opened #1047 to track progress on updating the Gitea backend.
This workflow involves changes being commited to their own branches with pull/merge requests being opened back to the main branch. The pull/merge request will be merged when the changes are
published
.