#3 I noticed the flag, but didn't read the description. However when trying to remove the flag and re-running, doesn't appear to work. For now I am sticking to the patch, will do some more investigation later. Thanks!
Tests are failing
@cmlara could we please have a new tagged release? Thanks!
#15 Thanks, will do
baikho → changed the visibility of the branch 3517986-entity-finder-plugin to hidden.
Woops wrong module :)
baikho → created an issue.
I tested patch from #18 on v3.0.0, but that is still reproducing the behaviour described as in #6
But the first imported german node is gone, and was replacing through the english version.
Or what I think is happening is that the original source node's language get swapped with the overridden language instead.
Just adding my two cents — I think the solution in ✨ Support Batch Processing Active could serve as an example for implementing something similar for JSON:API.
And then there is also https://www.drupal.org/project/feeds_paged_drupal_jsonapi_fetcher → , although it looks quite outdated.
Tested MR !174 on 3 custom Feeds Importers that extend the BaseItem class.
- Drupal Core 11.1.3
- PHP 8.3.15
- Feeds v3.0.0
Works as expected and no PHP deprecation notices now. RTBC for me
Thanks for the swift response!
I don't have permissions to do so, so I'm assigning this to you @shadcn
baikho → created an issue.
Not sure why #6 was closed, this is still an issue on 3.0.x-dev
too
And patch, for both 1.0.0-beta1 and 1.0.x-dev
Usage example of this change:
$configuration = [
'http_client_options' => [
'timeout' => 300,
],
];
/** @var \Drupal\ai\Plugin\ProviderProxy $provider */
$provider = $this->aiProviderPluginManager->createInstance($providerChoice, $configuration);
And a patch on beta1
I believe this could be considered a bug
Currently only supports Media images.
#12 Thank you for testing!
Let's put these changes in a Merge Request, so that the pipeline tests it on D11 too.