An error occurred fetching the project authors.
  1. 06 Jun, 2019 1 commit
  2. 17 May, 2019 1 commit
    • Nick Thomas's avatar
      Use gitlab-elasticsearch-indexer in tests · c12754cc
      Nick Thomas authored
      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
  3. 05 Apr, 2019 1 commit
  4. 01 Apr, 2019 2 commits
  5. 25 Jan, 2019 1 commit
    • Valery Sizov's avatar
      Elasticsearch: Indexing via gitaly · e534a119
      Valery Sizov authored
      Repositories can be now indexed via Gitaly. We add support for it. We
      essentially pass configuration parameters here so indexer know what's
      Gitaly address
      e534a119
  6. 12 Jan, 2019 1 commit
  7. 08 Jan, 2019 1 commit
  8. 11 Sep, 2018 1 commit
  9. 09 Jul, 2018 1 commit
  10. 20 Jun, 2018 1 commit
  11. 02 Feb, 2018 1 commit
  12. 29 Jan, 2018 1 commit
  13. 22 Sep, 2017 1 commit
  14. 12 Apr, 2017 1 commit
  15. 06 Apr, 2017 1 commit
  16. 03 Mar, 2017 2 commits
    • Nick Thomas's avatar
      Unify elasticsearch config handling · 04fe3d79
      Nick Thomas authored
      04fe3d79
    • Matt Gresko's avatar
      [1181] Expose low level elasticsearch client params · 1cb01f40
      Matt Gresko authored
        * replace elasticsearch_host and elasticsearch_port with elasticsearch_url
        * Add support for AWS Elasticsearch Service
          * created universal gitlab elasticsearch client
          * add ability to sign requests with aws_signers_v4
          * expose elasticsearch_aws_region param
          * expose elasticsearch_aws_access_key param
          * expose elasticsearch_aws_secret_access_key param
          * If using AWS instance credentials they will automatically be picked up by client
      1cb01f40
  17. 06 Feb, 2017 1 commit
    • Nick Thomas's avatar
      Keep the project (repository) index status up to date · 0955e2b4
      Nick Thomas authored
      Prior to this commit, the `index_statuses` table was allowed to go stale after
      initial indexing. This made it impossible to provide status details, and also
      made treating the initial index as a 'backfill' job harder.
      
      Now, if a repository is indexed via `git push`, the initial indexing will
      recognise that it has been indexed, and not re-index it.
      
      We introduce an asynchronous initial indexer and an index status rake task at
      the same time.
      0955e2b4
  18. 18 Aug, 2016 1 commit
  19. 16 Jun, 2016 1 commit
  20. 10 May, 2016 1 commit