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

Anyone still hosting Gitlab?

    • 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.

    • oce 🐆
      link
      fedilink
      English
      12 days ago

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

    • 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.