-
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
[savedObjects] fix error handling when Kibana index is missing #14141
Merged
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
4b2f6cb
[savedObjects/delete+bulk_get] add failing tests
spalger 859a5ce
[savedObjects/delete+bulk_get] improve 404 handling
spalger cf1b5a7
[savedObjects/client] fix mocha tests
spalger 5032648
Merge branch 'master' of github.com:elastic/kibana into fix/savedObje…
spalger b99bf09
[savedObjects/tests] remove extra test wrapper
spalger 00aaac6
[apiIntegration/kbnServer] basically disable es healthcheck
spalger a93cae0
[savedObjects/create] add integration test
spalger ec21fe4
[savedObjects/find] add failing integration tests
spalger 3c6ee2f
[savedObjects/find] fix failing test
spalger de1a3fc
[savedObjects/client] explain reason for generic 404s
spalger 8d2e623
[savedObjects/get] add integration tests
spalger bcd3880
[savedObjects/find] test request with unkown type
spalger dae161d
[savedObjects/find] add some more weird param tests
spalger 058e66d
[savedObjects/find] test that weird params pass when no index
spalger 69272c7
[savedObjects/update] use generic 404
spalger 4353cd2
fix typos
spalger 7381d0c
[savedObjects/update] add integration tests
spalger 56842cf
remove debugging uncomment
spalger 64e7bfb
[savedObjects/tests] move backup kibana index delete out of tests
spalger 73df8dd
[savedObjects/tests/esArchives] remove logstash data
spalger ba595f8
[savedObjects] update test
spalger d80cf10
[uiSettings] remove detailed previously leaked from API
spalger a2c38e6
Merge branch 'master' of github.com:elastic/kibana into fix/savedObje…
spalger 499af72
[functional/dashboard] wrap check that is only failing on Jenkins
spalger 47dde37
Merge branch 'master' of github.com:elastic/kibana into fix/savedObje…
spalger 36386dc
Merge branch 'master' of github.com:elastic/kibana into fix/savedObje…
spalger baa9e07
[savedObjects/error] replace decorateNotFound with createGenericNotFound
spalger b976a21
fix typo
spalger aaf4bb4
[savedObjectsClient/errors] fix decorateEsError() test
spalger 4b683cb
Merge branch 'master' of github.com:elastic/kibana into fix/savedObje…
spalger eaa739f
[savedObjectsClient] fix typos
spalger 977728f
[savedObjects/tests/functional] delete document that would normally e…
spalger f98c009
[savedObjectsClient/tests] use sinon assertions
spalger 9b2f127
[savedObjects/apiTests] create without index responds with 503 after …
spalger 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
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
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
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
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.
question: there is no need to change anything here, just wondering why not to use
to.be
?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.
the error message shows the properties that do exist, that is all