ryu818

Results 7 comments of ryu818

I would like to add some information. After I implemented the retrieval of `if_primary_term` and `if_seq_no`, I found that calling `save` does not result in a Conflict error: ```php $Index->save(...

This change addresses issue #2232. Initially, I tried to create options using $endpoint->getParamWhitelist(), but I realized that the options are not only for the endpoint. Therefore, I made changes to...

I have also updated the changelog. However, it seems there are some errors in the CI. I do not have a test execution environment and was unsure how to fix...

Thank you for your response. The conflict has been resolved. I am running elasticsearch8, php8.1 and phpunit on a development server for another project, not in a docker environment. I...

Regarding the indentation in the ChangeLog, I apologize for the inconvenience. I have corrected it again, could you please check if it is okay now? Also, regarding the addition of...

Hello. Never mind. Sorry for the delay in confirming this as well. This modification caused one error in the test, so we have also corrected the test code. The _primary_term...

"This is a scheduled Ubuntu 20.04 retirement. Ubuntu 20.04 LTS runner will be removed on 2025-04-15. For more details, see https://github.com/actions/runner-images/issues/11101” and the test will be skipped. In “[integration.yaml](https://github.com/ruflin/Elastica/blob/8.x/.github/workflows/continuous-integration.yaml)”, please...