1. 17 Nov, 2020 37 commits
  2. 16 Nov, 2020 3 commits
    • Evan Read's avatar
      Merge branch 'pks-git-source-install-via-gitaly' into 'master' · 825d5232
      Evan Read authored
      Update source installation to use Git from Gitaly
      
      See merge request gitlab-org/gitlab!47613
      825d5232
    • Patrick Steinhardt's avatar
      Update source installation to use Git from Gitaly · c934e36c
      Patrick Steinhardt authored
      Currently, there's quite a lot of different places which keep track
      about which Git version is required by Gitaly in order to have it
      operate correctly. This list is hard to keep current, and naturally
      those places have diverged in the path.
      
      To fix this, we're moving towards a single source of truth for the
      current Git version, which is going to be Gitaly. To implement this,
      Gitaly nowadays provides a "make git" target which automatically builds
      a supported configuration of Git and installs it into the desired
      location. While not yet done, the vision is that this allows us to
      quickly iterate in case there are security vulnerabilities reported or
      in case there's a bug in Git which impacts operations.
      
      As a first target, this commit converts our source-based installation
      instructions to use this target.
      c934e36c
    • Dylan Griffith's avatar
      Merge branch 'ajk-globalid-metrics' into 'master' · 460d5475
      Dylan Griffith authored
      [GraphQL] Metrics: use Global-ID scalar
      
      See merge request gitlab-org/gitlab!36100
      460d5475