OpenSearch/modules
Mark Vieira dd73a14d11
Improve total build configuration time (#54611) (#54994)
This commit includes a number of changes to reduce overall build
configuration time. These optimizations include:

- Removing the usage of the 'nebula.info-scm' plugin. This plugin
   leverages jgit to load read various pieces of VCS information. This
   is mostly overkill and we have our own minimal implementation for
   determining the current commit id.
- Removing unnecessary build dependencies such as perforce and jgit
   now that we don't need them. This reduces our classpath considerably.
- Expanding the usage lazy task creation, particularly in our
   distribution projects. The archives and packages projects create
   lots of tasks with very complex configuration. Avoiding the creation
   of these tasks at configuration time gives us a nice boost.
2020-04-08 16:47:02 -07:00
..
aggs-matrix-stats Remove pipline aggs from agg result tree (backport of #54716) (#54920) 2020-04-07 17:22:23 -04:00
analysis-common Rename MetaData to Metadata in all of the places (#54519) 2020-03-31 17:24:38 -04:00
geo [7.x] Create new `geo` module and migrate geo_shape registration (#53562) (#54924) 2020-04-07 16:30:58 -07:00
ingest-common Refactor nodes stats request builders to match requests (#54363) (#54604) 2020-04-01 17:03:04 -04:00
ingest-geoip [7.x] Optimize which Rest resources are used by the Rest tests… (#53766) 2020-03-19 12:28:59 -05:00
ingest-user-agent [7.x] Optimize which Rest resources are used by the Rest tests… (#53766) 2020-03-19 12:28:59 -05:00
kibana Reintroduce system index APIs for Kibana (#54935) 2020-04-08 09:08:49 -06:00
lang-expression Don't double-wrap values (#54432) 2020-03-31 10:50:13 +01:00
lang-mustache Search hit refactoring (#41656) (#54584) 2020-04-01 15:19:00 -04:00
lang-painless Docs: Use splitOnToken instead of custom function (#48408) (#54364) 2020-03-27 15:04:27 -06:00
mapper-extras [7.x] Create new `geo` module and migrate geo_shape registration (#53562) (#54924) 2020-04-07 16:30:58 -07:00
parent-join [7.x] Create new `geo` module and migrate geo_shape registration (#53562) (#54924) 2020-04-07 16:30:58 -07:00
percolator [7.x] Create new `geo` module and migrate geo_shape registration (#53562) (#54924) 2020-04-07 16:30:58 -07:00
rank-eval Search hit refactoring (#41656) (#54584) 2020-04-01 15:19:00 -04:00
reindex Improve total build configuration time (#54611) (#54994) 2020-04-08 16:47:02 -07:00
repository-url Rename MetaData to Metadata in all of the places (#54519) 2020-03-31 17:24:38 -04:00
systemd Single instance of the IndexNameExpressionResolver (#52604) 2020-02-21 07:50:02 -07:00
tasks Reintroduce system index APIs for Kibana (#54935) 2020-04-08 09:08:49 -06:00
transport-netty4 Implement transport circuit breaking in aggregator (#54927) 2020-04-07 17:10:31 -06:00
build.gradle Apply 2-space indent to all gradle scripts (#49071) 2019-11-14 11:01:23 +00:00