-
Notifications
You must be signed in to change notification settings - Fork 730
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
Up to elasticsearch 8 #2181
Merged
Merged
Up to elasticsearch 8 #2181
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
eef6f44
Up client
pawelkeska a9b4a04
Fix docker
pawelkeska f703b00
[Docker] Add workdir
pawelkeska 0ac966c
Change endpoints to elasticsearch client
pawelkeska 7b66fcd
Fix CS
pawelkeska c33f065
Remove deprecated tests
pawelkeska 088b857
Fix elasticsearch version in Docker
pawelkeska 6734638
Fix tests
pawelkeska b9bb402
Move to transport from elasticsearch lib
pawelkeska d2b60e1
Delete old transport
pawelkeska 3c7fe15
Add helpers to response
pawelkeska db92e43
[Phpstan] Remove transport erorrs from baseline
pawelkeska a29169c
Update composer dependencies
pawelkeska bf71075
[Tests] Fix all
pawelkeska bde081c
[Tests] Fix percentiles
pawelkeska 2d5a3a1
[Fix] Remove elasticsearch response from ResultSet
pawelkeska 2b6e63b
[Tests] Fix tests after remove elasticsearch response from ResultSet
pawelkeska 4a7aab8
[Tests] Fix names
pawelkeska b68987a
[Tests] Fix dependencies for lowest package psr7
pawelkeska 2ffcaa9
[Tests] Fix assertObjectHasProperty
pawelkeska b49d7eb
[CS][DX] Refactor
pawelkeska f3ff343
Wrap elasticsearch response by elastica response
pawelkeska d78a453
Remove response helper classes
pawelkeska 5690fbb
Add delete snapshot repository
pawelkeska 032c4c8
[Tests] Fix snapshot tests
pawelkeska 59a0602
[Tests] Restore node plugins test
pawelkeska d7d1a71
[Tests] Util
pawelkeska 9e96adb
[Tests] Client
pawelkeska 6ccbbda
[CS][DX] Refactor
pawelkeska 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
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.
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.
I guess this is not available anymore?
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.
Yes, i have to remove property $_queryTime from Response object.