this post was submitted on 17 Aug 2026
94 points (94.3% liked)

Technology

87515 readers
2851 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS
all 40 comments
sorted by: hot top controversial new old
[–] Kazumara@discuss.tchncs.de 7 points 6 days ago

I think it was time on October 26, 2018.

[–] darkearth@sh.itjust.works 51 points 1 week ago (3 children)

long past time. what's taking people so long

[–] wakko@lemmy.world 16 points 1 week ago (3 children)

what’s taking people so long

besides the fact that there's no decent alternative for workloads of a certain size/scale?

[–] urandom@lemmy.world 6 points 1 week ago

Which almost nobody needs?

[–] floquant@lemmy.dbzer0.com 5 points 1 week ago (2 children)

What is missing from GitLab?

A platform that is down for almost a whole day every month does not seem like a decent alternative for those workloads

[–] fruitycoder@sh.itjust.works 2 points 6 days ago

Honestly. GitHub has been playing catch-up to Gitlab's features for like decade to me. I still prefer their ci runner model to this day.

[–] BassTurd@lemmy.world 4 points 1 week ago

There's always Azure DevOps. Wait...

[–] call_me_xale@lemmy.zip 8 points 1 week ago

Yep. Pretty sure it's just inertia/network effect at this point.

[–] madnificent@lemmy.world 5 points 1 week ago

Decentralisation. I don't want to fall in the same trap picking a huge platform which can only be ran by a large entity. Federation in Forgejo is taking quite long.

We made a PoC on top of Solid which does work so it is clearly possible, but the code quality is too low to trust the solution.

[–] dudeface@lemmy.world 23 points 1 week ago (1 children)

Perhaps we should use git in the distributed manner it was designed

[–] floquant@lemmy.dbzer0.com 5 points 1 week ago (1 children)

Yeah, too many people don't know about having multiple remotes

[–] Jakeroxs@sh.itjust.works 1 points 6 days ago (1 children)

One thing, any chance you've heard of a way to have two remotes, one basically ignored gitignore (personal self-hosted storage) vs front-facing with github or similar?

[–] floquant@lemmy.dbzer0.com 2 points 6 days ago

Hmm not natively but I think you could hack something together using git plumbing, perhaps just some hooks. I would still advise against adding secrets to version control even if it stays completely local though, it's still "bad hygiene" and something you should try to avoid. You don't need to go with a full-fledged secret management solution, just keep your secrets in .envs or similar external files and use a password manager to store your live keys. Of course it all depends on the specific context, if it's something bound to loopback I'm not going to stop you from running admin:admin and committing that to your personal docker-compose stash, but if it's protecting something you care about don't put it in git.

[–] solrize@lemmy.ml 6 points 1 week ago* (last edited 1 week ago)
[–] rucksack@feddit.org 4 points 1 week ago (3 children)
[–] Lauchmelder@feddit.org 9 points 1 week ago

They've been pushing a lot of AI slop lately, and in general aim to turn gitlab into an AI-coding-first platform, where humans only coordinate AIs. Search for gitlab act 2 if you wanna know more

[–] dudeface@lemmy.world 2 points 1 week ago (1 children)

Why even rely on a web interface for git, just use git

[–] naught101@lemmy.world 8 points 1 week ago (1 children)

Pull requests and issue trackers

[–] Linearity@piefed.zip 1 points 1 week ago

When Nightmare Eclipse got banned from GitHub they were also banned from Gitlab because Microsoft ordered them to. I would not use Gitlab.

[–] northernlights@lemmy.today 2 points 1 week ago

Reason #74 to do so