Skip to content
  • Hjem
  • Seneste
  • Etiketter
  • Populære
  • Verden
  • Bruger
  • Grupper
Temaer
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Kollaps
FARVEL BIG TECH
  1. Forside
  2. Ikke-kategoriseret
  3. So, who's still left on GitLab?

So, who's still left on GitLab?

Planlagt Fastgjort Låst Flyttet Ikke-kategoriseret
29 Indlæg 19 Posters 0 Visninger
  • Ældste til nyeste
  • Nyeste til ældste
  • Most Votes
Svar
  • Svar som emne
Login for at svare
Denne tråd er blevet slettet. Kun brugere med emne behandlings privilegier kan se den.
  • bredroll@mas.toB bredroll@mas.to

    @neil fuuuuck...

    bredroll@mas.toB This user is from outside of this forum
    bredroll@mas.toB This user is from outside of this forum
    bredroll@mas.to
    wrote sidst redigeret af
    #6

    @neil i wonder if my gitlab emulator would be helpful to anyone wanting to make a new platform?

    1 Reply Last reply
    0
    • T This user is from outside of this forum
      T This user is from outside of this forum
      tanavit@toot.aquilenet.fr
      wrote sidst redigeret af
      #7

      @Juankprada

      Back to what is Internet : learn to host your own git repository.

      It is what @neil do.

      From what I understood, @neil is a lawyer, not a computer scientist.

      @neil

      1 Reply Last reply
      0
      • neil@mastodon.neilzone.co.ukN neil@mastodon.neilzone.co.uk

        I am happily using Forgejo for some stuff, and just a plain old remote git instance for other bits, but I'll freely say that my requirements are very limited.

        matus_chochlik@mastodon.onlineM This user is from outside of this forum
        matus_chochlik@mastodon.onlineM This user is from outside of this forum
        matus_chochlik@mastodon.online
        wrote sidst redigeret af
        #8

        @neil I've moved over 30 repositories from github (when they started pushing their AI stuff) to codeberg.org and I have a gitolite installation on 1 VPC and 4 home computers/laptops/rpi/orangepis that run Linux. So now my git repositories have at least 4 remotes. I'm pretty happy with this setup.

        1 Reply Last reply
        0
        • neil@mastodon.neilzone.co.ukN This user is from outside of this forum
          neil@mastodon.neilzone.co.ukN This user is from outside of this forum
          neil@mastodon.neilzone.co.uk
          wrote sidst redigeret af
          #9

          @Juankprada

          It rather depends on your requirements. If you want to collaborate easily with others, for instance, or have a fancy CI pipeline, or whatever.

          One could just run git, locally, and back it up. All the benefits of git branches, with nothing to host.

          Or one could also run a remote instance of git, and push from local to remote from time to time too. Perhaps convenient if one is using multiple machines.

          One could look at a self-hosted "forge", like Forgejo, or pay Codeberg to run it.

          neil@mastodon.neilzone.co.ukN 1 Reply Last reply
          0
          • neil@mastodon.neilzone.co.ukN neil@mastodon.neilzone.co.uk

            I am happily using Forgejo for some stuff, and just a plain old remote git instance for other bits, but I'll freely say that my requirements are very limited.

            beaiouns@is.nota.liveB This user is from outside of this forum
            beaiouns@is.nota.liveB This user is from outside of this forum
            beaiouns@is.nota.live
            wrote sidst redigeret af
            #10

            @neil damn i was just getting used to switching to Mercurial from Subversion

            1 Reply Last reply
            0
            • neil@mastodon.neilzone.co.ukN neil@mastodon.neilzone.co.uk

              So, who's still left on GitLab?

              Time to find a new project home?

              > AI is the substrate on which future software gets built. Agents will plan, code, review, deploy, and repair.

              https://about.gitlab.com/blog/gitlab-act-2/

              ebrum@mastodont.catE This user is from outside of this forum
              ebrum@mastodont.catE This user is from outside of this forum
              ebrum@mastodont.cat
              wrote sidst redigeret af
              #11

              @neil it gets worse:

              > Agents merge requests in parallel, trigger pipelines around the clock, and push commits at a rate no human team ever did. Git itself wasn't designed for that load, and bolting AI onto platforms not built for agents is the biggest mistake of this era. We're doing a generational rebuild of the underlying infrastructure to handle agent-rate work as the default. Git itself is being reengineered for machine scale.

              ebrum@mastodont.catE 1 Reply Last reply
              0
              • danielleigh@mastodon.socialD This user is from outside of this forum
                danielleigh@mastodon.socialD This user is from outside of this forum
                danielleigh@mastodon.social
                wrote sidst redigeret af
                #12

                @Juankprada @neil For open source stuff: codeberg. Otherwise, self hosting forgejo isn't too hard.

                1 Reply Last reply
                0
                • ebrum@mastodont.catE ebrum@mastodont.cat

                  @neil it gets worse:

                  > Agents merge requests in parallel, trigger pipelines around the clock, and push commits at a rate no human team ever did. Git itself wasn't designed for that load, and bolting AI onto platforms not built for agents is the biggest mistake of this era. We're doing a generational rebuild of the underlying infrastructure to handle agent-rate work as the default. Git itself is being reengineered for machine scale.

                  ebrum@mastodont.catE This user is from outside of this forum
                  ebrum@mastodont.catE This user is from outside of this forum
                  ebrum@mastodont.cat
                  wrote sidst redigeret af
                  #13

                  @neil

                  > The monolith is giving way to modern, API-first, composable services. And agent-specific APIs are being built so agents can act as first-class users of the platform, not as bolted-on consumers of human-shaped interfaces.

                  1 Reply Last reply
                  0
                  • neil@mastodon.neilzone.co.ukN neil@mastodon.neilzone.co.uk

                    @Juankprada

                    It rather depends on your requirements. If you want to collaborate easily with others, for instance, or have a fancy CI pipeline, or whatever.

                    One could just run git, locally, and back it up. All the benefits of git branches, with nothing to host.

                    Or one could also run a remote instance of git, and push from local to remote from time to time too. Perhaps convenient if one is using multiple machines.

                    One could look at a self-hosted "forge", like Forgejo, or pay Codeberg to run it.

                    neil@mastodon.neilzone.co.ukN This user is from outside of this forum
                    neil@mastodon.neilzone.co.ukN This user is from outside of this forum
                    neil@mastodon.neilzone.co.uk
                    wrote sidst redigeret af
                    #14

                    @Juankprada

                    One could just push from git on one local machine to git on another. Fundamentally the same as the "central server" model, since it is all p2p anyway, but perhaps a different mental model.

                    1 Reply Last reply
                    0
                    • neil@mastodon.neilzone.co.ukN neil@mastodon.neilzone.co.uk

                      So, who's still left on GitLab?

                      Time to find a new project home?

                      > AI is the substrate on which future software gets built. Agents will plan, code, review, deploy, and repair.

                      https://about.gitlab.com/blog/gitlab-act-2/

                      sylvie@gabriel.havfruefestning.comS This user is from outside of this forum
                      sylvie@gabriel.havfruefestning.comS This user is from outside of this forum
                      sylvie@gabriel.havfruefestning.com
                      wrote sidst redigeret af
                      #15

                      @neil GNOME and related projects
                      https://gitlab.gnome.org/explore/groups/active

                      andres4ny@social.ridetrans.itA 1 Reply Last reply
                      0
                      • neil@mastodon.neilzone.co.ukN neil@mastodon.neilzone.co.uk

                        I am happily using Forgejo for some stuff, and just a plain old remote git instance for other bits, but I'll freely say that my requirements are very limited.

                        barubary@infosec.exchangeB This user is from outside of this forum
                        barubary@infosec.exchangeB This user is from outside of this forum
                        barubary@infosec.exchange
                        wrote sidst redigeret af
                        #16

                        @neil For me, the main attractions of Github were remote git hosting and free building and testing of my code on Mac OS and Windows. When Github started pushing their Copilot nonsense, I started looking for alternatives. Forgejo doesn't give me Mac/Windows testing, but for my own projects it's easier to just drop Windows support altogether. In the past I tried to make sure my code was reasonably portable and worked on exotic platforms like Windows, but I do this in my free time and Microsoft doesn't care about developers like me, so I don't really see the point anymore.

                        1 Reply Last reply
                        0
                        • neil@mastodon.neilzone.co.ukN neil@mastodon.neilzone.co.uk

                          So, who's still left on GitLab?

                          Time to find a new project home?

                          > AI is the substrate on which future software gets built. Agents will plan, code, review, deploy, and repair.

                          https://about.gitlab.com/blog/gitlab-act-2/

                          smilingdemon@mastodon.artS This user is from outside of this forum
                          smilingdemon@mastodon.artS This user is from outside of this forum
                          smilingdemon@mastodon.art
                          wrote sidst redigeret af
                          #17

                          @neil yay (not yay). So much meaningless fluff packed in around that too. I really can't wait for this thing to actually pop and done if these companies and CEOs to disappear in clouds of smoke

                          1 Reply Last reply
                          0
                          • astraluma@tacobelllabs.netA This user is from outside of this forum
                            astraluma@tacobelllabs.netA This user is from outside of this forum
                            astraluma@tacobelllabs.net
                            wrote sidst redigeret af
                            #18

                            @Juankprada @neil Forgejo (there's a few instances)

                            Source Hut

                            Tangled's an up-and-comer

                            Niche stuff like gitolite

                            astraluma@tacobelllabs.netA 1 Reply Last reply
                            0
                            • astraluma@tacobelllabs.netA astraluma@tacobelllabs.net

                              @Juankprada @neil Forgejo (there's a few instances)

                              Source Hut

                              Tangled's an up-and-comer

                              Niche stuff like gitolite

                              astraluma@tacobelllabs.netA This user is from outside of this forum
                              astraluma@tacobelllabs.netA This user is from outside of this forum
                              astraluma@tacobelllabs.net
                              wrote sidst redigeret af
                              #19

                              @Juankprada @neil I'm largely moving to Forgejo because they have largely compatible Actions, good mirroring features, and working on ActivityPub-based federation.

                              Plus, Forgejo's relationship with Codeberg means there's some resemblance of a financial plan.

                              astraluma@tacobelllabs.netA 1 Reply Last reply
                              0
                              • astraluma@tacobelllabs.netA astraluma@tacobelllabs.net

                                @Juankprada @neil I'm largely moving to Forgejo because they have largely compatible Actions, good mirroring features, and working on ActivityPub-based federation.

                                Plus, Forgejo's relationship with Codeberg means there's some resemblance of a financial plan.

                                astraluma@tacobelllabs.netA This user is from outside of this forum
                                astraluma@tacobelllabs.netA This user is from outside of this forum
                                astraluma@tacobelllabs.net
                                wrote sidst redigeret af
                                #20

                                @Juankprada @neil because of Teahouse Hosting, I rank forges by "do they have CI/CD, and do they have OIDC tokens?"

                                GitHub, GitLab, and Forgejo do (and BitBucket, kinda).

                                Gitea is working on it.

                                Source Hut and Tangled don't have OIDC.

                                1 Reply Last reply
                                0
                                • neil@mastodon.neilzone.co.ukN neil@mastodon.neilzone.co.uk

                                  So, who's still left on GitLab?

                                  Time to find a new project home?

                                  > AI is the substrate on which future software gets built. Agents will plan, code, review, deploy, and repair.

                                  https://about.gitlab.com/blog/gitlab-act-2/

                                  secretbatcave@don.secretbatcave.co.ukS This user is from outside of this forum
                                  secretbatcave@don.secretbatcave.co.ukS This user is from outside of this forum
                                  secretbatcave@don.secretbatcave.co.uk
                                  wrote sidst redigeret af
                                  #21

                                  @neil gitlab is a prime example of a product succeeding despite the best efforts of the product team.

                                  We used them for 4 years right up until 2020. When it worked it was great, it’s just it had the same uptime as GitHub has now.

                                  1 Reply Last reply
                                  0
                                  • sylvie@gabriel.havfruefestning.comS sylvie@gabriel.havfruefestning.com

                                    @neil GNOME and related projects
                                    https://gitlab.gnome.org/explore/groups/active

                                    andres4ny@social.ridetrans.itA This user is from outside of this forum
                                    andres4ny@social.ridetrans.itA This user is from outside of this forum
                                    andres4ny@social.ridetrans.it
                                    wrote sidst redigeret af
                                    #22

                                    @sylvie @neil Yeah, debian also (salsa.debian.org). I can't believe they're planning to github gitlab. 🤦

                                    1 Reply Last reply
                                    0
                                    • neil@mastodon.neilzone.co.ukN neil@mastodon.neilzone.co.uk

                                      I am happily using Forgejo for some stuff, and just a plain old remote git instance for other bits, but I'll freely say that my requirements are very limited.

                                      keithzg@fediverse.keithzg.caK This user is from outside of this forum
                                      keithzg@fediverse.keithzg.caK This user is from outside of this forum
                                      keithzg@fediverse.keithzg.ca
                                      wrote sidst redigeret af
                                      #23
                                      @neil I'll chime in here and say that if one is looking for something very fully-featured and is gonna sysadmin it themselves, Phorge (the currently-maintained community phork of Phabricator) is pretty swell.

                                      A buncha years back at my work we were looking to finally ditch the proprietary bugtracker we used which supported up to Ubuntu 12.04 (!!!) and I did a survey of the options out there and it was the only one that didn't seem to majorly suck. And despite having a ton of features, frankly more than most people could possibly need, it runs fine on a toaster . . . barring LLM scraping doing DDoS attacks all the time, at least.

                                      So yeah, for a single user self-hosting only Git repos Phorge is probably overkill, but if one finds oneself with any particular requirements or really wants All The Features (bugtracker! stackoverflow-style Q&A! code review! a hierarchical wiki! blogging! meme storage! countdowns! calendar! time tracking!) it gets ya *a lot* with rather little overhead.
                                      1 Reply Last reply
                                      0
                                      • neil@mastodon.neilzone.co.ukN neil@mastodon.neilzone.co.uk

                                        I am happily using Forgejo for some stuff, and just a plain old remote git instance for other bits, but I'll freely say that my requirements are very limited.

                                        pmdj@mstdn.socialP This user is from outside of this forum
                                        pmdj@mstdn.socialP This user is from outside of this forum
                                        pmdj@mstdn.social
                                        wrote sidst redigeret af
                                        #24

                                        @neil I’m currently running a GitLab instance. It was good for some years but the writing’s been on the wall for a while - performance has been going downhill (private instance, can’t blame bots), questionable communication from leadership and signs of “AI” popping up.
                                        Migration’s not quite trivial though, the faff of moving tasks/issues is real. Worse, Forgejo’s CI is very basic and at minimum needs a new runner that supports something other than Linux Docker containers.

                                        mattesilver@101010.plM 1 Reply Last reply
                                        0
                                        • neil@mastodon.neilzone.co.ukN neil@mastodon.neilzone.co.uk

                                          So, who's still left on GitLab?

                                          Time to find a new project home?

                                          > AI is the substrate on which future software gets built. Agents will plan, code, review, deploy, and repair.

                                          https://about.gitlab.com/blog/gitlab-act-2/

                                          flipper@mastodonapp.ukF This user is from outside of this forum
                                          flipper@mastodonapp.ukF This user is from outside of this forum
                                          flipper@mastodonapp.uk
                                          wrote sidst redigeret af
                                          #25

                                          @neil I'm going back to CVS.

                                          1 Reply Last reply
                                          0
                                          Svar
                                          • Svar som emne
                                          Login for at svare
                                          • Ældste til nyeste
                                          • Nyeste til ældste
                                          • Most Votes


                                          • Log ind

                                          • Har du ikke en konto? Tilmeld

                                          • Login or register to search.
                                          Powered by NodeBB Contributors
                                          Graciously hosted by data.coop
                                          • First post
                                            Last post
                                          0
                                          • Hjem
                                          • Seneste
                                          • Etiketter
                                          • Populære
                                          • Verden
                                          • Bruger
                                          • Grupper