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

Anyone still hosting Gitlab?

  • @Fizz@lemmy.nz
    link
    fedilink
    English
    2
    edit-2
    2 days ago

    Isnt codeberg centralized? I worry it will run into the same issue as github. I was checking out Radicle but its cryptic and hard to search for other projects.

    • ozoned
      link
      fedilink
      English
      452 days ago

      Codeberg is supporting forgejo which Codeberg is built on. Forgejo is ActivityPub powered git repositories. So imagine regular git, but everyone can have their own repos on their own sites and you can still interact with each other. So yes, Codeberg is centealized FOR NOW. But they’re working on opening it up to EVERYONE to run their own and be able to access all the repos you use over the Fediverse.

      • Baŝto
        link
        fedilink
        English
        1
        edit-2
        19 hours ago

        The protocol extension is ForgeFed and it’s still a work in progress afaik

        The issue tracker is on Codeberg.

        Forgejo is only one of the implementations and not the reference implementation.

        It will also be more general:

        • general VCS repo support and not just git
        • patch tracker (merge requests)
        • ticket tracker (issues)
        • release tracker
        • separation of repo and trackers, which allows for them to be on different instances and have specialized implementations
        • roadmap and workflow for issues and MR
      • oce 🐆
        link
        fedilink
        English
        7
        edit-2
        2 days ago

        Will it be possible to have decentralized pull requests? Like I open a PR on my site, my friend reviews my PR on his site, and I get his reviews on my site?

          • null
            link
            fedilink
            English
            52 days ago

            So not really baked in at all then?

            • @iltg@sh.itjust.works
              link
              fedilink
              English
              31 day ago

              why wouldn’t it be? you can send emails from web uis too. you can share diffs however you desire. you can have a remote for each developer, and push/pull changes to each other. the github mindset kind of ruined the resilience and distributedness of git: one central remote, one account authority, one central place where discussing MRs… ever forgejo is not as good as decentralized git: what’s a forgejo identity?

              meanwhile git has been decentralized and distributed since day one, linux is still developed in a decentralized and distributed way and forgepub is just not ready and not even close.

              sending emails with an attached diff to many ppl is too hard? make a nice offline gui doing that and we’re distributed. github was a psyop to make us un-learn git, making it better is silly, like wasting decades searching for “good cigarettes”

              • null
                link
                fedilink
                English
                122 hours ago

                Okay, but by definition none of that is “baked into” git…

                • Baŝto
                  link
                  fedilink
                  English
                  220 hours ago

                  E-Mail workflow is baked in

                  git send-email can directly send an email and every committer is identified by a mail address.

                  • null
                    link
                    fedilink
                    English
                    120 hours ago

                    Oh, well there you go. Looks like email PRs are baked into git.

          • cecilkorik
            link
            fedilink
            English
            12 days ago

            Email chains and mailing lists are not really a practical way to develop anymore, and it is increasingly anachronistic (as is the idea of tying your identity to an email which is also baked into basic git). This was the only realistic democratic and federated option when git was designed, but it was never the ideal one. Forgejo is trying to build a better, more ideal, also-federated alternative that is really designed for code collaboration from the ground up. Once the design is stabilized, there’s no reason it couldn’t get built into git also. I would love to be able to create a PR with git itself and have it automatically submitted to the origin repository.

          • oce 🐆
            link
            fedilink
            English
            12 days ago

            That’s nowhere near as convenient as current web based PR.

      • FishFace
        link
        fedilink
        English
        02 days ago

        Just like bluesky is centralised “for now” i.e. forever

        • ozoned
          link
          fedilink
          English
          142 days ago

          Except bluesky is funded by VC and they created their own protocol and federation design.

          Codeberg is an open source repo only place, they’re building in AP, they have monthly updates. So nothing like Bluesky.

          But I understand the trepidation.

    • realitaetsverlust
      link
      fedilink
      English
      10
      edit-2
      2 days 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 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.

      • @Fizz@lemmy.nz
        link
        fedilink
        English
        32 days 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.

        • realitaetsverlust
          link
          fedilink
          English
          219 hours ago

          Yeah sounds like a big nothingburger to me. If you just use gitlab for private projects with basic pushing and pulling without any fancy gitlab features, switching is a matter of minutes.

          Now, if you’ve built your entire company setup around gitlab and use everything they offer, yeah switching is gonna be a lot harder and will require more preparation. However, it’s not impossible in the slightest. Even a large corporation with hundreds of developers could make a switch within 2 weeks.

      • FishFace
        link
        fedilink
        English
        22 days ago

        And the open issues, tasks and pull requests?

        Right.

        • realitaetsverlust
          link
          fedilink
          English
          119 hours ago

          Those aren’t git features, those are features provided by surrounding tooling, not git itself, so I didn’t really consider them. I also never used them in private projects.

          However, issues you can migrate easiely. I’ve seen tools out there that copy the issue content from github and to somewhere new. The creator of that issue is then a bot user or something, but the issue is still there and can be worked on. On github, the bot will leave a message that this issue is now handled somewhere else and closes it. Done.

          Pull requests are also simple, you just merge them all. I haven’t seen a lot of projects with hundreds of open pull requests that were lying there for weeks or months. Now yes, you will lose the comments and history of the pull request itself, but I don’t think that’s very important.

          Tasks I don’t know. I’ve never used them and don’t even know what they do. If it’s just a glorified kanban board with plenty of cards that say “Do X”, you can just copy paste them to your new tool because there’s nothing technical about them.

        • Strit
          link
          fedilink
          English
          52 days 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
            link
            fedilink
            English
            -12 days 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
              link
              fedilink
              English
              52 days 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.

    • Belazor
      link
      fedilink
      English
      82 days ago

      It’s funny coming from the Plex thread into this; ~100% of people who keep using Plex do so because it’s centralised and it makes sharing their library with their network of family and friends easier.

      The truth is; a lot of us feel like we need more internet accounts about as much as we need genital warts. Part of the reason GitHub got successful was the fact that you only needed to register once and you had access to fork and PR all the repos on there.

      Decentralisation is great for self hosting things for, well, yourself and your household, but it’s got hefty downsides. Account creation is a friction point for others to join and collab.

      • @surewhynotlem@lemmy.world
        link
        fedilink
        English
        42 days ago

        At least with federation a single account gets you access to all the systems. So a truly federated git system would be great.

      • TAG
        link
        fedilink
        English
        42 days ago

        The truth is; a lot of us feel like we need more internet accounts about as much as we need genital warts.

        You are confusing decentralized and fragmented (or self hosted). The promise of fragmented software (like Lemmy) is that there are many instances but an agreed upon protocol. You create one account on one site and then use it to pull and push data to any other site that uses the same communication protocol. Like you and I for example. You created an account on lemmy.zip, I created one on lemmy.world, and we are both discussing a post created by a user on lemmy.nocturnal.garden (an instance I have never heard of).

        • Belazor
          link
          fedilink
          English
          12 days ago

          The problem is, I have an account on lemmy.world but switched off during a time it had major problems with downtime and broken images. When I wanted to switch to another provider, my account was not portable. I hadn’t posted or commented an overwhelming amount, but it’s still not associated with this account.

          So let’s say someone creates a federated Git hosting platform and feature matches GitHub with Actions/CI etc, so there’s no reason not to switch. Let’s then say git.world starts acting up, but you can create an account on git.zip instead.

          Now you have given up your commit history and any commits you make from your git.zip account is not neatly linked with your git.world account.

          I’m sure this problem can be solved, but it’s vastly more important for it to be solved before federated Git hosting can replace the “security” of GitHub. We do have to consider the fact that some people point to their GitHub profile when job searching, so git contributions and commit history is more valuable than Lemmy posts.

    • vogi
      link
      fedilink
      English
      3
      edit-2
      2 days ago

      Its centralized, but they (forgejo, the underlying software) are building on standards wherever possible so it should be easy enough to move things around. I also don’t really see them breaking bad anytime soon, at some point you have stop worrying and start to build shit.

    • @Legianus@programming.dev
      link
      fedilink
      English
      2
      edit-2
      2 days ago

      Oh sorry, I might have misunderstood your question. Yes, Codeberg is centralised, but it is registered at a public e.V. in Germany making it more open (not a company).

      But then you could use what they use, Forgejo to self host.

      Or Gittea as suggested by somebody else.