• wakko@lemmy.world
      link
      fedilink
      English
      arrow-up
      16
      arrow-down
      1
      ·
      2 天前

      what’s taking people so long

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

      • floquant@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        6
        arrow-down
        1
        ·
        1 天前

        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
          link
          fedilink
          English
          arrow-up
          2
          ·
          15 小时前

          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.

        • wakko@lemmy.world
          link
          fedilink
          English
          arrow-up
          3
          arrow-down
          8
          ·
          1 天前

          If you have to ask the question, you haven’t made a serious comparison of the two.

          • floquant@lemmy.dbzer0.com
            link
            fedilink
            English
            arrow-up
            6
            ·
            1 天前

            No, I have just migrated my company to self-hosted GL and found a better experience with literally no downsides.

            I think it is a fair question, because I really don’t see what could be the deal-breaker. Is it copilot, or the terrible GitHub actions?

            • wakko@lemmy.world
              link
              fedilink
              English
              arrow-up
              2
              arrow-down
              15
              ·
              1 天前

              You don’t see the deal breaker because your requirements are clearly low enough that open-core software works for your use case. Your experience is not universal. Your inexperience is leading you to believe you’re more knowledgeable than you really are. I don’t need to explain myself to someone that engages in bad faith arguments.

              Let me guess, you chose Gitlab because you’re a DHH fanboy?

              • AHemlocksLie@lemmy.zip
                link
                fedilink
                English
                arrow-up
                9
                ·
                1 天前

                You’re spending more effort to be a smug prick than it would take to just rattle off an example or three. Sounds more to me like you don’t know what the fuck you’re talking about and just want to publicly stroke your… Ego.

                • wakko@lemmy.world
                  link
                  fedilink
                  English
                  arrow-up
                  1
                  arrow-down
                  10
                  ·
                  23 小时前

                  “Sounds to me like…”

                  Nobody asked you? Why do we care what you think?

                  Sounds to me like you’re insecure and looking for a free handout instead of being able to come up with a coherent reason for why you’re owed something you’ve not earned.

              • wholookshere@lemmy.blahaj.zone
                link
                fedilink
                English
                arrow-up
                7
                arrow-down
                1
                ·
                1 天前

                Not the person, but get off your high horse, and either explain what you mean, or shut up.

                Thats a lot of words to say nothing of value.

                • wakko@lemmy.world
                  link
                  fedilink
                  English
                  arrow-up
                  1
                  arrow-down
                  8
                  ·
                  1 天前

                  Thats a lot of words to say nothing of value.

                  Projection ain’t just for the cinemas.

                • wakko@lemmy.world
                  link
                  fedilink
                  English
                  arrow-up
                  1
                  arrow-down
                  6
                  ·
                  1 天前

                  Thanks for continuing to put your inexperience on display. If you’re so certain you’re right, you don’t need my answer.

    • madnificent@lemmy.world
      link
      fedilink
      English
      arrow-up
      5
      ·
      2 天前

      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.

      • Jakeroxs@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        1
        ·
        21 小时前

        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
          link
          fedilink
          English
          arrow-up
          2
          ·
          18 小时前

          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.

    • Lauchmelder@feddit.org
      link
      fedilink
      English
      arrow-up
      9
      ·
      2 天前

      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

    • Linearity@piefed.zip
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 天前

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

          • Dran@lemmy.world
            link
            fedilink
            English
            arrow-up
            4
            ·
            1 天前

            Genuinely, pull requests being off platform without good integrated diff and merge conflict resolution tooling just doesn’t work at a certain scale.

              • Dran@lemmy.world
                link
                fedilink
                English
                arrow-up
                1
                ·
                5 小时前

                I would argue that Linux kernel scale basically doesn’t work. It is a huge barrier to would-be developers to get into. You might argue that’s a feature, but it’s pretty hard to argue that it doesn’t add a lot of friction to the process