this post was submitted on 07 Feb 2024
161 points (98.8% liked)

Open Source

33279 readers
272 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
[–] Gooey0210@sh.itjust.works 17 points 1 year ago (1 children)

Forgejo (gitea) seem to be implementing federation into git

[–] YIj54yALOJxEsY20eU@lemm.ee 16 points 1 year 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.

[–] poVoq@slrpnk.net 5 points 1 year ago (1 children)

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.

[–] YIj54yALOJxEsY20eU@lemm.ee 1 points 1 year ago* (last edited 1 year ago)

I suppose I meant so far as priorities, I wasn't clear. Hosting OSS seems like it would be one of the first things to federate imo.

[–] ViaFedi@lemmy.ml 3 points 1 year ago

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

[–] Spedwell@lemmy.world 3 points 1 year 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.)?

[–] YIj54yALOJxEsY20eU@lemm.ee 4 points 1 year ago* (last edited 1 year ago)
[–] Atemu@lemmy.ml 1 points 1 year ago (1 children)

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.

[–] YIj54yALOJxEsY20eU@lemm.ee 1 points 1 year ago

Then you log into GitHub to work with almost any other open source project. Issues, PRs, blah blah blah.