Merge branch 'stable-3.8' into stable-3.9

* stable-3.8:
  test: Simplify SSL setup
  Add 8.9.* to supported versions
  test: Always enable SSL for ES containers
  Bump testcontainers to 1.19.7
  Remove unused build var
  test: Add assert for closing indexes
  test: Use the 'withTag' helper to get DockerImageName
  Include an 'Accept' header for Content-Type in requests
  Add a debug log while insert/replace change index operation

Release-Notes: skip
Change-Id: Ib1d2a6507aaa653fabbadd78c575db3e0534598b
tree: dd7cf002be1e9528bf78f3080bd2a9fb24dc450b
  1. src/
  2. BUILD
  3. external_plugin_deps.bzl
  4. Jenkinsfile
  5. LICENSE
  6. README.md
README.md

Index backend for Gerrit, based on ElasticSearch

Indexing backend libModule for Gerrit Code Review based on ElasticSearch.

This module was originally part of Gerrit core and then extracted into a separate component from v3.5.0-rc3 as part of Change-Id: Ib7b5167ce.

Note that, ElasticSearch source code is no longer Apache 2.0-licensed for versions 7.11 and newer. See ElasticSearch 2021 license change for more information.

How to build

This libModule is built like a Gerrit in-tree plugin, using Bazelisk. See the build instructions for more details.

Setup

See the setup instructions for how to install the index-elasticsearch module.

For further information and supported options, refer to the config documentation.

Integration test

This libModule runs tests like a Gerrit in-tree plugin, using Bazelisk. See the test instructions for more details.