Lots of layoffs (“re-evaluating our operational footprint”) and switching to “agentic” processes. Target user is AI.

Anyone still hosting Gitlab?

  • realitaetsverlust@piefed.zip
    link
    fedilink
    English
    arrow-up
    6
    ·
    edit-2
    4 hours ago

    Even if, switching your used repo hosting service is a matter of minutes if you’re using git. You register on the other site, add your SSH key, update the remote URL of your repository which is just a git remote set-url origin <new url> and then hit git push, probably with something like --force or another option, kinda forgot the exact name. So that’s something you could easily automate in like 10 lines of bash script for all your repositories.

    It’s super hard to “trap” people in something like github because git is so open and decentralized. Switching is super easy. Most people who stay on github or gitlab do it because they need the CI/CD pipelines or because they’re lazy and/or stupid.

      • Strit@lemmy.linuxuserspace.show
        link
        fedilink
        English
        arrow-up
        4
        arrow-down
        1
        ·
        3 hours ago

        Those are all part of the forge, not git.

        • A git migration is easy.
        • Forge migration usually requires some form of migration tool to get all the forge specific stuff (like issues, PR’s and todos).

        The 2 are very different things.

        • FishFace@piefed.social
          link
          fedilink
          English
          arrow-up
          2
          ·
          2 hours ago

          And what kind of service is gitlab, which we are discussing here, or github which was brought up in the comment, or codeberg?

          • Strit@lemmy.linuxuserspace.show
            link
            fedilink
            English
            arrow-up
            3
            ·
            2 hours ago

            They are forges.

            I think the comment of migrating git, was more for smaller and maybe private projects. Not large collaborations. So only the git part, not the forge part.

    • Fizz@lemmy.nz
      link
      fedilink
      English
      arrow-up
      2
      ·
      4 hours ago

      When I read this discussion on HackerNews they act like they’re trapped and it would require moving the sun and the earth to switch over.