this post was submitted on 07 Feb 2024
1 points (100.0% liked)

Open Source

31173 readers
115 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 0 points 9 months ago (1 children)

Forgejo (gitea) seem to be implementing federation into git

[–] [email protected] 0 points 9 months ago (4 children)

I have no idea how this wasn't a lower hanging fruit. If theres one social service I want federated, its a git server.

[–] [email protected] 0 points 9 months ago

Well, I mean, it's been like that from the beginning. You don't open a pull request to the Linux kernel through a web UI, you tell git to send Linus an email with your changes.

[–] [email protected] 0 points 9 months ago (1 children)

What even is federation in the context of a distributed vcs like Git? Does it mean federation of the typical dev ops tools (issues, PRs, etc.)?

[–] [email protected] 0 points 9 months ago* (last edited 9 months ago)
[–] [email protected] 0 points 9 months ago

A central search engine would be a great start. Search across gitlab, github, codeberg etc.

[–] [email protected] 0 points 9 months ago

These are large existing code-bases that where developed without federation in mind. Gitlab also started working on AP federation, but like with Forgejo it looks like a multi-year project that it involves a lot of refactoring of the code.