1. 01 Oct, 2020 1 commit
    • Stan Hu's avatar
      Update Gitaly module dependency · f7320f29
      Stan Hu authored
      This updates Gitaly's latest Protocol Buffer definitions, which were
      last updated in Feburary 2020, with the latest version of Gitaly. This
      is needed to support a new flag (`IncludeLfsBlobs`) in the
      `GetArchiveRequest` RPC.
      
      Because we started tagging Gitaly versions `v13.x.x` instead of
      `v1.x.x`, `go get` refuses to update the Gitaly module using the latest
      tag or SHA (https://gitlab.com/gitlab-org/gitaly/-/issues/3177).  Go
      tries to enforce semantic compatibility by requiring the use of module
      paths (e.g. `m/v13`), and Gitaly doesn't adhere to this scheme.
      
      To workaround this issue, we use the replace directive
      (https://github.com/golang/go/wiki/Modules#when-should-i-use-the-replace-directive):
      
      ```
      go mod edit -replace gitlab.com/gitlab-org/gitaly=gitlab.com/gitlab-org/gitaly@3f5e218def93024f3aafe590c22cd1b29f744105
      ```
      f7320f29
  2. 29 Sep, 2020 2 commits
  3. 28 Sep, 2020 5 commits
  4. 25 Sep, 2020 2 commits
  5. 24 Sep, 2020 4 commits
  6. 23 Sep, 2020 2 commits
  7. 21 Sep, 2020 7 commits
  8. 20 Sep, 2020 1 commit
  9. 18 Sep, 2020 1 commit
    • Igor Drozdov's avatar
      Increase LSIF scanner buffer · 2975f341
      Igor Drozdov authored
      Sometimes we receive bufio.Scanner: token too long is the parsed
      string is too long
      
      Let's increase the buffer size
      2975f341
  10. 17 Sep, 2020 3 commits
  11. 16 Sep, 2020 8 commits
  12. 15 Sep, 2020 4 commits