OpenSearch/qa
javanna bac1206161 remove use of request headers/context for pipeline id in favour of instance members added to IndexRequest and BulkRequest
Now that the ingest infra is part of es core we can remove some code that was required by the plugin and have a better integration with es core. We allow to specify the pipeline id in bulk and index as a request parameter, we have a REST filter that parses it and adds it to the relevant action request. That is not required anymore, as we can add this logic to RestIndexAction and RestBulkAction directly, no need for a filter. Also, we can allow to specify a pipeline id for each index requests in a bulk request. The small downside of this is that the ingest filter has to go over each item of a bulk request, all the time, to figure out whether they have a pipeline id.
2016-01-11 18:11:15 +01:00
..
evil-tests [TEST] Use a longer timeout for plugin manager in test 2015-12-29 10:07:31 -07:00
ingest-disabled remove use of request headers/context for pipeline id in favour of instance members added to IndexRequest and BulkRequest 2016-01-11 18:11:15 +01:00
ingest-with-mustache renamed ingest plugin to ingest-geoip plugin, since it only contains the geoip processor 2016-01-08 22:50:54 +01:00
smoke-test-client Remove wildcard imports 2015-12-18 12:43:47 -08:00
smoke-test-multinode Build: Get multi node smoke tests working 2015-11-22 14:49:05 -08:00
smoke-test-plugins Build: Add fixture capabilities to integ tests 2015-12-19 15:46:21 -08:00
vagrant Remove wildcard imports 2015-12-18 12:43:47 -08:00