-
Notifications
You must be signed in to change notification settings - Fork 736
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
Added ability get defaults index settings #2115
Added ability get defaults index settings #2115
Conversation
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.
@krasilnikovm thanks for this contribution.
Could you add a test to cover this new feature?
@deguif I'll add |
e4ee8b1
to
109a2b3
Compare
@deguif I added a tests, please take a look |
@krasilnikovm Could you add a changelog entry. I did approve the CI run. Thanks for your contribution! |
1f71cc4
to
080641e
Compare
080641e
to
5904f82
Compare
$requestData = $this->request()->getData(); | ||
$queryParameters = [ | ||
'include_defaults' => $includeDefaults, | ||
]; |
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.
Surprised by this codecov comment as I think this part is covered in the tests. Maybe codecov is confused by the ] 🤷
No description provided.