Daniel (dB.) Doubrovkine
Daniel (dB.) Doubrovkine
[[Catch All Triage](https://github.com/opensearch-project/.github/blob/main/TRIAGING.md) - [1](https://github.com/dblock), [2](https://github.com/andrross/), [3](https://github.com/reta), [4](https://github.com/gaiksaya), [5](https://github.com/krisfreedain), [6](https://github.com/acarbonetto)]
[Catch All Triage - [1](https://github.com/andrross), [2](https://github.com/dblock), [3](https://github.com/AmiStrn), [4](https://github.com/reta), [5](https://github.com/finnegancarroll)]
I don't merge all of these to gather more of the API changes together, then merge all at once before a release.
Some legit errors that need to be looked at from the generated code. ``` 1) OpenSearch\Tests\Namespaces\MlNamespaceTest::testDeployModel OpenSearch\Common\Exceptions\RuntimeException: Missing parameter for the endpoint ml.deploy_model /Users/runner/work/opensearch-php/opensearch-php/src/OpenSearch/Endpoints/Ml/DeployModel.php:32 /Users/runner/work/opensearch-php/opensearch-php/src/OpenSearch/Namespaces/AbstractNamespace.php:63 /Users/runner/work/opensearch-php/opensearch-php/src/OpenSearch/Namespaces/MlNamespace.php:273 /Users/runner/work/opensearch-php/opensearch-php/tests/Namespaces/MachineLearningNamespaceTest.php:[32](https://github.com/opensearch-project/opensearch-php/actions/runs/10571259471/job/29287037384?pr=223#step:5:33)6 2) OpenSearch\Tests\Namespaces\MlNamespaceTest::testUnDeployModel OpenSearch\Common\Exceptions\RuntimeException:...
The ML namespace changed parameter names, fixed the templates.
~Thanks for reporting this @normalerweise.~ ~1. Is there a trivial fix like a version upgrade of a dependency?~ ~2. In other languages I see clients support multiple HTTP clients/adapters. In...
Catch All Triage - [1](https://github.com/dblock), [2](https://github.com/krisfreedain), [3](https://github.com/andrross)
I merged https://github.com/opensearch-project/opensearch-php/pull/233 which introduced PSR interfaces and should enable this out of the box. Could use some help testing and fixing anything broken before we do a release.
[Catch All Triage - [1](https://github.com/dblock), [2](https://github.com/krisfreedain), [3](https://github.com/amistrn)]
There's some confusion I think. I raised a question in Slack on the API, but it was the `_cat/pit_segments` API. We don't document it, renamed this issue to document that....