Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 9月 14, 2020
  2. 7月 30, 2020
  3. 7月 27, 2020
  4. 7月 03, 2020
  5. 5月 16, 2020
  6. 4月 09, 2020
  7. 2月 11, 2020
    • Nick Thomas's avatar
      Make elasticsearch bulk parameters configurable · a2ac5f57
      Nick Thomas 创作于
      These variables strongly affect the amount of load that indexing
      operations place on the Elasticsearch server. They are useful values
      to be able to twiddle in both performance and availability contexts.
      
      At present, these only affect `gitlab-elasticsearch-indexer` behaviour,
      but we can roll it out to the sidekiq context over time.
      a2ac5f57
  8. 1月 15, 2020
  9. 10月 24, 2019
  10. 10月 15, 2019
  11. 8月 30, 2019
  12. 6月 06, 2019
  13. 5月 17, 2019
    • Nick Thomas's avatar
      Use gitlab-elasticsearch-indexer in tests · c12754cc
      Nick Thomas 创作于
      The golang indexer is supplanting the Ruby one in GitLab 12.1, so it's
      important that we gain confidence in it by using it in the tests now.
      
      This should also help to expose problems and catch regressions earlier.
      c12754cc
  14. 5月 16, 2019
加载中