• @Gooey0210
    link
    173 months ago

    Forgejo (gitea) seem to be implementing federation into git

    • @[email protected]
      link
      fedilink
      163 months ago

      I have no idea how this wasn’t a lower hanging fruit. If theres one social service I want federated, its a git server.

      • poVoq
        link
        fedilink
        53 months ago

        These are large existing code-bases that where developed without federation in mind. Gitlab also started working on AP federation, but like with Forgejo it looks like a multi-year project that it involves a lot of refactoring of the code.

        • @[email protected]
          link
          fedilink
          1
          edit-2
          3 months ago

          I suppose I meant so far as priorities, I wasn’t clear. Hosting OSS seems like it would be one of the first things to federate imo.

      • @[email protected]
        link
        fedilink
        33 months ago

        What even is federation in the context of a distributed vcs like Git? Does it mean federation of the typical dev ops tools (issues, PRs, etc.)?

      • Atemu
        link
        fedilink
        13 months ago

        Well, I mean, it’s been like that from the beginning. You don’t open a pull request to the Linux kernel through a web UI, you tell git to send Linus an email with your changes.

        • @[email protected]
          link
          fedilink
          13 months ago

          Then you log into GitHub to work with almost any other open source project. Issues, PRs, blah blah blah.