Skip to main content


First-ever Gitea pull request from a remote instance!!! 🎉🥳

https://git.exozy.me/Ta180m/Hello-world/pulls/3

I've been waiting for this moment for months now!

The code hasn't been pushed to https://gitea.com/Ta180m/gitea yet since it's incredibly messy, but I'll clean it up tomorrow and also submit a draft pull request to upstream Gitea.

(Technical implementation information: https://gitea.com/Ta180m/gitea/issues/7)
in reply to Rokosun

Sounds cool, even if I am really not very familiar with git 😁 - probably I will be more and more in the future
in reply to Tio

But you do have an awesome Gitea server at https://git.trom.tf, and it'll be nice if all of the #gitea servers can federate with each other 🙂
in reply to Rokosun

Yes but I do not understand the advantage yet... 😁
in reply to Tio

I'm sure you're familiar with opening git issues to report bugs and such, you do that a lot with FOSS programs like kdenlive, Friendica, etc. Now if federating between gitea servers are possible then you would be able to use your account on https://git.trom.tf to open new issues on projects that are on other gitea servers like https://codeberg.org without having an account there. And users from codeberg would also be able to contribute to projects on your server 😁

reshared this

in reply to Rokosun

Also, when Gitea federates with the Fediverse, you will probably be able to open issues from your fedi account, and will need a gitea account only to manage your own projects

reshared this

in reply to ​

This is awesome! Federated PRs is something I've wanted for quite a while
in reply to ​

Can/should i update my Gitea instance to this version until it gets merged to Giteaʼs main? Or will it ever get merged, or is this a fork and Gitea main will go a different route?
in reply to Gergely Polonkai

My code at https://gitea.com/Ta180m/gitea will eventually get merged into Gitea main, but for now I'd only run the Gitea fork on experimental instances, since it can modify your database in unexpected ways. Also, have backups!
in reply to ​

Now the hard work starts ;)

Get it from mvp to working pulls we can merge upstrea 🚀
in reply to 6543

I feel like the real hard work will be federated collaborators, organizations, and the UI. Everything else is pretty simple in comparison.
Unknown parent

We're using the https://forgefed.org/ open spec, but unfortunately GitLab so far has been reluctant to implement it. Maybe they'll look into it once the Gitea federation implementation is done?