-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Use single ES document type #12794
Merged
+3,304
−3,026
Merged
Use single ES document type #12794
Changes from 11 commits
Commits
Show all changes
62 commits
Select commit
Hold shift + click to select a range
83b33e1
Use single ES document type
1162898
Merge branch 'master' of github.com:elastic/kibana into single-type
spalger aaa68b5
Updates type path and sets dynamic to strict
7e15a38
Resolves tests based on single type
bb486cc
Removes compatibility layer tests
2e7d9f7
Remove entire compatibility layer and updates id generation
986b39b
Use generateEsId and prefix with _
1b9aa5b
Merge pull request #2 from tylersmalley/single-type-self-uuid
tylersmalley 889097d
create_id_query no longer exists, removing tests
fd06f0d
Merge remote-tracking branch 'upstream/master' into single-type
8719e80
Merge branch 'master' of github.com:elastic/kibana into single-type
spalger d849eb2
[esArchiver] add support to for v6 indices
spalger 5da984c
[tests/functional] rebuild esArchives with v6 indices
spalger 865730b
[ftr/kbnServer] update config doc type/id
spalger b97fbd7
[savedObject/normalizeEsDoc] only replace `type:` at beginning of id
spalger 13674ad
[server/savedObjects] fix bulkCreate({ overwrite }) param
spalger 8ae6ae9
[server/savedObject] fail faster/less _.get, simplify "normalize"
spalger 27e16bd
[elasticsearch/healthCheck] remove support for v5 index format
spalger 4de377c
[esArchiver] revert changes to esArchiver
spalger bc35c25
[sever/savedObjectsClient] 💄
spalger 4966669
[elasticsearch/healthCheck/ensureTypes] fix v5 tests
spalger 9759b38
[tests/functional/uiSettings] use SavedObjectsClient
spalger 282b963
Merge branch 'master' of github.com:elastic/kibana into single-type
spalger c8480dc
[savedObjects/routes] fix validation schemas
spalger bec9af5
[savedObjects/browserClient] only pass the type once
spalger adec1fb
Merge branch 'master' of github.com:elastic/kibana into single-type
spalger 45cb298
[savedObjects/routes] fields and searchFields are now casted to array
spalger bcb4e40
[test/apiIntegration/devServer] remove unsupported param
spalger 2031679
[savedObjects/client] fix browser test
spalger 96e1190
[npm] remove unused package "tmp"
spalger d85564c
[elasticsearch/ensureTypesExist] read and test with new combined mapp…
spalger f59a720
[savedObjects/find] require fields and searchFields be arrays
spalger 19b80b9
[indexPatterns] use title for display, not id
spalger badd28d
[breadcrumbs] move to router, add mapBreadcrumbs route opt
spalger f6d0b49
[es/migrateConfig] use savedObjectClient factory
spalger 72d8fb5
[server/mappings] make MappingsCollection more generic/testable
spalger 4e78a0f
[server/mappings] use getters to read mappings object
spalger 4b70e93
[savedObjects/client] refactor createFindQuery for better testing/cov…
spalger 6f8d4b0
[server/mappings] IndexMappings represents an index not some mapping …
spalger f898e1b
[es/healthCheck] stub migrateConfig in tests
spalger d5104a2
[savedObjects/client] fix tests
spalger 2c4aa76
[server/mappings] add all conflicting props to error
spalger 2c93888
[ui/breadcrumbs] remove tests for remove module
spalger d5cd567
[ui/savedObjectLoader] undefined* is not a function
spalger 57a708e
[server/mappings] make server responsible for defaults/exposure control
spalger a8fa7cf
[es/patchKibanaIndex] fix tests
spalger 6317afd
[server/mappings] update docs
spalger 12ff778
[es/healthCheck] use server.getKibanaIndexMappingsDsl()
spalger d6b20f0
[server/mappings] use *MappingsDsl naming for comprehension
spalger 098ef57
[ftr/kbnServer] read kibana index mapping from es
spalger 6c1adb4
Merge branch 'master' of github.com:elastic/kibana into single-type
spalger 89bae9a
[ftr/mocha] add .skip variants to suite wrappers
spalger 179f915
[es/patchKibanaIndex] update description
spalger fdec6fa
[ui/indexPatterns] remove stray async function in ui
spalger 9f64888
[ftr/common] add kibanaIndex service
spalger 12640d5
[savedObjects] support for sorting on multi-field
spalger cdd5a11
[savedObjects/client/searchDsl] improve searchDsl tests
spalger 542e6e0
Excludes fields which do not exist
8fd583b
Merge branch 'master' of github.com:elastic/kibana into single-type
spalger e9ed890
[savedObjects/find] restore support for fields like "title^3"
spalger bf7772e
Adds test for field boosting and fixes lint error
fd6e4f7
Merge remote-tracking branch 'upstream/master' into single-type
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we can probably remove this too?