Everyone knows the tale of Brand X getting bought out by some faceless global conglomerate and going to shit, but does the opposite ever happen?

  • OrekiWoof@lemmy.ml
    link
    fedilink
    arrow-up
    56
    arrow-down
    9
    ·
    2 years ago

    GitHub started adding new good features after being acquired by Microsoft

    • aes@lemm.ee
      link
      fedilink
      English
      arrow-up
      24
      ·
      2 years ago

      didn’t they like… scrape everyone’s open source code for an ai and then gatekeep that shit to their own infra?

    • hactar42@lemmy.world
      link
      fedilink
      arrow-up
      11
      ·
      2 years ago

      And now Azure DevOps has completely been forgotten about. I was setting up an web app in Azure and it gave me the option to do continuous integration from GitHub, but not Azure DevOps.

      • elephantium@lemmy.world
        link
        fedilink
        English
        arrow-up
        6
        ·
        2 years ago

        This one hurts. My team at work currently uses AzDO for our build pipeline. It works pretty well, making it easy to trace which build actually got deployed, plus which git branch and commit got built. The variable substitution feature is pretty slick for test vs. prod builds, too.

        You can put together continuous integration with Github Actions, but from what I’ve seen so far, it seems so much more primitive :(