cross-posted from: https://feddit.org/post/9959466
geteilt von: https://programming.dev/post/27692275
This is the benefit of using distributed tools like git.
Yea tons of devs treat all of these platforms like the central host, but you can host it on all of them at once lol
Wonder if there’s a tool for compiling all issues from seperate sources to allow devs with repos hosted on several different platforms to respond easier.
Also feels like a way to get repeat issues more frequently
Yea, would probably call for integrating the actual issues into git too lol
Ooh, I didn’t know that someone had developed a mechanism to move issues and PRs.
I remember commenting on the fact that while it’s easy to move the source repo itself from location to location, as git makes that easy and self-contained, issues and PRs didn’t enjoy that.
You can easily do that with forgejo/gitea. However, you cannot sync these issues, that’s a one-off operation.
You can however totally sync the git repo - either out of the box or using web hooks/git hooks.
YMMV. I’ve seen issues in migration from Gitea to Codeberg. Always test first.
Ouch, and that is with Gitea and Codeberg being essentially the same software.
I bet you could sync issues if you were bored enough. It’d be a pipeline that you have to maintain and two way syncs are a pain to maintain, but I bet it’s doable
organic maps ftw!
A bit of a different tone from when they announced that they were blocked. It was much more neutral (GitHub enforcing US law).
deleted by creator
It probably won’t, they were banned due to sanctions that the EU completely support. Though they were unblocked so it raises questions was the ban even legitimate and also why it took 2 weeks to unban them.
Edit. Also will it be as easy to organize ban of other services by making a commit with Russian vpn?
It doesn’t seem like a very “walled” garden if they were able to migrate all their data including issues and comments
Forgejo seems pretty good, I’ll move my stuff there too