Elasticsearch. Next steps
- Backport changes to CE to prevent conflicts hell
- Specs and Spinach(https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/159)
- Specs for gitlab-elastic-search gem (https://gitlab.com/gitlab-org/gitlab-elasticsearch-git/merge_requests/2)
- Remove warning when you run index_repositories task first time and there is no index yet.
- Add check for elastic search to rake gitlab:check (https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/214)
- Address Dmitry's comment https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/109/
-
Improve
gitlab-elasticsearch-git
gem by adding bulk import. It should make index creation a bit faster and cheaper. - Update wiki index dynamically. It has been forgotten.
- Update wiki index on git push (https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/213)
- Remove index of removed entities (Not everything is covered)(https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/205)