-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP Feature/elasticsearch 6 #2870
Merged
Merged
Conversation
This file contains 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
Mpdreamz
force-pushed
the
feature/elasticsearch-6
branch
2 times, most recently
from
October 21, 2017 19:33
a0cbfc2
to
ffea670
Compare
3 Additional APIs are in here: #2894 |
…repositories v6.0.0-beta2 tag
Erroroneously not included in Elasticsearch 6.0.0-beta1. Including allows tests to run against 6.0.0-beta1. See https://discuss.elastic.co/t/x-pack-env-bat-is-missing/98033
This commit represents the base for the codegeneration for Elasticsearch 6.0.0-beta2 which deals with the changes in the spec and the removed API's. Compiles and unit tests are happy. Will send PR's against this branch to deal with all the actual request/response changes and adding support for new API's
Microsoft.Test.Sdk feels like injecting a Main method for some reason. I tried to read up why it does so or why this package is even needed: microsoft/vstest#986 has something to do with magically supporting netcoreapp 1.1 targets but i dread reading more. This is the sort of thing that tires me so much doing .NET development.. The whole point this dependency is even needed infuriates me.
…egration tests now prints failed collections AND the build command to replay only the failed integration tests
…t of the ids query
…them updated to reflect the single type world better moving many tests from CommitActivity to Developer
This commit represents the base for the codegeneration for Elasticsearch 6.0.0-beta2 which deals with the changes in the spec and the removed API's. Compiles and unit tests are happy. Will send PR's against this branch to deal with all the actual request/response changes and adding support for new API's
to signal the POCO's relation.
… 1 elasticsearch type, but index subclasses (parent/children) in the same index without losing easy automapping for all
…pdated all the failing unit tests as a result of that
…ed for documents with not existing index elastic/elasticsearch#27070
…d up inference related types. GetHashCode() now takes typeof itself into account
…ork now reports back on all deprecations it sees during the integration test run as well
…sticsearch#25127, Source is now renamed to SourceQueryString
…ource, also removed all compiled warnings
… option, ignore case is ignored on syn and syn_graph and deprecated now
…hey have been deprecated, now used source filtering instead
…when a seed is passed along as well
* Implementation of: GrokProcessorPatterns, NodesUsage and DeprecationInfo
Remove [JsonProperty(PropertyName = "....")]
…changes of existing ML api's cc @codebrain
Mpdreamz
force-pushed
the
feature/elasticsearch-6
branch
from
November 16, 2017 08:49
0e54cd1
to
1e18ac6
Compare
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.
Failed collections:
Was using
fielddata_fields
which is removed as per Remove deprecated fielddata_fields from search request elasticsearch#25566Expected to fail as of
6.x
see Fixes Filter and FiltersAggregation to work with empty query elasticsearch#17542 (comment)postings
higlighter is gone Remove the postings highlighter and make unified the default highlighter choice elasticsearch#25028Can no longer reference file based templates Scripting: Deprecate stored search template apis elasticsearch#25437
pending join data type support
pending rc2 reverting back how inner hits
_source
is returnedelastic/elasticsearch#26944 (comment)
pending
rc2
elastic/elasticsearch#27070
New Features
Not extensive, need a final pass over release notes and core github issues.
Breaking changes