this post was submitted on 31 Jan 2024
113 points (94.5% liked)

Fediverse

30257 readers
1562 users here now

A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).

If you wanted to get help with moderating your own community then head over to !moderators@lemmy.world!

Rules

Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration), Search Lemmy

founded 2 years ago
MODERATORS
 

The end goal of this proposal is to build interoperability features into GitLab so that it’s possible on one instance of GitLab to open a merge request to a project hosted on an other instance, merging all willing instances in a global network.

To achieve that, we propose to use ActivityPub, the w3c standard used by the Fediverse. This will allow us to build upon a robust and battle-tested protocol, and it will open GitLab to a wider community.

top 14 comments
sorted by: hot top controversial new old
[–] shrugal@lemm.ee 42 points 1 year ago* (last edited 1 year ago) (1 children)

Being able to create issues and discuss merge requests on various source hosting sites without having to create an account on each would be a huge step forward! Especially since M$ has taken over Github and is well on its way to become the defacto centralized Git hoster.

[–] density@kbin.social 10 points 1 year ago (1 children)

well on its way to become the defacto centralized Git hoster.

If this isn't Github already, what is?

[–] shrugal@lemm.ee 2 points 1 year ago

I don't think anything is yet, because thankfully interop and decentralization are core design principles of git itself. But it does become more centralized the more parts of the workflow we move to these platforms, like project planning, reviews and build processes. We are not at the point where you can't reasonably use anything but GH, but that's definitely M$'s goal, and we're getting closer imo.

[–] Carighan@lemmy.world 20 points 1 year ago (3 children)

Hold on, are we trying to decentralize an intentionally-centralized point for an already decentralized source versioning system? 😅

[–] HKayn@dormi.zone 21 points 1 year ago (1 children)

Not quite.

A project's repo would still be in one centralized location, like gitlab.com. But you'd no longer need an account on gitlab.com to make a pull request.

[–] dsemy@lemm.ee 19 points 1 year ago

He's saying Git is already decentralized, GitLab isn't.

A project using mailing lists for development can already receive patches from (pretty much) any mail server (while still having a central Git repo).

It's kinda surprising it took this long for this to come to Git "forges" TBH.

[–] Nyfure@kbin.social 13 points 1 year ago

afaik, PRs arent decentralized as they arent git features, as such so far you need an account on the same git-platform e.g. github to be able to use such features.
Having such features decentralized would be huge.

[–] syscall@programming.dev 4 points 1 year ago

I don't think of GitLab as super centralized (compared to GitHub) because you can run your own instance. Communication between GitLab instances would be huge

[–] cooopsspace@infosec.pub 3 points 1 year ago

You're looking for Forejo or Gitea

[–] mark@programming.dev 3 points 1 year ago (1 children)

That's nice, Gitlab. Now do RSS feeds.

[–] otl@lemmy.sdf.org 2 points 1 year ago

Thought that's already supported? e.g. https://gitlab.com/diasporg/diaspora.atom

[–] Asudox@lemmy.world 2 points 11 months ago

This is what I like about the fediverse

[–] syscall@programming.dev 2 points 1 year ago

We're getting ActivityPub support before first party SaaS/hosted GitLab on a custom domain 😭

[–] otl@lemmy.sdf.org 1 points 1 year ago

I wonder whether they are aware of the ForgeFed project?