Add note to migration docs on silent batch mode#29365
Merged
jasontedor merged 4 commits intoelastic:6.xfrom Apr 5, 2018
Merged
Add note to migration docs on silent batch mode#29365jasontedor merged 4 commits intoelastic:6.xfrom
jasontedor merged 4 commits intoelastic:6.xfrom
Conversation
A previous change removed silent batch mode for the plugin installer. This commit adds a note to the migration docs regarding this change.
Collaborator
|
Pinging @elastic/es-core-infra |
spinscale
approved these changes
Apr 4, 2018
Contributor
spinscale
left a comment
There was a problem hiding this comment.
LGTM
Not a hundred percent sure about having a snippet like foo bar starting in one line and ending in the other, but I think that works (using deprecated[] does not IIRC)
* 6.x: Move testMappingConflictRootCause to different class Enhance error for out of bounds byte size settings (elastic#29338)
Member
Author
|
Thanks for thinking of that @spinscale. I built the docs and they render fine as-is. |
* 6.x: Improve similarity integration. (elastic#29187) Fix some query extraction bugs. (elastic#29283) Fixed quote_field_suffix in query_string (elastic#29332) TEST: Update negative byte size setting error msg Fix bwc in GeoDistanceQuery serialization (elastic#29325)
Member
Author
|
Thanks @spinscale and @dolaru. |
martijnvg
added a commit
that referenced
this pull request
Apr 5, 2018
* es/6.x: (68 commits) Add note to migration docs on silent batch mode (#29365) Allow using distance measure in the geo context precision (#29273) Disable failing query in QueryBuilderBWCIT. Improve similarity integration. (#29187) Fix some query extraction bugs. (#29283) Fixed quote_field_suffix in query_string (#29332) TEST: Update negative byte size setting error msg Fix bwc in GeoDistanceQuery serialization (#29325) Move testMappingConflictRootCause to different class Enhance error for out of bounds byte size settings (#29338) [Docs] Correct javadoc of GetIndexRequest (#29364) Check presence of multi-types before validating new mapping (#29316) Make TransportRankEvalAction members final Pass through script params in scripted metric agg (#29154) Remove silent batch mode from install plugin (#29359) Track Lucene operations in engine explicitly (#29357) Build: Fix Java9 MR build (#29312) Reindex: Fix error in delete-by-query rest spec (#29318) Move Nullable into core (#29341) [Docs] Correct experimental note formatting ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

A previous change removed silent batch mode for the plugin installer. This commit adds a note to the migration docs regarding this change.
Relates #29359