• fer0n
    link
    fedilink
    arrow-up
    14
    ·
    10 months ago

    So that people can follow the PRs for a certain project? Or what’s the use case for this

    • Gamma@beehaw.org
      link
      fedilink
      English
      arrow-up
      37
      ·
      edit-2
      10 months ago

      The end-goal is to support AP for merge requests (aka pull requests), meaning git.alice.dev can send a merge request to gitlab.com/Bob/project.git

      In the most expansive version of this vision, anyone running an AP-enabled git instance (with one or more repos) can send MRs to another instance’s repo, without having to sign up there.

      source

      • fer0n
        link
        fedilink
        arrow-up
        21
        ·
        10 months ago

        Thanks :) So since Gitlab can be self hosted there wasn’t a way to make PRs from one instance to another?

        • Gamma@beehaw.org
          link
          fedilink
          English
          arrow-up
          18
          ·
          10 months ago

          Yeah, each server was separate but this helps their users connect between them without signing up. Also apparently Gitea is adding similar support