Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 Pull mirroring failed .
上次成功更新
  1. 3月 13, 2025
    • Kev Kloss's avatar
      Expose correlation ID in overloaded message · d9fe2edb
      Kev Kloss 创作于
      This exposes the correlation ID in the 'GitLab is currently unable to
      handle this request due to load' in Workhorse, which should make
      investigating these failures easier.
      
      Changelog: changed
      d9fe2edb
  2. 2月 13, 2025
  3. 5月 30, 2024
  4. 12月 22, 2023
    • Sword's avatar
      Add unit-test for SendGitAuditEvent · 916a7cac
      Sword 创作于
      - /workhorse/internal/api/api.go
      - /workhorse/internal/api/api_test.go
      - /workhorse/internal/git/git-http.go
      - /workhorse/internal/git/receive-pack.go
      - /workhorse/internal/git/upload-pack.go
      - /workhorse/internal/gitaly/smarthttp.go
      916a7cac
  5. 5月 11, 2022
    • John Cai's avatar
      git: Parse and display gitaly limit error · 485fe2c8
      John Cai 创作于
      Gitaly will soon return errors of the type LimitError. These can occur
      whenever Gitaly determines that it is overloaded and can't keep up with
      the current request load. It is a way for Gitaly to impose backpressure
      on clients.
      
      When this error gets returned to workhorse, we want to recognize it and
      write something meaningful that Git recognizes and can pass through to
      the end user.
      
      This commit changes how we handle errors for upload-pack and
      receive-pack.
      
      Changelog: changed
      485fe2c8
  6. 7月 21, 2021
  7. 1月 11, 2021
加载中