this post was submitted on 25 Aug 2023
109 points (100.0% liked)

Technology

37360 readers
230 users here now

Rumors, happenings, and innovations in the technology sphere. If it's technological news or discussion of technology, it probably belongs here.

Subcommunities on Beehaw:


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
top 11 comments
sorted by: hot top controversial new old
[–] [email protected] 14 points 10 months ago (3 children)

Github is pretty annoying nowadays - and pretty much the only reason I haven't left for my own stuff is because going to a different platform will probably see me in the same situation in a few years again.

I still have my self hosted git instances around, and everything is pushed to there plus github - but github is where issues get created and pull requests come in as obviously nobody wants to make yet another account. That might be able to solve just that.

[–] [email protected] 7 points 10 months ago

Gitea is also claiming to work on ActivityPub soon as well.

[–] [email protected] 7 points 10 months ago* (last edited 10 months ago)

Yeah, this is huge.

It makes self hosting projects others will interact with actually realistic. And, assuming they support forks at some point, migration and backups should be easier than some of the other federated platforms.

[–] [email protected] 3 points 10 months ago

I have a self hosted Forgejo instance with disabled user registration. The problem is as you mentioned ,- nobody wants to create yet another account. What's more, it's not possible to create PRs using e-mail.

I'd have to give out my e-mail somewhere on the git page then say "send patches here".

It's somewhat wise to disable user registration because users can freely fork your repos within your instance then change the fork to host whatever they want.

[–] [email protected] 13 points 10 months ago (1 children)

So that people can follow the PRs for a certain project? Or what’s the use case for this

[–] [email protected] 36 points 10 months ago* (last edited 10 months ago) (2 children)

The end-goal is to support AP for merge requests (aka pull requests), meaning git.alice.dev can send a merge request to gitlab.com/Bob/project.git

In the most expansive version of this vision, anyone running an AP-enabled git instance (with one or more repos) can send MRs to another instance’s repo, without having to sign up there.

source

[–] [email protected] 20 points 10 months ago

That's actually really fucking cool.

[–] [email protected] 18 points 10 months ago (1 children)

Thanks :) So since Gitlab can be self hosted there wasn’t a way to make PRs from one instance to another?

[–] [email protected] 17 points 10 months ago

Yeah, each server was separate but this helps their users connect between them without signing up. Also apparently Gitea is adding similar support

[–] [email protected] 7 points 10 months ago
[–] [email protected] 2 points 10 months ago